blob: 55fb4033836b8cb6c6431453b8256dcb5a28b2f4 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.apache.hadoop.hbase.coprocessor (Apache HBase 3.0.0-SNAPSHOT Test API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.apache.hadoop.hbase.coprocessor (Apache HBase 3.0.0-SNAPSHOT Test API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/apache/hadoop/hbase/constraint/package-summary.html">Prev&nbsp;Package</a></li>
<li><a href="../../../../../org/apache/hadoop/hbase/coprocessor/example/package-summary.html">Next&nbsp;Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/hadoop/hbase/coprocessor/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package&nbsp;org.apache.hadoop.hbase.coprocessor</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/ColumnAggregationEndpoint.html" title="class in org.apache.hadoop.hbase.coprocessor">ColumnAggregationEndpoint</a></td>
<td class="colLast">
<div class="block">The aggregation implementation at a region.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/ColumnAggregationEndpointNullResponse.html" title="class in org.apache.hadoop.hbase.coprocessor">ColumnAggregationEndpointNullResponse</a></td>
<td class="colLast">
<div class="block">Test coprocessor endpoint that always returns <code>null</code> for requests to the last region
in the table.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/ColumnAggregationEndpointWithErrors.html" title="class in org.apache.hadoop.hbase.coprocessor">ColumnAggregationEndpointWithErrors</a></td>
<td class="colLast">
<div class="block">Test coprocessor endpoint that always throws a <code>DoNotRetryIOException</code> for requests on
the last region in the table.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/ProtobufCoprocessorService.html" title="class in org.apache.hadoop.hbase.coprocessor">ProtobufCoprocessorService</a></td>
<td class="colLast">
<div class="block">Test implementation of a coprocessor endpoint exposing the
<code>TestRpcServiceProtos.TestProtobufRpcProto</code>
service methods.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/SampleRegionWALCoprocessor.html" title="class in org.apache.hadoop.hbase.coprocessor">SampleRegionWALCoprocessor</a></td>
<td class="colLast">
<div class="block">Class for testing WALObserver coprocessor.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/SimpleRegionObserver.html" title="class in org.apache.hadoop.hbase.coprocessor">SimpleRegionObserver</a></td>
<td class="colLast">
<div class="block">A sample region observer that tests the RegionObserver interface.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestAppendTimeRange.html" title="class in org.apache.hadoop.hbase.coprocessor">TestAppendTimeRange</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestAppendTimeRange.MyObserver.html" title="class in org.apache.hadoop.hbase.coprocessor">TestAppendTimeRange.MyObserver</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestAsyncCoprocessorEndpoint.html" title="class in org.apache.hadoop.hbase.coprocessor">TestAsyncCoprocessorEndpoint</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestAsyncCoprocessorEndpoint.DummyRegionServerEndpoint.html" title="class in org.apache.hadoop.hbase.coprocessor">TestAsyncCoprocessorEndpoint.DummyRegionServerEndpoint</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestBatchCoprocessorEndpoint.html" title="class in org.apache.hadoop.hbase.coprocessor">TestBatchCoprocessorEndpoint</a></td>
<td class="colLast">
<div class="block">TestEndpoint: test cases to verify the batch execution of coprocessor Endpoint</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestClassLoading.html" title="class in org.apache.hadoop.hbase.coprocessor">TestClassLoading</a></td>
<td class="colLast">
<div class="block">Test coprocessors class loading.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestClassLoading.TestMasterCoprocessor.html" title="class in org.apache.hadoop.hbase.coprocessor">TestClassLoading.TestMasterCoprocessor</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestCoprocessorConfiguration.html" title="class in org.apache.hadoop.hbase.coprocessor">TestCoprocessorConfiguration</a></td>
<td class="colLast">
<div class="block">Tests for global coprocessor loading configuration</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestCoprocessorConfiguration.SystemCoprocessor.html" title="class in org.apache.hadoop.hbase.coprocessor">TestCoprocessorConfiguration.SystemCoprocessor</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestCoprocessorConfiguration.TableCoprocessor.html" title="class in org.apache.hadoop.hbase.coprocessor">TestCoprocessorConfiguration.TableCoprocessor</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestCoprocessorEndpoint.html" title="class in org.apache.hadoop.hbase.coprocessor">TestCoprocessorEndpoint</a></td>
<td class="colLast">
<div class="block">TestEndpoint: test cases to verify coprocessor Endpoint</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestCoprocessorHost.html" title="class in org.apache.hadoop.hbase.coprocessor">TestCoprocessorHost</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestCoprocessorHost.CoprocessorHostForTest.html" title="class in org.apache.hadoop.hbase.coprocessor">TestCoprocessorHost.CoprocessorHostForTest</a>&lt;E extends org.apache.hadoop.hbase.Coprocessor&gt;</td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestCoprocessorHost.SimpleRegionObserverV2.html" title="class in org.apache.hadoop.hbase.coprocessor">TestCoprocessorHost.SimpleRegionObserverV2</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestCoprocessorHost.TestAbortable.html" title="class in org.apache.hadoop.hbase.coprocessor">TestCoprocessorHost.TestAbortable</a></td>
<td class="colLast">
<div class="block">An <code>Abortable</code> implementation for tests.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestCoprocessorInterface.html" title="class in org.apache.hadoop.hbase.coprocessor">TestCoprocessorInterface</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestCoprocessorInterface.CoprocessorII.html" title="class in org.apache.hadoop.hbase.coprocessor">TestCoprocessorInterface.CoprocessorII</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestCoprocessorInterface.CoprocessorImpl.html" title="class in org.apache.hadoop.hbase.coprocessor">TestCoprocessorInterface.CoprocessorImpl</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestCoprocessorInterface.CustomScanner.html" title="class in org.apache.hadoop.hbase.coprocessor">TestCoprocessorInterface.CustomScanner</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestCoprocessorMetrics.html" title="class in org.apache.hadoop.hbase.coprocessor">TestCoprocessorMetrics</a></td>
<td class="colLast">
<div class="block">Testing of coprocessor metrics end-to-end.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestCoprocessorMetrics.CustomMasterObserver.html" title="class in org.apache.hadoop.hbase.coprocessor">TestCoprocessorMetrics.CustomMasterObserver</a></td>
<td class="colLast">
<div class="block">MasterObserver that has a Timer metric for create table operation.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestCoprocessorMetrics.CustomRegionEndpoint.html" title="class in org.apache.hadoop.hbase.coprocessor">TestCoprocessorMetrics.CustomRegionEndpoint</a></td>
<td class="colLast">
<div class="block">RegionEndpoint to test metrics from endpoint calls</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestCoprocessorMetrics.CustomRegionObserver.html" title="class in org.apache.hadoop.hbase.coprocessor">TestCoprocessorMetrics.CustomRegionObserver</a></td>
<td class="colLast">
<div class="block">RegionObserver that has a Counter for preGet()</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestCoprocessorMetrics.CustomRegionObserver2.html" title="class in org.apache.hadoop.hbase.coprocessor">TestCoprocessorMetrics.CustomRegionObserver2</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestCoprocessorMetrics.CustomRegionServerObserver.html" title="class in org.apache.hadoop.hbase.coprocessor">TestCoprocessorMetrics.CustomRegionServerObserver</a></td>
<td class="colLast">
<div class="block">RegionServerObserver that has a Counter for rollWAL requests.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestCoprocessorMetrics.CustomWALObserver.html" title="class in org.apache.hadoop.hbase.coprocessor">TestCoprocessorMetrics.CustomWALObserver</a></td>
<td class="colLast">
<div class="block">WALObserver that has a Counter for walEdits written.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestCoprocessorServiceBackwardCompatibility.html" title="class in org.apache.hadoop.hbase.coprocessor">TestCoprocessorServiceBackwardCompatibility</a></td>
<td class="colLast">
<div class="block">Tests to ensure that 2.0 is backward compatible in loading CoprocessorService.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestCoprocessorServiceBackwardCompatibility.DummyCoprocessorService.html" title="class in org.apache.hadoop.hbase.coprocessor">TestCoprocessorServiceBackwardCompatibility.DummyCoprocessorService</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestCoprocessorSharedConnection.html" title="class in org.apache.hadoop.hbase.coprocessor">TestCoprocessorSharedConnection</a></td>
<td class="colLast">
<div class="block">Ensure Coprocessors get ShardConnections when they get a Connection from their
CoprocessorEnvironment.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestCoprocessorSharedConnection.TestMasterCoprocessor.html" title="class in org.apache.hadoop.hbase.coprocessor">TestCoprocessorSharedConnection.TestMasterCoprocessor</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestCoprocessorSharedConnection.TestRegionCoprocessor.html" title="class in org.apache.hadoop.hbase.coprocessor">TestCoprocessorSharedConnection.TestRegionCoprocessor</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestCoprocessorSharedConnection.TestRegionServerCoprocessor.html" title="class in org.apache.hadoop.hbase.coprocessor">TestCoprocessorSharedConnection.TestRegionServerCoprocessor</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestCoprocessorStop.html" title="class in org.apache.hadoop.hbase.coprocessor">TestCoprocessorStop</a></td>
<td class="colLast">
<div class="block">Tests for master and regionserver coprocessor stop method</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestCoprocessorStop.FooCoprocessor.html" title="class in org.apache.hadoop.hbase.coprocessor">TestCoprocessorStop.FooCoprocessor</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestCoprocessorTableEndpoint.html" title="class in org.apache.hadoop.hbase.coprocessor">TestCoprocessorTableEndpoint</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestCoreMasterCoprocessor.html" title="class in org.apache.hadoop.hbase.coprocessor">TestCoreMasterCoprocessor</a></td>
<td class="colLast">
<div class="block">Test CoreCoprocessor Annotation works giving access to facility not usually available.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestCoreMasterCoprocessor.CoreMasterCoprocessor.html" title="class in org.apache.hadoop.hbase.coprocessor">TestCoreMasterCoprocessor.CoreMasterCoprocessor</a></td>
<td class="colLast">
<div class="block">Annotate with CoreCoprocessor.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestCoreMasterCoprocessor.NotCoreMasterCoprocessor.html" title="class in org.apache.hadoop.hbase.coprocessor">TestCoreMasterCoprocessor.NotCoreMasterCoprocessor</a></td>
<td class="colLast">
<div class="block">No annotation with CoreCoprocessor.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestCoreRegionCoprocessor.html" title="class in org.apache.hadoop.hbase.coprocessor">TestCoreRegionCoprocessor</a></td>
<td class="colLast">
<div class="block">Test CoreCoprocessor Annotation works giving access to facility not usually available.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestCoreRegionCoprocessor.CoreRegionCoprocessor.html" title="class in org.apache.hadoop.hbase.coprocessor">TestCoreRegionCoprocessor.CoreRegionCoprocessor</a></td>
<td class="colLast">
<div class="block">Annotate with CoreCoprocessor.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestCoreRegionCoprocessor.NotCoreRegionCoprocessor.html" title="class in org.apache.hadoop.hbase.coprocessor">TestCoreRegionCoprocessor.NotCoreRegionCoprocessor</a></td>
<td class="colLast">
<div class="block">No annotation with CoreCoprocessor.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestCoreRegionServerCoprocessor.html" title="class in org.apache.hadoop.hbase.coprocessor">TestCoreRegionServerCoprocessor</a></td>
<td class="colLast">
<div class="block">Test CoreCoprocessor Annotation works giving access to facility not usually available.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestCoreRegionServerCoprocessor.CoreRegionServerCoprocessor.html" title="class in org.apache.hadoop.hbase.coprocessor">TestCoreRegionServerCoprocessor.CoreRegionServerCoprocessor</a></td>
<td class="colLast">
<div class="block">Annotate with CoreCoprocessor.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestCoreRegionServerCoprocessor.NotCoreRegionServerCoprocessor.html" title="class in org.apache.hadoop.hbase.coprocessor">TestCoreRegionServerCoprocessor.NotCoreRegionServerCoprocessor</a></td>
<td class="colLast">
<div class="block">No annotation with CoreCoprocessor.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestImportExport.html" title="class in org.apache.hadoop.hbase.coprocessor">TestImportExport</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestIncrementAndAppendWithNullResult.html" title="class in org.apache.hadoop.hbase.coprocessor">TestIncrementAndAppendWithNullResult</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestIncrementAndAppendWithNullResult.MyObserver.html" title="class in org.apache.hadoop.hbase.coprocessor">TestIncrementAndAppendWithNullResult.MyObserver</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestIncrementTimeRange.html" title="class in org.apache.hadoop.hbase.coprocessor">TestIncrementTimeRange</a></td>
<td class="colLast">
<div class="block">This test runs batch mutation with Increments which have custom TimeRange.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestIncrementTimeRange.MyObserver.html" title="class in org.apache.hadoop.hbase.coprocessor">TestIncrementTimeRange.MyObserver</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestMasterCoprocessorExceptionWithAbort.html" title="class in org.apache.hadoop.hbase.coprocessor">TestMasterCoprocessorExceptionWithAbort</a></td>
<td class="colLast">
<div class="block">Tests unhandled exceptions thrown by coprocessors running on master.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestMasterCoprocessorExceptionWithAbort.BuggyMasterObserver.html" title="class in org.apache.hadoop.hbase.coprocessor">TestMasterCoprocessorExceptionWithAbort.BuggyMasterObserver</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestMasterCoprocessorExceptionWithAbort.CreateTableThread.html" title="class in org.apache.hadoop.hbase.coprocessor">TestMasterCoprocessorExceptionWithAbort.CreateTableThread</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestMasterCoprocessorExceptionWithAbort.MasterTracker.html" title="class in org.apache.hadoop.hbase.coprocessor">TestMasterCoprocessorExceptionWithAbort.MasterTracker</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestMasterCoprocessorExceptionWithRemove.html" title="class in org.apache.hadoop.hbase.coprocessor">TestMasterCoprocessorExceptionWithRemove</a></td>
<td class="colLast">
<div class="block">Tests unhandled exceptions thrown by coprocessors running on master.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestMasterCoprocessorExceptionWithRemove.BuggyMasterObserver.html" title="class in org.apache.hadoop.hbase.coprocessor">TestMasterCoprocessorExceptionWithRemove.BuggyMasterObserver</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestMasterCoprocessorExceptionWithRemove.MasterTracker.html" title="class in org.apache.hadoop.hbase.coprocessor">TestMasterCoprocessorExceptionWithRemove.MasterTracker</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestMasterObserver.html" title="class in org.apache.hadoop.hbase.coprocessor">TestMasterObserver</a></td>
<td class="colLast">
<div class="block">Tests invocation of the <code>MasterObserver</code>
interface hooks at all appropriate times during normal HMaster operations.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestMasterObserver.CPMasterObserver.html" title="class in org.apache.hadoop.hbase.coprocessor">TestMasterObserver.CPMasterObserver</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestMasterObserverToModifyTableSchema.html" title="class in org.apache.hadoop.hbase.coprocessor">TestMasterObserverToModifyTableSchema</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestMasterObserverToModifyTableSchema.OnlyOneVersionAllowedMasterObserver.html" title="class in org.apache.hadoop.hbase.coprocessor">TestMasterObserverToModifyTableSchema.OnlyOneVersionAllowedMasterObserver</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestMetaTableMetrics.html" title="class in org.apache.hadoop.hbase.coprocessor">TestMetaTableMetrics</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestNegativeMemStoreSizeWithSlowCoprocessor.html" title="class in org.apache.hadoop.hbase.coprocessor">TestNegativeMemStoreSizeWithSlowCoprocessor</a></td>
<td class="colLast">
<div class="block">Test that verifies we do not have memstore size negative when a postPut/Delete hook is
slow/expensive and a flush is triggered at the same time the coprocessow is doing its work.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestNegativeMemStoreSizeWithSlowCoprocessor.FlushingRegionObserver.html" title="class in org.apache.hadoop.hbase.coprocessor">TestNegativeMemStoreSizeWithSlowCoprocessor.FlushingRegionObserver</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestOpenTableInCoprocessor.html" title="class in org.apache.hadoop.hbase.coprocessor">TestOpenTableInCoprocessor</a></td>
<td class="colLast">
<div class="block">Test that a coprocessor can open a connection and write to another table, inside a hook.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestOpenTableInCoprocessor.CustomThreadPoolCoprocessor.html" title="class in org.apache.hadoop.hbase.coprocessor">TestOpenTableInCoprocessor.CustomThreadPoolCoprocessor</a></td>
<td class="colLast">
<div class="block">Coprocessor that creates an HTable with a pool to write to another table</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestOpenTableInCoprocessor.SendToOtherTableCoprocessor.html" title="class in org.apache.hadoop.hbase.coprocessor">TestOpenTableInCoprocessor.SendToOtherTableCoprocessor</a></td>
<td class="colLast">
<div class="block">Custom coprocessor that just copies the write to another table.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestPassCustomCellViaRegionObserver.html" title="class in org.apache.hadoop.hbase.coprocessor">TestPassCustomCellViaRegionObserver</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestPassCustomCellViaRegionObserver.RegionObserverImpl.html" title="class in org.apache.hadoop.hbase.coprocessor">TestPassCustomCellViaRegionObserver.RegionObserverImpl</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestPostIncrementAndAppendBeforeWAL.html" title="class in org.apache.hadoop.hbase.coprocessor">TestPostIncrementAndAppendBeforeWAL</a></td>
<td class="colLast">
<div class="block">Test coprocessor methods
<code>RegionObserver.postIncrementBeforeWAL(ObserverContext, Mutation, List)</code> and
<code>RegionObserver.postAppendBeforeWAL(ObserverContext, Mutation, List)</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestPostIncrementAndAppendBeforeWAL.ChangeCellWithDifferntColumnFamilyObserver.html" title="class in org.apache.hadoop.hbase.coprocessor">TestPostIncrementAndAppendBeforeWAL.ChangeCellWithDifferntColumnFamilyObserver</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestPostIncrementAndAppendBeforeWAL.ChangeCellWithNotExistColumnFamilyObserver.html" title="class in org.apache.hadoop.hbase.coprocessor">TestPostIncrementAndAppendBeforeWAL.ChangeCellWithNotExistColumnFamilyObserver</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestReadOnlyConfiguration.html" title="class in org.apache.hadoop.hbase.coprocessor">TestReadOnlyConfiguration</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestRegionCoprocessorHost.html" title="class in org.apache.hadoop.hbase.coprocessor">TestRegionCoprocessorHost</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestRegionObserverBypass.html" title="class in org.apache.hadoop.hbase.coprocessor">TestRegionObserverBypass</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestRegionObserverBypass.TestCoprocessor.html" title="class in org.apache.hadoop.hbase.coprocessor">TestRegionObserverBypass.TestCoprocessor</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestRegionObserverBypass.TestCoprocessor2.html" title="class in org.apache.hadoop.hbase.coprocessor">TestRegionObserverBypass.TestCoprocessor2</a></td>
<td class="colLast">
<div class="block">Calls through to TestCoprocessor.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestRegionObserverBypass.TestCoprocessor3.html" title="class in org.apache.hadoop.hbase.coprocessor">TestRegionObserverBypass.TestCoprocessor3</a></td>
<td class="colLast">
<div class="block">Calls through to TestCoprocessor.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestRegionObserverForAddingMutationsFromCoprocessors.html" title="class in org.apache.hadoop.hbase.coprocessor">TestRegionObserverForAddingMutationsFromCoprocessors</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestRegionObserverForAddingMutationsFromCoprocessors.TestDeleteCellCoprocessor.html" title="class in org.apache.hadoop.hbase.coprocessor">TestRegionObserverForAddingMutationsFromCoprocessors.TestDeleteCellCoprocessor</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestRegionObserverForAddingMutationsFromCoprocessors.TestDeleteFamilyCoprocessor.html" title="class in org.apache.hadoop.hbase.coprocessor">TestRegionObserverForAddingMutationsFromCoprocessors.TestDeleteFamilyCoprocessor</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestRegionObserverForAddingMutationsFromCoprocessors.TestDeleteRowCoprocessor.html" title="class in org.apache.hadoop.hbase.coprocessor">TestRegionObserverForAddingMutationsFromCoprocessors.TestDeleteRowCoprocessor</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestRegionObserverForAddingMutationsFromCoprocessors.TestMultiMutationCoprocessor.html" title="class in org.apache.hadoop.hbase.coprocessor">TestRegionObserverForAddingMutationsFromCoprocessors.TestMultiMutationCoprocessor</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestRegionObserverForAddingMutationsFromCoprocessors.TestPutWithTTLCoprocessor.html" title="class in org.apache.hadoop.hbase.coprocessor">TestRegionObserverForAddingMutationsFromCoprocessors.TestPutWithTTLCoprocessor</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestRegionObserverForAddingMutationsFromCoprocessors.TestWALObserver.html" title="class in org.apache.hadoop.hbase.coprocessor">TestRegionObserverForAddingMutationsFromCoprocessors.TestWALObserver</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestRegionObserverInterface.html" title="class in org.apache.hadoop.hbase.coprocessor">TestRegionObserverInterface</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestRegionObserverInterface.EvenOnlyCompactor.html" title="class in org.apache.hadoop.hbase.coprocessor">TestRegionObserverInterface.EvenOnlyCompactor</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestRegionObserverInterface.PreWALAppendWALActionsListener.html" title="class in org.apache.hadoop.hbase.coprocessor">TestRegionObserverInterface.PreWALAppendWALActionsListener</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestRegionObserverPreFlushAndPreCompact.html" title="class in org.apache.hadoop.hbase.coprocessor">TestRegionObserverPreFlushAndPreCompact</a></td>
<td class="colLast">
<div class="block">Test that we fail if a Coprocessor tries to return a null scanner out
<code>RegionObserver.preFlush(ObserverContext, Store, InternalScanner, FlushLifeCycleTracker)</code>
or <code>RegionObserver.preCompact(ObserverContext, Store, InternalScanner, ScanType,
CompactionLifeCycleTracker, CompactionRequest)</code></div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestRegionObserverPreFlushAndPreCompact.TestRegionObserver.html" title="class in org.apache.hadoop.hbase.coprocessor">TestRegionObserverPreFlushAndPreCompact.TestRegionObserver</a></td>
<td class="colLast">
<div class="block">Coprocessor that returns null when preCompact or preFlush is called.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestRegionObserverScannerOpenHook.html" title="class in org.apache.hadoop.hbase.coprocessor">TestRegionObserverScannerOpenHook</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestRegionObserverScannerOpenHook.CompactionCompletionNotifyingRegion.html" title="class in org.apache.hadoop.hbase.coprocessor">TestRegionObserverScannerOpenHook.CompactionCompletionNotifyingRegion</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestRegionObserverScannerOpenHook.EmptyRegionObsever.html" title="class in org.apache.hadoop.hbase.coprocessor">TestRegionObserverScannerOpenHook.EmptyRegionObsever</a></td>
<td class="colLast">
<div class="block">Do the default logic in <code>RegionObserver</code> interface.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestRegionObserverScannerOpenHook.NoDataFilter.html" title="class in org.apache.hadoop.hbase.coprocessor">TestRegionObserverScannerOpenHook.NoDataFilter</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestRegionObserverScannerOpenHook.NoDataFromCompaction.html" title="class in org.apache.hadoop.hbase.coprocessor">TestRegionObserverScannerOpenHook.NoDataFromCompaction</a></td>
<td class="colLast">
<div class="block">Don't allow any data to be written out in the compaction by creating a custom
<code>StoreScanner</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestRegionObserverScannerOpenHook.NoDataFromFlush.html" title="class in org.apache.hadoop.hbase.coprocessor">TestRegionObserverScannerOpenHook.NoDataFromFlush</a></td>
<td class="colLast">
<div class="block">Don't allow any data in a flush by creating a custom <code>StoreScanner</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestRegionObserverScannerOpenHook.NoDataFromScan.html" title="class in org.apache.hadoop.hbase.coprocessor">TestRegionObserverScannerOpenHook.NoDataFromScan</a></td>
<td class="colLast">
<div class="block">Don't return any data from a scan by creating a custom <code>StoreScanner</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestRegionObserverStacking.html" title="class in org.apache.hadoop.hbase.coprocessor">TestRegionObserverStacking</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestRegionObserverStacking.ObserverA.html" title="class in org.apache.hadoop.hbase.coprocessor">TestRegionObserverStacking.ObserverA</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestRegionObserverStacking.ObserverB.html" title="class in org.apache.hadoop.hbase.coprocessor">TestRegionObserverStacking.ObserverB</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestRegionObserverStacking.ObserverC.html" title="class in org.apache.hadoop.hbase.coprocessor">TestRegionObserverStacking.ObserverC</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestRegionServerCoprocessorEndpoint.html" title="class in org.apache.hadoop.hbase.coprocessor">TestRegionServerCoprocessorEndpoint</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestRegionServerCoprocessorEndpoint.DummyRegionServerEndpoint.html" title="class in org.apache.hadoop.hbase.coprocessor">TestRegionServerCoprocessorEndpoint.DummyRegionServerEndpoint</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestRegionServerCoprocessorExceptionWithAbort.html" title="class in org.apache.hadoop.hbase.coprocessor">TestRegionServerCoprocessorExceptionWithAbort</a></td>
<td class="colLast">
<div class="block">Tests unhandled exceptions thrown by coprocessors running on a regionserver..</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestRegionServerCoprocessorExceptionWithAbort.BuggyRegionObserver.html" title="class in org.apache.hadoop.hbase.coprocessor">TestRegionServerCoprocessorExceptionWithAbort.BuggyRegionObserver</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestRegionServerCoprocessorExceptionWithAbort.FailedInitializationObserver.html" title="class in org.apache.hadoop.hbase.coprocessor">TestRegionServerCoprocessorExceptionWithAbort.FailedInitializationObserver</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestRegionServerCoprocessorExceptionWithRemove.html" title="class in org.apache.hadoop.hbase.coprocessor">TestRegionServerCoprocessorExceptionWithRemove</a></td>
<td class="colLast">
<div class="block">Tests unhandled exceptions thrown by coprocessors running on regionserver.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestRegionServerCoprocessorExceptionWithRemove.BuggyRegionObserver.html" title="class in org.apache.hadoop.hbase.coprocessor">TestRegionServerCoprocessorExceptionWithRemove.BuggyRegionObserver</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestRowProcessorEndpoint.html" title="class in org.apache.hadoop.hbase.coprocessor">TestRowProcessorEndpoint</a></td>
<td class="colLast">
<div class="block">Verifies ProcessEndpoint works.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestRowProcessorEndpoint.RowProcessorEndpoint.html" title="class in org.apache.hadoop.hbase.coprocessor">TestRowProcessorEndpoint.RowProcessorEndpoint</a>&lt;S extends com.google.protobuf.Message,T extends com.google.protobuf.Message&gt;</td>
<td class="colLast">
<div class="block">This class defines two RowProcessors:
IncrementCounterProcessor and FriendsOfFriendsProcessor.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestRowProcessorEndpoint.RowProcessorEndpoint.FriendsOfFriendsProcessor.html" title="class in org.apache.hadoop.hbase.coprocessor">TestRowProcessorEndpoint.RowProcessorEndpoint.FriendsOfFriendsProcessor</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestRowProcessorEndpoint.RowProcessorEndpoint.IncrementCounterProcessor.html" title="class in org.apache.hadoop.hbase.coprocessor">TestRowProcessorEndpoint.RowProcessorEndpoint.IncrementCounterProcessor</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestRowProcessorEndpoint.RowProcessorEndpoint.RowSwapProcessor.html" title="class in org.apache.hadoop.hbase.coprocessor">TestRowProcessorEndpoint.RowProcessorEndpoint.RowSwapProcessor</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestRowProcessorEndpoint.RowProcessorEndpoint.TimeoutProcessor.html" title="class in org.apache.hadoop.hbase.coprocessor">TestRowProcessorEndpoint.RowProcessorEndpoint.TimeoutProcessor</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestSecureExport.html" title="class in org.apache.hadoop.hbase.coprocessor">TestSecureExport</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/coprocessor/TestWALObserver.html" title="class in org.apache.hadoop.hbase.coprocessor">TestWALObserver</a></td>
<td class="colLast">
<div class="block">Tests invocation of the
<code>MasterObserver</code> interface hooks at
all appropriate times during normal HMaster operations.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/apache/hadoop/hbase/constraint/package-summary.html">Prev&nbsp;Package</a></li>
<li><a href="../../../../../org/apache/hadoop/hbase/coprocessor/example/package-summary.html">Next&nbsp;Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/hadoop/hbase/coprocessor/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>