Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

A

A - Static variable in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverInterface
 
abort(Object) - Method in class org.apache.hadoop.hbase.client.procedure.ShellTestProcedure
 
abort(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.client.TestGetProcedureResult.DummyProcedure
 
abort(String, Throwable) - Method in class org.apache.hadoop.hbase.mapreduce.TestMultiTableInputFormatBase.MRSplitsConnection
 
abort(String, Throwable) - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
abort(String, Throwable) - Method in class org.apache.hadoop.hbase.master.TestActiveMasterManager.DummyMaster
 
abort(String, Throwable) - Method in class org.apache.hadoop.hbase.master.TestMetaShutdownHandler.MyRegionServer
 
abort(String, Throwable) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster.MiniHBaseClusterRegionServer
 
abort(String, Throwable) - Method in class org.apache.hadoop.hbase.MockRegionServerServices
 
abort(String, Throwable) - Method in class org.apache.hadoop.hbase.regionserver.TestShutdownWhileWALBroken.MyRegionServer
 
abort(String, Throwable) - Method in class org.apache.hadoop.hbase.util.MockServer
 
abort(String, Throwable) - Method in class org.apache.hadoop.hbase.zookeeper.TestZKNodeTracker.StubAbortable
 
aborted - Variable in class org.apache.hadoop.hbase.util.MultiThreadedReader
 
abortMaster(int) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Cause a master to exit without shutting down entire cluster.
abortProcedure() - Method in class org.apache.hadoop.hbase.client.TestAsyncProcedureAdminApi
 
abortProcedure(long, boolean) - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
abortRegionServer(int) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Cause a region server to exit doing basic clean up only on its way out.
AbstractHBaseToolTest - Class in org.apache.hadoop.hbase.util
 
AbstractHBaseToolTest() - Constructor for class org.apache.hadoop.hbase.util.AbstractHBaseToolTest
 
AbstractTestAsyncTableRegionReplicasRead - Class in org.apache.hadoop.hbase.client
 
AbstractTestAsyncTableRegionReplicasRead() - Constructor for class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead
 
AbstractTestAsyncTableRegionReplicasRead.FailPrimaryGetCP - Class in org.apache.hadoop.hbase.client
 
AbstractTestAsyncTableScan - Class in org.apache.hadoop.hbase.client
 
AbstractTestAsyncTableScan() - Constructor for class org.apache.hadoop.hbase.client.AbstractTestAsyncTableScan
 
AbstractTestCIOperationTimeout - Class in org.apache.hadoop.hbase.client
Based class for testing operation timeout logic for ConnectionImplementation.
AbstractTestCIOperationTimeout() - Constructor for class org.apache.hadoop.hbase.client.AbstractTestCIOperationTimeout
 
AbstractTestCIRpcTimeout - Class in org.apache.hadoop.hbase.client
Based class for testing rpc timeout logic for ConnectionImplementation.
AbstractTestCIRpcTimeout() - Constructor for class org.apache.hadoop.hbase.client.AbstractTestCIRpcTimeout
 
AbstractTestCITimeout - Class in org.apache.hadoop.hbase.client
Based class for testing timeout logic for ConnectionImplementation.
AbstractTestCITimeout() - Constructor for class org.apache.hadoop.hbase.client.AbstractTestCITimeout
 
AbstractTestCITimeout.SleepAndFailFirstTime - Class in org.apache.hadoop.hbase.client
This copro sleeps 20 second.
AbstractTestCITimeout.SleepCoprocessor - Class in org.apache.hadoop.hbase.client
 
AbstractTestDateTieredCompactionPolicy - Class in org.apache.hadoop.hbase.regionserver
 
AbstractTestDateTieredCompactionPolicy() - Constructor for class org.apache.hadoop.hbase.regionserver.AbstractTestDateTieredCompactionPolicy
 
AbstractTestDLS - Class in org.apache.hadoop.hbase.master
Base class for testing distributed log splitting.
AbstractTestDLS() - Constructor for class org.apache.hadoop.hbase.master.AbstractTestDLS
 
AbstractTestFSWAL - Class in org.apache.hadoop.hbase.regionserver.wal
 
AbstractTestFSWAL() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.AbstractTestFSWAL
 
AbstractTestIPC - Class in org.apache.hadoop.hbase.ipc
Some basic ipc tests.
AbstractTestIPC() - Constructor for class org.apache.hadoop.hbase.ipc.AbstractTestIPC
 
AbstractTestLogRolling - Class in org.apache.hadoop.hbase.regionserver.wal
Test log deletion as logs are rolled.
AbstractTestLogRolling() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.AbstractTestLogRolling
 
AbstractTestLogRollPeriod - Class in org.apache.hadoop.hbase.regionserver.wal
Tests that verifies that the log is forced to be rolled every "hbase.regionserver.logroll.period"
AbstractTestLogRollPeriod() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.AbstractTestLogRollPeriod
 
AbstractTestProtobufLog<W extends Closeable> - Class in org.apache.hadoop.hbase.regionserver.wal
WAL tests that can be reused across providers.
AbstractTestProtobufLog() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.AbstractTestProtobufLog
 
AbstractTestResultScannerCursor - Class in org.apache.hadoop.hbase.client
 
AbstractTestResultScannerCursor() - Constructor for class org.apache.hadoop.hbase.client.AbstractTestResultScannerCursor
 
AbstractTestScanCursor - Class in org.apache.hadoop.hbase.client
 
AbstractTestScanCursor() - Constructor for class org.apache.hadoop.hbase.client.AbstractTestScanCursor
 
AbstractTestScanCursor.SparseFilter - Class in org.apache.hadoop.hbase.client
 
AbstractTestScanQueryMatcher - Class in org.apache.hadoop.hbase.regionserver.querymatcher
 
AbstractTestScanQueryMatcher() - Constructor for class org.apache.hadoop.hbase.regionserver.querymatcher.AbstractTestScanQueryMatcher
 
AbstractTestShell - Class in org.apache.hadoop.hbase.client
 
AbstractTestShell() - Constructor for class org.apache.hadoop.hbase.client.AbstractTestShell
 
AbstractTestWALReplay - Class in org.apache.hadoop.hbase.regionserver.wal
Test replay of edits out of a WAL split.
AbstractTestWALReplay() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.AbstractTestWALReplay
 
AbstractTestWALReplay.CustomStoreFlusher - Class in org.apache.hadoop.hbase.regionserver.wal
 
AcidGuaranteesTestBase - Class in org.apache.hadoop.hbase
Test case that uses multiple threads to read and write multifamily rows into a table, verifying that reads never see partially-complete writes.
AcidGuaranteesTestBase() - Constructor for class org.apache.hadoop.hbase.AcidGuaranteesTestBase
 
AcidGuaranteesTestTool - Class in org.apache.hadoop.hbase
A test tool that uses multiple threads to read and write multifamily rows into a table, verifying that reads never see partially-complete writes
AcidGuaranteesTestTool() - Constructor for class org.apache.hadoop.hbase.AcidGuaranteesTestTool
 
AcidGuaranteesTestTool.AtomicGetReader - Class in org.apache.hadoop.hbase
Thread that does single-row reads in a table, looking for partially completed rows.
AcidGuaranteesTestTool.AtomicityWriter - Class in org.apache.hadoop.hbase
Thread that does random full-row writes into a table.
AcidGuaranteesTestTool.AtomicScanReader - Class in org.apache.hadoop.hbase
Thread that does full scans of the table looking for any partially completed rows.
Action - Class in org.apache.hadoop.hbase.chaos.actions
A (possibly mischievous) action that the ChaosMonkey can perform.
Action() - Constructor for class org.apache.hadoop.hbase.chaos.actions.Action
 
Action.ActionContext - Class in org.apache.hadoop.hbase.chaos.actions
Context for Action's
ActionContext(IntegrationTestingUtility) - Constructor for class org.apache.hadoop.hbase.chaos.actions.Action.ActionContext
 
activateFailure - Static variable in class org.apache.hadoop.hbase.regionserver.wal.InstrumentedLogWriter
 
add(MetricsTag) - Method in class org.apache.hadoop.hbase.test.MetricsAssertHelperImpl.MockRecordBuilder
 
add(AbstractMetric) - Method in class org.apache.hadoop.hbase.test.MetricsAssertHelperImpl.MockRecordBuilder
 
add(E) - Method in class org.apache.hadoop.hbase.util.ConstantDelayQueue
 
addAll(Collection<? extends E>) - Method in class org.apache.hadoop.hbase.util.ConstantDelayQueue
 
addColumn(TableName, ColumnFamilyDescriptor, long, long) - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
AddColumnAction - Class in org.apache.hadoop.hbase.chaos.actions
Action the adds a column family to a table.
AddColumnAction(TableName) - Constructor for class org.apache.hadoop.hbase.chaos.actions.AddColumnAction
 
addCommandDescriptor(Class<? extends PerformanceEvaluation.TestBase>, String, String) - Static method in class org.apache.hadoop.hbase.PerformanceEvaluation
 
addCommandDescriptor(Class<? extends PerformanceEvaluation.Test>, String, String) - Method in class org.apache.hadoop.hbase.rest.PerformanceEvaluation
 
addContent(Region, byte[], byte[]) - Static method in class org.apache.hadoop.hbase.HBaseTestCase
Deprecated.
Add content to region r on the passed column column.
addContent(Region, byte[]) - Static method in class org.apache.hadoop.hbase.HBaseTestCase
Deprecated.
 
addContent(Table, String) - Static method in class org.apache.hadoop.hbase.HBaseTestCase
Deprecated.
Add content to region r on the passed column column.
addContent(Table, String, String) - Static method in class org.apache.hadoop.hbase.HBaseTestCase
Deprecated.
 
addContent(Table, String, byte[], byte[]) - Static method in class org.apache.hadoop.hbase.HBaseTestCase
Deprecated.
Add content to region r on the passed column column.
addContent(Table, String, String, byte[], byte[]) - Static method in class org.apache.hadoop.hbase.HBaseTestCase
Deprecated.
 
addContent(Table, String, String, byte[], byte[], long) - Static method in class org.apache.hadoop.hbase.HBaseTestCase
Deprecated.
Add content to region r on the passed column column.
addCounter(MetricsInfo, int) - Method in class org.apache.hadoop.hbase.test.MetricsAssertHelperImpl.MockRecordBuilder
 
addCounter(MetricsInfo, long) - Method in class org.apache.hadoop.hbase.test.MetricsAssertHelperImpl.MockRecordBuilder
 
addEdits(WAL, RegionInfo, TableDescriptor, int, MultiVersionConcurrencyControl, NavigableMap<byte[], Integer>) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestFSWAL
 
addGauge(MetricsInfo, int) - Method in class org.apache.hadoop.hbase.test.MetricsAssertHelperImpl.MockRecordBuilder
 
addGauge(MetricsInfo, long) - Method in class org.apache.hadoop.hbase.test.MetricsAssertHelperImpl.MockRecordBuilder
 
addGauge(MetricsInfo, float) - Method in class org.apache.hadoop.hbase.test.MetricsAssertHelperImpl.MockRecordBuilder
 
addGauge(MetricsInfo, double) - Method in class org.apache.hadoop.hbase.test.MetricsAssertHelperImpl.MockRecordBuilder
 
addGroup(String, int) - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
addHFileRefs(TableName, byte[], List<Pair<Path, Path>>) - Method in class org.apache.hadoop.hbase.replication.ReplicationSourceDummy
 
addJarFilesToJar(File, String, File...) - Static method in class org.apache.hadoop.hbase.util.ClassLoaderTestHelper
Add a list of jar files to another jar file under a specific folder.
addOptions() - Method in class org.apache.hadoop.hbase.AcidGuaranteesTestTool
 
addOptions() - Method in class org.apache.hadoop.hbase.chaos.util.ChaosMonkeyRunner
 
addOptions() - Method in class org.apache.hadoop.hbase.IntegrationTestBase
 
addOptions() - Method in class org.apache.hadoop.hbase.IntegrationTestIngestWithACL
 
addOptions() - Method in class org.apache.hadoop.hbase.IntegrationTestIngestWithMOB
 
addOptions() - Method in class org.apache.hadoop.hbase.IntegrationTestRegionReplicaPerf
 
addOptions() - Method in class org.apache.hadoop.hbase.IntegrationTestsDriver
 
addOptions() - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad
 
addOptions() - Method in class org.apache.hadoop.hbase.ScanPerformanceEvaluation
 
addOptions() - Method in class org.apache.hadoop.hbase.spark.IntegrationTestSparkBulkLoad
 
addOptions() - Method in class org.apache.hadoop.hbase.StripeCompactionsPerformanceEvaluation
 
addOptions() - Method in class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedListWithVisibility
 
addOptions() - Method in class org.apache.hadoop.hbase.test.IntegrationTestReplication
 
addOptions() - Method in class org.apache.hadoop.hbase.test.IntegrationTestWithCellVisibilityLoadAndVerify
 
addOptions() - Method in class org.apache.hadoop.hbase.test.IntegrationTestZKAndFSPermissions
 
addOptions() - Method in class org.apache.hadoop.hbase.util.LoadTestTool
 
addOptions() - Method in class org.apache.hadoop.hbase.util.RestartMetaTest
 
addPeer(boolean) - Method in class org.apache.hadoop.hbase.replication.SerialReplicationTestBase
 
addr(RpcController, TestProtos.EmptyRequestProto, RpcCallback<TestProtos.AddrResponseProto>) - Method in class org.apache.hadoop.hbase.coprocessor.ProtobufCoprocessorService
 
addr(RpcController, TestProtos.EmptyRequestProto) - Method in class org.apache.hadoop.hbase.ipc.TestProtobufRpcServiceImpl
 
addReaderThreads(int) - Method in class org.apache.hadoop.hbase.util.MultiThreadedReader
 
addReaderThreads(int) - Method in class org.apache.hadoop.hbase.util.MultiThreadedReaderWithACL
 
addRecord(String) - Method in class org.apache.hadoop.hbase.test.MetricsAssertHelperImpl.MockMetricsBuilder
 
addRecord(MetricsInfo) - Method in class org.apache.hadoop.hbase.test.MetricsAssertHelperImpl.MockMetricsBuilder
 
addRegion(HRegion) - Method in class org.apache.hadoop.hbase.MockRegionServerServices
 
addRegion() - Method in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils.SnapshotMock.SnapshotBuilder
 
addRegionToMETA(HRegion, HRegion) - Static method in class org.apache.hadoop.hbase.regionserver.TestDefaultMemStore
Inserts a new region's meta information into the passed meta region.
addRegionV1() - Method in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils.SnapshotMock.SnapshotBuilder
 
addRegionV2() - Method in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils.SnapshotMock.SnapshotBuilder
 
addReplicationPeer(String, ReplicationPeerConfig, boolean) - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
addResource(Configuration) - Method in class org.apache.hadoop.hbase.chaos.util.Monkeys
 
addResource(String) - Method in class org.apache.hadoop.hbase.chaos.util.Monkeys
 
addResourceAnalyzer(ResourceChecker.ResourceAnalyzer) - Method in class org.apache.hadoop.hbase.ResourceChecker
Adds a resource analyzer to the resources checked.
addResourceAnalyzer(ResourceChecker) - Method in class org.apache.hadoop.hbase.ResourceCheckerJUnitListener
To be implemented by sub classes if they want to add specific ResourceAnalyzer.
ADDRESS - Static variable in class org.apache.hadoop.hbase.ipc.TestProtoBufRpc
 
addRow(byte[]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility.SeenRowTracker
 
addRows(AbstractMemStore) - Method in class org.apache.hadoop.hbase.regionserver.TestDefaultMemStore
addRows(MemStore, long) - Method in class org.apache.hadoop.hbase.regionserver.TestDefaultMemStore
addRowsByKeys(AbstractMemStore, String[]) - Method in class org.apache.hadoop.hbase.regionserver.TestCompactingMemStore
 
addRowsByKeys(AbstractMemStore, String[], byte[]) - Method in class org.apache.hadoop.hbase.regionserver.TestCompactingMemStore
 
addRSGroup(String) - Method in class org.apache.hadoop.hbase.rsgroup.VerifyingRSGroupAdminClient
 
addThread(MultithreadedTestUtil.TestThread) - Method in class org.apache.hadoop.hbase.MultithreadedTestUtil.TestContext
 
addUpdaterThreads(int) - Method in class org.apache.hadoop.hbase.util.MultiThreadedUpdater
 
addUpdaterThreads(int) - Method in class org.apache.hadoop.hbase.util.MultiThreadedUpdaterWithACL
 
addWALActionsListener(WALActionsListener) - Method in class org.apache.hadoop.hbase.wal.IOTestProvider
 
admin - Variable in class org.apache.hadoop.hbase.client.CloneSnapshotFromClientTestBase
 
admin - Variable in class org.apache.hadoop.hbase.client.RestoreSnapshotFromClientTestBase
 
admin - Variable in class org.apache.hadoop.hbase.client.TestAsyncAdminBase
 
admin - Variable in class org.apache.hadoop.hbase.client.TestServerLoadDurability
 
admin - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestLogRolling
 
admin - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationBase
 
admin - Static variable in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
admin - Variable in class org.apache.hadoop.hbase.snapshot.TestFlushSnapshotFromClient
 
admin - Variable in class org.apache.hadoop.hbase.snapshot.TestRestoreFlushSnapshotFromClient
 
admin - Static variable in class org.apache.hadoop.hbase.TestNamespace
 
admin - Static variable in class org.apache.hadoop.hbase.util.BaseTestHBaseFsck
 
after() - Method in class org.apache.hadoop.hbase.client.TestReplicasClient
 
after() - Method in class org.apache.hadoop.hbase.coprocessor.TestCoreMasterCoprocessor
 
after() - Method in class org.apache.hadoop.hbase.coprocessor.TestCoreRegionCoprocessor
 
after() - Method in class org.apache.hadoop.hbase.coprocessor.TestCoreRegionServerCoprocessor
 
after() - Method in class org.apache.hadoop.hbase.coprocessor.TestIncrementTimeRange
 
after() - Method in class org.apache.hadoop.hbase.master.AbstractTestDLS
 
after() - Static method in class org.apache.hadoop.hbase.master.TestAssignmentManagerMetrics
 
after() - Static method in class org.apache.hadoop.hbase.master.TestGetReplicationLoad
 
after() - Static method in class org.apache.hadoop.hbase.master.TestMasterMetrics
 
after() - Method in class org.apache.hadoop.hbase.master.TestMirroringTableStateManager
 
after() - Method in class org.apache.hadoop.hbase.master.TestTableStateManager
 
after() - Static method in class org.apache.hadoop.hbase.mttr.IntegrationTestMTTR
 
after() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaTableUtil
 
after() - Static method in class org.apache.hadoop.hbase.regionserver.TestCleanupMetaWAL
 
after() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactionFileNotFound
 
after() - Static method in class org.apache.hadoop.hbase.regionserver.TestMutateRowsRecovery
 
after() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionReplicaFailover
 
after() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionReplicasWithRestartScenarios
 
after() - Static method in class org.apache.hadoop.hbase.regionserver.TestRegionServerMetrics
 
after() - Static method in class org.apache.hadoop.hbase.regionserver.TestRowTooBig
 
after() - Method in class org.apache.hadoop.hbase.regionserver.TestServerCustomProtocol
 
after() - Static method in class org.apache.hadoop.hbase.regionserver.TestSplitTransactionOnCluster
 
after() - Method in class org.apache.hadoop.hbase.rest.client.TestRemoteTable
 
after() - Method in class org.apache.hadoop.hbase.TestMetaTableAccessorNoCluster
 
after() - Method in class org.apache.hadoop.hbase.TestMetaTableLocator
 
after() - Method in class org.apache.hadoop.hbase.TestMovedRegionsCleaner
 
after() - Method in class org.apache.hadoop.hbase.TestRegionRebalancing
 
after() - Method in class org.apache.hadoop.hbase.TestZooKeeper
 
afterAllTests() - Static method in class org.apache.hadoop.hbase.client.TestSeparateClientZKCluster
 
afterAllTests() - Static method in class org.apache.hadoop.hbase.master.TestAssignmentListener
 
afterAllTests() - Static method in class org.apache.hadoop.hbase.master.TestMaster
 
afterAllTests() - Static method in class org.apache.hadoop.hbase.master.TestMasterTransitions
 
afterAllTests() - Static method in class org.apache.hadoop.hbase.regionserver.TestEndToEndSplitTransaction
 
afterAllTests() - Static method in class org.apache.hadoop.hbase.regionserver.TestRegionMergeTransactionOnCluster
 
afterAllTests() - Static method in class org.apache.hadoop.hbase.TestHColumnDescriptorDefaultVersions
 
afterClass() - Static method in class org.apache.hadoop.hbase.client.TestAppendFromClientSide
 
afterClass() - Static method in class org.apache.hadoop.hbase.client.TestIncrementsFromClientSide
 
afterClass() - Static method in class org.apache.hadoop.hbase.client.TestMetricsConnection
 
afterClass() - Static method in class org.apache.hadoop.hbase.client.TestMultiParallel
 
afterClass() - Static method in class org.apache.hadoop.hbase.client.TestReplicasClient
 
afterClass() - Static method in class org.apache.hadoop.hbase.client.TestReplicaWithCluster
 
afterClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorShortCircuitRPC
 
afterClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestSecureExport
 
afterClass() - Static method in class org.apache.hadoop.hbase.io.hfile.TestCacheOnWrite
 
afterClass() - Static method in class org.apache.hadoop.hbase.mapred.TestTableInputFormat
 
afterClass() - Static method in class org.apache.hadoop.hbase.mapred.TestTableMapReduceUtil
 
afterClass() - Static method in class org.apache.hadoop.hbase.mapred.TestTableOutputFormatConnectionExhaust
 
afterClass() - Static method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedImportExport2
 
afterClass() - Static method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedWALPlayer2
 
afterClass() - Static method in class org.apache.hadoop.hbase.mapreduce.TestCellCounter
 
afterClass() - Static method in class org.apache.hadoop.hbase.mapreduce.TestCopyTable
 
afterClass() - Static method in class org.apache.hadoop.hbase.mapreduce.TestHashTable
 
afterClass() - Static method in class org.apache.hadoop.hbase.mapreduce.TestHRegionPartitioner
 
afterClass() - Static method in class org.apache.hadoop.hbase.mapreduce.TestImportExport
 
afterClass() - Static method in class org.apache.hadoop.hbase.mapreduce.TestMultithreadedTableMapper
 
afterClass() - Static method in class org.apache.hadoop.hbase.mapreduce.TestSyncTable
 
afterClass() - Static method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormat
 
afterClass() - Static method in class org.apache.hadoop.hbase.mapreduce.TestTableMapReduceBase
 
afterClass() - Static method in class org.apache.hadoop.hbase.mapreduce.TestTimeRangeMapRed
 
afterClass() - Static method in class org.apache.hadoop.hbase.mapreduce.TestWALPlayer
 
afterclass() - Static method in class org.apache.hadoop.hbase.regionserver.TestCleanupCompactedFileOnRegionClose
 
afterClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestRegionOpen
 
afterClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestRegionReplicas
 
afterClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestRegionReplicasAreDistributed
 
afterClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestRegionReplicasWithModifyTable
 
afterClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestRegionReplicasWithRestartScenarios
 
afterClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestRegionServerNoMaster
 
afterClass() - Static method in class org.apache.hadoop.hbase.TestHBaseTestingUtilSpinup
 
afterClass() - Static method in class org.apache.hadoop.hbase.TestInfoServers
 
afterClass() - Static method in class org.apache.hadoop.hbase.TestMetaTableAccessor
 
afterClass() - Static method in class org.apache.hadoop.hbase.TestMetaTableLocator
 
afterClass() - Static method in class org.apache.hadoop.hbase.TestRegionLoad
 
afterClass() - Static method in class org.apache.hadoop.hbase.TestRegionMetrics
 
afterClass() - Static method in class org.apache.hadoop.hbase.util.TestByteBufferUtils
 
afterClass() - Static method in class org.apache.hadoop.hbase.wal.TestDisabledWAL
 
afterClass() - Static method in class org.apache.hbase.archetypes.exemplars.client.TestHelloHBase
 
afterClass() - Static method in class org.apache.hbase.archetypes.exemplars.shaded_client.TestHelloHBase
 
afterExecution(Store) - Method in class org.apache.hadoop.hbase.regionserver.TestCompaction.Tracker
 
afterMethod() - Method in class org.apache.hadoop.hbase.rest.RowResourceBase
 
afterMethod() - Method in class org.apache.hadoop.hbase.rsgroup.IntegrationTestRSGroup
 
afterMethod() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroups
 
afterReplay(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.TestLoadProcedureError.TestProcedure
 
afterTestMethod() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerMetrics
 
allowCompactions() - Method in class org.apache.hadoop.hbase.TestIOFencing.CompactionBlockerRegion
 
allowPartial - Variable in class org.apache.hadoop.hbase.client.TestScannersFromClientSide2
 
AlwaysNextColFilter() - Constructor for class org.apache.hadoop.hbase.filter.TestFilterList.AlwaysNextColFilter
 
And(ClassFinder.ClassFilter...) - Constructor for class org.apache.hadoop.hbase.ClassFinder.And
 
And(ClassFinder.ResourcePathFilter...) - Constructor for class org.apache.hadoop.hbase.ClassFinder.And
 
announce() - Method in class org.apache.hadoop.hbase.coprocessor.TestSecureExport
 
announce() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedImportExport2
 
announce() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportExport
 
answer(InvocationOnMock) - Method in class org.apache.hadoop.hbase.GenericTestUtils.DelayAnswer
 
answer(InvocationOnMock) - Method in class org.apache.hadoop.hbase.GenericTestUtils.DelegateAnswer
 
answer(InvocationOnMock) - Method in class org.apache.hadoop.hbase.GenericTestUtils.SleepAnswer
 
append(Append) - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
 
append(W, WAL.Entry) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestProtobufLog
 
append(WAL.Entry) - Method in class org.apache.hadoop.hbase.regionserver.wal.InstrumentedLogWriter
 
append(WALProvider.AsyncWriter, WAL.Entry) - Method in class org.apache.hadoop.hbase.regionserver.wal.TestAsyncProtobufLog
 
append(WALProvider.Writer, WAL.Entry) - Method in class org.apache.hadoop.hbase.regionserver.wal.TestProtobufLog
 
append(RegionInfo, WALKeyImpl, WALEdit, boolean) - Method in class org.apache.hadoop.hbase.wal.FaultyFSLog
 
appendEntry(WALProvider.Writer, TableName, byte[], byte[], byte[], byte[], byte[], long) - Static method in class org.apache.hadoop.hbase.wal.TestWALSplit
 
appendToStatus(StringBuilder, String, long) - Static method in class org.apache.hadoop.hbase.util.MultiThreadedAction
 
appendToStatus(StringBuilder, String, String) - Static method in class org.apache.hadoop.hbase.util.MultiThreadedAction
 
appendValueJson(String, String, String, String) - Static method in class org.apache.hadoop.hbase.rest.RowResourceBase
 
appendValuePB(String, String, String, String) - Static method in class org.apache.hadoop.hbase.rest.RowResourceBase
 
appendValueXML(String, String, String, String) - Static method in class org.apache.hadoop.hbase.rest.RowResourceBase
 
apply(Statement, Description) - Method in class org.apache.hadoop.hbase.HBaseClassTestRule
 
applyColumnFamilyOptions(TableName, byte[][]) - Method in class org.apache.hadoop.hbase.util.LoadTestTool
Apply column family options such as Bloom filters, compression, and data block encoding.
archiveDir - Variable in class org.apache.hadoop.hbase.snapshot.TestRestoreSnapshotHelper
 
assertArchiveEqualToOriginal(FileStatus[], FileStatus[], FileSystem) - Static method in class org.apache.hadoop.hbase.util.HFileArchiveTestingUtil
Compare the archived files to the files in the original directory
assertArchiveEqualToOriginal(FileStatus[], FileStatus[], FileSystem, boolean) - Static method in class org.apache.hadoop.hbase.util.HFileArchiveTestingUtil
Compare the archived files to the files in the original directory
assertByteEquals(byte[], byte[]) - Static method in class org.apache.hadoop.hbase.HBaseTestCase
Deprecated.
 
assertCellEquals(Cell, Cell) - Static method in class org.apache.hadoop.hbase.mob.MobTestUtil
Compare two Cells only for their row family qualifier value
assertCells(List<Cell>, List<KeyValueScanner>) - Method in class org.apache.hadoop.hbase.regionserver.TestKeyValueHeap
 
assertCellsValue(Table, Scan, byte[], int) - Static method in class org.apache.hadoop.hbase.mob.MobTestUtil
 
assertClassesAreBuilderStyle(Class...) - Static method in class org.apache.hadoop.hbase.util.BuilderStyleTest
 
assertConnectedPeerStatus(boolean, String) - Method in class org.apache.hadoop.hbase.replication.TestReplicationStateBasic
 
assertCounter(String, long) - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerMetrics
 
assertCounter(String, long, BaseSource) - Method in interface org.apache.hadoop.hbase.test.MetricsAssertHelper
Assert that a counter exists and that it's value is equal to the expected value.
assertCounter(String, long, BaseSource) - Method in class org.apache.hadoop.hbase.test.MetricsAssertHelperImpl
 
assertCounterGt(String, long, BaseSource) - Method in interface org.apache.hadoop.hbase.test.MetricsAssertHelper
Assert that a counter exists and that it's value is greater than the given value.
assertCounterGt(String, long, BaseSource) - Method in class org.apache.hadoop.hbase.test.MetricsAssertHelperImpl
 
assertCounterLt(String, long, BaseSource) - Method in interface org.apache.hadoop.hbase.test.MetricsAssertHelper
Assert that a counter exists and that it's value is less than the given value.
assertCounterLt(String, long, BaseSource) - Method in class org.apache.hadoop.hbase.test.MetricsAssertHelperImpl
 
assertEmptyMetaLocation(Table, byte[], int) - Static method in class org.apache.hadoop.hbase.TestMetaTableAccessor
 
assertEquals(byte[], byte[]) - Static method in class org.apache.hadoop.hbase.HBaseTestCase
Deprecated.
 
assertErrors(HBaseFsck, HBaseFsck.ErrorReporter.ERROR_CODE[]) - Static method in class org.apache.hadoop.hbase.util.hbck.HbckTestingUtil
 
assertExceptionContains(String, Throwable) - Static method in class org.apache.hadoop.hbase.http.TestServletFilter
 
assertExists(File) - Static method in class org.apache.hadoop.hbase.GenericTestUtils
Assert that a given file exists.
assertExistsMatchingSnapshot(Admin, String, TableName) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils
Make sure that there is only one snapshot returned from the master and its name and table match the passed in parameters.
assertGauge(String, long) - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerMetrics
 
assertGauge(String, long, BaseSource) - Method in interface org.apache.hadoop.hbase.test.MetricsAssertHelper
Assert that a gauge exists and that it's value is equal to the expected value.
assertGauge(String, double, BaseSource) - Method in interface org.apache.hadoop.hbase.test.MetricsAssertHelper
Assert that a gauge exists and that it's value is equal to the expected value.
assertGauge(String, long, BaseSource) - Method in class org.apache.hadoop.hbase.test.MetricsAssertHelperImpl
 
assertGauge(String, double, BaseSource) - Method in class org.apache.hadoop.hbase.test.MetricsAssertHelperImpl
 
assertGaugeGt(String, long, BaseSource) - Method in interface org.apache.hadoop.hbase.test.MetricsAssertHelper
Assert that a gauge exists and it's value is greater than a given value
assertGaugeGt(String, double, BaseSource) - Method in interface org.apache.hadoop.hbase.test.MetricsAssertHelper
Assert that a gauge exists and it's value is greater than a given value
assertGaugeGt(String, long, BaseSource) - Method in class org.apache.hadoop.hbase.test.MetricsAssertHelperImpl
 
assertGaugeGt(String, double, BaseSource) - Method in class org.apache.hadoop.hbase.test.MetricsAssertHelperImpl
 
assertGaugeLt(String, long, BaseSource) - Method in interface org.apache.hadoop.hbase.test.MetricsAssertHelper
Assert that a gauge exists and it's value is less than a given value
assertGaugeLt(String, double, BaseSource) - Method in interface org.apache.hadoop.hbase.test.MetricsAssertHelper
Assert that a gauge exists and it's value is less than a given value
assertGaugeLt(String, long, BaseSource) - Method in class org.apache.hadoop.hbase.test.MetricsAssertHelperImpl
 
assertGaugeLt(String, double, BaseSource) - Method in class org.apache.hadoop.hbase.test.MetricsAssertHelperImpl
 
assertGlobEquals(File, String, String...) - Static method in class org.apache.hadoop.hbase.GenericTestUtils
List all of the files in 'dir' that match the regex 'pattern'.
assertKey(byte[], ByteBuffer) - Static method in class org.apache.hadoop.hbase.PerformanceEvaluationCommons
 
assertKey(byte[], Cell) - Static method in class org.apache.hadoop.hbase.PerformanceEvaluationCommons
 
assertKey(byte[], byte[]) - Static method in class org.apache.hadoop.hbase.PerformanceEvaluationCommons
 
assertKey(byte[], byte[], int, int) - Static method in class org.apache.hadoop.hbase.PerformanceEvaluationCommons
 
assertKVListsEqual(String, List<? extends Cell>, List<? extends Cell>) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
assertKVListsEqual(String, List<? extends Cell>, List<? extends Cell>) - Method in class org.apache.hadoop.hbase.regionserver.TestSeekOptimizations
 
assertMatches(String, String) - Static method in class org.apache.hadoop.hbase.GenericTestUtils
 
assertMetaLocation(Table, byte[], ServerName, long, int, boolean) - Static method in class org.apache.hadoop.hbase.TestMetaTableAccessor
 
assertNoErrors(HBaseFsck) - Static method in class org.apache.hadoop.hbase.util.hbck.HbckTestingUtil
 
assertNoSnapshots(Admin) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils
Assert that we don't have any snapshots lists
assertNoThreadsMatching(String) - Static method in class org.apache.hadoop.hbase.GenericTestUtils
Assert that there are no threads running whose name matches the given regular expression.
assertNumberOfPeers(int) - Method in class org.apache.hadoop.hbase.replication.TestReplicationStateBasic
 
assertOneSnapshotThatMatches(Admin, SnapshotProtos.SnapshotDescription) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils
Make sure that there is only one snapshot returned from the master
assertOneSnapshotThatMatches(Admin, String, TableName) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils
Make sure that there is only one snapshot returned from the master and its name and table match the passed in parameters.
assertOneSnapshotThatMatches(Admin, byte[], TableName) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils
Make sure that there is only one snapshot returned from the master and its name and table match the passed in parameters.
assertOnFutures(List<Future<?>>) - Static method in class org.apache.hadoop.hbase.MultithreadedTestUtil
Verify that no assertions have failed inside a future.
assertRangesEqual(List<MultiRowRangeFilter.RowRange>, List<MultiRowRangeFilter.RowRange>) - Method in class org.apache.hadoop.hbase.filter.TestMultiRowRangeFilter
 
assertReFind(String, String) - Static method in class org.apache.hadoop.hbase.http.jmx.TestJMXJsonServlet
 
assertRegionMetrics(String, long) - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerMetrics
 
assertRegionOnlyOnServer(RegionInfo, ServerName, long) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Check to make sure the region is open on the specified region server, but not on any other one.
assertRegionOnServer(RegionInfo, ServerName, long) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Due to async racing issue, a region may not be in the online region list of a region server yet, after the assignment znode is deleted and the new assignment is recorded in master.
assertResultEquals(HRegion, byte[], byte[], byte[], long, byte[]) - Method in class org.apache.hadoop.hbase.HBaseTestCase
Deprecated.
 
assertScan(HRegion, byte[], byte[]) - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
assertScanContentTimestamp(Table, long) - Static method in class org.apache.hadoop.hbase.TimestampTestBase
 
assertScannerResults(KeyValueScanner, KeyValue[]) - Method in class org.apache.hadoop.hbase.regionserver.TestDefaultMemStore
 
assertTag(String, String, BaseSource) - Method in interface org.apache.hadoop.hbase.test.MetricsAssertHelper
Assert that a tag exists and has a given value.
assertTag(String, String, BaseSource) - Method in class org.apache.hadoop.hbase.test.MetricsAssertHelperImpl
 
assertValueNear(long, long, long) - Static method in class org.apache.hadoop.hbase.GenericTestUtils
 
assertValueSize(int, int) - Static method in class org.apache.hadoop.hbase.PerformanceEvaluationCommons
 
assertValueWithinRange(long, long, long) - Static method in class org.apache.hadoop.hbase.GenericTestUtils
 
assertVersions(Table, long[]) - Static method in class org.apache.hadoop.hbase.TimestampTestBase
 
assignmentManager - Static variable in class org.apache.hadoop.hbase.util.BaseTestHBaseFsck
 
assignRegion(RegionInfo) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Uses directly the assignment manager to assign the region.
async - Variable in class org.apache.hadoop.hbase.client.TestHbck
 
ASYNC_CONN - Static variable in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead
 
ASYNC_CONN - Static variable in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableScan
 
ASYNC_CONN - Static variable in class org.apache.hadoop.hbase.client.TestAsyncAdminBase
 
AtomicGetReader(MultithreadedTestUtil.TestContext, byte[], byte[][], ExecutorService) - Constructor for class org.apache.hadoop.hbase.AcidGuaranteesTestTool.AtomicGetReader
 
AtomicHFileLoader(TableName, MultithreadedTestUtil.TestContext, byte[][]) - Constructor for class org.apache.hadoop.hbase.regionserver.TestHRegionServerBulkLoad.AtomicHFileLoader
 
AtomicHFileLoader(TableName, MultithreadedTestUtil.TestContext, byte[][]) - Constructor for class org.apache.hadoop.hbase.regionserver.TestHRegionServerBulkLoadWithOldClient.AtomicHFileLoader
 
AtomicHFileLoader(TableName, MultithreadedTestUtil.TestContext, byte[][]) - Constructor for class org.apache.hadoop.hbase.regionserver.TestHRegionServerBulkLoadWithOldSecureEndpoint.AtomicHFileLoader
 
AtomicityWriter(MultithreadedTestUtil.TestContext, byte[][], byte[][], ExecutorService) - Constructor for class org.apache.hadoop.hbase.AcidGuaranteesTestTool.AtomicityWriter
 
AtomicOperation(HRegion, int, AtomicLong, AtomicInteger) - Constructor for class org.apache.hadoop.hbase.regionserver.TestAtomicOperation.AtomicOperation
 
AtomicScanReader(MultithreadedTestUtil.TestContext, byte[][], ExecutorService) - Constructor for class org.apache.hadoop.hbase.AcidGuaranteesTestTool.AtomicScanReader
 
AtomicScanReader(TableName, MultithreadedTestUtil.TestContext, byte[][]) - Constructor for class org.apache.hadoop.hbase.regionserver.TestHRegionServerBulkLoad.AtomicScanReader
 
available(int) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Checks to see if a specific port is available.

B

B - Static variable in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverInterface
 
backwardSeek(Cell) - Method in class org.apache.hadoop.hbase.regionserver.DelegatingKeyValueScanner
 
balanceRSGroup(String) - Method in class org.apache.hadoop.hbase.rsgroup.VerifyingRSGroupAdminClient
 
BASE_TEST_DIRECTORY_KEY - Static variable in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
System property key to get base test directory value
BaseTestHBaseFsck - Class in org.apache.hadoop.hbase.util
This is the base class for HBaseFsck's ability to detect reasons for inconsistent tables.
BaseTestHBaseFsck() - Constructor for class org.apache.hadoop.hbase.util.BaseTestHBaseFsck
 
BaseTestHBaseFsck.MasterSyncCoprocessor - Class in org.apache.hadoop.hbase.util
 
BaseViolationPolicyEnforcement - Class in org.apache.hadoop.hbase.quotas.policies
 
BaseViolationPolicyEnforcement() - Constructor for class org.apache.hadoop.hbase.quotas.policies.BaseViolationPolicyEnforcement
 
batch - Variable in class org.apache.hadoop.hbase.client.TestScannersFromClientSide2
 
batch(List<? extends Row>, Object[]) - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
 
BATCH_RESTART_RS_RATIO - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
 
BATCH_RESTART_RS_SLEEP_TIME - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
 
batchCallback(List<? extends Row>, Object[], Batch.Callback<R>) - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
 
batchCoprocessorService(Descriptors.MethodDescriptor, Message, byte[], byte[], R) - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
 
batchCoprocessorService(Descriptors.MethodDescriptor, Message, byte[], byte[], R, Batch.Callback<R>) - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
 
BatchRestartRsAction - Class in org.apache.hadoop.hbase.chaos.actions
Restarts a ratio of the running regionservers at the same time
BatchRestartRsAction(long, float) - Constructor for class org.apache.hadoop.hbase.chaos.actions.BatchRestartRsAction
 
bbb - Static variable in class org.apache.hadoop.hbase.client.TestTableSnapshotScanner
 
before() - Method in class org.apache.hadoop.hbase.client.TestIncrementFromClientSideWithCoprocessor
 
before() - Method in class org.apache.hadoop.hbase.client.TestMalformedCellFromClient
 
before() - Method in class org.apache.hadoop.hbase.client.TestMultiParallel
 
before() - Method in class org.apache.hadoop.hbase.client.TestReplicasClient
 
before() - Method in class org.apache.hadoop.hbase.coprocessor.TestCoreMasterCoprocessor
 
before() - Method in class org.apache.hadoop.hbase.coprocessor.TestCoreRegionCoprocessor
 
before() - Method in class org.apache.hadoop.hbase.coprocessor.TestCoreRegionServerCoprocessor
 
before() - Method in class org.apache.hadoop.hbase.coprocessor.TestIncrementTimeRange
 
before() - Method in class org.apache.hadoop.hbase.ipc.TestCellBlockBuilder
 
before() - Method in class org.apache.hadoop.hbase.mapred.TestTableInputFormat
 
before() - Method in class org.apache.hadoop.hbase.mapred.TestTableMapReduceUtil
 
before() - Method in class org.apache.hadoop.hbase.mapred.TestTableOutputFormatConnectionExhaust
 
before() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormat
 
before() - Method in class org.apache.hadoop.hbase.mapreduce.TestTimeRangeMapRed
 
before() - Method in class org.apache.hadoop.hbase.master.AbstractTestDLS
 
before() - Method in class org.apache.hadoop.hbase.master.TestClusterStatusPublisher
 
before() - Method in class org.apache.hadoop.hbase.master.TestMasterWALManager
 
before() - Method in class org.apache.hadoop.hbase.master.TestMirroringTableStateManager
 
before() - Method in class org.apache.hadoop.hbase.master.TestTableStateManager
 
before() - Static method in class org.apache.hadoop.hbase.namespace.TestNamespaceAuditor
 
before() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaTableUtil
 
before() - Method in class org.apache.hadoop.hbase.regionserver.TestBulkLoad
 
before() - Static method in class org.apache.hadoop.hbase.regionserver.TestCleanupMetaWAL
 
before() - Static method in class org.apache.hadoop.hbase.regionserver.TestMutateRowsRecovery
 
before() - Static method in class org.apache.hadoop.hbase.regionserver.TestRegionOpen
 
before() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionReplicaFailover
 
before() - Static method in class org.apache.hadoop.hbase.regionserver.TestRegionReplicas
 
before() - Static method in class org.apache.hadoop.hbase.regionserver.TestRegionReplicasAreDistributed
 
before() - Static method in class org.apache.hadoop.hbase.regionserver.TestRegionReplicasWithModifyTable
 
before() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionReplicasWithRestartScenarios
 
before() - Static method in class org.apache.hadoop.hbase.regionserver.TestRegionServerNoMaster
 
before() - Static method in class org.apache.hadoop.hbase.regionserver.TestRowTooBig
 
before() - Method in class org.apache.hadoop.hbase.regionserver.TestServerCustomProtocol
 
before() - Static method in class org.apache.hadoop.hbase.regionserver.TestSplitTransactionOnCluster
 
before() - Method in class org.apache.hadoop.hbase.regionserver.wal.TestWALConfiguration
 
before() - Method in class org.apache.hadoop.hbase.rest.client.TestRemoteTable
 
before() - Static method in class org.apache.hadoop.hbase.security.TestHBaseSaslRpcClient
 
before() - Method in class org.apache.hadoop.hbase.TestMetaTableAccessorNoCluster
 
before() - Method in class org.apache.hadoop.hbase.TestMetaTableLocator
 
before() - Method in class org.apache.hadoop.hbase.TestMovedRegionsCleaner
 
before() - Method in class org.apache.hadoop.hbase.TestMultiVersions
 
before() - Method in class org.apache.hadoop.hbase.TestRegionRebalancing
 
beforeAllTests() - Static method in class org.apache.hadoop.hbase.client.TestSeparateClientZKCluster
 
beforeAllTests() - Static method in class org.apache.hadoop.hbase.master.TestAssignmentListener
 
beforeAllTests() - Static method in class org.apache.hadoop.hbase.master.TestMaster
 
beforeAllTests() - Static method in class org.apache.hadoop.hbase.master.TestMasterTransitions
Start up a mini cluster and put a small table of many empty regions into it.
beforeAllTests() - Static method in class org.apache.hadoop.hbase.regionserver.TestEndToEndSplitTransaction
 
beforeAllTests() - Static method in class org.apache.hadoop.hbase.regionserver.TestRegionMergeTransactionOnCluster
 
beforeAllTests() - Static method in class org.apache.hadoop.hbase.TestHColumnDescriptorDefaultVersions
Start up a mini cluster and put a small table of empty regions into it.
beforeClass() - Static method in class org.apache.hadoop.hbase.client.TestAppendFromClientSide
 
beforeClass() - Static method in class org.apache.hadoop.hbase.client.TestAsyncProcess
 
beforeClass() - Static method in class org.apache.hadoop.hbase.client.TestIncrementsFromClientSide
 
beforeClass() - Static method in class org.apache.hadoop.hbase.client.TestMetricsConnection
 
beforeClass() - Static method in class org.apache.hadoop.hbase.client.TestMultiParallel
 
beforeClass() - Static method in class org.apache.hadoop.hbase.client.TestReplicasClient
 
beforeClass() - Static method in class org.apache.hadoop.hbase.client.TestReplicaWithCluster
 
beforeClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorShortCircuitRPC
Start up a mini cluster with my three CPs loaded.
beforeClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestImportExport
 
beforeClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestSecureExport
Sets the security firstly for getting the correct default realm.
beforeClass() - Static method in class org.apache.hadoop.hbase.io.TestHeapSize
 
beforeClass() - Static method in class org.apache.hadoop.hbase.mapred.TestTableInputFormat
 
beforeClass() - Static method in class org.apache.hadoop.hbase.mapred.TestTableMapReduceUtil
 
beforeClass() - Static method in class org.apache.hadoop.hbase.mapred.TestTableOutputFormatConnectionExhaust
 
beforeClass() - Static method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedImportExport2
 
beforeClass() - Static method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedWALPlayer2
 
beforeClass() - Static method in class org.apache.hadoop.hbase.mapreduce.TestCellCounter
 
beforeClass() - Static method in class org.apache.hadoop.hbase.mapreduce.TestCopyTable
 
beforeClass() - Static method in class org.apache.hadoop.hbase.mapreduce.TestHashTable
 
beforeClass() - Static method in class org.apache.hadoop.hbase.mapreduce.TestHRegionPartitioner
 
beforeClass() - Static method in class org.apache.hadoop.hbase.mapreduce.TestImportExport
 
beforeClass() - Static method in class org.apache.hadoop.hbase.mapreduce.TestMultithreadedTableMapper
 
beforeClass() - Static method in class org.apache.hadoop.hbase.mapreduce.TestSyncTable
 
beforeClass() - Static method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormat
 
beforeClass() - Static method in class org.apache.hadoop.hbase.mapreduce.TestTableMapReduceBase
 
beforeClass() - Static method in class org.apache.hadoop.hbase.mapreduce.TestTimeRangeMapRed
 
beforeClass() - Static method in class org.apache.hadoop.hbase.mapreduce.TestWALPlayer
 
beforeClass() - Static method in class org.apache.hadoop.hbase.master.TestCatalogJanitor
 
beforeClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestCleanupCompactedFileOnRegionClose
 
beforeClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestParallelPut
 
beforeClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestRegionReplicasWithRestartScenarios
 
beforeClass() - Static method in class org.apache.hadoop.hbase.TestHBaseTestingUtilSpinup
 
beforeClass() - Static method in class org.apache.hadoop.hbase.TestInfoServers
 
beforeClass() - Static method in class org.apache.hadoop.hbase.TestMetaTableAccessor
 
beforeClass() - Static method in class org.apache.hadoop.hbase.TestMetaTableLocator
 
beforeClass() - Static method in class org.apache.hadoop.hbase.TestRegionLoad
 
beforeClass() - Static method in class org.apache.hadoop.hbase.TestRegionMetrics
 
beforeClass() - Static method in class org.apache.hadoop.hbase.wal.TestDisabledWAL
 
beforeClass() - Static method in class org.apache.hbase.archetypes.exemplars.client.TestHelloHBase
 
beforeClass() - Static method in class org.apache.hbase.archetypes.exemplars.shaded_client.TestHelloHBase
 
beforeMethod() - Method in class org.apache.hadoop.hbase.rest.RowResourceBase
 
beforeMethod() - Method in class org.apache.hadoop.hbase.rsgroup.IntegrationTestRSGroup
 
beforeMethod() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroups
 
beforeMethod() - Method in class org.apache.hadoop.hbase.TestNamespace
 
beforeMutate(long, Mutation) - Method in class org.apache.hadoop.hbase.util.LoadTestDataGeneratorWithTags
 
beforeTestMethod() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerMetrics
 
benchmarkAlgorithm(Compression.Algorithm, String, byte[], int, int) - Method in class org.apache.hadoop.hbase.regionserver.DataBlockEncodingTool
Check decompress performance of a given algorithm and print it.
benchmarkCodecs() - Method in class org.apache.hadoop.hbase.regionserver.DataBlockEncodingTool
Benchmark codec's speed.
Binomial(Random, int, int, double) - Constructor for class org.apache.hadoop.hbase.io.hfile.RandomDistribution.Binomial
Generate random integers from min (inclusive) to max (exclusive) following Binomial distribution.
BlockCompactionsInCompletionHStore(HRegion, ColumnFamilyDescriptor, Configuration) - Constructor for class org.apache.hadoop.hbase.TestIOFencing.BlockCompactionsInCompletionHStore
 
BlockCompactionsInCompletionRegion(Path, WAL, FileSystem, Configuration, RegionInfo, TableDescriptor, RegionServerServices) - Constructor for class org.apache.hadoop.hbase.TestIOFencing.BlockCompactionsInCompletionRegion
 
BlockCompactionsInPrepRegion(Path, WAL, FileSystem, Configuration, RegionInfo, TableDescriptor, RegionServerServices) - Constructor for class org.apache.hadoop.hbase.TestIOFencing.BlockCompactionsInPrepRegion
 
BlockingCompactionContext() - Constructor for class org.apache.hadoop.hbase.regionserver.TestCompaction.BlockingStoreMockMaker.BlockingCompactionContext
 
BlockingFilter() - Constructor for class org.apache.hadoop.hbase.client.TestConnectionImplementation.BlockingFilter
 
BlockingStoreMockMaker() - Constructor for class org.apache.hadoop.hbase.regionserver.TestCompaction.BlockingStoreMockMaker
 
BLOCKSIZE - Static variable in class org.apache.hadoop.hbase.regionserver.TestHRegionServerBulkLoad
 
blockUntilRegionIsInMeta(Connection, long, RegionInfo) - Static method in class org.apache.hadoop.hbase.regionserver.TestEndToEndSplitTransaction
 
blockUntilRegionIsOpened(Configuration, long, RegionInfo) - Static method in class org.apache.hadoop.hbase.regionserver.TestEndToEndSplitTransaction
 
blockUntilRegionSplit(Configuration, long, byte[], boolean) - Static method in class org.apache.hadoop.hbase.regionserver.TestEndToEndSplitTransaction
Blocks until the region split is complete in hbase:meta and region server opens the daughters
blockUntilSplitFinished(HBaseTestingUtility, TableName, int) - Static method in class org.apache.hadoop.hbase.client.TestTableSnapshotScanner
 
BLOOM_AND_COMPRESSION_COMBINATIONS - Static variable in class org.apache.hadoop.hbase.HBaseTestingUtility
 
bloomType - Variable in class org.apache.hadoop.hbase.regionserver.TestMultiColumnScanner
 
bloomType - Variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
BOOLEAN_PARAMETERIZED - Static variable in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
This is for unit tests parameterized with a two booleans.
Broken_testSync() - Method in class org.apache.hadoop.hbase.wal.TestWALFactory
Test new HDFS-265 sync.
BuggyMasterObserver() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestMasterCoprocessorExceptionWithAbort.BuggyMasterObserver
 
BuggyMasterObserver() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestMasterCoprocessorExceptionWithRemove.BuggyMasterObserver
 
BuggyRegionObserver() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestRegionServerCoprocessorExceptionWithAbort.BuggyRegionObserver
 
BuggyRegionObserver() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestRegionServerCoprocessorExceptionWithRemove.BuggyRegionObserver
 
build() - Method in class org.apache.hadoop.hbase.chaos.factories.CalmMonkeyFactory
 
build() - Method in class org.apache.hadoop.hbase.chaos.factories.MasterKillingMonkeyFactory
 
build() - Method in class org.apache.hadoop.hbase.chaos.factories.MobNoKillMonkeyFactory
 
build() - Method in class org.apache.hadoop.hbase.chaos.factories.MobSlowDeterministicMonkeyFactory
 
build() - Method in class org.apache.hadoop.hbase.chaos.factories.MonkeyFactory
 
build() - Method in class org.apache.hadoop.hbase.chaos.factories.NoKillMonkeyFactory
 
build() - Method in class org.apache.hadoop.hbase.chaos.factories.ServerAndDependenciesKillingMonkeyFactory
 
build() - Method in class org.apache.hadoop.hbase.chaos.factories.ServerKillingMonkeyFactory
 
build() - Method in class org.apache.hadoop.hbase.chaos.factories.SlowDeterministicMonkeyFactory
 
build() - Method in class org.apache.hadoop.hbase.chaos.factories.StressAssignmentManagerMonkeyFactory
 
build() - Method in class org.apache.hadoop.hbase.chaos.factories.UnbalanceMonkeyFactory
 
BuilderStyleTest - Class in org.apache.hadoop.hbase.util
Utility class to check whether a given class conforms to builder-style: Foo foo = new Foo() .setBar(bar) .setBaz(baz)
BuilderStyleTest() - Constructor for class org.apache.hadoop.hbase.util.BuilderStyleTest
 
buildJar(String, String, String) - Static method in class org.apache.hadoop.hbase.util.ClassLoaderTestHelper
Create a test jar for testing purpose for a given class name with specified code string: save the class to a file, compile it, and jar it up.
buildJar(String, String, String, String) - Static method in class org.apache.hadoop.hbase.util.ClassLoaderTestHelper
Create a test jar for testing purpose for a given class name with specified code string.
buildThreadDiagnosticString() - Static method in class org.apache.hadoop.hbase.TimedOutTestsListener
 
bulkHLogShouldThrowErrorWhenFamilySpecifiedAndHFileExistsButNotInTableDescriptor() - Method in class org.apache.hadoop.hbase.regionserver.TestBulkLoad
 
bulkHLogShouldThrowNoErrorAndWriteMarkerWithBlankInput() - Method in class org.apache.hadoop.hbase.regionserver.TestBulkLoad
 
BulkLoadFunction() - Constructor for class org.apache.hadoop.hbase.spark.TestJavaHBaseContext.BulkLoadFunction
 
bulkLoadHFiles(List<Pair<byte[], String>>, Token<?>, String, byte[]) - Method in class org.apache.hadoop.hbase.regionserver.SecureBulkLoadEndpointClient
Deprecated.
 
bulkLoadHFileTest() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverInterface
 
BulkLoadThinRowsFunction() - Constructor for class org.apache.hadoop.hbase.spark.TestJavaHBaseContext.BulkLoadThinRowsFunction
 
ByteArrayCacheable(byte[]) - Constructor for class org.apache.hadoop.hbase.io.hfile.CacheTestUtils.ByteArrayCacheable
 

C

C - Static variable in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverInterface
 
cacheOnWrite - Variable in class org.apache.hadoop.hbase.io.hfile.TestLazyDataBlockDecompression
 
CacheTestUtils - Class in org.apache.hadoop.hbase.io.hfile
 
CacheTestUtils() - Constructor for class org.apache.hadoop.hbase.io.hfile.CacheTestUtils
 
CacheTestUtils.ByteArrayCacheable - Class in org.apache.hadoop.hbase.io.hfile
 
CacheTestUtils.HFileBlockPair - Class in org.apache.hadoop.hbase.io.hfile
 
cacheType - Variable in class org.apache.hadoop.hbase.regionserver.TestClearRegionBlockCache
 
call() - Method in class org.apache.hadoop.hbase.mttr.IntegrationTestMTTR.LoadCallable
 
call(IntegrationTestSparkBulkLoad.SparkLinkChain) - Method in class org.apache.hadoop.hbase.spark.IntegrationTestSparkBulkLoad.createCombinerFunc
 
call(Tuple2<ImmutableBytesWritable, Result>) - Method in class org.apache.hadoop.hbase.spark.IntegrationTestSparkBulkLoad.LinkedListCheckingFlatMapFunc
 
call(Tuple2<IntegrationTestSparkBulkLoad.SparkLinkKey, List<IntegrationTestSparkBulkLoad.SparkLinkChain>>) - Method in class org.apache.hadoop.hbase.spark.IntegrationTestSparkBulkLoad.LinkedListCheckingForeachFunc
 
call(Integer, Iterator) - Method in class org.apache.hadoop.hbase.spark.IntegrationTestSparkBulkLoad.LinkedListCreationMapper
 
call(List<byte[]>) - Method in class org.apache.hadoop.hbase.spark.IntegrationTestSparkBulkLoad.ListToKeyValueFunc
 
call(List<IntegrationTestSparkBulkLoad.SparkLinkChain>, List<IntegrationTestSparkBulkLoad.SparkLinkChain>) - Method in class org.apache.hadoop.hbase.spark.IntegrationTestSparkBulkLoad.mergeCombinersFunc
 
call(List<IntegrationTestSparkBulkLoad.SparkLinkChain>, IntegrationTestSparkBulkLoad.SparkLinkChain) - Method in class org.apache.hadoop.hbase.spark.IntegrationTestSparkBulkLoad.mergeValueFunc
 
call(String) - Method in class org.apache.hadoop.hbase.spark.TestJavaHBaseContext.BulkLoadFunction
 
call(List<String>) - Method in class org.apache.hadoop.hbase.spark.TestJavaHBaseContext.BulkLoadThinRowsFunction
 
call(byte[]) - Method in class org.apache.hadoop.hbase.spark.TestJavaHBaseContext.GetFunction
 
call(String) - Method in class org.apache.hadoop.hbase.spark.TestJavaHBaseContext.PutFunction
 
call(Result) - Method in class org.apache.hadoop.hbase.spark.TestJavaHBaseContext.ResultFunction
 
callGetKeyValues() - Method in class org.apache.hadoop.hbase.util.TestConfigurationUtil
 
CallQueueTooBigExceptionInjector() - Constructor for class org.apache.hadoop.hbase.client.TestMetaCache.CallQueueTooBigExceptionInjector
 
CallQueueTooBigPffeInterceptor(Configuration) - Constructor for class org.apache.hadoop.hbase.client.TestFastFail.CallQueueTooBigPffeInterceptor
 
callSetInput() - Method in class org.apache.hadoop.hbase.mapreduce.TestMultiTableSnapshotInputFormatImpl
 
callSetKeyValues() - Method in class org.apache.hadoop.hbase.util.TestConfigurationUtil
 
CALM - Static variable in class org.apache.hadoop.hbase.chaos.factories.MonkeyFactory
 
CalmChaosMonkey - Class in org.apache.hadoop.hbase.chaos.monkies
Chaos Monkey that does nothing.
CalmChaosMonkey() - Constructor for class org.apache.hadoop.hbase.chaos.monkies.CalmChaosMonkey
 
CalmMonkeyFactory - Class in org.apache.hadoop.hbase.chaos.factories
Factory to create a calm ChaosMonkey.
CalmMonkeyFactory() - Constructor for class org.apache.hadoop.hbase.chaos.factories.CalmMonkeyFactory
 
cancelCompaction(Object) - Method in class org.apache.hadoop.hbase.regionserver.StatefulStoreMockMaker
 
cancelCompaction(Object) - Method in class org.apache.hadoop.hbase.regionserver.TestCompaction.BlockingStoreMockMaker
 
canCloseSingleton() - Method in class org.apache.hadoop.hbase.wal.TestWALFactory
 
CF - Static variable in class org.apache.hadoop.hbase.replication.SerialReplicationTestBase
 
CF - Static variable in class org.apache.hadoop.hbase.util.TestMiniClusterLoadSequential
 
CFA - Static variable in class org.apache.hadoop.hbase.rest.RowResourceBase
 
CFB - Static variable in class org.apache.hadoop.hbase.rest.RowResourceBase
 
ChangeBloomFilterAction - Class in org.apache.hadoop.hbase.chaos.actions
Action that tries to adjust the bloom filter setting on all the columns of a table
ChangeBloomFilterAction(TableName) - Constructor for class org.apache.hadoop.hbase.chaos.actions.ChangeBloomFilterAction
 
ChangeBloomFilterAction(int, TableName) - Constructor for class org.apache.hadoop.hbase.chaos.actions.ChangeBloomFilterAction
 
ChangeCompressionAction - Class in org.apache.hadoop.hbase.chaos.actions
Action that changes the compression algorithm on a column family from a list of tables.
ChangeCompressionAction(TableName) - Constructor for class org.apache.hadoop.hbase.chaos.actions.ChangeCompressionAction
 
ChangeEncodingAction - Class in org.apache.hadoop.hbase.chaos.actions
Action that changes the encoding on a column family from a list of tables.
ChangeEncodingAction(TableName) - Constructor for class org.apache.hadoop.hbase.chaos.actions.ChangeEncodingAction
 
ChangeSplitPolicyAction - Class in org.apache.hadoop.hbase.chaos.actions
 
ChangeSplitPolicyAction(TableName) - Constructor for class org.apache.hadoop.hbase.chaos.actions.ChangeSplitPolicyAction
 
ChangeVersionsAction - Class in org.apache.hadoop.hbase.chaos.actions
Action that changes the number of versions on a column family from a list of tables.
ChangeVersionsAction(TableName) - Constructor for class org.apache.hadoop.hbase.chaos.actions.ChangeVersionsAction
 
CHAOS_MONKEY_DELAY_KEY - Static variable in class org.apache.hadoop.hbase.test.IntegrationTestTimeBoundedRequestsWithRegionReplicas
 
CHAOS_MONKEY_PROPS - Static variable in class org.apache.hadoop.hbase.chaos.util.ChaosMonkeyRunner
 
CHAOS_MONKEY_PROPS - Static variable in class org.apache.hadoop.hbase.IntegrationTestBase
 
ChaosMonkey - Class in org.apache.hadoop.hbase.chaos.monkies
A utility to injects faults in a running cluster.
ChaosMonkey() - Constructor for class org.apache.hadoop.hbase.chaos.monkies.ChaosMonkey
 
ChaosMonkeyRunner - Class in org.apache.hadoop.hbase.chaos.util
 
ChaosMonkeyRunner() - Constructor for class org.apache.hadoop.hbase.chaos.util.ChaosMonkeyRunner
 
checkAndDelete(byte[], byte[], byte[], byte[], Delete) - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
 
checkAndDelete(byte[], byte[], byte[], CompareFilter.CompareOp, byte[], Delete) - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
Deprecated.
checkAndDelete(byte[], byte[], byte[], CompareOperator, byte[], Delete) - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
Deprecated.
checkAndDeleteJson(String, String, String, String) - Static method in class org.apache.hadoop.hbase.rest.RowResourceBase
 
checkAndDeleteJson(String, String, String, String, HashMap<String, String>) - Static method in class org.apache.hadoop.hbase.rest.RowResourceBase
 
checkAndDeleteJson(String, String, String, String, String, HashMap<String, String>) - Static method in class org.apache.hadoop.hbase.rest.RowResourceBase
 
checkAndDeletePB(String, String, String, String) - Static method in class org.apache.hadoop.hbase.rest.RowResourceBase
 
checkAndDeletePB(String, String, String, String, HashMap<String, String>) - Static method in class org.apache.hadoop.hbase.rest.RowResourceBase
 
checkAndDeleteValuePB(String, String, String, String, String, HashMap<String, String>) - Static method in class org.apache.hadoop.hbase.rest.RowResourceBase
 
checkAndDeleteXML(String, String, String, String, String, HashMap<String, String>) - Static method in class org.apache.hadoop.hbase.rest.RowResourceBase
 
checkAndDeleteXML(String, String, String, String) - Static method in class org.apache.hadoop.hbase.rest.RowResourceBase
 
checkAndDeleteXML(String, String, String, String, HashMap<String, String>) - Static method in class org.apache.hadoop.hbase.rest.RowResourceBase
 
checkAndMutate(byte[], byte[]) - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
 
checkAndMutate(byte[], byte[], byte[], CompareFilter.CompareOp, byte[], RowMutations) - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
Deprecated.
checkAndMutate(byte[], byte[], byte[], CompareOperator, byte[], RowMutations) - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
Deprecated.
checkAndPut(byte[], byte[], byte[], byte[], Put) - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
Deprecated.
checkAndPut(byte[], byte[], byte[], CompareFilter.CompareOp, byte[], Put) - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
Deprecated.
checkAndPut(byte[], byte[], byte[], CompareOperator, byte[], Put) - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
Deprecated.
checkAndPutValuePB(String, String, String, String, String, String, HashMap<String, String>) - Static method in class org.apache.hadoop.hbase.rest.RowResourceBase
 
checkAndPutValuePB(String, String, String, String, String) - Static method in class org.apache.hadoop.hbase.rest.RowResourceBase
 
checkAndPutValuePB(String, String, String, String, String, HashMap<String, String>) - Static method in class org.apache.hadoop.hbase.rest.RowResourceBase
 
checkAndPutValueXML(String, String, String, String, String, String, HashMap<String, String>) - Static method in class org.apache.hadoop.hbase.rest.RowResourceBase
 
checkAndPutValueXML(String, String, String, String, String) - Static method in class org.apache.hadoop.hbase.rest.RowResourceBase
 
checkAndPutValueXML(String, String, String, String, String, HashMap<String, String>) - Static method in class org.apache.hadoop.hbase.rest.RowResourceBase
 
checkClasses() - Method in class org.apache.hadoop.hbase.TestCheckTestClasses
Throws an assertion if we find a test class without category (small/medium/large/integration).
checkCounterExists(String, BaseSource) - Method in interface org.apache.hadoop.hbase.test.MetricsAssertHelper
Check if a dynamic counter exists.
checkCounterExists(String, BaseSource) - Method in class org.apache.hadoop.hbase.test.MetricsAssertHelperImpl
 
checkExit(int) - Method in class org.apache.hadoop.hbase.util.LauncherSecurityManager
 
checkIfShouldMoveSystemRegionAsync() - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
checkIncrementValueJSON(String, String, String, long) - Static method in class org.apache.hadoop.hbase.rest.RowResourceBase
 
checkIncrementValuePB(String, String, String, long) - Static method in class org.apache.hadoop.hbase.rest.RowResourceBase
 
checkIncrementValueXML(String, String, String, long) - Static method in class org.apache.hadoop.hbase.rest.RowResourceBase
 
checkInit() - Method in class org.apache.hadoop.hbase.ResourceChecker
 
checkMethod(Configuration, String, int, AnnotationReadingPriorityFunction) - Method in class org.apache.hadoop.hbase.QosTestHelper
 
checkMethod(Configuration, String, int, AnnotationReadingPriorityFunction, Message) - Method in class org.apache.hadoop.hbase.QosTestHelper
 
checkMinMaxTimestampSameBoundary() - Method in class org.apache.hadoop.hbase.regionserver.TestDateTieredCompactionPolicy
Major Compaction to check min max timestamp falling in the same window and also to check boundary condition in which case binary sort gives insertion point as length of the array
checkNodeCount(int) - Method in class org.apache.hadoop.hbase.IntegrationTestingUtility
Checks whether we have more than numSlaves nodes.
checkNoError() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion.FlushThread
 
checkNoError() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion.PutThread
 
checkOrder(int) - Method in class org.apache.hadoop.hbase.replication.SerialReplicationTestBase
 
checkPermission(Permission, Object) - Method in class org.apache.hadoop.hbase.util.LauncherSecurityManager
 
checkPermission(Permission) - Method in class org.apache.hadoop.hbase.util.LauncherSecurityManager
 
checkRegionIsClosed(HBaseTestingUtility, HRegionServer, HRegionInfo) - Static method in class org.apache.hadoop.hbase.regionserver.TestRegionServerNoMaster
 
checkRegionIsOpened(HBaseTestingUtility, HRegionServer, HRegionInfo) - Static method in class org.apache.hadoop.hbase.regionserver.TestRegionServerNoMaster
 
checkServiceStarted() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerReportForDuty.NeverInitializedMaster
 
checkShouldFlush(Configuration, boolean) - Method in class org.apache.hadoop.hbase.regionserver.TestDefaultMemStore
 
checkStatistics(KeyValueScanner, int) - Method in class org.apache.hadoop.hbase.regionserver.DataBlockEncodingTool
Check statistics for given HFile for different data block encoders.
checkStreamCapabilitiesOnHdfsDataOutputStream() - Method in class org.apache.hadoop.hbase.util.TestFSUtils
 
checkStreamCapabilitiesOnKnownNoopStream() - Method in class org.apache.hadoop.hbase.util.TestCommonFSUtils
 
checksumRows(Table) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Return an md5 digest of the entire contents of a table.
checkTableModifiable(TableName) - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
checkTagPresence - Static variable in class org.apache.hadoop.hbase.regionserver.TestTags.TestCoprocessorForTags
 
checkValueJSON(String, String, String, String) - Static method in class org.apache.hadoop.hbase.rest.RowResourceBase
 
checkValuePB(String, String, String, String) - Static method in class org.apache.hadoop.hbase.rest.RowResourceBase
 
checkValueXML(String, String, String, String, String) - Static method in class org.apache.hadoop.hbase.rest.RowResourceBase
 
checkValueXML(String, String, String, String) - Static method in class org.apache.hadoop.hbase.rest.RowResourceBase
 
chore() - Method in class org.apache.hadoop.hbase.TestChoreService.ScheduledChoreSamples.CountingChore
 
chore() - Method in class org.apache.hadoop.hbase.TestChoreService.ScheduledChoreSamples.DoNothingChore
 
chore() - Method in class org.apache.hadoop.hbase.TestChoreService.ScheduledChoreSamples.FailInitialChore
 
chore() - Method in class org.apache.hadoop.hbase.TestChoreService.ScheduledChoreSamples.SleepingChore
 
chore() - Method in class org.apache.hadoop.hbase.TestChoreService.ScheduledChoreSamples.SlowChore
 
chunkCreator - Static variable in class org.apache.hadoop.hbase.regionserver.TestCompactingMemStore
 
chunkCreator - Variable in class org.apache.hadoop.hbase.regionserver.TestDefaultMemStore
 
cipher - Variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
cipherSuite - Variable in class org.apache.hadoop.hbase.io.asyncfs.TestSaslFanOutOneBlockAsyncDFSOutput
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.chaos.actions.TestChangeSplitPolicyAction
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.example.TestAsyncClientExample
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.example.TestHttpProxyExample
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.locking.TestEntityLocks
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.replication.TestReplicationAdmin
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.replication.TestReplicationAdminWithClusters
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.replication.TestReplicationAdminWithTwoDifferentZKClusters
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.rsgroup.TestShellRSGroups
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAdmin1
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAdmin2
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAdminShell
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAllowPartialScanResultCache
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAlwaysSetScannerId
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAppendFromClientSide
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAsyncAdminBuilder
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAsyncAggregationClient
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAsyncBufferMutator
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAsyncClusterAdminApi
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAsyncClusterAdminApi2
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAsyncDecommissionAdminApi
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAsyncMetaRegionLocator
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAsyncNamespaceAdminApi
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAsyncNonMetaRegionLocator
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAsyncNonMetaRegionLocatorConcurrenyLimit
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAsyncProcedureAdminApi
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAsyncProcess
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAsyncProcessWithRegionException
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAsyncQuotaAdminApi
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAsyncRegionAdminApi
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAsyncRegionAdminApi2
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAsyncRegionLocatorTimeout
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAsyncReplicationAdminApi
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAsyncReplicationAdminApiWithClusters
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAsyncResultScannerCursor
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAsyncSingleRequestRpcRetryingCaller
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAsyncSnapshotAdminApi
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAsyncTable
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAsyncTableAdminApi
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAsyncTableAdminApi2
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAsyncTableAdminApi3
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAsyncTableBatch
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAsyncTableGetMultiThreaded
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAsyncTableGetMultiThreadedWithBasicCompaction
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAsyncTableGetMultiThreadedWithEagerCompaction
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAsyncTableLocatePrefetch
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAsyncTableNoncedRetry
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAsyncTableRegionReplicasGet
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAsyncTableRegionReplicasScan
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAsyncTableScan
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAsyncTableScanAll
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAsyncTableScanMetrics
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAsyncTableScanner
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAsyncTableScannerCloseWhileSuspending
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAsyncTableScanRenewLease
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAsyncToolAdminApi
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAttributes
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestAvoidCellReferencesIntoShippedBlocks
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestBatchScanResultCache
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestBlockEvictionFromClient
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestBufferedMutator
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestBufferedMutatorParams
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestCheckAndMutate
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestCIBadHostname
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestCIDeleteOperationTimeout
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestCIDeleteRpcTimeout
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestCIGetOperationTimeout
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestCIGetRpcTimeout
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestCIIncrementRpcTimeout
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestCIPutOperationTimeout
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestCIPutRpcTimeout
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestCISleep
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestClientExponentialBackoff
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestClientNoCluster
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestClientOperationInterrupt
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestClientPushback
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestClientScanner
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestClientScannerRPCTimeout
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestClientTimeouts
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestCloneSnapshotFromClientCloneLinksAfterDelete
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestCloneSnapshotFromClientError
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestCloneSnapshotFromClientNormal
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestColumnFamilyDescriptorBuilder
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestColumnFamilyDescriptorLowerCaseEnum
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestCompleteResultScanResultCache
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestConnectionImplementation
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestConnectionUtils
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestCoprocessorDescriptor
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestDelayingRunner
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestDeleteTimeStamp
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestDropTimeoutRequest
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestEnableTable
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestFastFail
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestFlushFromClient
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestFromClientSide
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestFromClientSide3
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestFromClientSideNoCodec
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestFromClientSideScanExcpetion
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestFromClientSideScanExcpetionWithCoprocessor
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestFromClientSideWithCoprocessor
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestGet
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestGetProcedureResult
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestGetScanColumnsWithNewVersionBehavior
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestGetScanPartialResult
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestHBaseAdminNoCluster
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestHbck
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestHTableMultiplexer
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestHTableMultiplexerViaMocks
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestIllegalTableDescriptor
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestImmutableHColumnDescriptor
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestImmutableHRegionInfo
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestImmutableHTableDescriptor
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestIncrement
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestIncrementFromClientSideWithCoprocessor
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestIncrementsFromClientSide
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestInterfaceAlign
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestIntraRowPagination
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestLeaseRenewal
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestLimitedScanWithFilter
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestMalformedCellFromClient
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestMetaCache
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestMetaWithReplicas
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestMetricsConnection
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestMobCloneSnapshotFromClientCloneLinksAfterDelete
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestMobCloneSnapshotFromClientError
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestMobCloneSnapshotFromClientNormal
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestMobRestoreSnapshotFromClientAfterSplittingRegions
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestMobRestoreSnapshotFromClientClone
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestMobRestoreSnapshotFromClientSchemaChange
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestMobRestoreSnapshotFromClientSimple
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestMobSnapshotCloneIndependence
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestMobSnapshotFromClient
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestMultiParallel
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestMultipleTimestamps
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestMultiRespectsLimits
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestMutation
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestMvccConsistentScanner
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestOperation
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestProcedureFuture
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestPutDeleteEtcCellIteration
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestPutDotHas
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestPutWithDelete
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestQuotasShell
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestRawAsyncScanCursor
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestRawAsyncTableLimitedScanWithFilter
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestRawAsyncTablePartialScan
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestRawAsyncTableScan
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestRegionInfoDisplay
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestRegionLocationCaching
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestReplicasClient
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestReplicationShell
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestReplicaWithCluster
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestRestoreSnapshotFromClientAfterSplittingRegions
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestRestoreSnapshotFromClientClone
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestRestoreSnapshotFromClientSchemaChange
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestRestoreSnapshotFromClientSimple
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestRestoreSnapshotFromClientWithRegionReplicas
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestResult
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestResultFromCoprocessor
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestResultScannerCursor
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestResultSizeEstimation
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestRetriesExhaustedWithDetailsException
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestReversedScannerCallable
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestRowComparator
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestRpcControllerFactory
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestScan
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestScannersFromClientSide
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestScannersFromClientSide2
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestScannerTimeout
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestScanWithoutFetchingData
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestSeparateClientZKCluster
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestServerBusyException
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestServerLoadDurability
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestShell
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestShellNoCluster
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestShortCircuitConnection
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestSimpleRequestController
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestSizeFailures
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestSmallReversedScanner
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestSnapshotCloneIndependence
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestSnapshotFromAdmin
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestSnapshotFromClient
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestSnapshotFromClientWithRegionReplicas
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestSnapshotMetadata
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestSnapshotWithAcl
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestSplitOrMergeStatus
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestTableDescriptorBuilder
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestTableDescriptorUtils
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestTableFavoredNodes
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestTableOperationException
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestTableShell
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestTableSnapshotScanner
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestTimestampsFilter
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestUpdateConfiguration
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.client.TestZKAsyncRegistry
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.conf.TestConfigurationManager
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.coprocessor.TestAppendTimeRange
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.coprocessor.TestAsyncCoprocessorEndpoint
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.coprocessor.TestBatchCoprocessorEndpoint
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.coprocessor.TestClassLoading
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorConfiguration
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorEndpoint
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorHost
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorInterface
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorMetrics
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorServiceBackwardCompatibility
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorShortCircuitRPC
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorStop
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorTableEndpoint
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.coprocessor.TestCoreMasterCoprocessor
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.coprocessor.TestCoreRegionCoprocessor
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.coprocessor.TestCoreRegionServerCoprocessor
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.coprocessor.TestImportExport
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.coprocessor.TestIncrementAndAppendWithNullResult
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.coprocessor.TestIncrementTimeRange
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.coprocessor.TestMasterCoprocessorExceptionWithAbort
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.coprocessor.TestMasterCoprocessorExceptionWithRemove
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.coprocessor.TestMetaTableMetrics
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.coprocessor.TestNegativeMemStoreSizeWithSlowCoprocessor
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.coprocessor.TestOpenTableInCoprocessor
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.coprocessor.TestPassCustomCellViaRegionObserver
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.coprocessor.TestReadOnlyConfiguration
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverBypass
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverForAddingMutationsFromCoprocessors
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverInterface
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverPreFlushAndPreCompact
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverScannerOpenHook
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverStacking
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.coprocessor.TestRegionServerCoprocessorEndpoint
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.coprocessor.TestRegionServerCoprocessorExceptionWithAbort
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.coprocessor.TestRegionServerCoprocessorExceptionWithRemove
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.coprocessor.TestRowProcessorEndpoint
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.coprocessor.TestSecureExport
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.coprocessor.TestWALObserver
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.errorhandling.TestForeignExceptionDispatcher
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.errorhandling.TestForeignExceptionSerialization
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.errorhandling.TestTimeoutExceptionInjector
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.exceptions.TestClientExceptionsUtil
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.favored.TestFavoredNodeAssignmentHelper
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.favored.TestStartcodeAgnosticServerName
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.filter.TestBigDecimalComparator
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.filter.TestBitComparator
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.filter.TestColumnPaginationFilter
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.filter.TestColumnPrefixFilter
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.filter.TestColumnRangeFilter
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.filter.TestComparators
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.filter.TestComparatorSerialization
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.filter.TestDependentColumnFilter
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.filter.TestFilter
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.filter.TestFilterFromRegionSide
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.filter.TestFilterList
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.filter.TestFilterListOnMini
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.filter.TestFilterListOrOperatorWithBlkCnt
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.filter.TestFilterSerialization
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.filter.TestFilterWithScanLimits
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.filter.TestFilterWrapper
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.filter.TestFirstKeyValueMatchingQualifiersFilter
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.filter.TestFuzzyRowAndColumnRangeFilter
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.filter.TestFuzzyRowFilter
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.filter.TestFuzzyRowFilterEndToEnd
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.filter.TestInclusiveStopFilter
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.filter.TestInvocationRecordFilter
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.filter.TestKeyOnlyFilter
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.filter.TestLongComparator
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.filter.TestMultipleColumnPrefixFilter
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.filter.TestMultiRowRangeFilter
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.filter.TestNullComparator
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.filter.TestPageFilter
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.filter.TestParseFilter
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.filter.TestPrefixFilter
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.filter.TestQualifierFilterWithEmptyQualifier
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.filter.TestRandomRowFilter
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.filter.TestRegexComparator
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.filter.TestScanRowPrefix
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.filter.TestSingleColumnValueExcludeFilter
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.filter.TestSingleColumnValueFilter
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.http.conf.TestConfServlet
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.http.jmx.TestJMXJsonServlet
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.http.lib.TestStaticUserWebFilter
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.http.log.TestLogLevel
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.http.TestGlobalFilter
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.http.TestHtmlQuoting
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.http.TestHttpRequestLog
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.http.TestHttpRequestLogAppender
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.http.TestHttpServer
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.http.TestHttpServerLifecycle
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.http.TestHttpServerWebapps
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.http.TestPathFilter
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.http.TestServletFilter
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.http.TestSpnegoHttpServer
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.http.TestSSLHttpServer
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.asyncfs.TestFanOutOneBlockAsyncDFSOutput
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.asyncfs.TestLocalAsyncOutput
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.asyncfs.TestOverwriteFileUnderConstruction
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.asyncfs.TestSaslFanOutOneBlockAsyncDFSOutput
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.asyncfs.TestSendBufSizePredictor
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.crypto.aes.TestAES
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.crypto.aes.TestCommonsAES
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.crypto.TestCipherProvider
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.crypto.TestEncryption
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.crypto.TestKeyProvider
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.crypto.TestKeyStoreKeyProvider
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.encoding.TestBufferedDataBlockEncoder
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.encoding.TestChangingEncoding
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.encoding.TestDataBlockEncoders
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.encoding.TestDataBlockEncoding
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.encoding.TestEncodedSeekers
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.encoding.TestLoadAndSwitchEncodeOnDisk
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.encoding.TestSeekBeforeWithReverseScan
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.encoding.TestSeekToBlockWithEncoders
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.hadoopbackport.TestThrottledInputStream
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.hfile.TestBlockCacheReporting
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.hfile.TestCacheConfig
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.hfile.TestCachedBlockQueue
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.hfile.TestCacheOnWrite
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.hfile.TestChecksum
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.hfile.TestCombinedBlockCache
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.hfile.TestFixedFileTrailer
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.hfile.TestForceCacheImportantBlocks
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.hfile.TestHFile
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.hfile.TestHFileBlock
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.hfile.TestHFileBlockIndex
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.hfile.TestHFileBlockPositionalRead
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.hfile.TestHFileDataBlockEncoder
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.hfile.TestHFileEncryption
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.hfile.TestHFileInlineToRootChunkConversion
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.hfile.TestHFileSeek
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.hfile.TestHFileWriterV3
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.hfile.TestLazyDataBlockDecompression
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.hfile.TestLruBlockCache
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.hfile.TestLruCachedBlock
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.hfile.TestPrefetch
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.hfile.TestReseekTo
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.hfile.TestScannerFromBucketCache
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.hfile.TestScannerSelectionUsingKeyRange
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.hfile.TestScannerSelectionUsingTTL
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.hfile.TestSeekBeforeWithInlineBlocks
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.hfile.TestSeekTo
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.TestByteBufferListOutputStream
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.TestByteBufferOutputStream
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.TestByteBufferPool
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.TestFileLink
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.TestHalfStoreFileReader
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.TestHeapSize
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.TestHFileLink
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.TestImmutableBytesWritable
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.TestMetricsIO
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.TestMultiByteBuffInputStream
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.TestTagCompressionContext
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.io.util.TestLRUDictionary
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.ipc.TestBlockingIPC
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.ipc.TestBufferChain
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.ipc.TestCallRunner
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.ipc.TestCellBlockBuilder
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.ipc.TestCoprocessorRpcUtils
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.ipc.TestFailedServersLog
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.ipc.TestFifoRpcScheduler
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.ipc.TestHBaseClient
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.ipc.TestHBaseRpcControllerImpl
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.ipc.TestIPCUtil
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.ipc.TestMasterFifoRpcScheduler
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.ipc.TestNettyIPC
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.ipc.TestNettyRpcServer
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.ipc.TestProtoBufRpc
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.ipc.TestRpcClientDeprecatedNameMapping
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.ipc.TestRpcClientLeaks
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.ipc.TestRpcHandlerException
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.ipc.TestRpcMetrics
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.ipc.TestRpcServer
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.ipc.TestRpcServerSlowConnectionSetup
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.ipc.TestRpcServerTraceLogging
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.ipc.TestSimpleRpcScheduler
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapred.TestDriver
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapred.TestGroupingTableMap
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapred.TestIdentityTableMap
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapred.TestMultiTableSnapshotInputFormat
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapred.TestRowCounter
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapred.TestSplitTable
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapred.TestTableInputFormat
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapred.TestTableMapReduce
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapred.TestTableMapReduceUtil
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapred.TestTableOutputFormatConnectionExhaust
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapred.TestTableSnapshotInputFormat
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestCellBasedHFileOutputFormat2
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestCellBasedImportExport2
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestCellBasedWALPlayer2
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestCellCounter
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestCopyTable
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestGroupingTableMapper
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestHashTable
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestHBaseMRTestingUtility
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat2
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestHRegionPartitioner
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestImportExport
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestImportTsv
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestImportTsvParser
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithOperationAttributes
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithTTLs
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithVisibilityLabels
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestJarFinder
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestMapReduceExamples
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestMultiTableInputFormat
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestMultiTableInputFormatBase
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestMultiTableSnapshotInputFormat
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestMultiTableSnapshotInputFormatImpl
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestMultithreadedTableMapper
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestRegionSizeCalculator
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestRowCounter
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestSimpleTotalOrderPartitioner
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestSyncTable
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormat
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatBase
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScan
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanEmptyToAPP
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanEmptyToBBA
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanEmptyToBBB
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanEmptyToEmpty
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanEmptyToOPP
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanOBBToOPP
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanOBBToQPP
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanOPPToEmpty
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanYYXToEmpty
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanYYYToEmpty
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanYZYToEmpty
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestTableMapReduce
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestTableMapReduceUtil
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestTableRecordReader
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestTableSnapshotInputFormat
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestTableSplit
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestTimeRangeMapRed
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestWALPlayer
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mapreduce.TestWALRecordReader
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestActiveMasterManager
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestAssignmentListener
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestAssignmentManagerMetrics
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestCatalogJanitor
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestCatalogJanitorInMemoryStates
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestClockSkewDetection
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestClusterStatusPublisher
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestDeadServer
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestDLSAsyncFSWAL
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestDLSFSHLog
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestGetInfoPort
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestGetLastFlushedSequenceId
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestGetReplicationLoad
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestHMasterCommandLine
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestHMasterRPCException
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestLoadProcedureError
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestMaster
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestMasterAbortAndRSGotKilled
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestMasterBalanceThrottling
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestMasterCoprocessorServices
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestMasterFailover
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestMasterFailoverBalancerPersistence
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestMasterFileSystem
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestMasterFileSystemWithWALDir
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestMasterMetrics
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestMasterMetricsWrapper
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestMasterNoCluster
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestMasterNotCarryTable
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestMasterOperationsForRegionReplicas
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestMasterQosFunction
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestMasterRepairMode
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestMasterRestartAfterDisablingTable
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestMasterShutdown
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestMasterStatusServlet
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestMasterTransitions
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestMasterWALManager
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestMergeTableRegionsWhileRSCrash
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestMetaAssignmentWithStopMaster
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestMetaShutdownHandler
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestMetricsMasterProcSourceImpl
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestMetricsMasterSourceFactory
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestMetricsMasterSourceImpl
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestMirroringTableStateManager
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestRegionPlacement
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestRegionPlacement2
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestRegionPlan
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestRegionState
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestRestartCluster
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestRollingRestart
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestServerCrashProcedureCarryingMetaStuck
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestServerCrashProcedureStuck
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestShutdownBackupMaster
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestShutdownWithNoRegionServer
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestSplitLogManager
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestSplitRegionWhileRSCrash
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestTableStateManager
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.master.TestWarmupRegion
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mob.compactions.TestMobCompactor
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mob.compactions.TestPartitionedMobCompactionRequest
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mob.compactions.TestPartitionedMobCompactor
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mob.TestCachedMobFile
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mob.TestDefaultMobStoreFlusher
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mob.TestExpiredMobFileCleaner
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mob.TestMobDataBlockEncoding
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mob.TestMobFile
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mob.TestMobFileCache
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mob.TestMobFileLink
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.mob.TestMobFileName
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.namespace.TestNamespaceAuditor
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.net.TestAddress
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.nio.TestMultiByteBuff
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.nio.TestSingleByteBuff
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.quotas.policies.TestBulkLoadCheckingViolationPolicyEnforcement
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.quotas.policies.TestDisableTableViolationPolicyEnforcement
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.quotas.policies.TestNoInsertsViolationPolicyEnforcement
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.quotas.policies.TestNoWritesCompactionsViolationPolicyEnforcement
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.quotas.policies.TestNoWritesViolationPolicyEnforcement
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.quotas.TestActivePolicyEnforcement
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.quotas.TestFileSystemUtilizationChore
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.quotas.TestGlobalQuotaSettingsImpl
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.quotas.TestMasterQuotaManager
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.quotas.TestMasterQuotasObserver
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.quotas.TestMasterQuotasObserverWithMocks
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.quotas.TestNamespaceQuotaViolationStore
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.quotas.TestQuotaAdmin
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.quotas.TestQuotaFilter
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.quotas.TestQuotaGlobalsSettingsBypass
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.quotas.TestQuotaObserverChore
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.quotas.TestQuotaObserverChoreRegionReports
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.quotas.TestQuotaObserverChoreWithMiniCluster
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.quotas.TestQuotaSettingsFactory
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.quotas.TestQuotaState
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.quotas.TestQuotaStatusRPCs
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.quotas.TestQuotaTableUtil
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.quotas.TestQuotaThrottle
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.quotas.TestRateLimiter
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.quotas.TestRegionServerSpaceQuotaManager
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.quotas.TestRegionSizeUse
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.quotas.TestSnapshotQuotaObserverChore
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.quotas.TestSpaceLimitSettings
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.quotas.TestSpaceQuotas
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.quotas.TestSpaceQuotasWithSnapshots
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.quotas.TestSpaceQuotaViolationPolicyRefresherChore
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.quotas.TestSuperUserQuotaPermissions
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.quotas.TestTableQuotaViolationStore
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.quotas.TestTableSpaceQuotaViolationNotifier
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.quotas.TestTablesWithQuotas
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.quotas.TestThrottleSettings
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.querymatcher.TestCompactionScanQueryMatcher
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.querymatcher.TestExplicitColumnTracker
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.querymatcher.TestNewVersionBehaviorTracker
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.querymatcher.TestScanDeleteTracker
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.querymatcher.TestScanWildcardColumnTracker
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.querymatcher.TestUserScanQueryMatcher
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestAtomicOperation
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestBlocksRead
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestBlocksScanned
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestBulkLoad
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestCacheOnWriteInSchema
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestCellFlatSet
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestCellSkipListSet
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestCleanupCompactedFileOnRegionClose
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestCleanupMetaWAL
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestClearRegionBlockCache
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestClusterId
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestColumnSeeking
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestCompactingMemStore
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestCompactingToCellFlatMapMemStore
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestCompaction
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestCompactionArchiveConcurrentClose
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestCompactionArchiveIOException
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestCompactionFileNotFound
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestCompactionInDeadRegionServer
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestCompactionLifeCycleTracker
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestCompactionState
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestCompactionWithCoprocessor
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestCompactSplitThread
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestCompoundBloomFilter
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestDataBlockEncodingTool
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestDateTieredCompactionPolicy
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestDateTieredCompactionPolicyOverflow
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestDefaultCompactSelection
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestDefaultMemStore
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestDefaultStoreEngine
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestDeleteMobTable
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestEncryptionKeyRotation
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestEncryptionRandomKeying
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestEndToEndSplitTransaction
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestFailedAppendAndSync
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestFlushLifeCycleTracker
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestFlushRegionEntry
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestFSErrorsExposed
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestGetClosestAtOrBefore
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestHdfsSnapshotHRegion
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestHeapMemoryManager
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestHMobStore
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestHRegionFileSystem
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestHRegionInfo
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestHRegionOnCluster
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestHRegionReplayEvents
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestHRegionServerBulkLoad
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestHRegionServerBulkLoadWithOldClient
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestHRegionServerBulkLoadWithOldSecureEndpoint
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestHRegionWithInMemoryFlush
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestHStore
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestHStoreFile
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestIsDeleteFailure
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestJoinedScanners
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestKeepDeletes
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestKeyValueHeap
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestKeyValueScanFixture
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestMajorCompaction
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestMasterAddressTracker
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestMemStoreChunkPool
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestMemStoreLAB
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestMemstoreLABWithoutPool
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestMetricsHeapMemoryManager
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestMetricsRegion
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestMetricsRegionServer
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestMetricsRegionServerSourceFactory
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestMetricsRegionServerSourceImpl
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestMetricsRegionSourceImpl
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestMetricsTableAggregate
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestMetricsTableLatencies
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestMetricsTableSourceImpl
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestMiniBatchOperationInProgress
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestMinorCompaction
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestMinVersions
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestMobStoreCompaction
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestMobStoreScanner
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestMultiColumnScannerWithAlgoGZAndNoDataEncoding
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestMultiColumnScannerWithAlgoGZAndUseDataEncoding
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestMultiColumnScannerWithNoneAndNoDataEncoding
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestMultiColumnScannerWithNoneAndUseDataEncoding
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestMultiLogThreshold
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestMultiVersionConcurrencyControl
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestMultiVersionConcurrencyControlBasic
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestMutateRowsRecovery
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestNewVersionBehaviorFromClientSide
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestObservedExceptionsInBatch
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestOpenSeqNumUnexpectedIncrease
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestParallelPut
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestPerColumnFamilyFlush
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestPriorityRpc
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestQosFunction
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestRecoveredEdits
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestRecoveredEditsReplayAndAbort
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestRegionFavoredNodes
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestRegionIncrement
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestRegionInfoBuilder
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestRegionMergeTransactionOnCluster
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestRegionMove
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestRegionOpen
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestRegionReplicaFailover
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestRegionReplicas
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestRegionReplicasAreDistributed
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestRegionReplicasWithModifyTable
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestRegionReplicasWithRestartScenarios
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestRegionServerAbort
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestRegionServerAbortTimeout
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestRegionServerAccounting
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestRegionServerCrashDisableWAL
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestRegionServerHostname
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestRegionServerMetrics
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestRegionServerNoMaster
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestRegionServerOnlineConfigChange
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestRegionServerReadRequestMetrics
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestRegionServerRegionSpaceUseReport
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestRegionServerReportForDuty
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestRegionSplitPolicy
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestRemoveRegionMetrics
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestResettingCounters
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestReversibleScanners
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestRowTooBig
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestRpcSchedulerFactory
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestRSKilledWhenInitializing
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestRSStatusServlet
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestScanner
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestScannerHeartbeatMessages
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestScannerRetriableFailure
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestScannerWithBulkload
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestScannerWithCorruptHFile
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestScanWithBloomError
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestSCVFWithMiniCluster
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestSecureBulkLoadManager
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestSeekOptimizations
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestServerCustomProtocol
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestServerNonceManager
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestSettingTimeoutOnBlockingPoint
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestShutdownWhileWALBroken
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestSimpleTimeRangeTracker
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestSplitLogWorker
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestSplitTransactionOnCluster
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestSplitWalDataLoss
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestStoreFileInfo
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestStoreFileRefresherChore
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestStoreFileScannerWithTagCompression
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestStoreScanner
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestStripeStoreEngine
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestStripeStoreFileManager
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestSwitchToStreamRead
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestSyncTimeRangeTracker
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestTags
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestTimestampFilterSeekHint
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestWalAndCompactingMemStoreFlush
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestWALLockup
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestWALMonotonicallyIncreasingSeqId
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.TestWideScanner
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.throttle.TestCompactionWithThroughputController
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.throttle.TestFlushWithThroughputController
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.throttle.TestStoreHotnessProtector
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.wal.TestAsyncFSWAL
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.wal.TestAsyncLogRolling
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.wal.TestAsyncLogRollPeriod
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.wal.TestAsyncProtobufLog
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.wal.TestAsyncWALReplay
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.wal.TestAsyncWALReplayCompressed
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.wal.TestCompressor
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.wal.TestCustomWALCellCodec
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.wal.TestDurability
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.wal.TestFSHLog
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.wal.TestFSWALEntry
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.wal.TestHBaseWalOnEC
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.wal.TestLogRollAbort
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.wal.TestLogRolling
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.wal.TestLogRollingNoCluster
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.wal.TestLogRollPeriod
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.wal.TestMetricsWAL
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.wal.TestMetricsWALSource
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.wal.TestMetricsWALSourceImpl
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.wal.TestProtobufLog
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.wal.TestSecureAsyncWALReplay
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.wal.TestSecureWALReplay
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.wal.TestSequenceIdAccounting
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.wal.TestSyncFuture
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.wal.TestWALActionsListener
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.wal.TestWALCellCodecWithCompression
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.wal.TestWALConfiguration
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.wal.TestWALDurability
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.wal.TestWALReplay
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.wal.TestWALReplayBoundedLogWriterCreation
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.regionserver.wal.TestWALReplayCompressed
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.replication.TestAddToSerialReplicationPeer
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.replication.TestMasterReplication
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.replication.TestMultiSlaveReplication
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.replication.TestNamespaceReplication
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.replication.TestPerTableCFReplication
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.replication.TestRemoveFromSerialReplicationPeer
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationChangingPeerRegionservers
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationDisableInactivePeer
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationDroppedTables
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationEmptyWALRecovery
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationEndpoint
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationKillMasterRS
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationKillMasterRSCompressed
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationKillMasterRSWithSeparateOldWALs
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationKillRS
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationKillSlaveRS
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationKillSlaveRSWithSeparateOldWALs
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationMetricsforUI
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationPeerConfig
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationProcedureRetry
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationSmallTests
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationStateZKImpl
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationStatus
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationSyncUpTool
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationSyncUpToolWithBulkLoadedData
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationTrackerZKImpl
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationUtil
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationWALEntryFilters
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationWithTags
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.replication.TestSerialReplication
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.replication.TestSerialReplicationFailover
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.replication.TestVerifyReplication
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.replication.TestZKReplicationPeerStorage
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.replication.TestZKReplicationQueueStorage
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.rest.client.TestRemoteAdminRetries
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.rest.client.TestRemoteHTableRetries
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.rest.client.TestRemoteTable
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.rest.client.TestXmlParsing
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.rest.TestDeleteRow
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.rest.TestGetAndPutResource
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.rest.TestGzipFilter
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.rest.TestGZIPResponseWrapper
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.rest.TestMetricsRESTSource
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.rest.TestMetricsRESTSourceImpl
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.rest.TestMultiRowResource
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.rest.TestNamespacesInstanceResource
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.rest.TestNamespacesResource
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.rest.TestResourceFilter
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.rest.TestScannerResource
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.rest.TestScannersWithFilters
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.rest.TestScannersWithLabels
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.rest.TestSchemaResource
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.rest.TestSecureRESTServer
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.rest.TestStatusResource
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.rest.TestTableResource
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.rest.TestTableScan
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.rest.TestVersionResource
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.rsgroup.TestEnableRSGroup
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.rsgroup.TestRSGroups
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsOfflineMode
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsWithACL
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.security.TestEncryptionUtil
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.security.TestHBaseSaslRpcClient
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.security.TestSaslUtil
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.security.TestSecureIPC
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.security.TestUser
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.security.TestUsersOperationsWithSecureHadoop
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.shaded.protobuf.TestProtobufUtil
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.snapshot.TestExportSnapshot
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.snapshot.TestExportSnapshotHelpers
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.snapshot.TestExportSnapshotNoCluster
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.snapshot.TestFlushSnapshotFromClient
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.snapshot.TestMobExportSnapshot
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.snapshot.TestMobFlushSnapshotFromClient
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.snapshot.TestMobRestoreFlushSnapshotFromClient
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.snapshot.TestMobRestoreSnapshotHelper
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.snapshot.TestMobSecureExportSnapshot
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.snapshot.TestRegionSnapshotTask
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.snapshot.TestRestoreFlushSnapshotFromClient
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.snapshot.TestRestoreSnapshotHelper
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.snapshot.TestSecureExportSnapshot
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.snapshot.TestSnapshotClientRetries
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.snapshot.TestSnapshotDescriptionUtils
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.snapshot.TestSnapshotManifest
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.snapshot.TestSnapshotWhenChoreCleaning
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestAcidGuaranteesWithAdaptivePolicy
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestAcidGuaranteesWithBasicPolicy
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestAcidGuaranteesWithEagerPolicy
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestAcidGuaranteesWithNoInMemCompaction
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestByteBufferKeyValue
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestCellBuilder
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestCellComparator
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestCellUtil
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestCheckTestClasses
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestChoreService
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestClassFinder
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestClientClusterMetrics
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestClientClusterStatus
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestClientOperationTimeout
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestClusterBootOrder
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestClusterPortAssignment
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestCompatibilitySingletonFactory
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestCompoundConfiguration
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestFSTableDescriptorForceCreation
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestFullLogReconstruction
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestGlobalMemStoreSize
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestHBaseConfiguration
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestHBaseOnOtherDfsCluster
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestHBaseTestingUtility
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestHBaseTestingUtilSpinup
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestHColumnDescriptor
Deprecated.
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestHColumnDescriptorDefaultVersions
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestHDFSBlocksDistribution
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestHRegionLocation
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestHTableDescriptor
Deprecated.
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestIndividualBytesFieldCell
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestInfoServers
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestIntegrationTestBase
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestIOFencing
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestIPv6NIOServerSocketChannel
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestJMXConnectorServer
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestJMXListener
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestKeyValue
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestLocalHBaseCluster
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestMetaTableAccessor
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestMetaTableAccessorNoCluster
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestMetaTableLocator
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestMovedRegionsCleaner
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestMultiVersions
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestNamespace
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestNodeHealthCheckChore
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestPartialResultsFromClientSide
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestPerformanceEvaluation
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestRegionLoad
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestRegionLocations
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestRegionMetrics
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestRegionRebalancing
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestSequenceIdMonotonicallyIncreasing
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestSerialization
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestServerLoad
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestServerMetrics
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestServerName
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestServerSideScanMetricsFromClientSide
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestSize
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestSplitMerge
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestStochasticBalancerJmxMetrics
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestTableName
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestTagRewriteCell
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestTagUtil
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestTimeout
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.TestZooKeeper
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.types.TestCopyOnWriteMaps
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.types.TestFixedLengthWrapper
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.types.TestOrderedBlob
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.types.TestOrderedBlobVar
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.types.TestOrderedString
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.types.TestPBCell
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.types.TestRawString
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.types.TestStruct
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.types.TestStructNullExtension
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.types.TestTerminatedWrapper
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.types.TestUnion2
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.compaction.TestMajorCompactionRequest
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.compaction.TestMajorCompactor
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestAvlUtil
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestBloomFilterChunk
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestBoundedPriorityBlockingQueue
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestByteBufferArray
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestByteBufferUtils
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestByteBuffUtils
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestByteRangeWithKVSerialization
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestBytes
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestCommonFSUtils
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestCompressionTest
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestConcatenatedLists
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestConfigurationUtil
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestConnectionCache
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestCoprocessorClassLoader
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestCoprocessorScanPolicy
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestCounter
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestDefaultEnvironmentEdge
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestDynamicClassLoader
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestEncryptionTest
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestEnvironmentEdgeManager
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestFromClientSide3WoUnsafe
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestFSHDFSUtils
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestFSTableDescriptors
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestFSUtils
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestFSVisitor
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestHBaseFsckCleanReplicationBarriers
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestHBaseFsckComparator
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestHBaseFsckEncryption
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestHBaseFsckMOB
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestHBaseFsckReplication
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestHFileArchiveUtil
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestIdLock
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestIdReadWriteLock
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestIncrementingEnvironmentEdge
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestJRubyFormat
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestJSONMetricUtil
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestKeyLocker
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestLoadTestKVGenerator
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestLossyCounting
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestMiniClusterLoadEncoded
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestMiniClusterLoadParallel
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestMiniClusterLoadSequential
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestOrder
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestOrderedBytes
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestRegionMover
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestRegionSplitCalculator
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestRegionSplitter
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestRetryCounter
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestReusablePoolMap
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestRootPath
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestRoundRobinPoolMap
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestShowProperties
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestSimpleMutableByteRange
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestSimplePositionedMutableByteRange
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestSortedList
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestStealJobQueue
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestThreadLocalPoolMap
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestThreads
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestVersionInfo
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.util.TestWeakObjectPool
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.wal.TestBoundedRegionGroupingStrategy
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.wal.TestDisabledWAL
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.wal.TestFSHLogProvider
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.wal.TestRaceBetweenGetWALAndGetWALs
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.wal.TestReadWriteSeqIdFiles
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.wal.TestSecureWAL
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.wal.TestWALFactory
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.wal.TestWALFiltering
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.wal.TestWALMethods
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.wal.TestWALOpenAfterDNRollingStart
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.wal.TestWALReaderOnSecureWAL
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.wal.TestWALRootDir
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.wal.TestWALSplit
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.wal.TestWALSplitBoundedLogWriterCreation
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.wal.TestWALSplitCompressed
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.wal.TestWrongMetaWALFileName
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.zookeeper.TestHQuorumPeer
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.zookeeper.TestInstancePending
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.zookeeper.TestMetricsZooKeeperSource
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.zookeeper.TestMetricsZooKeeperSourceImpl
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.zookeeper.TestReadOnlyZKClient
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.zookeeper.TestRecoverableZooKeeper
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.zookeeper.TestZKConfig
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.zookeeper.TestZKLeaderManager
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.zookeeper.TestZKMainServer
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.zookeeper.TestZKMulti
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.zookeeper.TestZKNodeTracker
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.zookeeper.TestZKUtil
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.zookeeper.TestZKUtilNoServer
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.zookeeper.TestZNodePaths
 
CLASS_RULE - Static variable in class org.apache.hadoop.hbase.zookeeper.TestZooKeeperACL
 
CLASS_RULE - Static variable in class org.apache.hbase.archetypes.exemplars.client.TestHelloHBase
 
CLASS_RULE - Static variable in class org.apache.hbase.archetypes.exemplars.shaded_client.TestHelloHBase
 
ClassFinder - Class in org.apache.hadoop.hbase
A class that finds a set of classes that are locally accessible (from .class or .jar files), and satisfy the conditions that are imposed by name and class filters provided by the user.
ClassFinder() - Constructor for class org.apache.hadoop.hbase.ClassFinder
 
ClassFinder(ClassFinder.ResourcePathFilter, ClassFinder.FileNameFilter, ClassFinder.ClassFilter) - Constructor for class org.apache.hadoop.hbase.ClassFinder
 
ClassFinder.And - Class in org.apache.hadoop.hbase
 
ClassFinder.ClassFilter - Interface in org.apache.hadoop.hbase
 
ClassFinder.FileNameFilter - Interface in org.apache.hadoop.hbase
 
ClassFinder.Not - Class in org.apache.hadoop.hbase
 
ClassFinder.ResourcePathFilter - Interface in org.apache.hadoop.hbase
 
ClassLoaderTestHelper - Class in org.apache.hadoop.hbase.util
Some utilities to help class loader testing
ClassLoaderTestHelper() - Constructor for class org.apache.hadoop.hbase.util.ClassLoaderTestHelper
 
classSetUp() - Static method in class org.apache.hadoop.hbase.regionserver.TestMetricsRegionServer
 
ClassTestFinder - Class in org.apache.hadoop.hbase
ClassFinder that is pre-configured with filters that will only allow test classes.
ClassTestFinder() - Constructor for class org.apache.hadoop.hbase.ClassTestFinder
 
ClassTestFinder(Class<?>) - Constructor for class org.apache.hadoop.hbase.ClassTestFinder
 
ClassTestFinder.TestClassFilter - Class in org.apache.hadoop.hbase
 
ClassTestFinder.TestFileNameFilter - Class in org.apache.hadoop.hbase
Filters both test classes and anything in the hadoop-compat modules
cleanReplicationBarrier(Configuration, TableName) - Static method in class org.apache.hadoop.hbase.util.hbck.HbckTestingUtil
 
cleanup() - Method in class org.apache.hadoop.hbase.client.TestAsyncSnapshotAdminApi
 
cleanup() - Method in class org.apache.hadoop.hbase.coprocessor.TestSecureExport
 
cleanup() - Static method in class org.apache.hadoop.hbase.http.jmx.TestJMXJsonServlet
 
cleanup() - Static method in class org.apache.hadoop.hbase.http.TestHttpServer
 
cleanup() - Static method in class org.apache.hadoop.hbase.http.TestSSLHttpServer
 
cleanUp() - Method in class org.apache.hadoop.hbase.IntegrationTestBase
 
cleanUp() - Method in class org.apache.hadoop.hbase.IntegrationTestIngestWithEncryption
 
cleanUp() - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestTableSnapshotInputFormat
 
cleanup(Reducer<ImmutableBytesWritable, ImmutableBytesWritable, NullWritable, NullWritable>.Context) - Method in class org.apache.hadoop.hbase.mapreduce.MultiTableInputFormatTestBase.ScanReducer
 
cleanup(Configuration) - Method in class org.apache.hadoop.hbase.mapreduce.MultiTableInputFormatTestBase.ScanReducer
 
cleanup() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedImportExport2
 
cleanup() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportExport
 
cleanup(Reducer<ImmutableBytesWritable, ImmutableBytesWritable, NullWritable, NullWritable>.Context) - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanBase.ScanReducer
 
cleanup(Reducer<ImmutableBytesWritable, NullWritable, NullWritable, NullWritable>.Context) - Method in class org.apache.hadoop.hbase.mapreduce.TestTableSnapshotInputFormat.TestTableSnapshotReducer
 
cleanup() - Method in class org.apache.hadoop.hbase.namespace.TestNamespaceAuditor
 
cleanUp() - Method in class org.apache.hadoop.hbase.replication.TestReplicationBase
 
cleanup(Mapper<NullWritable, NullWritable, NullWritable, NullWritable>.Context) - Method in class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify.LoadMapper
 
cleanUp() - Method in class org.apache.hadoop.hbase.TestNodeHealthCheckChore
 
cleanup() - Method in class org.apache.hadoop.hbase.wal.TestDisabledWAL
 
cleanupBulkLoad(String) - Method in class org.apache.hadoop.hbase.regionserver.SecureBulkLoadEndpointClient
Deprecated.
 
cleanUpCluster() - Method in class org.apache.hadoop.hbase.IntegrationTestBase
 
cleanUpCluster() - Method in class org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover
 
cleanUpCluster() - Method in class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList
 
cleanUpCluster() - Method in class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify
 
cleanupDataTestDirOnTestFS() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Cleans the test data directory on the test filesystem.
cleanupDataTestDirOnTestFS(String) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Cleans a subdirectory under the test data directory on the test filesystem.
cleanupFS() - Method in class org.apache.hadoop.hbase.snapshot.TestSnapshotDescriptionUtils
 
cleanUpMonkey() - Method in class org.apache.hadoop.hbase.IntegrationTestBase
 
cleanUpMonkey(String) - Method in class org.apache.hadoop.hbase.IntegrationTestBase
 
cleanupSnapshot(Admin, byte[]) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils
 
cleanupSnapshot(Admin, String) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils
 
cleanupSSLConfig(String, String) - Static method in class org.apache.hadoop.hbase.http.ssl.KeyStoreTestUtil
 
cleanupTest() - Static method in class org.apache.hadoop.hbase.client.TestSnapshotCloneIndependence
 
cleanupTest() - Static method in class org.apache.hadoop.hbase.client.TestSnapshotFromClient
 
cleanupTest() - Static method in class org.apache.hadoop.hbase.client.TestSnapshotMetadata
 
cleanupTest() - Static method in class org.apache.hadoop.hbase.master.TestMergeTableRegionsWhileRSCrash
 
cleanupTest() - Static method in class org.apache.hadoop.hbase.master.TestSplitRegionWhileRSCrash
 
cleanupTest() - Static method in class org.apache.hadoop.hbase.regionserver.TestCompactSplitThread
 
cleanupTest() - Static method in class org.apache.hadoop.hbase.snapshot.TestFlushSnapshotFromClient
 
cleanupTestDir() - Method in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
 
cleanupTestDir() - Method in class org.apache.hadoop.hbase.HBaseZKTestingUtility
 
cleanupTestTable() - Method in class org.apache.hadoop.hbase.coprocessor.TestOpenTableInCoprocessor
 
clear() - Method in class org.apache.hadoop.hbase.util.ConstantDelayQueue
 
clearPeerAndQueues() - Method in class org.apache.hadoop.hbase.client.TestAsyncReplicationAdminApi
 
clearQuotaTable() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaAdmin
 
clearSnapshots() - Method in class org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotNotifierForTest
 
clearTable() - Method in class org.apache.hadoop.hbase.coprocessor.TestPassCustomCellViaRegionObserver
 
client - Static variable in class org.apache.hadoop.hbase.rest.RowResourceBase
 
ClientSideCellSetModel() - Constructor for class org.apache.hadoop.hbase.rest.TestTableScan.ClientSideCellSetModel
 
ClientTests - Interface in org.apache.hadoop.hbase.testclassification
Tag a test as related to the client.
cloneAndAssertOneRetry(String, TableName) - Method in class org.apache.hadoop.hbase.snapshot.TestSnapshotClientRetries
 
CloneSnapshotFromClientCloneLinksAfterDeleteTestBase - Class in org.apache.hadoop.hbase.client
 
CloneSnapshotFromClientCloneLinksAfterDeleteTestBase() - Constructor for class org.apache.hadoop.hbase.client.CloneSnapshotFromClientCloneLinksAfterDeleteTestBase
 
CloneSnapshotFromClientErrorTestBase - Class in org.apache.hadoop.hbase.client
 
CloneSnapshotFromClientErrorTestBase() - Constructor for class org.apache.hadoop.hbase.client.CloneSnapshotFromClientErrorTestBase
 
CloneSnapshotFromClientNormalTestBase - Class in org.apache.hadoop.hbase.client
 
CloneSnapshotFromClientNormalTestBase() - Constructor for class org.apache.hadoop.hbase.client.CloneSnapshotFromClientNormalTestBase
 
CloneSnapshotFromClientTestBase - Class in org.apache.hadoop.hbase.client
Base class for testing clone snapsot
CloneSnapshotFromClientTestBase() - Constructor for class org.apache.hadoop.hbase.client.CloneSnapshotFromClientTestBase
 
close() - Method in class org.apache.hadoop.hbase.chaos.util.Monkeys
 
close() - Method in class org.apache.hadoop.hbase.DistributedHBaseCluster
 
close() - Method in class org.apache.hadoop.hbase.HBaseCluster
Closes all the resources held open for this cluster.
close() - Method in class org.apache.hadoop.hbase.mapred.TestMultiTableSnapshotInputFormat.Mapper
Closes this stream and releases any system resources associated with it.
close() - Method in class org.apache.hadoop.hbase.mapred.TestMultiTableSnapshotInputFormat.Reducer
Closes this stream and releases any system resources associated with it.
close() - Method in class org.apache.hadoop.hbase.mapred.TestTableInputFormat.ExampleVerifier
 
close() - Method in class org.apache.hadoop.hbase.mapred.TestTableSnapshotInputFormat.TestTableSnapshotReducer
 
close() - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.FixedRecordReader
 
close() - Method in class org.apache.hadoop.hbase.mapreduce.TestMultiTableInputFormatBase.MRSplitsConnection
 
close() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
close() - Method in class org.apache.hadoop.hbase.regionserver.DelegatingInternalScanner
 
close() - Method in class org.apache.hadoop.hbase.regionserver.DelegatingKeyValueScanner
 
close() - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
This call will NOT close the underlying region.
close() - Method in class org.apache.hadoop.hbase.rest.PerformanceEvaluation.PeInputFormat.PeRecordReader
 
close() - Method in class org.apache.hadoop.hbase.util.MultiThreadedAction
 
close() - Method in class org.apache.hadoop.hbase.wal.IOTestProvider
 
closeConnection() - Method in class org.apache.hadoop.hbase.test.IntegrationTestReplication.ClusterID
 
closedCount - Variable in class org.apache.hadoop.hbase.regionserver.wal.TestWALActionsListener.DummyWALActionsListener
 
closeHTable() - Method in class org.apache.hadoop.hbase.util.MultiThreadedUpdater.HBaseUpdaterThread
 
closeHTable() - Method in class org.apache.hadoop.hbase.util.MultiThreadedUpdaterWithACL.HBaseUpdaterThreadWithACL
 
closeHTable() - Method in class org.apache.hadoop.hbase.util.MultiThreadedWriter.HBaseWriterThread
 
closeHTable() - Method in class org.apache.hadoop.hbase.util.MultiThreadedWriterWithACL.HBaseWriterThreadWithACL
 
closeRegion(HBaseTestingUtility, HRegionServer, HRegionInfo) - Static method in class org.apache.hadoop.hbase.regionserver.TestRegionServerNoMaster
 
closeRegionAndWAL(Region) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Close both the region r and it's underlying WAL.
closeRegionAndWAL(HRegion) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Close both the HRegion r and it's underlying WAL.
closeRootAndMeta() - Method in class org.apache.hadoop.hbase.HBaseTestCase
Deprecated.
 
closeTable() - Method in class org.apache.hadoop.hbase.util.MultiThreadedReader.HBaseReaderThread
 
closeTable() - Method in class org.apache.hadoop.hbase.util.MultiThreadedReaderWithACL.HBaseReaderThreadWithACL
 
cluster - Variable in class org.apache.hadoop.hbase.chaos.actions.Action
 
cluster - Variable in class org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover
 
cluster - Variable in class org.apache.hadoop.hbase.IntegrationTestIngest
 
cluster - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestLogRolling
 
cluster - Static variable in class org.apache.hadoop.hbase.rest.PerformanceEvaluation
 
cluster - Static variable in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
cluster - Static variable in class org.apache.hadoop.hbase.TestNamespace
 
ClusterID(Configuration, String) - Constructor for class org.apache.hadoop.hbase.test.IntegrationTestReplication.ClusterID
This creates a new ClusterID wrapper that will automatically build connections and configurations to be able to talk to the specified cluster
clusterTestDir - Variable in class org.apache.hadoop.hbase.HBaseZKTestingUtility
Directory (a subdirectory of dataTestDir) used by the dfs cluster if any
cmd - Variable in class org.apache.hadoop.hbase.util.LoadTestTool
This will be removed as we factor out the dependency on command line
CMD_KEY - Static variable in class org.apache.hadoop.hbase.PerformanceEvaluation.EvaluationMapTask
configuration parameter name that contains the command
CMD_KEY - Static variable in class org.apache.hadoop.hbase.rest.PerformanceEvaluation.EvaluationMapTask
configuration parameter name that contains the command
col1 - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.AbstractTestScanQueryMatcher
 
col2 - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.AbstractTestScanQueryMatcher
 
col3 - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.AbstractTestScanQueryMatcher
 
col4 - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.AbstractTestScanQueryMatcher
 
col5 - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.AbstractTestScanQueryMatcher
 
COLUMN_1 - Static variable in class org.apache.hadoop.hbase.rest.RowResourceBase
 
COLUMN_2 - Static variable in class org.apache.hadoop.hbase.rest.RowResourceBase
 
COLUMN_3 - Static variable in class org.apache.hadoop.hbase.rest.RowResourceBase
 
COLUMN_CLIENT - Static variable in class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList
 
COLUMN_COUNT - Static variable in class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList
 
COLUMN_FAMILY_NAME - Static variable in class org.apache.hadoop.hbase.io.hfile.RandomKeyValueUtil
 
COLUMN_PREV - Static variable in class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList
 
COLUMN_ZERO - Static variable in class org.apache.hadoop.hbase.PerformanceEvaluation
 
ColumnAggregationEndpoint - Class in org.apache.hadoop.hbase.coprocessor
The aggregation implementation at a region.
ColumnAggregationEndpoint() - Constructor for class org.apache.hadoop.hbase.coprocessor.ColumnAggregationEndpoint
 
ColumnAggregationEndpointNullResponse - Class in org.apache.hadoop.hbase.coprocessor
Test coprocessor endpoint that always returns null for requests to the last region in the table.
ColumnAggregationEndpointNullResponse() - Constructor for class org.apache.hadoop.hbase.coprocessor.ColumnAggregationEndpointNullResponse
 
ColumnAggregationEndpointWithErrors - Class in org.apache.hadoop.hbase.coprocessor
Test coprocessor endpoint that always throws a DoNotRetryIOException for requests on the last region in the table.
ColumnAggregationEndpointWithErrors() - Constructor for class org.apache.hadoop.hbase.coprocessor.ColumnAggregationEndpointWithErrors
 
ColumnCountOnRowFilter - Class in org.apache.hadoop.hbase.client
 
ColumnCountOnRowFilter(int) - Constructor for class org.apache.hadoop.hbase.client.ColumnCountOnRowFilter
 
columnFamilies - Variable in class org.apache.hadoop.hbase.chaos.factories.MonkeyFactory
 
COLUMNS - Static variable in class org.apache.hadoop.hbase.HBaseTestCase
Deprecated.
 
COLUMNS - Static variable in class org.apache.hadoop.hbase.HBaseTestingUtility
 
columns - Static variable in class org.apache.hadoop.hbase.mapreduce.TestTableMapReduceBase
 
COLUMNS - Static variable in class org.apache.hadoop.hbase.TestSerialization
 
commands - Variable in class org.apache.hadoop.hbase.rest.PerformanceEvaluation
 
commit() - Method in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils.SnapshotMock.SnapshotBuilder
 
COMMON_TABLE_NAME - Static variable in class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedListWithVisibility
 
compact(CompactionContext, HStore, ThroughputController) - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverScannerOpenHook.CompactionCompletionNotifyingRegion
 
compact(CompactionContext, HStore, ThroughputController, User) - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverScannerOpenHook.CompactionCompletionNotifyingRegion
 
compact(boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Compact all regions in the mini hbase cluster
compact(TableName, boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Compact all of a table's reagion in the mini hbase cluster
compact(boolean) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Call flushCache on all regions on all participating regionservers.
compact(TableName, boolean) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Call flushCache on all regions of the specified table.
compact(ThroughputController, User) - Method in class org.apache.hadoop.hbase.regionserver.TestCompaction.BlockingStoreMockMaker.BlockingCompactionContext
 
compact(CompactionContext, HStore, ThroughputController) - Method in class org.apache.hadoop.hbase.TestIOFencing.CompactionBlockerRegion
 
compact(CompactionContext, HStore, ThroughputController, User) - Method in class org.apache.hadoop.hbase.TestIOFencing.CompactionBlockerRegion
 
COMPACT_RANDOM_REGION_RATIO - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
 
COMPACT_TABLE_ACTION_RATIO - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
 
compactAndBlockUntilDone(Admin, HRegionServer, byte[]) - Static method in class org.apache.hadoop.hbase.regionserver.TestEndToEndSplitTransaction
 
compactEquals(long, ArrayList<HStoreFile>, long[], long[], boolean, boolean) - Method in class org.apache.hadoop.hbase.regionserver.AbstractTestDateTieredCompactionPolicy
 
compactingSetUp() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactingMemStore
 
CompactionBlockerRegion(Path, WAL, FileSystem, Configuration, RegionInfo, TableDescriptor, RegionServerServices) - Constructor for class org.apache.hadoop.hbase.TestIOFencing.CompactionBlockerRegion
 
CompactionCompletionNotifyingRegion(Path, WAL, FileSystem, Configuration, RegionInfo, TableDescriptor, RegionServerServices) - Constructor for class org.apache.hadoop.hbase.coprocessor.TestRegionObserverScannerOpenHook.CompactionCompletionNotifyingRegion
 
CompactionObserver() - Constructor for class org.apache.hadoop.hbase.regionserver.TestCompactionLifeCycleTracker.CompactionObserver
 
CompactMobAction - Class in org.apache.hadoop.hbase.chaos.actions
Action that queues a table compaction.
CompactMobAction(TableName, float) - Constructor for class org.apache.hadoop.hbase.chaos.actions.CompactMobAction
 
CompactMobAction(int, TableName, float) - Constructor for class org.apache.hadoop.hbase.chaos.actions.CompactMobAction
 
CompactorRegionObserver() - Constructor for class org.apache.hadoop.hbase.client.TestAvoidCellReferencesIntoShippedBlocks.CompactorRegionObserver
 
CompactRandomRegionOfTableAction - Class in org.apache.hadoop.hbase.chaos.actions
Region that queues a compaction of a random region from the table.
CompactRandomRegionOfTableAction(TableName, float) - Constructor for class org.apache.hadoop.hbase.chaos.actions.CompactRandomRegionOfTableAction
 
CompactRandomRegionOfTableAction(int, TableName, float) - Constructor for class org.apache.hadoop.hbase.chaos.actions.CompactRandomRegionOfTableAction
 
CompactTableAction - Class in org.apache.hadoop.hbase.chaos.actions
Action that queues a table compaction.
CompactTableAction(TableName, float) - Constructor for class org.apache.hadoop.hbase.chaos.actions.CompactTableAction
 
CompactTableAction(int, TableName, float) - Constructor for class org.apache.hadoop.hbase.chaos.actions.CompactTableAction
 
CompactTwoLatestHfilesCopro() - Constructor for class org.apache.hadoop.hbase.mob.compactions.TestMobCompactor.CompactTwoLatestHfilesCopro
 
compare(WritableComparable, WritableComparable) - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.CompositeKeyComparator
 
compare(WritableComparable, WritableComparable) - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.NaturalKeyGroupingComparator
 
compareArchiveToOriginal(FileStatus[], FileStatus[], FileSystem, boolean) - Static method in class org.apache.hadoop.hbase.util.HFileArchiveTestingUtil
 
compareTo(IntegrationTestBulkLoad.LinkChain) - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.LinkChain
 
compareTo(IntegrationTestBulkLoad.LinkKey) - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.LinkKey
 
compareTo(PerformanceEvaluation.RunResult) - Method in class org.apache.hadoop.hbase.PerformanceEvaluation.RunResult
 
compareTo(IntegrationTestSparkBulkLoad.SparkLinkChain) - Method in class org.apache.hadoop.hbase.spark.IntegrationTestSparkBulkLoad.SparkLinkChain
 
compareTo(IntegrationTestSparkBulkLoad.SparkLinkKey) - Method in class org.apache.hadoop.hbase.spark.IntegrationTestSparkBulkLoad.SparkLinkKey
 
completeCompaction(Collection<HStoreFile>) - Method in class org.apache.hadoop.hbase.TestIOFencing.BlockCompactionsInCompletionHStore
 
COMPOSITE_ACTION3_PERIOD - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
 
CompositeKeyComparator() - Constructor for class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.CompositeKeyComparator
 
CompositeSequentialPolicy - Class in org.apache.hadoop.hbase.chaos.policies
A policy that runs multiple other policies one after the other
CompositeSequentialPolicy(Policy...) - Constructor for class org.apache.hadoop.hbase.chaos.policies.CompositeSequentialPolicy
 
comprAlgo - Variable in class org.apache.hadoop.hbase.regionserver.TestMultiColumnScanner
 
compressAlgo - Variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
COMPRESSION - Static variable in class org.apache.hadoop.hbase.regionserver.TestHRegionServerBulkLoad
 
compression - Variable in class org.apache.hadoop.hbase.util.TestMiniClusterLoadSequential
 
COMPRESSION_ALGORITHMS - Static variable in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
Compression algorithms to use in testing
COMPRESSION_ALGORITHMS_PARAMETERIZED - Static variable in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
Compression algorithms to use in parameterized JUnit 4 tests
compressionAlgorithms() - Static method in class org.apache.hadoop.hbase.io.hfile.TestHFileBlockIndex
 
concurrentReads(Runnable) - Static method in class org.apache.hadoop.hbase.PerformanceEvaluationCommons
 
conf - Variable in class org.apache.hadoop.hbase.client.TestServerLoadDurability
 
conf - Variable in class org.apache.hadoop.hbase.HBaseCluster
 
conf - Variable in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
 
conf - Variable in class org.apache.hadoop.hbase.HBaseTestCase
Deprecated.
 
conf - Variable in class org.apache.hadoop.hbase.io.hfile.TestScannerFromBucketCache
 
CONF - Static variable in class org.apache.hadoop.hbase.ipc.AbstractTestIPC
 
conf - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.AbstractTestScanQueryMatcher
 
conf - Variable in class org.apache.hadoop.hbase.regionserver.TestCompaction
 
conf - Variable in class org.apache.hadoop.hbase.regionserver.TestCompactionPolicy
 
CONF - Static variable in class org.apache.hadoop.hbase.regionserver.TestFailedAppendAndSync
 
CONF - Static variable in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
CONF - Static variable in class org.apache.hadoop.hbase.regionserver.TestHRegionReplayEvents
 
conf - Static variable in class org.apache.hadoop.hbase.regionserver.TestHRegionServerBulkLoad
 
conf - Variable in class org.apache.hadoop.hbase.regionserver.TestMajorCompaction
 
conf - Variable in class org.apache.hadoop.hbase.regionserver.TestMinorCompaction
 
CONF - Static variable in class org.apache.hadoop.hbase.regionserver.TestRecoveredEditsReplayAndAbort
 
CONF - Static variable in class org.apache.hadoop.hbase.regionserver.TestRegionMove
 
CONF - Static variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestFSWAL
 
conf - Variable in class org.apache.hadoop.hbase.regionserver.wal.TestCustomWALCellCodec.CustomWALCellCodec
 
conf - Static variable in class org.apache.hadoop.hbase.rest.RowResourceBase
 
conf - Variable in class org.apache.hadoop.hbase.snapshot.TestRestoreSnapshotHelper
 
conf - Variable in class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify.LoadMapper
 
conf - Static variable in class org.apache.hadoop.hbase.util.BaseTestHBaseFsck
 
conf - Variable in class org.apache.hadoop.hbase.util.hbck.OfflineMetaRebuildTestCore
 
conf - Variable in class org.apache.hadoop.hbase.util.MultiThreadedAction
 
conf - Variable in class org.apache.hadoop.hbase.util.TestMiniClusterLoadSequential
 
conf - Static variable in class org.apache.hadoop.hbase.wal.TestWALFactory
 
conf1 - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationBase
 
conf2 - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationBase
 
CONF_WITH_LOCALFS - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationBase
 
config() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactionPolicy
setup config values necessary for store
config() - Method in class org.apache.hadoop.hbase.regionserver.TestDateTieredCompactionPolicy
 
config() - Method in class org.apache.hadoop.hbase.regionserver.TestDateTieredCompactionPolicyOverflow
 
config() - Method in class org.apache.hadoop.hbase.regionserver.TestDefaultCompactSelection
 
configure(JobConf) - Method in class org.apache.hadoop.hbase.mapred.TestMultiTableSnapshotInputFormat.Mapper
 
configure(JobConf) - Method in class org.apache.hadoop.hbase.mapred.TestMultiTableSnapshotInputFormat.Reducer
 
configure(JobConf) - Method in class org.apache.hadoop.hbase.mapred.TestTableInputFormat.ExampleDeprecatedTIF
 
configure(JobConf) - Method in class org.apache.hadoop.hbase.mapred.TestTableInputFormat.ExampleJobConfigurableTIF
 
configure(JobConf) - Method in class org.apache.hadoop.hbase.mapred.TestTableInputFormat.ExampleVerifier
 
configure(JobConf) - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormat.ExampleDeprecatedTIF
 
configure(JobConf) - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormat.ExampleJobConfigurableTIF
 
confirmEmptySnapshotValid(SnapshotProtos.SnapshotDescription, TableName, byte[], Path, Admin, FileSystem) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils
Confirm that the snapshot has no references files but only metadata.
confirmSnapshotValid(HBaseTestingUtility, SnapshotProtos.SnapshotDescription, TableName, byte[]) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils
 
confirmSnapshotValid(SnapshotProtos.SnapshotDescription, TableName, byte[], Path, Admin, FileSystem) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils
Confirm that the snapshot contains references to all the files that should be in the snapshot.
confirmSnapshotValid(SnapshotProtos.SnapshotDescription, TableName, List<byte[]>, List<byte[]>, Path, Admin, FileSystem) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils
Confirm that the snapshot contains references to all the files that should be in the snapshot.
conn - Variable in class org.apache.hadoop.hbase.client.TestServerLoadDurability
 
connection - Variable in class org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover
 
connection - Variable in class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify.LoadMapper
 
connection - Static variable in class org.apache.hadoop.hbase.util.BaseTestHBaseFsck
 
connection - Variable in class org.apache.hadoop.hbase.util.hbck.OfflineMetaRebuildTestCore
 
connection - Variable in class org.apache.hadoop.hbase.util.MultiThreadedAction
 
consolidate() - Method in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils.SnapshotMock.SnapshotBuilder
 
ConstantDelayQueue<E> - Class in org.apache.hadoop.hbase.util
A blocking queue implementation for adding a constant delay.
ConstantDelayQueue(TimeUnit, long) - Constructor for class org.apache.hadoop.hbase.util.ConstantDelayQueue
 
constructorArgs - Variable in class org.apache.hadoop.hbase.types.TestStruct
 
contains(Object) - Method in class org.apache.hadoop.hbase.util.ConstantDelayQueue
 
containsAll(Collection<?>) - Method in class org.apache.hadoop.hbase.util.ConstantDelayQueue
 
context - Variable in class org.apache.hadoop.hbase.chaos.actions.Action
 
context - Variable in class org.apache.hadoop.hbase.chaos.policies.Policy
 
context - Variable in class org.apache.hadoop.hbase.regionserver.wal.TestCustomWALCellCodec.CustomWALCellCodec
 
context - Static variable in class org.apache.hadoop.hbase.rest.RowResourceBase
 
convertFromBatchResult(List<Result>) - Method in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableScan
 
convertKvToByteBuffer(List<KeyValue>, boolean) - Static method in class org.apache.hadoop.hbase.util.RedundantKVGenerator
Convert list of KeyValues to byte buffer.
CoprocessorCounter() - Constructor for class org.apache.hadoop.hbase.replication.TestMasterReplication.CoprocessorCounter
 
CoprocessorII() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestCoprocessorInterface.CoprocessorII
 
CoprocessorImpl() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestCoprocessorInterface.CoprocessorImpl
 
coprocessorService(byte[]) - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
 
coprocessorService(Class<T>, byte[], byte[], Batch.Call<T, R>) - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
 
coprocessorService(Class<T>, byte[], byte[], Batch.Call<T, R>, Batch.Callback<R>) - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
 
CoprocessorTests - Interface in org.apache.hadoop.hbase.testclassification
Tag a test as related to coprocessors.
copySnapshots() - Method in class org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotNotifierForTest
 
CoreMasterCoprocessor() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestCoreMasterCoprocessor.CoreMasterCoprocessor
 
CoreRegionCoprocessor() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestCoreRegionCoprocessor.CoreRegionCoprocessor
 
CoreRegionServerCoprocessor() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestCoreRegionServerCoprocessor.CoreRegionServerCoprocessor
 
corruptDataManifest() - Method in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils.SnapshotMock.SnapshotBuilder
Corrupt data-manifest file
CorruptHFileCoprocessor() - Constructor for class org.apache.hadoop.hbase.regionserver.TestScannerWithCorruptHFile.CorruptHFileCoprocessor
 
corruptOneRegionManifest() - Method in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils.SnapshotMock.SnapshotBuilder
Corrupt one region-manifest file
corruptSnapshot(HBaseTestingUtility, String) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils
Corrupt the specified snapshot by deleting some files.
COUNT - Static variable in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableScan
 
count(RpcController, PingProtos.CountRequest, RpcCallback<PingProtos.CountResponse>) - Method in class org.apache.hadoop.hbase.regionserver.TestServerCustomProtocol.PingHandler
 
CountingChore(String, int) - Constructor for class org.apache.hadoop.hbase.TestChoreService.ScheduledChoreSamples.CountingChore
 
CountingChore(String, Stoppable, int) - Constructor for class org.apache.hadoop.hbase.TestChoreService.ScheduledChoreSamples.CountingChore
 
CountingChore(String, Stoppable, int, boolean) - Constructor for class org.apache.hadoop.hbase.TestChoreService.ScheduledChoreSamples.CountingChore
 
CountingRegionObserver() - Constructor for class org.apache.hadoop.hbase.client.TestAsyncNonMetaRegionLocatorConcurrenyLimit.CountingRegionObserver
 
CountingRpcController(HBaseRpcController) - Constructor for class org.apache.hadoop.hbase.client.TestRpcControllerFactory.CountingRpcController
 
countMobRows(Table, byte[]...) - Static method in class org.apache.hadoop.hbase.snapshot.MobSnapshotTestingUtils
Return the number of rows in the given table.
countRows(Table) - Method in class org.apache.hadoop.hbase.client.CloneSnapshotFromClientTestBase
 
countRows(Table, byte[]...) - Method in class org.apache.hadoop.hbase.client.RestoreSnapshotFromClientTestBase
 
countRows(Table) - Method in class org.apache.hadoop.hbase.client.TestMobCloneSnapshotFromClientCloneLinksAfterDelete
 
countRows(Table) - Method in class org.apache.hadoop.hbase.client.TestMobCloneSnapshotFromClientError
 
countRows(Table) - Method in class org.apache.hadoop.hbase.client.TestMobCloneSnapshotFromClientNormal
 
countRows(Table, byte[]...) - Method in class org.apache.hadoop.hbase.client.TestMobRestoreSnapshotFromClientAfterSplittingRegions
 
countRows(Table, byte[]...) - Method in class org.apache.hadoop.hbase.client.TestMobRestoreSnapshotFromClientClone
 
countRows(Table, byte[]...) - Method in class org.apache.hadoop.hbase.client.TestMobRestoreSnapshotFromClientSchemaChange
 
countRows(Table, byte[]...) - Method in class org.apache.hadoop.hbase.client.TestMobRestoreSnapshotFromClientSimple
 
countRows(Table, byte[]...) - Method in class org.apache.hadoop.hbase.client.TestMobSnapshotCloneIndependence
 
countRows(Table, byte[]...) - Method in class org.apache.hadoop.hbase.client.TestSnapshotCloneIndependence
 
countRows(Table) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Return the number of rows in the given table.
countRows(Table, Scan) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
countRows(Table, byte[]...) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
countRows(TableName) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Return the number of rows in the given table.
countRows(Region) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
countRows(Region, Scan) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
countRows(InternalScanner) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
countRows(Table, byte[]...) - Method in class org.apache.hadoop.hbase.snapshot.TestFlushSnapshotFromClient
 
countRows(Table, byte[]...) - Method in class org.apache.hadoop.hbase.snapshot.TestMobFlushSnapshotFromClient
 
countRows(Table, byte[]...) - Method in class org.apache.hadoop.hbase.snapshot.TestMobRestoreFlushSnapshotFromClient
 
countRows(Table, byte[]...) - Method in class org.apache.hadoop.hbase.snapshot.TestRestoreFlushSnapshotFromClient
 
countServedRegions() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Counts the total numbers of regions being served by the currently online region servers by asking each how many regions they have.
countStoreFiles() - Method in class org.apache.hadoop.hbase.TestIOFencing.CompactionBlockerRegion
 
CPMasterObserver() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
CPMasterObserver() - Constructor for class org.apache.hadoop.hbase.namespace.TestNamespaceAuditor.CPMasterObserver
 
CPMasterObserver() - Constructor for class org.apache.hadoop.hbase.rsgroup.TestRSGroups.CPMasterObserver
 
CPRegionServerObserver() - Constructor for class org.apache.hadoop.hbase.namespace.TestNamespaceAuditor.CPRegionServerObserver
 
cq - Variable in class org.apache.hadoop.hbase.regionserver.TestHRegionReplayEvents
 
CQ - Static variable in class org.apache.hadoop.hbase.replication.SerialReplicationTestBase
 
CQ1 - Static variable in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableScan
 
CQ2 - Static variable in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableScan
 
create(Configuration, PriorityFunction, Abortable) - Method in class org.apache.hadoop.hbase.TestMetaTableAccessor.SpyingRpcSchedulerFactory
 
create_table - Variable in class org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover
 
createAndFillTable(TableName) - Static method in class org.apache.hadoop.hbase.mapred.TestTableMapReduceUtil
 
createAndStartTestServer() - Static method in class org.apache.hadoop.hbase.http.HttpServerFunctionalTest
Create and start a server with the test webapp
createBatchScan() - Static method in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableScan
 
createBatchSmallResultSizeScan() - Static method in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableScan
 
createBlockingRpcChannel(ServerName, User, int) - Method in class org.apache.hadoop.hbase.client.TestClientTimeouts.RandomTimeoutRpcClient
 
createClientSSLConfig(String, String, String, String) - Static method in class org.apache.hadoop.hbase.http.ssl.KeyStoreTestUtil
Creates SSL configuration for a client.
createCombinerFunc() - Constructor for class org.apache.hadoop.hbase.spark.IntegrationTestSparkBulkLoad.createCombinerFunc
 
createComponents(Configuration, HStore, CellComparator) - Method in class org.apache.hadoop.hbase.regionserver.TestHStore.DummyStoreEngine
 
createConnection(ConnectionId) - Method in class org.apache.hadoop.hbase.ipc.TestRpcClientLeaks.MyRpcClientImpl
 
createConnection(Configuration) - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
createConnection(Configuration) - Method in class org.apache.hadoop.hbase.master.TestActiveMasterManager.DummyMaster
 
createConnection(Configuration) - Method in class org.apache.hadoop.hbase.MockRegionServerServices
 
createConnection(Configuration) - Method in class org.apache.hadoop.hbase.util.MockServer
 
createDistributedHBaseCluster() - Method in class org.apache.hadoop.hbase.IntegrationTestingUtility
 
createDoubleTest() - Method in class org.apache.hadoop.hbase.TestNamespace
 
createFilterFromArguments(ArrayList<byte[]>) - Static method in class org.apache.hadoop.hbase.rest.TestTableScan.CustomFilter
 
createGet(long) - Method in class org.apache.hadoop.hbase.test.IntegrationTestTimeBoundedRequestsWithRegionReplicas.TimeBoundedMultiThreadedReader.TimeBoundedMultiThreadedReaderThread
 
createGet(long) - Method in class org.apache.hadoop.hbase.util.MultiThreadedReader.HBaseReaderThread
 
createHFile(FileSystem, Path, byte[], byte[], byte[], int) - Static method in class org.apache.hadoop.hbase.regionserver.TestHRegionServerBulkLoad
Create an HFile with the given number of rows with a specified value.
createHFile(Configuration, FileSystem, Path, byte[], byte[], byte[], byte[], int) - Static method in class org.apache.hadoop.hbase.util.HFileTestUtil
Create an HFile with the given number of rows between a given start key and end key @ family:qualifier.
createHFile(Configuration, FileSystem, Path, DataBlockEncoding, byte[], byte[], byte[], byte[], int, boolean) - Static method in class org.apache.hadoop.hbase.util.HFileTestUtil
Create an HFile with the given number of rows between a given start key and end key @ family:qualifier.
createHFileWithDataBlockEncoding(Configuration, FileSystem, Path, DataBlockEncoding, byte[], byte[], byte[], byte[], int) - Static method in class org.apache.hadoop.hbase.util.HFileTestUtil
Create an HFile with the given number of rows between a given start key and end key @ family:qualifier.
createHFileWithTags(Configuration, FileSystem, Path, byte[], byte[], byte[], byte[], int) - Static method in class org.apache.hadoop.hbase.util.HFileTestUtil
Create an HFile with the given number of rows between a given start key and end key @ family:qualifier.
createHtd(String) - Method in class org.apache.hadoop.hbase.snapshot.MobSnapshotTestingUtils.SnapshotMock
 
createHtd(String) - Method in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils.SnapshotMock
 
createJob(Configuration) - Static method in class org.apache.hadoop.hbase.mapreduce.MapreduceTestingShim
 
createJobContext(Configuration) - Static method in class org.apache.hadoop.hbase.mapreduce.MapreduceTestingShim
 
createKeyStore(String, String, String, Key, Certificate) - Static method in class org.apache.hadoop.hbase.http.ssl.KeyStoreTestUtil
 
createKeyStore(String, String, String, String, Key, Certificate) - Static method in class org.apache.hadoop.hbase.http.ssl.KeyStoreTestUtil
Creates a keystore with a single key and saves it to a file.
createList(int) - Method in class org.apache.hadoop.hbase.regionserver.TestHStore.MyCompactingMemStore
 
createLocalHRegion(TableDescriptor, byte[], byte[]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Create an HRegion that writes to the local tmp dirs
createLocalHRegion(RegionInfo, TableDescriptor) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Create an HRegion that writes to the local tmp dirs.
createLocalHRegion(RegionInfo, TableDescriptor, WAL) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Create an HRegion that writes to the local tmp dirs with specified wal
createLocalHRegion(byte[], byte[], byte[], String, Configuration, boolean, Durability, WAL, byte[]...) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
use #createLocalHRegion(TableName, byte[], byte[], boolean, Durability, WAL, byte[]...)
createLocalHRegion(TableName, byte[], byte[], boolean, Durability, WAL, byte[]...) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
createLocalHRegionWithInMemoryFlags(TableName, byte[], byte[], boolean, Durability, WAL, boolean[], byte[]...) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
createLocalHTU() - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
createLocalHTU(Configuration) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
createMemStoreCompactor(MemoryCompactionPolicy) - Method in class org.apache.hadoop.hbase.regionserver.TestHStore.MyCompactingMemStoreWithCustomCompactor
 
createMetaRegion() - Method in class org.apache.hadoop.hbase.HBaseTestCase
Deprecated.
You must call HBaseTestCase.closeRootAndMeta() when done after calling this method.
createMobTable(HBaseTestingUtility, TableName, int, byte[]...) - Static method in class org.apache.hadoop.hbase.snapshot.MobSnapshotTestingUtils
Create the Mob Table.
createMobTable(HBaseTestingUtility, TableName, byte[][], int, byte[]...) - Static method in class org.apache.hadoop.hbase.snapshot.MobSnapshotTestingUtils
 
createMobTable(HBaseTestingUtility, TableName, byte[][], int, String, byte[]...) - Static method in class org.apache.hadoop.hbase.snapshot.MobSnapshotTestingUtils
 
createMobTable(HBaseTestingUtility, TableName, byte[]...) - Static method in class org.apache.hadoop.hbase.snapshot.MobSnapshotTestingUtils
Create a Mob table.
createMockRegionServerService() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Create a stubbed out RegionServerService, mainly for getting FS.
createMockRegionServerService(RpcServerInterface) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Create a stubbed out RegionServerService, mainly for getting FS.
createMockRegionServerService(ServerName) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Create a stubbed out RegionServerService, mainly for getting FS.
createMultiRegionsInMeta(Configuration, HTableDescriptor, byte[][]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
since 2.0 version and will be removed in 3.0 version. use HBaseTestingUtility.createMultiRegionsInMeta(Configuration, TableDescriptor, byte[][])
createMultiRegionsInMeta(Configuration, TableDescriptor, byte[][]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Create rows in hbase:meta for regions of the specified table with the specified start keys.
createMultiRegionTable(TableName, byte[], int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Create a table with multiple regions.
createMultiRegionTable(TableName, byte[][]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Create a table with multiple regions.
createMultiRegionTable(TableName, byte[][], int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Create a table with multiple regions.
createMultiRegionTable(TableName, byte[]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Create a table with multiple regions.
createNewHRegion(HTableDescriptor, byte[], byte[]) - Method in class org.apache.hadoop.hbase.HBaseTestCase
Deprecated.
You must call close on the returned region and then close on the log file it created.
createNewHRegion(HTableDescriptor, byte[], byte[], Configuration) - Method in class org.apache.hadoop.hbase.HBaseTestCase
Deprecated.
 
createNormalScan() - Static method in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableScan
 
createPeer() - Static method in class org.apache.hadoop.hbase.util.TestHBaseFsckCleanReplicationBarriers
 
createPreSplitLoadTestTable(Configuration, TableName, byte[], Compression.Algorithm, DataBlockEncoding) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Creates a pre-split table for load testing.
createPreSplitLoadTestTable(Configuration, TableName, byte[], Compression.Algorithm, DataBlockEncoding, int, int, Durability) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Creates a pre-split table for load testing.
createPreSplitLoadTestTable(Configuration, TableName, byte[][], Compression.Algorithm, DataBlockEncoding, int, int, Durability) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Creates a pre-split table for load testing.
createPreSplitLoadTestTable(Configuration, TableDescriptor, ColumnFamilyDescriptor) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Creates a pre-split table for load testing.
createPreSplitLoadTestTable(Configuration, TableDescriptor, ColumnFamilyDescriptor, int) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Creates a pre-split table for load testing.
createPreSplitLoadTestTable(Configuration, TableDescriptor, ColumnFamilyDescriptor[], int) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Creates a pre-split table for load testing.
createPreSplitLoadTestTable(Configuration, TableDescriptor, ColumnFamilyDescriptor[], RegionSplitter.SplitAlgorithm, int) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Creates a pre-split table for load testing.
createPreSplitLoadTestTable(HTableDescriptor, HColumnDescriptor) - Method in class org.apache.hadoop.hbase.util.TestMiniClusterLoadSequential
 
createPreSplitMobTable(HBaseTestingUtility, TableName, int, byte[]...) - Static method in class org.apache.hadoop.hbase.snapshot.MobSnapshotTestingUtils
 
createPreSplitTable(HBaseTestingUtility, TableName, int, byte[]...) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils
 
CreateRandomStoreFile - Class in org.apache.hadoop.hbase.regionserver
Creates an HFile with random key/value pairs.
CreateRandomStoreFile() - Constructor for class org.apache.hadoop.hbase.regionserver.CreateRandomStoreFile
 
createRandomTable(TableName, Collection<String>, int, int, int, int, int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Creates a random table with the given parameters
createReaderThread(int) - Method in class org.apache.hadoop.hbase.test.IntegrationTestTimeBoundedRequestsWithRegionReplicas.TimeBoundedMultiThreadedReader
 
createReaderThread(int) - Method in class org.apache.hadoop.hbase.util.MultiThreadedReader
 
createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.ITBulkLoadInputFormat
 
createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.apache.hadoop.hbase.mapreduce.NMapInputFormat
 
createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.apache.hadoop.hbase.rest.PerformanceEvaluation.PeInputFormat
 
createRegion(Configuration, Table, byte[], byte[]) - Method in class org.apache.hadoop.hbase.util.hbck.OfflineMetaRebuildTestCore
 
createRegionAndWAL(RegionInfo, Path, Configuration, TableDescriptor) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Create a region with it's own WAL.
createRegionAndWAL(RegionInfo, Path, Configuration, TableDescriptor, boolean) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Create a region with it's own WAL.
createRegionServerStatusStub(boolean) - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerReportForDuty.MyRegionServer
 
createRemoveTest() - Method in class org.apache.hadoop.hbase.TestNamespace
 
createReplicator(List<WAL.Entry>, int) - Method in class org.apache.hadoop.hbase.replication.TestReplicationEndpoint.InterClusterReplicationEndpointForTest
 
createReversedScanWithSparseFilter() - Method in class org.apache.hadoop.hbase.client.AbstractTestScanCursor
 
createRootDir(boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Creates an hbase rootdir in user home directory.
createRootDir() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Same as HBaseTestingUtility.createRootDir(boolean create) except that create flag is false.
createRpcClient(Configuration) - Method in class org.apache.hadoop.hbase.ipc.AbstractTestIPC
 
createRpcClient(Configuration, boolean) - Method in class org.apache.hadoop.hbase.ipc.IntegrationTestRpcClient
 
createRpcClient(Configuration) - Method in class org.apache.hadoop.hbase.ipc.TestBlockingIPC
 
createRpcClient(Configuration) - Method in class org.apache.hadoop.hbase.ipc.TestNettyIPC
 
createRpcClientNoCodec(Configuration) - Method in class org.apache.hadoop.hbase.ipc.AbstractTestIPC
 
createRpcClientNoCodec(Configuration) - Method in class org.apache.hadoop.hbase.ipc.TestBlockingIPC
 
createRpcClientNoCodec(Configuration) - Method in class org.apache.hadoop.hbase.ipc.TestNettyIPC
 
createRpcClientRTEDuringConnectionSetup(Configuration) - Method in class org.apache.hadoop.hbase.ipc.AbstractTestIPC
 
createRpcClientRTEDuringConnectionSetup(Configuration) - Method in class org.apache.hadoop.hbase.ipc.TestBlockingIPC
 
createRpcClientRTEDuringConnectionSetup(Configuration) - Method in class org.apache.hadoop.hbase.ipc.TestNettyIPC
 
createRpcServer(Server, String, List<RpcServer.BlockingServiceAndInterface>, InetSocketAddress, Configuration, RpcScheduler) - Method in class org.apache.hadoop.hbase.ipc.AbstractTestIPC
 
createRpcServer(Server, String, List<RpcServer.BlockingServiceAndInterface>, InetSocketAddress, Configuration, RpcScheduler) - Method in class org.apache.hadoop.hbase.ipc.TestBlockingIPC
 
createRpcServer(Server, String, List<RpcServer.BlockingServiceAndInterface>, InetSocketAddress, Configuration, RpcScheduler) - Method in class org.apache.hadoop.hbase.ipc.TestNettyIPC
 
createRpcServices() - Method in class org.apache.hadoop.hbase.client.TestMetaCache.RegionServerWithFakeRpcServices
 
createRpcServices() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionMergeTransactionOnCluster.MyMaster
 
createRpcServices() - Method in class org.apache.hadoop.hbase.regionserver.TestSplitTransactionOnCluster.MyMaster
 
createScan() - Method in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableScan
 
createScan() - Method in class org.apache.hadoop.hbase.client.TestAsyncTableScan
 
createScan() - Method in class org.apache.hadoop.hbase.client.TestAsyncTableScanAll
 
createScan() - Method in class org.apache.hadoop.hbase.client.TestAsyncTableScanner
 
createScan() - Method in class org.apache.hadoop.hbase.client.TestRawAsyncTableScan
 
createScanner(Scan, ScanInfo, NavigableSet<byte[]>, long) - Method in class org.apache.hadoop.hbase.client.TestFromClientSideScanExcpetion.MyHStore
 
createScanWithSizeLimit() - Method in class org.apache.hadoop.hbase.client.AbstractTestScanCursor
 
createScanWithSparseFilter() - Method in class org.apache.hadoop.hbase.client.AbstractTestScanCursor
 
createServer(String, int) - Static method in class org.apache.hadoop.hbase.http.HttpServerFunctionalTest
Create an HttpServer instance on the given address for the given webapp
createServer(String) - Static method in class org.apache.hadoop.hbase.http.HttpServerFunctionalTest
Create an HttpServer instance for the given webapp
createServer(String, Configuration) - Static method in class org.apache.hadoop.hbase.http.HttpServerFunctionalTest
Create an HttpServer instance for the given webapp
createServer(String, Configuration, AccessControlList) - Static method in class org.apache.hadoop.hbase.http.HttpServerFunctionalTest
 
createServer(String, Configuration, String[]) - Static method in class org.apache.hadoop.hbase.http.HttpServerFunctionalTest
Create an HttpServer instance for the given webapp
createServerSSLConfig(String, String, String, String) - Static method in class org.apache.hadoop.hbase.http.ssl.KeyStoreTestUtil
Creates SSL configuration for a server.
createSmallResultSizeScan() - Static method in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableScan
 
createSnapshotAndValidate(Admin, TableName, String, String, Path, FileSystem, boolean) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils
Take a snapshot of the specified table and verify that the given family is not empty.
createSnapshotAndValidate(Admin, TableName, List<byte[]>, List<byte[]>, String, Path, FileSystem, boolean) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils
Take a snapshot of the specified table and verify the given families.
createSnapshotMock() - Method in class org.apache.hadoop.hbase.snapshot.TestMobRestoreSnapshotHelper
 
createSnapshotMock() - Method in class org.apache.hadoop.hbase.snapshot.TestRestoreSnapshotHelper
 
createSnapshotV1(String, String) - Method in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils.SnapshotMock
 
createSnapshotV1(String, String, int) - Method in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils.SnapshotMock
 
createSnapshotV2(String, String) - Method in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils.SnapshotMock
 
createSnapshotV2(String, String, int) - Method in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils.SnapshotMock
 
createStoreMock(String) - Method in class org.apache.hadoop.hbase.regionserver.StatefulStoreMockMaker
 
createStoreMock(String) - Method in class org.apache.hadoop.hbase.regionserver.TestCompaction.BlockingStoreMockMaker
 
createStoreMock(int, String) - Method in class org.apache.hadoop.hbase.regionserver.TestCompaction.BlockingStoreMockMaker
 
createSubDir(String, Path, String) - Method in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
 
createSubmittableJob(String[]) - Method in class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify.WALSearcher
 
createSystemTable(TableDescriptor) - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
createTable() - Method in class org.apache.hadoop.hbase.client.CloneSnapshotFromClientTestBase
 
createTable() - Method in class org.apache.hadoop.hbase.client.RestoreSnapshotFromClientTestBase
 
createTable(HBaseTestingUtility, HTableDescriptor, byte[][]) - Static method in class org.apache.hadoop.hbase.client.TestEnableTable
 
createTable() - Method in class org.apache.hadoop.hbase.client.TestMobCloneSnapshotFromClientCloneLinksAfterDelete
 
createTable() - Method in class org.apache.hadoop.hbase.client.TestMobCloneSnapshotFromClientError
 
createTable() - Method in class org.apache.hadoop.hbase.client.TestMobCloneSnapshotFromClientNormal
 
createTable() - Method in class org.apache.hadoop.hbase.client.TestMobRestoreSnapshotFromClientAfterSplittingRegions
 
createTable() - Method in class org.apache.hadoop.hbase.client.TestMobRestoreSnapshotFromClientClone
 
createTable() - Method in class org.apache.hadoop.hbase.client.TestMobRestoreSnapshotFromClientSchemaChange
 
createTable() - Method in class org.apache.hadoop.hbase.client.TestMobRestoreSnapshotFromClientSimple
 
createTable(TableName, byte[]) - Method in class org.apache.hadoop.hbase.client.TestMobSnapshotCloneIndependence
 
createTable() - Method in class org.apache.hadoop.hbase.client.TestMobSnapshotFromClient
 
createTable(TableName, byte[]) - Method in class org.apache.hadoop.hbase.client.TestSnapshotCloneIndependence
 
createTable() - Method in class org.apache.hadoop.hbase.client.TestSnapshotFromClient
 
createTable(TableName, String) - Static method in class org.apache.hadoop.hbase.filter.FilterTestingCluster
 
createTable(TableName, String) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Create a table.
createTable(TableName, String[]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Create a table.
createTable(TableName, byte[]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Create a table.
createTable(TableName, byte[][]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Create a table.
createTable(TableName, byte[][], byte[][]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Create a table.
createTable(TableName, byte[][], byte[][], int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Create a table.
createTable(TableName, byte[][], int, byte[], byte[], int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
createTable(TableDescriptor, byte[][], Configuration) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Create a table.
createTable(TableDescriptor, byte[][], byte[][], Configuration) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Create a table.
createTable(TableDescriptor, byte[][], byte[][], BloomType, int, Configuration) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Create a table.
createTable(TableDescriptor, byte[][]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Create a table.
createTable(TableName, byte[][], byte[][], int, Configuration) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Create a table.
createTable(TableName, byte[], int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Create a table.
createTable(TableName, byte[][], int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Create a table.
createTable(TableName, byte[][], int, byte[][]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Create a table.
createTable(TableName, byte[][], int, int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Create a table.
createTable(TableName, byte[][], int, int, String) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
createTable(TableName, byte[][], int[]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Create a table.
createTable(TableName, byte[], byte[][]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Create a table.
createTable(byte[]) - Static method in class org.apache.hadoop.hbase.mapred.TestTableInputFormat
Setup a table with two rows and values.
createTable(byte[], byte[][]) - Static method in class org.apache.hadoop.hbase.mapred.TestTableInputFormat
Setup a table with two rows and values per column family.
createTable(byte[]) - Static method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormat
Setup a table with two rows and values.
createTable(byte[], byte[][]) - Static method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormat
Setup a table with two rows and values per column family.
createTable(TableDescriptor, byte[][], long, long) - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
createTable() - Method in class org.apache.hadoop.hbase.replication.SerialReplicationTestBase
 
createTable(HBaseTestingUtility, TableName, int, int, byte[]...) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils
 
createTable(HBaseTestingUtility, TableName, byte[]...) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils
 
createTable(HBaseTestingUtility, TableName, int, byte[]...) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils
 
createTable() - Method in class org.apache.hadoop.hbase.snapshot.TestExportSnapshot
 
createTable() - Method in class org.apache.hadoop.hbase.snapshot.TestFlushSnapshotFromClient
 
createTable() - Method in class org.apache.hadoop.hbase.snapshot.TestMobExportSnapshot
 
createTable() - Method in class org.apache.hadoop.hbase.snapshot.TestMobFlushSnapshotFromClient
 
createTable() - Method in class org.apache.hadoop.hbase.snapshot.TestMobRestoreFlushSnapshotFromClient
 
createTable() - Method in class org.apache.hadoop.hbase.snapshot.TestRestoreFlushSnapshotFromClient
 
createTable(HTableDescriptor) - Method in class org.apache.hadoop.hbase.StripeCompactionsPerformanceEvaluation
 
createTable(HBaseTestingUtility, HTableDescriptor, byte[][]) - Static method in class org.apache.hadoop.hbase.util.BaseTestHBaseFsck
 
createTable() - Method in class org.apache.hadoop.hbase.util.MultiThreadedReader.HBaseReaderThread
 
createTable() - Method in class org.apache.hadoop.hbase.util.MultiThreadedReaderWithACL.HBaseReaderThreadWithACL
 
createTable() - Method in class org.apache.hadoop.hbase.util.MultiThreadedUpdater.HBaseUpdaterThread
 
createTable() - Method in class org.apache.hadoop.hbase.util.MultiThreadedUpdaterWithACL.HBaseUpdaterThreadWithACL
 
createTable() - Method in class org.apache.hadoop.hbase.util.MultiThreadedWriter.HBaseWriterThread
 
createTable() - Method in class org.apache.hadoop.hbase.util.MultiThreadedWriterWithACL.HBaseWriterThreadWithACL
 
createTableAndSnapshot(HBaseTestingUtility, TableName, String, int) - Static method in class org.apache.hadoop.hbase.client.TestTableSnapshotScanner
 
createTableAndSnapshot(HBaseTestingUtility, TableName, String, byte[], byte[], int) - Static method in class org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatTestBase
 
createTableAndSnapshot(TableName, String) - Method in class org.apache.hadoop.hbase.snapshot.TestMobRestoreSnapshotHelper
 
createTableAndSnapshot(TableName, String) - Method in class org.apache.hadoop.hbase.snapshot.TestRestoreSnapshotHelper
 
createTableDescriptor(String) - Method in class org.apache.hadoop.hbase.HBaseTestCase
Deprecated.
Create a table of name name with COLUMNS for families.
createTableDescriptor(String, int) - Method in class org.apache.hadoop.hbase.HBaseTestCase
Deprecated.
Create a table of name name with COLUMNS for families.
createTableDescriptor(String, int, int, int, KeepDeletedCells) - Method in class org.apache.hadoop.hbase.HBaseTestCase
Deprecated.
Create a table of name name with COLUMNS for families.
createTableDescriptor(String, int, int, int, KeepDeletedCells) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
createTableDescriptor(String) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
createTableDescriptor(TableName, int, int, int, KeepDeletedCells) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
createTableDescriptor(TableName) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Create a table of name name.
createTableDescriptor(TableName, byte[]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
createTableDescriptor(TableName, byte[][], int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
createTableDescriptor(String) - Method in class org.apache.hadoop.hbase.TestSerialization
Create a table of name name with TestSerialization.COLUMNS for families.
createTableDescriptor(String, int) - Method in class org.apache.hadoop.hbase.TestSerialization
Create a table of name name with TestSerialization.COLUMNS for families.
createTableInDefaultNamespace() - Method in class org.apache.hadoop.hbase.TestNamespace
 
createTableInSystemNamespace() - Method in class org.apache.hadoop.hbase.TestNamespace
 
createTableTest() - Method in class org.apache.hadoop.hbase.TestNamespace
 
CreateTableThread(HBaseTestingUtility) - Constructor for class org.apache.hadoop.hbase.coprocessor.TestMasterCoprocessorExceptionWithAbort.CreateTableThread
 
createTableWithDefaultConf(TableName) - Method in class org.apache.hadoop.hbase.client.TestAsyncAdminBase
 
createTableWithDefaultConf(TableName, byte[][]) - Method in class org.apache.hadoop.hbase.client.TestAsyncAdminBase
 
createTableWithDefaultConf(TableName, byte[][], byte[]...) - Method in class org.apache.hadoop.hbase.client.TestAsyncAdminBase
 
createTestBlockStr(Compression.Algorithm, int, boolean) - Method in class org.apache.hadoop.hbase.io.hfile.TestHFileBlock
 
createTestDir() - Static method in class org.apache.hadoop.hbase.TestClassFinder
 
createTestFailingRpcServer(Server, String, List<RpcServer.BlockingServiceAndInterface>, InetSocketAddress, Configuration, RpcScheduler) - Method in class org.apache.hadoop.hbase.ipc.AbstractTestIPC
 
createTestFailingRpcServer(Server, String, List<RpcServer.BlockingServiceAndInterface>, InetSocketAddress, Configuration, RpcScheduler) - Method in class org.apache.hadoop.hbase.ipc.TestBlockingIPC
 
createTestFailingRpcServer(Server, String, List<RpcServer.BlockingServiceAndInterface>, InetSocketAddress, Configuration, RpcScheduler) - Method in class org.apache.hadoop.hbase.ipc.TestNettyIPC
 
createTestRegion(String, ColumnFamilyDescriptor) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
createTestServer() - Static method in class org.apache.hadoop.hbase.http.HttpServerFunctionalTest
Create but do not start the test webapp server.
createTestServer(Configuration) - Static method in class org.apache.hadoop.hbase.http.HttpServerFunctionalTest
Create but do not start the test webapp server.
createTestServer(Configuration, AccessControlList) - Static method in class org.apache.hadoop.hbase.http.HttpServerFunctionalTest
 
createTestServer(Configuration, String[]) - Static method in class org.apache.hadoop.hbase.http.HttpServerFunctionalTest
Create but do not start the test webapp server.
createTestServerWithSecurity(Configuration) - Static method in class org.apache.hadoop.hbase.http.HttpServerFunctionalTest
 
createTestTable(String) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestLogRolling
 
createTestTaskAttemptContext(J, String) - Method in interface org.apache.hadoop.hbase.HadoopShims
Returns a TaskAttemptContext instance created from the given parameters.
createTestTaskAttemptContext(J, String) - Method in class org.apache.hadoop.hbase.HadoopShimsImpl
Returns a TaskAttemptContext instance created from the given parameters.
createTestV1Block(Compression.Algorithm) - Method in class org.apache.hadoop.hbase.io.hfile.TestHFileBlock
 
createTimestampRange(long, long, long) - Method in class org.apache.hadoop.hbase.regionserver.TestSeekOptimizations
 
createTrustStore(String, String, String, Certificate) - Static method in class org.apache.hadoop.hbase.http.ssl.KeyStoreTestUtil
 
createTrustStore(String, String, Map<String, T>) - Static method in class org.apache.hadoop.hbase.http.ssl.KeyStoreTestUtil
 
createWal(Configuration, Path, RegionInfo) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Create an unmanaged WAL.
createWAL(Configuration, Path, String) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestWALReplay
 
createWAL(Configuration, Path, String) - Method in class org.apache.hadoop.hbase.regionserver.wal.TestAsyncWALReplay
 
createWAL(Configuration, Path, String) - Method in class org.apache.hadoop.hbase.regionserver.wal.TestWALReplay
 
createWALRootDir() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Creates a hbase walDir in the user's home directory.
createWriteKeysQueue(Configuration) - Method in class org.apache.hadoop.hbase.IntegrationTestRegionReplicaReplication.DelayingMultiThreadedUpdater
 
createWriteKeysQueue(Configuration) - Method in class org.apache.hadoop.hbase.IntegrationTestRegionReplicaReplication.DelayingMultiThreadedWriter
 
createWriteKeysQueue(Configuration) - Method in class org.apache.hadoop.hbase.util.MultiThreadedWriterBase
 
createWriter(Path) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestProtobufLog
 
createWriter(Path) - Method in class org.apache.hadoop.hbase.regionserver.wal.TestAsyncProtobufLog
 
createWriter(Path) - Method in class org.apache.hadoop.hbase.regionserver.wal.TestProtobufLog
 
createWriterThreads(int) - Method in class org.apache.hadoop.hbase.util.MultiThreadedWriter
 
createWriterThreads(int) - Method in class org.apache.hadoop.hbase.util.MultiThreadedWriterWithACL
 
ctx - Variable in class org.apache.hadoop.hbase.MultithreadedTestUtil.TestThread
 
currentTest - Variable in class org.apache.hadoop.hbase.coprocessor.TestWALObserver
 
currentTest - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestFSWAL
 
currentTest - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestProtobufLog
 
currentTest - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestWALReplay
 
currentTest - Variable in class org.apache.hadoop.hbase.wal.TestFSHLogProvider
 
currentTest - Variable in class org.apache.hadoop.hbase.wal.TestWALFactory
 
currentTest - Variable in class org.apache.hadoop.hbase.wal.TestWALReaderOnSecureWAL
 
currentTime() - Method in class org.apache.hadoop.hbase.util.NonRepeatedEnvironmentEdge
 
currentTime() - Method in class org.apache.hadoop.hbase.util.TimeOffsetEnvironmentEdge
 
CustomFilter(byte[]) - Constructor for class org.apache.hadoop.hbase.rest.TestTableScan.CustomFilter
 
CustomInnerRegionObserver() - Constructor for class org.apache.hadoop.hbase.client.TestBlockEvictionFromClient.CustomInnerRegionObserver
 
CustomInnerRegionObserverWrapper() - Constructor for class org.apache.hadoop.hbase.client.TestBlockEvictionFromClient.CustomInnerRegionObserverWrapper
 
CustomMasterObserver() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestCoprocessorMetrics.CustomMasterObserver
 
CustomObserver() - Constructor for class org.apache.hadoop.hbase.namespace.TestNamespaceAuditor.CustomObserver
 
CustomRegionEndpoint() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestCoprocessorMetrics.CustomRegionEndpoint
 
CustomRegionObserver() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestCoprocessorMetrics.CustomRegionObserver
 
CustomRegionObserver2() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestCoprocessorMetrics.CustomRegionObserver2
 
CustomRegionServerObserver() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestCoprocessorMetrics.CustomRegionServerObserver
 
CustomStoreFlusher(Configuration, HStore) - Constructor for class org.apache.hadoop.hbase.regionserver.wal.AbstractTestWALReplay.CustomStoreFlusher
 
CustomThreadPoolCoprocessor() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestOpenTableInCoprocessor.CustomThreadPoolCoprocessor
 
CustomWALCellCodec(Configuration, CompressionContext) - Constructor for class org.apache.hadoop.hbase.regionserver.wal.TestCustomWALCellCodec.CustomWALCellCodec
 
CustomWALObserver() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestCoprocessorMetrics.CustomWALObserver
 

D

data() - Static method in class org.apache.hadoop.hbase.io.asyncfs.TestSaslFanOutOneBlockAsyncDFSOutput
 
data() - Static method in class org.apache.hadoop.hbase.io.hfile.TestLazyDataBlockDecompression
 
data - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.AbstractTestScanQueryMatcher
 
data() - Static method in class org.apache.hadoop.hbase.regionserver.TestCellFlatSet
 
data() - Static method in class org.apache.hadoop.hbase.regionserver.TestClearRegionBlockCache
 
data() - Static method in class org.apache.hadoop.hbase.regionserver.TestCompactingToCellFlatMapMemStore
 
data() - Static method in class org.apache.hadoop.hbase.regionserver.TestMajorCompaction
 
data() - Static method in class org.apache.hadoop.hbase.regionserver.TestWALMonotonicallyIncreasingSeqId
 
data() - Static method in class org.apache.hadoop.hbase.regionserver.wal.TestDurability
 
data() - Static method in class org.apache.hadoop.hbase.regionserver.wal.TestWALConfiguration
 
data() - Static method in class org.apache.hadoop.hbase.rest.TestMultiRowResource
 
data() - Static method in class org.apache.hadoop.hbase.TestRegionRebalancing
 
data() - Static method in class org.apache.hadoop.hbase.util.TestIdReadWriteLock
 
data() - Static method in class org.apache.hadoop.hbase.wal.TestBoundedRegionGroupingStrategy
 
data() - Static method in class org.apache.hadoop.hbase.wal.TestSecureWAL
 
data() - Static method in class org.apache.hadoop.hbase.wal.TestWALOpenAfterDNRollingStart
 
dataBlockEncoding - Variable in class org.apache.hadoop.hbase.regionserver.TestMultiColumnScanner
 
dataBlockEncoding - Variable in class org.apache.hadoop.hbase.util.TestMiniClusterLoadSequential
 
dataBlockEncodingAlgo - Variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
DataBlockEncodingTool - Class in org.apache.hadoop.hbase.regionserver
Tests various algorithms for key compression on an existing HFile.
DataBlockEncodingTool(String) - Constructor for class org.apache.hadoop.hbase.regionserver.DataBlockEncodingTool
 
dataGenerator - Variable in class org.apache.hadoop.hbase.util.MultiThreadedAction
 
DECREASE_HFILE_SIZE_SLEEP_TIME - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
 
DecreaseMaxHFileSizeAction - Class in org.apache.hadoop.hbase.chaos.actions
 
DecreaseMaxHFileSizeAction(long, TableName) - Constructor for class org.apache.hadoop.hbase.chaos.actions.DecreaseMaxHFileSizeAction
 
DEFAUL_CHAOS_MONKEY_DELAY - Static variable in class org.apache.hadoop.hbase.test.IntegrationTestTimeBoundedRequestsWithRegionReplicas
 
DEFAULT_BASE_TEST_DIRECTORY - Static variable in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
Default base directory for test output.
DEFAULT_BATCH_RESTART_RS_RATIO - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
 
DEFAULT_BATCH_RESTART_RS_SLEEP_TIME - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
 
DEFAULT_BATCH_SIZE - Static variable in class org.apache.hadoop.hbase.util.MultiThreadedReader
Default batch size for multigets
DEFAULT_CF_BYTES - Static variable in class org.apache.hadoop.hbase.HTestConst
 
DEFAULT_CF_STR - Static variable in class org.apache.hadoop.hbase.HTestConst
 
DEFAULT_CF_STR_SET - Static variable in class org.apache.hadoop.hbase.HTestConst
 
DEFAULT_COLUMN_FAMILIES - Static variable in class org.apache.hadoop.hbase.util.HFileTestUtil
Column families used by the test
DEFAULT_COLUMN_FAMILY - Static variable in class org.apache.hadoop.hbase.util.HFileTestUtil
Column family used by the test
DEFAULT_COMPACT_RANDOM_REGION_RATIO - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
 
DEFAULT_COMPACT_TABLE_ACTION_RATIO - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
 
DEFAULT_COMPOSITE_ACTION3_PERIOD - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
 
DEFAULT_DATA_SIZE - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
The default data size if not specified
DEFAULT_DECREASE_HFILE_SIZE_SLEEP_TIME - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
 
DEFAULT_GET_TIMEOUT - Static variable in class org.apache.hadoop.hbase.test.IntegrationTestTimeBoundedRequestsWithRegionReplicas
 
DEFAULT_KEY_WINDOW - Static variable in class org.apache.hadoop.hbase.util.MultiThreadedReader
Default "window" size between the last key written by the writer and the key that we attempt to read.
DEFAULT_MAX_ERRORS - Static variable in class org.apache.hadoop.hbase.util.MultiThreadedReader
Default maximum number of read errors to tolerate before shutting down all readers.
DEFAULT_MOVE_RANDOM_REGION_SLEEP_TIME - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
 
DEFAULT_MOVE_REGIONS_MAX_TIME - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
 
DEFAULT_MOVE_REGIONS_SLEEP_TIME - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
 
DEFAULT_NUM_KEYS_PER_SERVER - Static variable in class org.apache.hadoop.hbase.IntegrationTestIngest
 
DEFAULT_NUM_READ_THREADS - Static variable in class org.apache.hadoop.hbase.IntegrationTestIngest
 
DEFAULT_NUM_REGIONS - Static variable in class org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover
 
DEFAULT_NUM_REGIONS_PER_SERVER - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
DEFAULT_NUM_ROWS - Variable in class org.apache.hadoop.hbase.snapshot.TestFlushSnapshotFromClient
 
DEFAULT_NUM_THREADS - Static variable in class org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover
 
DEFAULT_NUM_THREADS - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
The number of reader/writer threads if not specified
DEFAULT_NUM_WRITE_THREADS - Static variable in class org.apache.hadoop.hbase.IntegrationTestIngest
 
DEFAULT_NUMBER_OF_SEEKS - Static variable in class org.apache.hadoop.hbase.regionserver.EncodedSeekPerformanceTest
Default number of seeks which will be used in benchmark.
DEFAULT_PERIODIC_ACTION1_PERIOD - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
 
DEFAULT_PERIODIC_ACTION2_PERIOD - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
 
DEFAULT_PERIODIC_ACTION4_PERIOD - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
 
DEFAULT_QUALIFIER_BYTES - Static variable in class org.apache.hadoop.hbase.HTestConst
 
DEFAULT_QUALIFIER_STR - Static variable in class org.apache.hadoop.hbase.HTestConst
 
DEFAULT_REGION_COUNT - Static variable in class org.apache.hadoop.hbase.IntegrationTestManyRegions
 
DEFAULT_REGION_REPLICATION - Static variable in class org.apache.hadoop.hbase.test.IntegrationTestTimeBoundedRequestsWithRegionReplicas
 
DEFAULT_REGIONS_PER_SERVER - Static variable in class org.apache.hadoop.hbase.HBaseTestingUtility
The default number of regions per regionserver when creating a pre-split table.
DEFAULT_REGIONSERVER_COUNT - Static variable in class org.apache.hadoop.hbase.IntegrationTestManyRegions
 
DEFAULT_RESTART_ACTIVE_MASTER_SLEEP_TIME - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
 
DEFAULT_RESTART_RANDOM_RS_SLEEP_TIME - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
 
DEFAULT_RESTART_RS_HOLDING_META_SLEEP_TIME - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
 
DEFAULT_ROLLING_BATCH_RESTART_RS_RATIO - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
 
DEFAULT_ROLLING_BATCH_RESTART_RS_SLEEP_TIME - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
 
DEFAULT_ROW_BYTES - Static variable in class org.apache.hadoop.hbase.HTestConst
 
DEFAULT_ROW_STR - Static variable in class org.apache.hadoop.hbase.HTestConst
 
DEFAULT_RUN_TIME - Static variable in class org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover
 
DEFAULT_RUN_TIME - Static variable in class org.apache.hadoop.hbase.IntegrationTestIngest
 
DEFAULT_START_KEY - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
DEFAULT_TABLE - Static variable in class org.apache.hadoop.hbase.HTestConst
 
DEFAULT_TABLE_BYTES - Static variable in class org.apache.hadoop.hbase.HTestConst
 
DEFAULT_TABLE_NAME - Static variable in class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList
 
DEFAULT_TABLE_NAME - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
Table name to use of not overridden on the command line
DEFAULT_TABLE_STR - Static variable in class org.apache.hadoop.hbase.HTestConst
 
DEFAULT_TABLES_COUNT - Static variable in class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedListWithVisibility
 
DEFAULT_TIMEOUT_MINUTES - Static variable in class org.apache.hadoop.hbase.IntegrationTestManyRegions
 
DEFAULT_UNBALANCE_CHAOS_EVERY_MS - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
 
DEFAULT_UNBALANCE_KILL_META_RS - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
 
DEFAULT_UNBALANCE_WAIT_AFTER_BALANCE_MS - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
 
DEFAULT_UNBALANCE_WAIT_FOR_KILLS_MS - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
 
DEFAULT_UNBALANCE_WAIT_FOR_UNBALANCE_MS - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
 
DEFAULT_VALUE_BYTES - Static variable in class org.apache.hadoop.hbase.HTestConst
 
DEFAULT_VALUE_LENGTH - Static variable in class org.apache.hadoop.hbase.PerformanceEvaluation
 
DEFAULT_VALUE_STR - Static variable in class org.apache.hadoop.hbase.HTestConst
 
DefaultDataGenerator(int, int, int, int, byte[]...) - Constructor for class org.apache.hadoop.hbase.util.MultiThreadedAction.DefaultDataGenerator
 
DefaultDataGenerator(byte[]...) - Constructor for class org.apache.hadoop.hbase.util.MultiThreadedAction.DefaultDataGenerator
 
deferredLogFlush - Variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
delAtTimestamp(String, long) - Method in class org.apache.hadoop.hbase.regionserver.TestSeekOptimizations
 
DelayAnswer(Logger) - Constructor for class org.apache.hadoop.hbase.GenericTestUtils.DelayAnswer
 
DelayCloseCP() - Constructor for class org.apache.hadoop.hbase.master.TestMasterAbortAndRSGotKilled.DelayCloseCP
 
DelayFlushCoprocessor() - Constructor for class org.apache.hadoop.hbase.client.TestMobCloneSnapshotFromClientCloneLinksAfterDelete.DelayFlushCoprocessor
 
DelayingMultiThreadedUpdater(LoadTestDataGenerator, Configuration, TableName, double) - Constructor for class org.apache.hadoop.hbase.IntegrationTestRegionReplicaReplication.DelayingMultiThreadedUpdater
 
DelayingMultiThreadedWriter(LoadTestDataGenerator, Configuration, TableName) - Constructor for class org.apache.hadoop.hbase.IntegrationTestRegionReplicaReplication.DelayingMultiThreadedWriter
 
delegate - Variable in class org.apache.hadoop.hbase.ipc.DelegatingRpcScheduler
 
delegate - Variable in class org.apache.hadoop.hbase.regionserver.DelegatingKeyValueScanner
 
DelegateAnswer(Object) - Constructor for class org.apache.hadoop.hbase.GenericTestUtils.DelegateAnswer
 
DelegateAnswer(Logger, Object) - Constructor for class org.apache.hadoop.hbase.GenericTestUtils.DelegateAnswer
 
DelegatingInternalScanner - Class in org.apache.hadoop.hbase.regionserver
 
DelegatingInternalScanner(InternalScanner) - Constructor for class org.apache.hadoop.hbase.regionserver.DelegatingInternalScanner
 
DelegatingKeyValueScanner - Class in org.apache.hadoop.hbase.regionserver
 
DelegatingKeyValueScanner(KeyValueScanner) - Constructor for class org.apache.hadoop.hbase.regionserver.DelegatingKeyValueScanner
 
DelegatingRpcScheduler - Class in org.apache.hadoop.hbase.ipc
 
DelegatingRpcScheduler(RpcScheduler) - Constructor for class org.apache.hadoop.hbase.ipc.DelegatingRpcScheduler
 
delete(Delete) - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
 
delete(List<Delete>) - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
 
delete(Table) - Static method in class org.apache.hadoop.hbase.TimestampTestBase
 
delete(Table, byte[]) - Static method in class org.apache.hadoop.hbase.TimestampTestBase
 
delete(Table, long) - Static method in class org.apache.hadoop.hbase.TimestampTestBase
 
delete(Table, byte[], long) - Static method in class org.apache.hadoop.hbase.TimestampTestBase
 
DELETE_AFTER_LOAD_CONF - Static variable in class org.apache.hadoop.hbase.mapreduce.TestImportTsv
 
DELETE_AFTER_LOAD_CONF - Static variable in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithOperationAttributes
Delete the tmp directory after running doMROnTableTest.
DELETE_AFTER_LOAD_CONF - Static variable in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithTTLs
Delete the tmp directory after running doMROnTableTest.
DELETE_AFTER_LOAD_CONF - Static variable in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithVisibilityLabels
Delete the tmp directory after running doMROnTableTest.
deleteAllSnapshots(Admin) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils
 
deleteArchiveDirectory(HBaseTestingUtility) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils
 
deleteColumn(TableName, byte[], long, long) - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
deleteGroups() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
deleteMetaRegion(Configuration, boolean, boolean, boolean) - Method in class org.apache.hadoop.hbase.util.BaseTestHBaseFsck
 
deleteNamespaceIfNecessary() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
deleteNumericRows(Table, byte[], int, int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
deleteRecursively(File) - Static method in class org.apache.hadoop.hbase.http.HttpServerFunctionalTest
Recursively deletes a File.
deleteRegion(Configuration, HTableDescriptor, byte[], byte[], boolean, boolean, boolean) - Method in class org.apache.hadoop.hbase.util.BaseTestHBaseFsck
Delete a region from assignments, meta, or completely from hdfs.
deleteRegion(Configuration, HTableDescriptor, byte[], byte[], boolean, boolean, boolean, boolean, int) - Method in class org.apache.hadoop.hbase.util.BaseTestHBaseFsck
Delete a region from assignments, meta, or completely from hdfs.
deleteRegion(Configuration, Table, byte[], byte[]) - Method in class org.apache.hadoop.hbase.util.hbck.OfflineMetaRebuildTestCore
 
deleteRow(String, String) - Static method in class org.apache.hadoop.hbase.rest.RowResourceBase
 
deleteTable(HBaseTestingUtility, TableName) - Static method in class org.apache.hadoop.hbase.client.TestEnableTable
 
deleteTable(TableName) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Drop an existing table
deleteTable(TableName, long, long) - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
deleteTable() - Method in class org.apache.hadoop.hbase.StripeCompactionsPerformanceEvaluation
 
deleteTable(HBaseTestingUtility, TableName) - Static method in class org.apache.hadoop.hbase.util.BaseTestHBaseFsck
 
deleteTableData(TableName) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Provide an existing table name to truncate.
deleteTableDir(TableName) - Method in class org.apache.hadoop.hbase.util.BaseTestHBaseFsck
 
deleteTableIfAny(TableName) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Drop an existing table
deleteTableIfNecessary() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
deleteTestDir(FileSystem) - Method in class org.apache.hadoop.hbase.io.hfile.TestSeekTo
 
deleteTestDir() - Static method in class org.apache.hadoop.hbase.TestClassFinder
 
deleteValue(String, String, String) - Static method in class org.apache.hadoop.hbase.rest.RowResourceBase
 
deserializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.client.procedure.ShellTestProcedure
 
deserializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.client.TestGetProcedureResult.DummyProcedure
 
destroy() - Method in class org.apache.hadoop.hbase.http.TestGlobalFilter.RecordingFilter
 
destroy() - Method in class org.apache.hadoop.hbase.http.TestHttpServer.DummyServletFilter
 
destroy() - Method in class org.apache.hadoop.hbase.http.TestPathFilter.RecordingFilter
 
destroy() - Method in class org.apache.hadoop.hbase.http.TestServletFilter.SimpleFilter
 
destroy() - Method in class org.apache.hadoop.hbase.rest.DummyFilter
 
dfsCluster - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestLogRolling
 
DIR - Static variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestFSWAL
 
dir - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestProtobufLog
 
dir - Variable in class org.apache.hadoop.hbase.wal.TestWALFactory
 
DisabledTestCheckColumnWrongOrder() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.TestScanWildcardColumnTracker
 
disableNotFullReplication() - Method in class org.apache.hadoop.hbase.client.replication.TestReplicationAdminWithClusters
 
disableReplicationPeer(String) - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
disableTable(TableName, long, long) - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
dispatch(CallRunner) - Method in class org.apache.hadoop.hbase.ipc.DelegatingRpcScheduler
 
dispatch(CallRunner) - Method in class org.apache.hadoop.hbase.TestMetaTableAccessor.SpyingRpcScheduler
 
displayStatistics() - Method in class org.apache.hadoop.hbase.regionserver.DataBlockEncodingTool
Display statistics of different compression algorithms.
DistributedHBaseCluster - Class in org.apache.hadoop.hbase
Manages the interactions with an already deployed distributed cluster (as opposed to a pseudo-distributed, or mini/local cluster).
DistributedHBaseCluster(Configuration, ClusterManager) - Constructor for class org.apache.hadoop.hbase.DistributedHBaseCluster
 
DO_ABORT - Static variable in class org.apache.hadoop.hbase.regionserver.TestRegionServerAbort.StopBlockingRegionObserver
 
DoActionsOncePolicy - Class in org.apache.hadoop.hbase.chaos.policies
A policy which performs a sequence of actions deterministically.
DoActionsOncePolicy(long, List<Action>) - Constructor for class org.apache.hadoop.hbase.chaos.policies.DoActionsOncePolicy
 
DoActionsOncePolicy(long, Action...) - Constructor for class org.apache.hadoop.hbase.chaos.policies.DoActionsOncePolicy
 
doAnAction() - Method in class org.apache.hadoop.hbase.AcidGuaranteesTestTool.AtomicGetReader
 
doAnAction() - Method in class org.apache.hadoop.hbase.AcidGuaranteesTestTool.AtomicityWriter
 
doAnAction() - Method in class org.apache.hadoop.hbase.AcidGuaranteesTestTool.AtomicScanReader
 
doAnAction() - Method in class org.apache.hadoop.hbase.MultithreadedTestUtil.RepeatingTestThread
 
doAnAction() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionServerBulkLoad.AtomicHFileLoader
 
doAnAction() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionServerBulkLoad.AtomicScanReader
 
doAnAction() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionServerBulkLoadWithOldClient.AtomicHFileLoader
 
doAnAction() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionServerBulkLoadWithOldSecureEndpoint.AtomicHFileLoader
 
doCompaction(CompactionRequestImpl, Collection<HStoreFile>, User, long, List<Path>) - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion.HStoreForTesting
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.hadoop.hbase.http.TestGlobalFilter.RecordingFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.hadoop.hbase.http.TestHttpServer.DummyServletFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.hadoop.hbase.http.TestPathFilter.RecordingFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.hadoop.hbase.http.TestServletFilter.SimpleFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.hadoop.hbase.rest.DummyFilter
 
doFsck(Configuration, boolean) - Static method in class org.apache.hadoop.hbase.util.hbck.HbckTestingUtil
 
doFsck(Configuration, boolean, TableName) - Static method in class org.apache.hadoop.hbase.util.hbck.HbckTestingUtil
 
doFsck(Configuration, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, TableName) - Static method in class org.apache.hadoop.hbase.util.hbck.HbckTestingUtil
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.http.TestHttpServer.EchoMapServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.http.TestHttpServer.EchoServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.http.TestHttpServer.HtmlContentServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.http.TestHttpServer.LongHeaderServlet
 
doHFileQuarantine(Configuration, TableName) - Static method in class org.apache.hadoop.hbase.util.hbck.HbckTestingUtil
Runs hbck with the -sidelineCorruptHFiles option
doLoad(Configuration, HTableDescriptor) - Method in class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify
 
doLoad(Configuration, HTableDescriptor) - Method in class org.apache.hadoop.hbase.test.IntegrationTestWithCellVisibilityLoadAndVerify
 
doLoadIncrementalHFiles(Path, TableName) - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestImportTsv
Verify the data described by simple_tsv matches simple_expected.
doMROnTableTest(HBaseTestingUtility, TableName, String, String, Map<String, String>) - Static method in class org.apache.hadoop.hbase.mapreduce.TestImportTsv
 
doMROnTableTest(HBaseTestingUtility, TableName, String, String, Map<String, String>, int, int) - Static method in class org.apache.hadoop.hbase.mapreduce.TestImportTsv
Run an ImportTsv job and perform basic validation on the results.
doMROnTableTest(HBaseTestingUtility, String, String, String[], int) - Static method in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithTTLs
 
doMROnTableTest(HBaseTestingUtility, String, String, String[], int) - Static method in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithVisibilityLabels
 
doMROnTableTest(HBaseTestingUtility, String, String, String[], int, int) - Static method in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithVisibilityLabels
Run an ImportTsv job and perform basic validation on the results.
done() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion.FlushThread
 
done() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion.PutThread
 
doNGets(int, boolean) - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerMetrics
 
DoNothingChore(String, int) - Constructor for class org.apache.hadoop.hbase.TestChoreService.ScheduledChoreSamples.DoNothingChore
 
DoNothingChore(String, Stoppable, int) - Constructor for class org.apache.hadoop.hbase.TestChoreService.ScheduledChoreSamples.DoNothingChore
 
doNPuts(int, boolean) - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerMetrics
 
doPut(Table, int) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestLogRolling
 
doQuarantineTest(TableName, HBaseFsck, int, int, int, int, int) - Method in class org.apache.hadoop.hbase.util.BaseTestHBaseFsck
Test that use this should have a timeout, because this method could potentially wait forever.
doReadBenchmark() - Method in class org.apache.hadoop.hbase.client.TestResult
doRegionCompactionPrep() - Method in class org.apache.hadoop.hbase.TestIOFencing.BlockCompactionsInPrepRegion
 
doScan(Scan) - Method in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableScan
 
doScan(Scan) - Method in class org.apache.hadoop.hbase.client.TestAsyncTableScan
 
doScan(Scan) - Method in class org.apache.hadoop.hbase.client.TestAsyncTableScanAll
 
doScan(Scan) - Method in class org.apache.hadoop.hbase.client.TestAsyncTableScanner
 
doScan(Scan) - Method in class org.apache.hadoop.hbase.client.TestRawAsyncTableScan
 
doScan(HRegion, Scan, List<Cell>) - Static method in class org.apache.hadoop.hbase.coprocessor.TestRowProcessorEndpoint.RowProcessorEndpoint
 
doScan(int, boolean) - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerMetrics
 
doStart() - Method in class org.apache.hadoop.hbase.client.replication.TestReplicationAdminWithClusters.TestUpdatableReplicationEndpoint
 
doStart() - Method in class org.apache.hadoop.hbase.replication.SerialReplicationTestBase.LocalReplicationEndpoint
 
doStart() - Method in class org.apache.hadoop.hbase.replication.TestReplicationEndpoint.ReplicationEndpointForTest
 
doStop() - Method in class org.apache.hadoop.hbase.client.replication.TestReplicationAdminWithClusters.TestUpdatableReplicationEndpoint
 
doStop() - Method in class org.apache.hadoop.hbase.replication.SerialReplicationTestBase.LocalReplicationEndpoint
 
doStop() - Method in class org.apache.hadoop.hbase.replication.TestReplicationEndpoint.ReplicationEndpointForTest
 
doTest(Class<?>, MemoryCompactionPolicy) - Method in class org.apache.hadoop.hbase.TestIOFencing
 
doTestDelete(Table, TimestampTestBase.FlushCache) - Static method in class org.apache.hadoop.hbase.TimestampTestBase
 
doTestDelete_AndPostInsert(Delete) - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
doTestTimestampScanning(Table, TimestampTestBase.FlushCache) - Static method in class org.apache.hadoop.hbase.TimestampTestBase
 
doTestWithMapReduce(HBaseTestingUtility, TableName, String, byte[], byte[], Path, int, int, int, boolean) - Static method in class org.apache.hadoop.hbase.mapred.TestTableSnapshotInputFormat
 
doTestWithMapReduce(HBaseTestingUtility, TableName, String, byte[], byte[], Path, int, int, int, boolean) - Static method in class org.apache.hadoop.hbase.mapreduce.TestTableSnapshotInputFormat
 
doVerify(Configuration, HTableDescriptor) - Method in class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify
 
doVerify(Configuration, HTableDescriptor) - Method in class org.apache.hadoop.hbase.test.IntegrationTestWithCellVisibilityLoadAndVerify
 
doWork() - Method in class org.apache.hadoop.hbase.AcidGuaranteesTestTool
 
doWork() - Method in class org.apache.hadoop.hbase.chaos.util.ChaosMonkeyRunner
 
doWork() - Method in class org.apache.hadoop.hbase.IntegrationTestBase
 
doWork() - Method in class org.apache.hadoop.hbase.IntegrationTestsDriver
 
doWork() - Method in class org.apache.hadoop.hbase.MultithreadedTestUtil.RepeatingTestThread
 
doWork() - Method in class org.apache.hadoop.hbase.MultithreadedTestUtil.TestThread
 
doWork() - Method in class org.apache.hadoop.hbase.ScanPerformanceEvaluation
 
doWork() - Method in class org.apache.hadoop.hbase.StripeCompactionsPerformanceEvaluation
 
doWork() - Method in class org.apache.hadoop.hbase.test.IntegrationTestMonkeys
 
doWork() - Method in class org.apache.hadoop.hbase.test.IntegrationTestZKAndFSPermissions
 
doWork() - Method in class org.apache.hadoop.hbase.util.LoadTestTool
 
doWork() - Method in class org.apache.hadoop.hbase.util.RestartMetaTest
 
drainTo(Collection<? super E>) - Method in class org.apache.hadoop.hbase.util.ConstantDelayQueue
 
drainTo(Collection<? super E>, int) - Method in class org.apache.hadoop.hbase.util.ConstantDelayQueue
 
dummyCall(RpcController, DummyRegionServerEndpointProtos.DummyRequest, RpcCallback<DummyRegionServerEndpointProtos.DummyResponse>) - Method in class org.apache.hadoop.hbase.coprocessor.TestAsyncCoprocessorEndpoint.DummyRegionServerEndpoint
 
dummyCall(RpcController, DummyRegionServerEndpointProtos.DummyRequest, RpcCallback<DummyRegionServerEndpointProtos.DummyResponse>) - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorServiceBackwardCompatibility.DummyCoprocessorService
 
dummyCall(RpcController, DummyRegionServerEndpointProtos.DummyRequest, RpcCallback<DummyRegionServerEndpointProtos.DummyResponse>) - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionServerCoprocessorEndpoint.DummyRegionServerEndpoint
 
DummyCompactionPolicy(Configuration, StoreConfigInformation) - Constructor for class org.apache.hadoop.hbase.regionserver.TestDefaultStoreEngine.DummyCompactionPolicy
 
DummyCompactor(Configuration, HStore) - Constructor for class org.apache.hadoop.hbase.regionserver.TestCompaction.DummyCompactor
 
DummyCompactor(Configuration, HStore) - Constructor for class org.apache.hadoop.hbase.regionserver.TestDefaultStoreEngine.DummyCompactor
 
DummyCoprocessorService() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestCoprocessorServiceBackwardCompatibility.DummyCoprocessorService
 
DummyFilter - Class in org.apache.hadoop.hbase.rest
 
DummyFilter() - Constructor for class org.apache.hadoop.hbase.rest.DummyFilter
 
DummyFilterInitializer() - Constructor for class org.apache.hadoop.hbase.http.TestHttpServer.DummyFilterInitializer
 
DummyMaster(ZKWatcher, ServerName) - Constructor for class org.apache.hadoop.hbase.master.TestActiveMasterManager.DummyMaster
 
DummyProcedure() - Constructor for class org.apache.hadoop.hbase.client.TestGetProcedureResult.DummyProcedure
 
DummyRegionProcedure - Class in org.apache.hadoop.hbase.master
 
DummyRegionProcedure() - Constructor for class org.apache.hadoop.hbase.master.DummyRegionProcedure
 
DummyRegionProcedure(MasterProcedureEnv, RegionInfo) - Constructor for class org.apache.hadoop.hbase.master.DummyRegionProcedure
 
DummyRegionProcedureState - Enum in org.apache.hadoop.hbase.master
 
DummyRegionServerEndpoint() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestAsyncCoprocessorEndpoint.DummyRegionServerEndpoint
 
DummyRegionServerEndpoint() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestRegionServerCoprocessorEndpoint.DummyRegionServerEndpoint
 
DummyServletFilter() - Constructor for class org.apache.hadoop.hbase.http.TestHttpServer.DummyServletFilter
 
DummyStoreEngine() - Constructor for class org.apache.hadoop.hbase.regionserver.TestHStore.DummyStoreEngine
 
DummyStoreFlusher(Configuration, HStore) - Constructor for class org.apache.hadoop.hbase.regionserver.TestDefaultStoreEngine.DummyStoreFlusher
 
dummyThrow(RpcController, DummyRegionServerEndpointProtos.DummyRequest, RpcCallback<DummyRegionServerEndpointProtos.DummyResponse>) - Method in class org.apache.hadoop.hbase.coprocessor.TestAsyncCoprocessorEndpoint.DummyRegionServerEndpoint
 
dummyThrow(RpcController, DummyRegionServerEndpointProtos.DummyRequest, RpcCallback<DummyRegionServerEndpointProtos.DummyResponse>) - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorServiceBackwardCompatibility.DummyCoprocessorService
 
dummyThrow(RpcController, DummyRegionServerEndpointProtos.DummyRequest, RpcCallback<DummyRegionServerEndpointProtos.DummyResponse>) - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionServerCoprocessorEndpoint.DummyRegionServerEndpoint
 
DummyWALActionsListener() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.TestWALActionsListener.DummyWALActionsListener
 
DumpClusterStatusAction - Class in org.apache.hadoop.hbase.chaos.actions
Action to dump the cluster status.
DumpClusterStatusAction() - Constructor for class org.apache.hadoop.hbase.chaos.actions.DumpClusterStatusAction
 
dumpMeta(TableName) - Method in class org.apache.hadoop.hbase.util.BaseTestHBaseFsck
Debugging method to dump the contents of meta.
duration - Variable in class org.apache.hadoop.hbase.PerformanceEvaluation.RunResult
 

E

echo(RpcController, TestProtos.EchoRequestProto, RpcCallback<TestProtos.EchoResponseProto>) - Method in class org.apache.hadoop.hbase.coprocessor.ProtobufCoprocessorService
 
echo(RpcController, TestProtos.EchoRequestProto) - Method in class org.apache.hadoop.hbase.ipc.TestProtobufRpcServiceImpl
 
echo(int) - Method in class org.apache.hadoop.hbase.TestLocalHBaseCluster.MyHMaster
 
echo(int) - Method in class org.apache.hadoop.hbase.TestLocalHBaseCluster.MyHRegionServer
 
EchoMapServlet() - Constructor for class org.apache.hadoop.hbase.http.TestHttpServer.EchoMapServlet
 
EchoServlet() - Constructor for class org.apache.hadoop.hbase.http.TestHttpServer.EchoServlet
 
element() - Method in class org.apache.hadoop.hbase.util.ConstantDelayQueue
 
EmptyRegionObsever() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestRegionObserverScannerOpenHook.EmptyRegionObsever
 
emptySnapshot - Variable in class org.apache.hadoop.hbase.client.CloneSnapshotFromClientTestBase
 
emptySnapshot - Variable in class org.apache.hadoop.hbase.client.RestoreSnapshotFromClientTestBase
 
EmptySplit() - Constructor for class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.EmptySplit
 
enableDebug(Class<?>) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Switches the logger for the given class to DEBUG level.
enablePeerAndWaitUntilReplicationDone(int) - Method in class org.apache.hadoop.hbase.replication.SerialReplicationTestBase
 
enableReplicationPeer(String) - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
enableTable(TableName, long, long) - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
EncodedSeekPerformanceTest - Class in org.apache.hadoop.hbase.regionserver
Test seek performance for encoded data blocks.
EncodedSeekPerformanceTest() - Constructor for class org.apache.hadoop.hbase.regionserver.EncodedSeekPerformanceTest
Use this benchmark with default options
encryptionAlgorithm - Variable in class org.apache.hadoop.hbase.io.asyncfs.TestSaslFanOutOneBlockAsyncDFSOutput
 
end() - Method in class org.apache.hadoop.hbase.ResourceChecker
To be called as the end of a test method: - measure the resources - check vs.
endKey - Variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
endKey - Variable in class org.apache.hadoop.hbase.util.MultiThreadedAction
The end key of the key range, exclusive
enforceSeek() - Method in class org.apache.hadoop.hbase.regionserver.DelegatingKeyValueScanner
 
engineGenerateSeed(int) - Method in class org.apache.hadoop.hbase.io.crypto.aes.TestAES.TestRNG
 
engineGenerateSeed(int) - Method in class org.apache.hadoop.hbase.io.crypto.aes.TestCommonsAES.TestRNG
 
engineNextBytes(byte[]) - Method in class org.apache.hadoop.hbase.io.crypto.aes.TestAES.TestRNG
 
engineNextBytes(byte[]) - Method in class org.apache.hadoop.hbase.io.crypto.aes.TestCommonsAES.TestRNG
 
engineSetSeed(byte[]) - Method in class org.apache.hadoop.hbase.io.crypto.aes.TestAES.TestRNG
 
engineSetSeed(byte[]) - Method in class org.apache.hadoop.hbase.io.crypto.aes.TestCommonsAES.TestRNG
 
enqueueLog(Path) - Method in class org.apache.hadoop.hbase.replication.ReplicationSourceDummy
 
ensureCompatRegistered() - Method in class org.apache.hadoop.hbase.rest.TestMetricsRESTSourceImpl
 
ensurePreferIPv4() - Method in class org.apache.hadoop.hbase.TestIPv6NIOServerSocketChannel
Checks whether we are running with java.net.preferIPv4Stack=true
ensureSomeNonStoppedRegionServersAvailable(int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Make sure that at least the specified number of region servers are running.
ensureSomeRegionServersAvailable(int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Make sure that at least the specified number of region servers are running
EnvironmentEdgeManagerTestHelper - Class in org.apache.hadoop.hbase.util
Used by tests to inject an edge into the manager.
EnvironmentEdgeManagerTestHelper() - Constructor for class org.apache.hadoop.hbase.util.EnvironmentEdgeManagerTestHelper
 
equals(Object) - Method in class org.apache.hadoop.hbase.mapreduce.TestMultiTableSnapshotInputFormatImpl.ScanWithEquals
 
equals(Object) - Method in class org.apache.hadoop.hbase.spark.IntegrationTestSparkBulkLoad.SparkLinkChain
 
equals(Object) - Method in class org.apache.hadoop.hbase.spark.IntegrationTestSparkBulkLoad.SparkLinkKey
 
equals(IntegrationTestReplication.ClusterID) - Method in class org.apache.hadoop.hbase.test.IntegrationTestReplication.ClusterID
 
error(RpcController, TestProtos.EmptyRequestProto, RpcCallback<TestProtos.EmptyResponseProto>) - Method in class org.apache.hadoop.hbase.coprocessor.ProtobufCoprocessorService
 
error(RpcController, TestProtos.EmptyRequestProto) - Method in class org.apache.hadoop.hbase.ipc.TestProtobufRpcServiceImpl
 
ErrorFilter() - Constructor for class org.apache.hadoop.hbase.http.TestServletFilter.ErrorFilter
 
ErrorInjectObserver() - Constructor for class org.apache.hadoop.hbase.client.TestAsyncTableBatch.ErrorInjectObserver
 
ErrorThrowingHRegion(Path, WAL, FileSystem, Configuration, RegionInfo, TableDescriptor, RegionServerServices) - Constructor for class org.apache.hadoop.hbase.regionserver.TestRegionServerAbort.ErrorThrowingHRegion
 
ErrorThrowingHRegion(HRegionFileSystem, WAL, Configuration, TableDescriptor, RegionServerServices) - Constructor for class org.apache.hadoop.hbase.regionserver.TestRegionServerAbort.ErrorThrowingHRegion
 
evaluate(RegionInfo) - Method in interface org.apache.hadoop.hbase.snapshot.TestExportSnapshot.RegionPredicate
 
evaluate() - Method in interface org.apache.hadoop.hbase.Waiter.Predicate
Perform a predicate evaluation.
EvaluationMapTask() - Constructor for class org.apache.hadoop.hbase.PerformanceEvaluation.EvaluationMapTask
 
EvaluationMapTask() - Constructor for class org.apache.hadoop.hbase.rest.PerformanceEvaluation.EvaluationMapTask
 
EvenOnlyCompactor() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestRegionObserverInterface.EvenOnlyCompactor
 
eventLoopType - Variable in class org.apache.hadoop.hbase.ipc.TestNettyIPC
 
EverythingPassesWALEntryFilter() - Constructor for class org.apache.hadoop.hbase.replication.TestReplicationEndpoint.EverythingPassesWALEntryFilter
 
EverythingPassesWALEntryFilterSubclass() - Constructor for class org.apache.hadoop.hbase.replication.TestReplicationEndpoint.EverythingPassesWALEntryFilterSubclass
 
ExampleDeprecatedTIF() - Constructor for class org.apache.hadoop.hbase.mapred.TestTableInputFormat.ExampleDeprecatedTIF
 
ExampleDeprecatedTIF() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestTableInputFormat.ExampleDeprecatedTIF
 
ExampleJobConfigurableTIF() - Constructor for class org.apache.hadoop.hbase.mapred.TestTableInputFormat.ExampleJobConfigurableTIF
 
ExampleJobConfigurableTIF() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestTableInputFormat.ExampleJobConfigurableTIF
 
ExampleTIF() - Constructor for class org.apache.hadoop.hbase.mapred.TestTableInputFormat.ExampleTIF
 
ExampleTIF() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestTableInputFormat.ExampleTIF
 
ExampleVerifier() - Constructor for class org.apache.hadoop.hbase.mapred.TestTableInputFormat.ExampleVerifier
 
ExampleVerifier() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestTableInputFormat.ExampleVerifier
 
exception - Variable in class org.apache.hadoop.hbase.io.hfile.TestHFileBlockPositionalRead
 
exception - Variable in class org.apache.hadoop.hbase.mapreduce.TestImportTsv
 
exception - Variable in class org.apache.hadoop.hbase.security.TestHBaseSaslRpcClient
 
exception - Variable in class org.apache.hadoop.hbase.security.TestSaslUtil
 
exception - Variable in class org.apache.hadoop.hbase.security.TestSecureIPC
 
ExceptionInjector() - Constructor for class org.apache.hadoop.hbase.client.TestMetaCache.ExceptionInjector
 
execute(Table) - Method in class org.apache.hadoop.hbase.client.AbstractTestCIOperationTimeout
 
execute(Table) - Method in class org.apache.hadoop.hbase.client.AbstractTestCIRpcTimeout
 
execute(Object) - Method in class org.apache.hadoop.hbase.client.procedure.ShellTestProcedure
 
execute(Table) - Method in class org.apache.hadoop.hbase.client.TestCIDeleteOperationTimeout
 
execute(Table) - Method in class org.apache.hadoop.hbase.client.TestCIDeleteRpcTimeout
 
execute(Table) - Method in class org.apache.hadoop.hbase.client.TestCIGetOperationTimeout
 
execute(Table) - Method in class org.apache.hadoop.hbase.client.TestCIGetRpcTimeout
 
execute(Table) - Method in class org.apache.hadoop.hbase.client.TestCIIncrementRpcTimeout
 
execute(Table) - Method in class org.apache.hadoop.hbase.client.TestCIPutOperationTimeout
 
execute(Table) - Method in class org.apache.hadoop.hbase.client.TestCIPutRpcTimeout
 
execute(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.client.TestGetProcedureResult.DummyProcedure
 
execute(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.client.TestHbck.SuspendProcedure
 
execute() - Method in class org.apache.hadoop.hbase.HBaseClusterManager.RemoteShell
 
execute(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.TestLoadProcedureError.TestProcedure
 
executeFromState(MasterProcedureEnv, DummyRegionProcedureState) - Method in class org.apache.hadoop.hbase.master.DummyRegionProcedure
 
exists(Get) - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
 
exists(List<Get>) - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
 
ExitException(int) - Constructor for exception org.apache.hadoop.hbase.zookeeper.TestZKMainServer.ExitException
 
expectedEx - Variable in class org.apache.hadoop.hbase.client.TestColumnFamilyDescriptorBuilder
 
expectedEx - Variable in class org.apache.hadoop.hbase.io.hfile.TestFixedFileTrailer
 
expectedEx - Variable in class org.apache.hadoop.hbase.TestHColumnDescriptor
Deprecated.
 
expectedEx - Variable in class org.apache.hadoop.hbase.TestJMXListener
 
expectSnapshotDoneException(HMaster, MasterProtos.IsSnapshotDoneRequest, Class<? extends HBaseSnapshotException>) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils
Expect the snapshot to throw an error when checking if the snapshot is complete
expireMasterSession() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Expire the Master's session
expireRegionServerSession(int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Expire a region server's session
expireSession(ZKWatcher) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
expireSession(ZKWatcher, boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Expire a ZooKeeper session as recommended in ZooKeeper documentation http://hbase.apache.org/book.html#trouble.zookeeper There are issues when doing this: [1] http://www.mail-archive.com/dev@zookeeper.apache.org/msg01942.html [2] https://issues.apache.org/jira/browse/ZOOKEEPER-1105
explainFailure() - Method in interface org.apache.hadoop.hbase.Waiter.ExplainingPredicate
Perform a predicate evaluation.
explainTableAvailability(TableName) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
explainTableState(TableName, TableState.State) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 

F

F1 - Static variable in class org.apache.hadoop.hbase.quotas.SpaceQuotaHelperForTests
 
F1 - Static variable in class org.apache.hadoop.hbase.regionserver.TestRegionMove
 
FACTORIES - Static variable in class org.apache.hadoop.hbase.chaos.factories.MonkeyFactory
 
FAIL_PRIMARY_GET - Static variable in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead
 
FailedInitializationObserver() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestRegionServerCoprocessorExceptionWithAbort.FailedInitializationObserver
 
failedKeySet - Variable in class org.apache.hadoop.hbase.util.MultiThreadedWriterBase
The sorted set of keys NOT inserted/updated by the writers
failedToWriteKey(long) - Method in class org.apache.hadoop.hbase.util.MultiThreadedWriterBase
 
FailingCipherProvider() - Constructor for class org.apache.hadoop.hbase.util.TestEncryptionTest.FailingCipherProvider
 
FailingKeyProvider() - Constructor for class org.apache.hadoop.hbase.util.TestEncryptionTest.FailingKeyProvider
 
FailingSplitMasterObserver() - Constructor for class org.apache.hadoop.hbase.regionserver.TestSplitTransactionOnCluster.FailingSplitMasterObserver
 
FailInitialChore(String, int, int) - Constructor for class org.apache.hadoop.hbase.TestChoreService.ScheduledChoreSamples.FailInitialChore
 
FailInitialChore(String, Stoppable, int, int) - Constructor for class org.apache.hadoop.hbase.TestChoreService.ScheduledChoreSamples.FailInitialChore
 
failMerge(boolean) - Method in class org.apache.hadoop.hbase.namespace.TestNamespaceAuditor.CPMasterObserver
 
failMerge(boolean) - Method in class org.apache.hadoop.hbase.namespace.TestNamespaceAuditor.CPRegionServerObserver
 
FailPrimaryGetCP() - Constructor for class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead.FailPrimaryGetCP
 
failures - Variable in class org.apache.hadoop.hbase.regionserver.TestAtomicOperation.AtomicOperation
 
FakeRSRpcServices(HRegionServer) - Constructor for class org.apache.hadoop.hbase.client.TestMetaCache.FakeRSRpcServices
 
fam - Variable in class org.apache.hadoop.hbase.regionserver.TestRegionReplicaFailover
 
FAM - Static variable in class org.apache.hadoop.hbase.util.BaseTestHBaseFsck
 
fam1 - Static variable in class org.apache.hadoop.hbase.HBaseTestCase
Deprecated.
 
fam1 - Static variable in class org.apache.hadoop.hbase.HBaseTestingUtility
 
fam1 - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.AbstractTestScanQueryMatcher
 
fam1 - Static variable in class org.apache.hadoop.hbase.regionserver.TestRecoveredEditsReplayAndAbort
 
fam1 - Static variable in class org.apache.hadoop.hbase.TestSerialization
 
fam2 - Static variable in class org.apache.hadoop.hbase.HBaseTestCase
Deprecated.
 
fam2 - Static variable in class org.apache.hadoop.hbase.HBaseTestingUtility
 
fam2 - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.AbstractTestScanQueryMatcher
 
fam2 - Static variable in class org.apache.hadoop.hbase.TestSerialization
 
fam3 - Static variable in class org.apache.hadoop.hbase.HBaseTestCase
Deprecated.
 
fam3 - Static variable in class org.apache.hadoop.hbase.HBaseTestingUtility
 
fam3 - Static variable in class org.apache.hadoop.hbase.TestSerialization
 
FAM_NAM - Static variable in class org.apache.hadoop.hbase.client.AbstractTestCITimeout
 
FAM_STR - Static variable in class org.apache.hadoop.hbase.util.BaseTestHBaseFsck
 
FAMILIES - Static variable in class org.apache.hadoop.hbase.AcidGuaranteesTestTool
 
FAMILIES - Static variable in class org.apache.hadoop.hbase.client.AbstractTestScanCursor
 
FAMILIES - Static variable in class org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatTestBase
 
families - Static variable in class org.apache.hadoop.hbase.regionserver.TestHRegionServerBulkLoad
 
FAMILIES - Static variable in class org.apache.hadoop.hbase.regionserver.TestPerColumnFamilyFlush
 
families - Variable in class org.apache.hadoop.hbase.regionserver.TestRegionReplicaFailover
 
FAMILIES - Static variable in class org.apache.hadoop.hbase.regionserver.TestWalAndCompactingMemStoreFlush
 
FAMILY - Static variable in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead
 
FAMILY - Static variable in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableScan
 
FAMILY - Static variable in class org.apache.hadoop.hbase.client.AbstractTestScanCursor
 
FAMILY - Variable in class org.apache.hadoop.hbase.client.CloneSnapshotFromClientTestBase
 
FAMILY - Variable in class org.apache.hadoop.hbase.client.RestoreSnapshotFromClientTestBase
 
FAMILY - Static variable in class org.apache.hadoop.hbase.client.TestAsyncAdminBase
 
FAMILY - Static variable in class org.apache.hadoop.hbase.regionserver.TestDefaultMemStore
 
FAMILY - Static variable in class org.apache.hadoop.hbase.regionserver.TestHdfsSnapshotHRegion
 
FAMILY - Static variable in class org.apache.hadoop.hbase.snapshot.TestExportSnapshot
 
FAMILY - Variable in class org.apache.hadoop.hbase.snapshot.TestRestoreFlushSnapshotFromClient
 
FAMILY - Static variable in class org.apache.hadoop.hbase.util.compaction.TestMajorCompactor
 
FAMILY1 - Static variable in class org.apache.hadoop.hbase.regionserver.TestPerColumnFamilyFlush
 
FAMILY1 - Static variable in class org.apache.hadoop.hbase.regionserver.TestWalAndCompactingMemStoreFlush
 
FAMILY2 - Static variable in class org.apache.hadoop.hbase.regionserver.TestPerColumnFamilyFlush
 
FAMILY2 - Static variable in class org.apache.hadoop.hbase.regionserver.TestWalAndCompactingMemStoreFlush
 
FAMILY3 - Static variable in class org.apache.hadoop.hbase.regionserver.TestPerColumnFamilyFlush
 
FAMILY3 - Static variable in class org.apache.hadoop.hbase.regionserver.TestWalAndCompactingMemStoreFlush
 
FAMILY_0 - Static variable in class org.apache.hadoop.hbase.client.TestAsyncAdminBase
 
FAMILY_01 - Static variable in class org.apache.hadoop.hbase.client.TestPutDotHas
 
FAMILY_1 - Static variable in class org.apache.hadoop.hbase.client.TestAsyncAdminBase
 
FAMILY_A - Static variable in class org.apache.hadoop.hbase.AcidGuaranteesTestTool
 
FAMILY_B - Static variable in class org.apache.hadoop.hbase.AcidGuaranteesTestTool
 
FAMILY_C - Static variable in class org.apache.hadoop.hbase.AcidGuaranteesTestTool
 
FAMILY_NAME - Static variable in class org.apache.hadoop.hbase.IntegrationTestRegionReplicaPerf
 
FAMILY_NAME - Static variable in class org.apache.hadoop.hbase.mapreduce.TestCellBasedHFileOutputFormat2
 
FAMILY_NAME - Static variable in class org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat2
 
FAMILY_NAME - Static variable in class org.apache.hadoop.hbase.regionserver.TestHRegionFileSystem
 
FAMILY_NAME - Static variable in class org.apache.hadoop.hbase.rest.PerformanceEvaluation
 
FAMILY_NAME - Static variable in class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList
 
FAMILY_NAME - Static variable in class org.apache.hadoop.hbase.TimestampTestBase
 
FAMILY_NAME_BASE - Static variable in class org.apache.hadoop.hbase.PerformanceEvaluation
 
FAMILY_NAME_OPT - Static variable in class org.apache.hadoop.hbase.chaos.util.ChaosMonkeyRunner
 
FAMILY_ZERO - Static variable in class org.apache.hadoop.hbase.PerformanceEvaluation
 
famName - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationBase
 
famName - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationSyncUpTool
 
FaultyFSLog - Class in org.apache.hadoop.hbase.wal
This is a utility class, used by tests, which fails operation specified by FailureType enum
FaultyFSLog(FileSystem, Path, String, Configuration) - Constructor for class org.apache.hadoop.hbase.wal.FaultyFSLog
 
FaultyFSLog.FailureType - Enum in org.apache.hadoop.hbase.wal
 
FaultyProtobufLogReader - Class in org.apache.hadoop.hbase.regionserver.wal
 
FaultyProtobufLogReader() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.FaultyProtobufLogReader
 
FaultyProtobufLogReader.FailureType - Enum in org.apache.hadoop.hbase.regionserver.wal
 
FaultyScannerObserver() - Constructor for class org.apache.hadoop.hbase.regionserver.TestScannerRetriableFailure.FaultyScannerObserver
 
filter(WAL.Entry) - Method in class org.apache.hadoop.hbase.replication.TestReplicationEndpoint.EverythingPassesWALEntryFilter
 
filter(Mapper<WALKey, WALEdit, ImmutableBytesWritable, Mutation>.Context, Cell) - Method in class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify.WALSearcher.WALMapperSearcher
 
FilterAllFilter - Class in org.apache.hadoop.hbase.filter
 
FilterAllFilter() - Constructor for class org.apache.hadoop.hbase.filter.FilterAllFilter
 
filterAllRemaining() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverScannerOpenHook.NoDataFilter
 
filterCell(Cell) - Method in class org.apache.hadoop.hbase.client.AbstractTestScanCursor.SparseFilter
 
filterCell(Cell) - Method in class org.apache.hadoop.hbase.client.ColumnCountOnRowFilter
 
filterCell(Cell) - Method in class org.apache.hadoop.hbase.client.TestConnectionImplementation.BlockingFilter
 
filterCell(Cell) - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverScannerOpenHook.NoDataFilter
 
filterCell(Cell) - Method in class org.apache.hadoop.hbase.filter.FilterAllFilter
 
filterCell(Cell) - Method in class org.apache.hadoop.hbase.filter.TestFilter.SlowScanFilter
 
filterCell(Cell) - Method in class org.apache.hadoop.hbase.filter.TestFilterFromRegionSide.FirstSeveralCellsFilter
 
filterCell(Cell) - Method in class org.apache.hadoop.hbase.filter.TestFilterList.AlwaysNextColFilter
 
filterCell(Cell) - Method in class org.apache.hadoop.hbase.regionserver.TestScannerHeartbeatMessages.SparseCellFilter
 
filterCell(Cell) - Method in class org.apache.hadoop.hbase.regionserver.TestSwitchToStreamRead.MatchLastRowCellNextColFilter
 
filterCell(Cell) - Method in class org.apache.hadoop.hbase.regionserver.TestSwitchToStreamRead.MatchLastRowCellNextRowFilter
 
filterRow() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverScannerOpenHook.NoDataFilter
 
filterRow() - Method in class org.apache.hadoop.hbase.filter.FilterAllFilter
 
filterRow() - Method in class org.apache.hadoop.hbase.filter.TestFilter.SlowScanFilter
 
filterRow() - Method in class org.apache.hadoop.hbase.regionserver.TestSwitchToStreamRead.MatchLastRowFilterRowFilter
 
filterRowCells(List<Cell>) - Method in class org.apache.hadoop.hbase.regionserver.TestSwitchToStreamRead.MatchLastRowFilterRowFilter
 
filterRowKey(byte[], int, int) - Method in class org.apache.hadoop.hbase.client.TestConnectionImplementation.BlockingFilter
 
filterRowKey(Cell) - Method in class org.apache.hadoop.hbase.filter.FilterAllFilter
 
filterRowKey(Cell) - Method in class org.apache.hadoop.hbase.filter.TestFilterFromRegionSide.FirstSeveralCellsFilter
 
filterRowKey(Cell) - Method in class org.apache.hadoop.hbase.regionserver.TestScannerHeartbeatMessages.SparseRowFilter
 
filterRowKey(Cell) - Method in class org.apache.hadoop.hbase.regionserver.TestSwitchToStreamRead.MatchLastRowKeyFilter
 
filterRowKey(byte[], int, int) - Method in class org.apache.hadoop.hbase.rest.TestTableScan.CustomFilter
 
filterStringSoTableNameSafe(String) - Static method in class org.apache.hadoop.hbase.client.TestIncrementsFromClientSide
 
FilterTestingCluster - Class in org.apache.hadoop.hbase.filter
By using this class as the super class of a set of tests you will have a HBase testing cluster available that is very suitable for writing tests for scanning and filtering against.
FilterTestingCluster() - Constructor for class org.apache.hadoop.hbase.filter.FilterTestingCluster
 
FilterTests - Interface in org.apache.hadoop.hbase.testclassification
Tag a test as related to the org.apache.hadoop.hbase.filter package.
findClasses(boolean) - Method in class org.apache.hadoop.hbase.ClassFinder
Finds the classes in current package (of ClassFinder) and nested packages.
findClasses(String, boolean) - Method in class org.apache.hadoop.hbase.ClassFinder
Finds the classes in a package and nested packages.
findLastTableState(TableName) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
findRegionsForTable(TableName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
FIRST_CHAR - Static variable in class org.apache.hadoop.hbase.HBaseTestCase
Deprecated.
 
FIRST_CHAR - Static variable in class org.apache.hadoop.hbase.HBaseTestingUtility
 
FIRST_CHAR - Static variable in class org.apache.hadoop.hbase.mob.MobTestUtil
 
FirstSeveralCellsFilter() - Constructor for class org.apache.hadoop.hbase.filter.TestFilterFromRegionSide.FirstSeveralCellsFilter
 
FixedRecordReader(K[], V[]) - Constructor for class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.FixedRecordReader
 
FlakeyTests - Interface in org.apache.hadoop.hbase.testclassification
Tag a test as failing commonly on public build infrastructure.
Flat(Random, int, int) - Constructor for class org.apache.hadoop.hbase.io.hfile.RandomDistribution.Flat
Generate random integers from min (inclusive) to max (exclusive) following even distribution.
flush() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Flushes all caches in the mini hbase cluster
flush(TableName) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Flushes all caches in the mini hbase cluster
flush() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion.FlushThread
 
flushAndBlockUntilDone(Admin, HRegionServer, byte[]) - Static method in class org.apache.hadoop.hbase.regionserver.TestEndToEndSplitTransaction
 
flushcache() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Call flushCache on all regions on all participating regionservers.
flushcache(TableName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Call flushCache on all regions of the specified table.
FlushingRegionObserver() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestNegativeMemStoreSizeWithSlowCoprocessor.FlushingRegionObserver
 
FlushObserver() - Constructor for class org.apache.hadoop.hbase.regionserver.TestFlushLifeCycleTracker.FlushObserver
 
FlushRandomRegionOfTableAction - Class in org.apache.hadoop.hbase.chaos.actions
Action that tries to flush a random region of a table.
FlushRandomRegionOfTableAction(TableName) - Constructor for class org.apache.hadoop.hbase.chaos.actions.FlushRandomRegionOfTableAction
 
FlushRandomRegionOfTableAction(int, TableName) - Constructor for class org.apache.hadoop.hbase.chaos.actions.FlushRandomRegionOfTableAction
 
flushRegion(HBaseTestingUtility, HRegionInfo) - Static method in class org.apache.hadoop.hbase.regionserver.TestRegionServerNoMaster
Flush the given region in the mini cluster.
flushRegion(WAL, byte[], Set<byte[]>) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestFSWAL
helper method to simulate region flush for a WAL.
flushRegion(WAL, byte[], Set<byte[]>) - Method in class org.apache.hadoop.hbase.wal.TestFSHLogProvider
helper method to simulate region flush for a WAL.
flushSnapshot(MemStoreSnapshot, long, MonitoredTask, ThroughputController, FlushLifeCycleTracker) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestWALReplay.CustomStoreFlusher
 
FlushTableAction - Class in org.apache.hadoop.hbase.chaos.actions
Action that tries to flush a table.
FlushTableAction(TableName) - Constructor for class org.apache.hadoop.hbase.chaos.actions.FlushTableAction
 
FlushTableAction(int, TableName) - Constructor for class org.apache.hadoop.hbase.chaos.actions.FlushTableAction
 
FooCoprocessor() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestCoprocessorStop.FooCoprocessor
 
FORCE_CHECK_ARG - Static variable in class org.apache.hadoop.hbase.test.IntegrationTestZKAndFSPermissions
 
FORCE_COMBINER_CONF - Static variable in class org.apache.hadoop.hbase.mapreduce.TestImportTsv
Force use of combiner in doMROnTableTest.
FORCE_COMBINER_CONF - Static variable in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithOperationAttributes
Force use of combiner in doMROnTableTest.
FORCE_COMBINER_CONF - Static variable in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithTTLs
Force use of combiner in doMROnTableTest.
FORCE_COMBINER_CONF - Static variable in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithVisibilityLabels
Force use of combiner in doMROnTableTest.
forceBalancer() - Method in class org.apache.hadoop.hbase.chaos.actions.Action
 
ForceBalancerAction - Class in org.apache.hadoop.hbase.chaos.actions
Action that tries to force a balancer run.
ForceBalancerAction() - Constructor for class org.apache.hadoop.hbase.chaos.actions.ForceBalancerAction
 
forceRecompute() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
forClass(Class<?>) - Static method in class org.apache.hadoop.hbase.HBaseClassTestRule
 
format(int) - Static method in class org.apache.hadoop.hbase.PerformanceEvaluation
 
format(int) - Static method in class org.apache.hadoop.hbase.rest.PerformanceEvaluation
 
fs - Variable in class org.apache.hadoop.hbase.HBaseTestCase
Deprecated.
 
fs - Variable in class org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatTestBase
 
FS - Static variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestFSWAL
 
fs - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestLogRolling
 
fs - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestProtobufLog
 
FS - Static variable in class org.apache.hadoop.hbase.replication.SerialReplicationTestBase
 
fs - Variable in class org.apache.hadoop.hbase.snapshot.TestRestoreSnapshotHelper
 
fs - Variable in class org.apache.hadoop.hbase.wal.TestWALFactory
 
FS_PERMS - Static variable in class org.apache.hadoop.hbase.test.IntegrationTestZKAndFSPermissions
 
fsTableDescriptors - Variable in class org.apache.hadoop.hbase.HBaseTestCase
Deprecated.
 

G

generateCertificate(String, KeyPair, int, String) - Static method in class org.apache.hadoop.hbase.http.ssl.KeyStoreTestUtil
Create a self-signed X.509 Certificate.
generateColumnDescriptors() - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Create a set of column descriptors with the combination of compression, encoding, bloom codecs available.
generateColumnDescriptors(String) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Create a set of column descriptors with the combination of compression, encoding, bloom codecs available.
generateColumnsForCf(byte[], byte[]) - Method in class org.apache.hadoop.hbase.StripeCompactionsPerformanceEvaluation.SeqShardedDataGenerator
 
generateColumnsForCf(byte[], byte[]) - Method in class org.apache.hadoop.hbase.util.MultiThreadedAction.DefaultDataGenerator
 
generateData(Random, int) - Static method in class org.apache.hadoop.hbase.PerformanceEvaluation
 
generateData(Random, int) - Static method in class org.apache.hadoop.hbase.rest.PerformanceEvaluation
 
generateHFileBlocks(int, int) - Static method in class org.apache.hadoop.hbase.io.hfile.CacheTestUtils
 
generateKeyPair(String) - Static method in class org.apache.hadoop.hbase.http.ssl.KeyStoreTestUtil
 
generateKeyType(Random) - Static method in class org.apache.hadoop.hbase.io.hfile.TestCacheOnWrite
 
generateKeyType(Random) - Static method in class org.apache.hadoop.hbase.io.hfile.TestHFile
 
generateKeyType(Random) - Static method in class org.apache.hadoop.hbase.io.hfile.TestPrefetch
 
generateKeyType(Random) - Static method in class org.apache.hadoop.hbase.regionserver.CreateRandomStoreFile
 
generateKeyValue(long) - Method in class org.apache.hadoop.hbase.regionserver.CreateRandomStoreFile
 
generateParams(Compression.Algorithm, boolean) - Static method in class org.apache.hadoop.hbase.regionserver.TestMultiColumnScanner
 
generateRandomSizeValue(byte[]...) - Method in class org.apache.hadoop.hbase.util.LoadTestKVGenerator
Generates a value for the given key index and column qualifier.
generateRandomString(int) - Static method in class org.apache.hadoop.hbase.mob.MobTestUtil
 
generateTestExtendedOffheapKeyValues(int, boolean) - Method in class org.apache.hadoop.hbase.util.RedundantKVGenerator
Generate test data useful to test encoders.
generateTestKeyValues(int) - Method in class org.apache.hadoop.hbase.util.RedundantKVGenerator
Generate test data useful to test encoders.
generateTestKeyValues(int, boolean) - Method in class org.apache.hadoop.hbase.util.RedundantKVGenerator
Generate test data useful to test encoders.
generateValue(Random) - Static method in class org.apache.hadoop.hbase.rest.PerformanceEvaluation
 
generateValue(byte[], byte[], byte[]) - Method in class org.apache.hadoop.hbase.StripeCompactionsPerformanceEvaluation.SeqShardedDataGenerator
 
generateValue(byte[], byte[], byte[]) - Method in class org.apache.hadoop.hbase.util.LoadTestDataGeneratorWithMOB
 
generateValue(byte[], byte[], byte[]) - Method in class org.apache.hadoop.hbase.util.MultiThreadedAction.DefaultDataGenerator
 
generateVerifyGap - Variable in class org.apache.hadoop.hbase.test.IntegrationTestReplication
 
generic - Variable in class org.apache.hadoop.hbase.types.TestStruct
 
GenericTestUtils - Class in org.apache.hadoop.hbase
Test provides some very generic helpers which might be used across the tests
GenericTestUtils() - Constructor for class org.apache.hadoop.hbase.GenericTestUtils
 
GenericTestUtils.DelayAnswer - Class in org.apache.hadoop.hbase
Mockito answer helper that triggers one latch as soon as the method is called, then waits on another before continuing.
GenericTestUtils.DelegateAnswer - Class in org.apache.hadoop.hbase
An Answer implementation that simply forwards all calls through to a delegate.
GenericTestUtils.SleepAnswer - Class in org.apache.hadoop.hbase
An Answer implementation which sleeps for a random number of milliseconds between 0 and a configurable value before delegating to the real implementation of the method.
get(RpcController, ClientProtos.GetRequest) - Method in class org.apache.hadoop.hbase.client.TestMetaCache.FakeRSRpcServices
 
get(String, String) - Method in class org.apache.hadoop.hbase.http.resource.JerseyResource
 
get - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.AbstractTestScanQueryMatcher
 
get(Get) - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
 
get(List<Get>) - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
 
get(RpcController, ClientProtos.GetRequest) - Method in class org.apache.hadoop.hbase.TestClientOperationTimeout.DelayedRSRpcServices
 
get(Table) - Static method in class org.apache.hadoop.hbase.TimestampTestBase
 
GET_TIMEOUT_KEY - Static variable in class org.apache.hadoop.hbase.test.IntegrationTestTimeBoundedRequestsWithRegionReplicas
 
getActiveMasterManager() - Method in class org.apache.hadoop.hbase.master.TestActiveMasterManager.DummyMaster
 
getActiveReadRpcHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.DelegatingRpcScheduler
 
getActiveReadRpcHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.MetricsHBaseServerWrapperStub
 
getActiveRpcHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.DelegatingRpcScheduler
 
getActiveRpcHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.MetricsHBaseServerWrapperStub
 
getActiveScanRpcHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.DelegatingRpcScheduler
 
getActiveScanRpcHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.MetricsHBaseServerWrapperStub
 
getActiveWriteRpcHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.DelegatingRpcScheduler
 
getActiveWriteRpcHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.MetricsHBaseServerWrapperStub
 
getAdmin - Variable in class org.apache.hadoop.hbase.client.TestAsyncAdminBase
 
getAdmin() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Returns an Admin instance which is shared between HBaseTestingUtility instance users.
getAdmin() - Method in class org.apache.hadoop.hbase.mapreduce.TestMultiTableInputFormatBase.MRSplitsConnection
 
getAdminBuilder - Variable in class org.apache.hadoop.hbase.client.TestAsyncAdminBuilder
 
getAdminProtocol(ServerName) - Method in class org.apache.hadoop.hbase.DistributedHBaseCluster
 
getAdminProtocol(ServerName) - Method in class org.apache.hadoop.hbase.HBaseCluster
Returns an AdminProtocol interface to the regionserver
getAdminProtocol(ServerName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
getAllConfigurations() - Static method in class org.apache.hadoop.hbase.io.hfile.TestHFileDataBlockEncoder
 
getAllOnlineRegions(MiniHBaseCluster) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
getAndStartMonkey() - Method in class org.apache.hadoop.hbase.chaos.util.ChaosMonkeyRunner
 
getArgsForLoadTestTool(String, String, long, long) - Method in class org.apache.hadoop.hbase.IntegrationTestIngest
 
getArgsForLoadTestTool(String, String, long, long) - Method in class org.apache.hadoop.hbase.IntegrationTestIngestWithACL
 
getArgsForLoadTestTool(String, String, long, long) - Method in class org.apache.hadoop.hbase.IntegrationTestIngestWithMOB
 
getArgsForLoadTestTool(String, String, long, long) - Method in class org.apache.hadoop.hbase.IntegrationTestIngestWithTags
 
getArgsForLoadTestTool(String, String, long, long) - Method in class org.apache.hadoop.hbase.IntegrationTestIngestWithVisibilityLabels
 
getArgsForLoadTestTool(String, String, long, long) - Method in class org.apache.hadoop.hbase.test.IntegrationTestTimeBoundedMultiGetRequestsWithRegionReplicas
 
getArgsForLoadTestTool(String, String, long, long) - Method in class org.apache.hadoop.hbase.test.IntegrationTestTimeBoundedRequestsWithRegionReplicas
 
getArgsForLoadTestToolInitTable() - Method in class org.apache.hadoop.hbase.IntegrationTestIngest
 
getArgsForLoadTestToolInitTable() - Method in class org.apache.hadoop.hbase.IntegrationTestIngestWithMOB
 
getAssignmentManager() - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
getAverageRegionSize() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getAvgStoreFileAge() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getAvgStoreFileAge() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperStub
 
getBlock() - Method in class org.apache.hadoop.hbase.io.hfile.CacheTestUtils.HFileBlockPair
 
getBlockAndAssertEquals(BlockCache, BlockCacheKey, Cacheable, ByteBuffer, ByteBuffer) - Static method in class org.apache.hadoop.hbase.io.hfile.CacheTestUtils
 
getBlockCacheCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getBlockCacheEvictedCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getBlockCacheFailedInsertions() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getBlockCacheFreeSize() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getBlockCacheHitCachingPercent() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getBlockCacheHitCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getBlockCacheHitPercent() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getBlockCacheMissCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getBlockCachePrimaryEvictedCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getBlockCachePrimaryHitCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getBlockCachePrimaryMissCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getBlockCacheSize() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getBlockedRequestsCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getBlockName() - Method in class org.apache.hadoop.hbase.io.hfile.CacheTestUtils.HFileBlockPair
 
getBlockType() - Method in class org.apache.hadoop.hbase.io.hfile.CacheTestUtils.ByteArrayCacheable
 
getBloomChunkHitCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getBloomChunkMissCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getBufferedMutator(TableName) - Method in class org.apache.hadoop.hbase.mapreduce.TestMultiTableInputFormatBase.MRSplitsConnection
 
getBufferedMutator(BufferedMutatorParams) - Method in class org.apache.hadoop.hbase.mapreduce.TestMultiTableInputFormatBase.MRSplitsConnection
 
getBulkLoadTimestamp() - Method in class org.apache.hadoop.hbase.regionserver.MockHStoreFile
 
getBypassRegionPredicate() - Method in class org.apache.hadoop.hbase.snapshot.TestExportSnapshot
 
getBypassRegionPredicate() - Method in class org.apache.hadoop.hbase.snapshot.TestMobExportSnapshot
 
getCallQueueInfo() - Method in class org.apache.hadoop.hbase.ipc.DelegatingRpcScheduler
 
getCatalogJanitor() - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
getCategoryAnnotations(Class<?>) - Static method in class org.apache.hadoop.hbase.ClassTestFinder
 
getCdl() - Static method in class org.apache.hadoop.hbase.client.TestBlockEvictionFromClient.CustomInnerRegionObserver
 
getCellsCountCompactedFromMob() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getCellsCountCompactedToMob() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getCellsSizeCompactedFromMob() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getCellsSizeCompactedToMob() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getChainId() - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.LinkKey
 
getChainId() - Method in class org.apache.hadoop.hbase.spark.IntegrationTestSparkBulkLoad.SparkLinkKey
 
getCheckAndMutateChecksFailed() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getCheckAndMutateChecksPassed() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getChoreService() - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
getChoreService() - Method in class org.apache.hadoop.hbase.master.TestActiveMasterManager.DummyMaster
 
getChoreService() - Method in class org.apache.hadoop.hbase.MockRegionServerServices
 
getChoreService() - Method in class org.apache.hadoop.hbase.util.MockServer
 
getCipher(String) - Method in class org.apache.hadoop.hbase.io.crypto.TestCipherProvider.MyCipherProvider
 
getCipher(String) - Method in class org.apache.hadoop.hbase.util.TestEncryptionTest.FailingCipherProvider
 
getClasspathDir(Class<?>) - Static method in class org.apache.hadoop.hbase.http.ssl.KeyStoreTestUtil
 
getClazz() - Method in class org.apache.hadoop.hbase.HBaseClassTestRule
Mainly used for HBaseClassTestRuleChecker to confirm that we use the correct class to generate timeout ClassRule.
getClientIdAuditPrefix() - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
getClientProtocol(ServerName) - Method in class org.apache.hadoop.hbase.DistributedHBaseCluster
 
getClientProtocol(ServerName) - Method in class org.apache.hadoop.hbase.HBaseCluster
Returns a ClientProtocol interface to the regionserver
getClientProtocol(ServerName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
getClients() - Method in class org.apache.hadoop.hbase.rest.PerformanceEvaluation.PeInputSplit
 
getClosestRowBefore(Region, byte[], byte[]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
getClusterConnection() - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
getClusterConnection() - Method in class org.apache.hadoop.hbase.master.TestActiveMasterManager.DummyMaster
 
getClusterConnection() - Method in class org.apache.hadoop.hbase.MockRegionServerServices
 
getClusterConnection() - Method in class org.apache.hadoop.hbase.util.MockServer
 
getClusterId() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getClusterKey() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
getClusterManager() - Method in class org.apache.hadoop.hbase.DistributedHBaseCluster
 
getClusterMetrics() - Method in class org.apache.hadoop.hbase.DistributedHBaseCluster
Returns a ClusterStatus for this HBase cluster
getClusterMetrics() - Method in class org.apache.hadoop.hbase.HBaseCluster
Returns a ClusterMetrics for this HBase cluster.
getClusterMetrics() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
getClusterSchema() - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
getClusterStatus() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0 Use MiniHBaseCluster.getClusterMetrics() instead.
getClusterStatusTracker() - Method in class org.apache.hadoop.hbase.master.TestActiveMasterManager.DummyMaster
 
getColumnDesc(Admin) - Method in class org.apache.hadoop.hbase.util.TestMiniClusterLoadSequential
 
getColumnFamilies() - Method in class org.apache.hadoop.hbase.chaos.util.ChaosMonkeyRunner
 
getColumnFamilies() - Method in class org.apache.hadoop.hbase.IntegrationTestAcidGuarantees
 
getColumnFamilies() - Method in class org.apache.hadoop.hbase.IntegrationTestBase
Provides the name of the CFs that are protected from random Chaos monkey activity (alter)
getColumnFamilies() - Method in class org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover
 
getColumnFamilies() - Method in class org.apache.hadoop.hbase.IntegrationTestIngest
 
getColumnFamilies() - Method in class org.apache.hadoop.hbase.IntegrationTestRegionReplicaPerf
 
getColumnFamilies() - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad
 
getColumnFamilies() - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestTableSnapshotInputFormat
 
getColumnFamilies() - Method in class org.apache.hadoop.hbase.spark.IntegrationTestSparkBulkLoad
 
getColumnFamilies() - Method in class org.apache.hadoop.hbase.StripeCompactionsPerformanceEvaluation.SeqShardedDataGenerator
 
getColumnFamilies() - Method in class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList
 
getColumnFamilies() - Method in class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify
 
getColumnFamilies() - Method in class org.apache.hadoop.hbase.util.LoadTestTool
 
getColumnFamilies() - Method in class org.apache.hadoop.hbase.util.MultiThreadedAction.DefaultDataGenerator
 
getCommandProvider(ClusterManager.ServiceType) - Method in class org.apache.hadoop.hbase.HBaseClusterManager
 
getCompactedCellsCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getCompactedCellsSize() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getCompactionPressure() - Method in class org.apache.hadoop.hbase.MockRegionServerServices
 
getCompactionQueueSize() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getCompactionRequestor() - Method in class org.apache.hadoop.hbase.MockRegionServerServices
 
getCompactionStateChangeLatch() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverScannerOpenHook.CompactionCompletionNotifyingRegion
 
getConf() - Method in class org.apache.hadoop.hbase.chaos.actions.Action
 
getConf() - Method in class org.apache.hadoop.hbase.HBaseCluster
 
getConf() - Method in class org.apache.hadoop.hbase.IntegrationTestBase
 
getConf() - Method in class org.apache.hadoop.hbase.io.crypto.TestCipherProvider.MyCipherProvider
 
getConf() - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestImportTsv
 
getConf() - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestTableMapReduceUtil
 
getConf() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTsv
 
getConf() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithOperationAttributes
 
getConf() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithTTLs
 
getConf() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithVisibilityLabels
 
getConf() - Method in class org.apache.hadoop.hbase.MultithreadedTestUtil.TestContext
 
getConf() - Method in class org.apache.hadoop.hbase.StripeCompactionsPerformanceEvaluation
 
getConf() - Method in class org.apache.hadoop.hbase.util.ProcessBasedLocalHBaseCluster
 
getConf() - Method in class org.apache.hadoop.hbase.util.TestEncryptionTest.FailingCipherProvider
 
getConfiguration() - Method in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
Returns this classes's instance of Configuration.
getConfiguration() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Returns this classes's instance of Configuration.
getConfiguration() - Method in class org.apache.hadoop.hbase.mapreduce.TestMultiTableInputFormatBase.MRSplitsConnection
 
getConfiguration() - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
getConfiguration() - Method in class org.apache.hadoop.hbase.master.TestActiveMasterManager.DummyMaster
 
getConfiguration() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
getConfiguration() - Method in class org.apache.hadoop.hbase.MockRegionServerServices
 
getConfiguration() - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
 
getConfiguration() - Method in class org.apache.hadoop.hbase.test.IntegrationTestReplication.ClusterID
 
getConfiguration() - Method in class org.apache.hadoop.hbase.util.MockServer
 
getConfigurationWoPrincipal() - Static method in class org.apache.hadoop.hbase.security.HBaseKerberosUtils
 
getConnection() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Get a Connection to the cluster.
getConnection() - Method in class org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover
 
getConnection() - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
getConnection() - Method in class org.apache.hadoop.hbase.master.TestActiveMasterManager.DummyMaster
 
getConnection() - Method in class org.apache.hadoop.hbase.MockRegionServerServices
 
getConnection() - Method in class org.apache.hadoop.hbase.test.IntegrationTestReplication.ClusterID
 
getConnection() - Method in class org.apache.hadoop.hbase.util.MockServer
 
getCoordinatedStateManager() - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
getCoordinatedStateManager() - Method in class org.apache.hadoop.hbase.master.TestActiveMasterManager.DummyMaster
 
getCoordinatedStateManager() - Method in class org.apache.hadoop.hbase.MockRegionServerServices
 
getCoordinatedStateManager() - Method in class org.apache.hadoop.hbase.util.MockServer
 
getCoprocessors() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getCounter(String, BaseSource) - Method in interface org.apache.hadoop.hbase.test.MetricsAssertHelper
Get the value of a counter.
getCounter(String, BaseSource) - Method in class org.apache.hadoop.hbase.test.MetricsAssertHelperImpl
 
getCountOfChoreCalls() - Method in class org.apache.hadoop.hbase.TestChoreService.ScheduledChoreSamples.CountingChore
 
getCtBeforeDelete() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
getCtPostClose() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
getCtPostCloseRegionOperation() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
getCtPostCompact() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
getCtPostCompactSelect() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
getCtPostDeleted() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
getCtPostFlush() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
getCtPostGet() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
getCtPostIncrement() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
getCtPostOpen() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
getCtPostPut() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
getCtPostReplayWALs() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
getCtPostStartRegionOperation() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
getCtPostWALRestore() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
getCtPreClose() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
getCtPreCompact() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
getCtPreCompactSelect() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
getCtPreDeleted() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
getCtPreFlush() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
getCtPreGet() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
getCtPreIncrement() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
getCtPreOpen() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
getCtPrePut() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
getCtPreReplayWALs() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
getCtPreWALRestore() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
getCurrentKey() - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.FixedRecordReader
 
getCurrentKey() - Method in class org.apache.hadoop.hbase.rest.PerformanceEvaluation.PeInputFormat.PeRecordReader
 
getCurrentPath() - Method in class org.apache.hadoop.hbase.replication.ReplicationSourceDummy
 
getCurrentServers() - Method in class org.apache.hadoop.hbase.chaos.actions.Action
Returns current region servers - active master
getCurrentValue() - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.FixedRecordReader
 
getCurrentValue() - Method in class org.apache.hadoop.hbase.rest.PerformanceEvaluation.PeInputFormat.PeRecordReader
 
getDataHitCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getDataInMemoryWithoutWAL() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getDataMissCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getDataNodes() - Method in class org.apache.hadoop.hbase.chaos.actions.RestartRandomDataNodeAction
 
getDataTestDir() - Method in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
 
getDataTestDir(String) - Method in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
 
getDataTestDirOnTestFS() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Returns a Path in the test filesystem, obtained from HBaseTestingUtility.getTestFileSystem() to write temporary test data.
getDataTestDirOnTestFS(String) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Returns a Path in the test filesystem, obtained from HBaseTestingUtility.getTestFileSystem() to write temporary test data.
getDefaultMonkeyFactory() - Method in class org.apache.hadoop.hbase.chaos.util.ChaosMonkeyRunner
 
getDefaultMonkeyFactory() - Method in class org.apache.hadoop.hbase.IntegrationTestBase
 
getDefaultMonkeyFactory() - Method in class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedListWithVisibility
 
getDefaultMonkeyFactory() - Method in class org.apache.hadoop.hbase.test.IntegrationTestTimeBoundedRequestsWithRegionReplicas
 
getDefaultRootDirPath(boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Returns the path to the default root dir the minicluster uses.
getDefaultRootDirPath() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Same as {HBaseTestingUtility.getDefaultRootDirPath(boolean create) except that create flag is false.
getDeleteFamilyBloomHitCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getDeleteFamilyBloomMissCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getDescriptor() - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
 
getDeserializer() - Method in class org.apache.hadoop.hbase.io.hfile.CacheTestUtils.ByteArrayCacheable
 
getDeterministicUniqueKey(long) - Method in class org.apache.hadoop.hbase.StripeCompactionsPerformanceEvaluation.SeqShardedDataGenerator
 
getDeterministicUniqueKey(long) - Method in class org.apache.hadoop.hbase.util.MultiThreadedAction.DefaultDataGenerator
 
getDFSCluster() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
getDifferentUser(Configuration, String) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
This method clones the passed c configuration setting a new user into the clone.
getEndKey() - Method in class org.apache.hadoop.hbase.util.MultiThreadedAction
 
getEndRow() - Method in class org.apache.hadoop.hbase.mapred.TestTableSnapshotInputFormat
 
getEndRow() - Method in class org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatTestBase
 
getEndRow() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableSnapshotInputFormat
 
getExecString() - Method in class org.apache.hadoop.hbase.HBaseClusterManager.RemoteShell
 
getExecutorService() - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
getExecutorService() - Method in class org.apache.hadoop.hbase.MockRegionServerServices
 
getExitCode() - Method in class org.apache.hadoop.hbase.util.LauncherSecurityManager
 
getExplanation(Waiter.Predicate<?>) - Static method in class org.apache.hadoop.hbase.Waiter
 
getFactory(String) - Static method in class org.apache.hadoop.hbase.chaos.factories.MonkeyFactory
 
getFavoredNodesForRegion(String) - Method in class org.apache.hadoop.hbase.MockRegionServerServices
 
getFavoredNodesManager() - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
getFileInfoHitCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getFileInfoMissCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getFilePath() - Method in class org.apache.hadoop.hbase.regionserver.DelegatingKeyValueScanner
 
getFileSystem() - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
getFileSystem() - Method in class org.apache.hadoop.hbase.master.TestActiveMasterManager.DummyMaster
 
getFileSystem() - Method in class org.apache.hadoop.hbase.MockRegionServerServices
 
getFileSystem() - Method in class org.apache.hadoop.hbase.util.MockServer
 
getFilteredReadRequestCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperStub
 
getFilteredReadRequestsCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getFireCount() - Method in class org.apache.hadoop.hbase.GenericTestUtils.DelayAnswer
 
getFlushedCellsCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getFlushedCellsSize() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getFlushPressure() - Method in class org.apache.hadoop.hbase.MockRegionServerServices
 
getFlushQueueSize() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getFlushRequester() - Method in class org.apache.hadoop.hbase.MockRegionServerServices
 
getFlushThroughputController() - Method in class org.apache.hadoop.hbase.MockRegionServerServices
 
getFreePort() - Static method in class org.apache.hadoop.hbase.http.HttpServerFunctionalTest
Picks a free port on the host by binding a Socket to '0'.
getFromStoreFile(HStore, Get) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Do a small get/scan against one store.
getFromStoreFile(HStore, byte[], NavigableSet<byte[]>) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Do a small get/scan against one store.
GetFunction() - Constructor for class org.apache.hadoop.hbase.spark.TestJavaHBaseContext.GetFunction
 
getGaugeDouble(String, BaseSource) - Method in interface org.apache.hadoop.hbase.test.MetricsAssertHelper
Get the value of a gauge as a double.
getGaugeDouble(String, BaseSource) - Method in class org.apache.hadoop.hbase.test.MetricsAssertHelperImpl
 
getGaugeLong(String, BaseSource) - Method in interface org.apache.hadoop.hbase.test.MetricsAssertHelper
Get the value of a gauge as a long.
getGaugeLong(String, BaseSource) - Method in class org.apache.hadoop.hbase.test.MetricsAssertHelperImpl
 
getGeneralBloomMetaHitCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getGeneralBloomMetaMissCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getGeneralQueueLength() - Method in class org.apache.hadoop.hbase.ipc.DelegatingRpcScheduler
 
getGeneralQueueLength() - Method in class org.apache.hadoop.hbase.ipc.MetricsHBaseServerWrapperStub
 
getGroups(String) - Method in class org.apache.hadoop.hbase.http.TestHttpServer.MyGroupsProvider
 
getHBaseAdmin() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Since 2.0. Will be removed in 3.0. Use HBaseTestingUtility.getAdmin() instead.
getHBaseCluster() - Method in class org.apache.hadoop.hbase.chaos.actions.Action.ActionContext
 
getHBaseCluster() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Get the Mini HBase cluster.
getHBaseClusterInterface() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Returns the HBaseCluster instance.
getHBaseIntegrationTestingUtility() - Method in class org.apache.hadoop.hbase.chaos.actions.Action.ActionContext
 
getHbck() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Returns an Hbck instance.
getHDFSBlockDistribution() - Method in class org.apache.hadoop.hbase.regionserver.MockHStoreFile
 
getHeapMemoryManager() - Method in class org.apache.hadoop.hbase.MockRegionServerServices
 
getHedgedReadOps() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getHedgedReadWins() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getHomePath() - Static method in class org.apache.hadoop.hbase.util.HBaseHomePath
 
getHostAndWeights() - Method in class org.apache.hadoop.hbase.TestHDFSBlocksDistribution.MockHDFSBlocksDistribution
 
getInitialClusterMetrics() - Method in class org.apache.hadoop.hbase.DistributedHBaseCluster
 
getInitialClusterMetrics() - Method in class org.apache.hadoop.hbase.HBaseCluster
Returns a ClusterStatus for this HBase cluster as observed at the starting of the HBaseCluster
getInitializedEvent() - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
getInitialState() - Method in class org.apache.hadoop.hbase.master.DummyRegionProcedure
 
getIntermediateIndexHitCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getIntermediateIndexMissCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getJobConf(MiniMRCluster) - Static method in class org.apache.hadoop.hbase.mapreduce.MapreduceTestingShim
 
getKey(String) - Method in class org.apache.hadoop.hbase.io.crypto.KeyProviderForTesting
 
getKey(String) - Method in class org.apache.hadoop.hbase.util.TestEncryptionTest.FailingKeyProvider
 
getKeys(String[]) - Method in class org.apache.hadoop.hbase.io.crypto.KeyProviderForTesting
 
getKeys(String[]) - Method in class org.apache.hadoop.hbase.util.TestEncryptionTest.FailingKeyProvider
 
getKeytabFileForTesting() - Static method in class org.apache.hadoop.hbase.security.HBaseKerberosUtils
 
getL1CacheHitCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getL1CacheHitRatio() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getL1CacheMissCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getL1CacheMissRatio() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getL2CacheHitCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getL2CacheHitRatio() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getL2CacheMissCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getL2CacheMissRatio() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getLargeCompactionQueueSize() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getLastMajorCompactionAge() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperStub
 
getLastMajorCompactionTimestamp(TableName) - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
getLastMajorCompactionTimestampForRegion(byte[]) - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
getLeafIndexHitCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getLeafIndexMissCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getLeases() - Method in class org.apache.hadoop.hbase.MockRegionServerServices
 
getLength() - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.EmptySplit
 
getLength() - Method in class org.apache.hadoop.hbase.rest.PerformanceEvaluation.PeInputSplit
 
getLiveMasterThreads() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
getLiveRegionServerThreads() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
getLoadBalancer() - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
getLocations() - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.EmptySplit
 
getLocations() - Method in class org.apache.hadoop.hbase.rest.PerformanceEvaluation.PeInputSplit
 
getLockManager() - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
getLocks() - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
getLog() - Method in class org.apache.hadoop.hbase.mapred.TestTableMapReduce
 
getLog() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableMapReduce
 
getLog() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableMapReduceBase
Retrieve my logger instance.
getLogFileSize() - Method in class org.apache.hadoop.hbase.wal.IOTestProvider
 
getMajorCompactedCellsCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getMajorCompactedCellsSize() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getMaster() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Returns the current active master, if available.
getMaster(int) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Returns the master at the specified index, if available.
getMasterAdminService() - Method in class org.apache.hadoop.hbase.DistributedHBaseCluster
 
getMasterAdminService() - Method in class org.apache.hadoop.hbase.HBaseCluster
Returns an MasterService.BlockingInterface to the active master
getMasterAdminService() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Returns the current active master, if available.
getMasterCoprocessorHost() - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
getMasterFileSystem() - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
getMasterIndex(ServerName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
getMasterMetrics() - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
getMasterObserver() - Method in class org.apache.hadoop.hbase.client.TestAsyncAdminBuilder.TestMaxRetriesCoprocessor
 
getMasterObserver() - Method in class org.apache.hadoop.hbase.client.TestAsyncAdminBuilder.TestOperationTimeoutCoprocessor
 
getMasterObserver() - Method in class org.apache.hadoop.hbase.client.TestAsyncAdminBuilder.TestRpcTimeoutCoprocessor
 
getMasterObserver() - Method in class org.apache.hadoop.hbase.client.TestEnableTable.MasterSyncObserver
 
getMasterObserver() - Method in class org.apache.hadoop.hbase.client.TestMultiParallel.MyMasterObserver
 
getMasterObserver() - Method in class org.apache.hadoop.hbase.coprocessor.TestClassLoading.TestMasterCoprocessor
 
getMasterObserver() - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorMetrics.CustomMasterObserver
 
getMasterObserver() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterCoprocessorExceptionWithAbort.BuggyMasterObserver
 
getMasterObserver() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterCoprocessorExceptionWithRemove.BuggyMasterObserver
 
getMasterObserver() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
getMasterObserver() - Method in class org.apache.hadoop.hbase.namespace.TestNamespaceAuditor.CPMasterObserver
 
getMasterObserver() - Method in class org.apache.hadoop.hbase.namespace.TestNamespaceAuditor.MasterSyncObserver
 
getMasterObserver() - Method in class org.apache.hadoop.hbase.regionserver.TestSplitTransactionOnCluster.FailingSplitMasterObserver
 
getMasterObserver() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroups.CPMasterObserver
 
getMasterObserver() - Method in class org.apache.hadoop.hbase.snapshot.TestSnapshotClientRetries.MasterSyncObserver
 
getMasterObserver() - Method in class org.apache.hadoop.hbase.TestClientClusterMetrics.MyObserver
 
getMasterObserver() - Method in class org.apache.hadoop.hbase.TestClientClusterStatus.MyObserver
 
getMasterObserver() - Method in class org.apache.hadoop.hbase.util.BaseTestHBaseFsck.MasterSyncCoprocessor
 
getMasterProcedureExecutor() - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
getMasterProcedureManagerHost() - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
getMasterQuotaManager() - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
getMasterThread() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Returns the current active master thread, if available.
getMasterThreads() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
getMasterWalManager() - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
getMaxCompactionQueueSize() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperStub
 
getMaxFlushQueueSize() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperStub
 
getMaximumTimestamp() - Method in class org.apache.hadoop.hbase.regionserver.MockHStoreFile
 
getMaxSequenceId() - Method in class org.apache.hadoop.hbase.regionserver.MockHStoreFile
 
getMaxStoreFileAge() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getMaxStoreFileAge() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperStub
 
getMemoryCompactionPolicy() - Method in class org.apache.hadoop.hbase.AcidGuaranteesTestBase
 
getMemoryCompactionPolicy() - Method in class org.apache.hadoop.hbase.TestAcidGuaranteesWithAdaptivePolicy
 
getMemoryCompactionPolicy() - Method in class org.apache.hadoop.hbase.TestAcidGuaranteesWithBasicPolicy
 
getMemoryCompactionPolicy() - Method in class org.apache.hadoop.hbase.TestAcidGuaranteesWithEagerPolicy
 
getMemoryCompactionPolicy() - Method in class org.apache.hadoop.hbase.TestAcidGuaranteesWithNoInMemCompaction
 
getMemoryType() - Method in class org.apache.hadoop.hbase.io.hfile.CacheTestUtils.ByteArrayCacheable
 
getMemStoreLimit() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getMemStoreSize() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getMemStoreSize() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperStub
 
getMemStoresSize(String) - Method in class org.apache.hadoop.hbase.regionserver.MetricsTableWrapperStub
 
getMetadataValue(byte[]) - Method in class org.apache.hadoop.hbase.regionserver.MockHStoreFile
 
getMetaHitCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getMetaMissCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getMetaRSPort(Connection) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
getMetaTableDescriptor() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
since 2.0 version and will be removed in 3.0 version. use HBaseTestingUtility.getMetaTableDescriptorBuilder()
getMetaTableDescriptorBuilder() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
getMetaTableLocator() - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
getMetaTableLocator() - Method in class org.apache.hadoop.hbase.master.TestActiveMasterManager.DummyMaster
 
getMetaTableLocator() - Method in class org.apache.hadoop.hbase.MockRegionServerServices
 
getMetaTableLocator() - Method in class org.apache.hadoop.hbase.util.MockServer
 
getMetaTableRowResult(HRegionInfo) - Static method in class org.apache.hadoop.hbase.MetaMockingUtil
Returns a Result object constructed from the given region information simulating a catalog table result.
getMetaTableRowResult(HRegionInfo, ServerName) - Static method in class org.apache.hadoop.hbase.MetaMockingUtil
Returns a Result object constructed from the given region information simulating a catalog table result.
getMetaTableRowResult(HRegionInfo, ServerName, HRegionInfo, HRegionInfo) - Static method in class org.apache.hadoop.hbase.MetaMockingUtil
Returns a Result object constructed from the given region information simulating a catalog table result.
getMetaTableRows() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Returns all rows from the hbase:meta table.
getMetaTableRows(TableName) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Returns all rows from the hbase:meta table for a given user table
getMethodName() - Static method in class org.apache.hadoop.hbase.GenericTestUtils
Extracts the name of the method where the invocation has happened
getMetrics() - Method in class org.apache.hadoop.hbase.MockRegionServerServices
 
getMiniHBaseCluster() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
getMinimumTimestamp() - Method in class org.apache.hadoop.hbase.regionserver.MockHStoreFile
 
getMinServerCount() - Method in class org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover
 
getMinServerCount() - Method in class org.apache.hadoop.hbase.IntegrationTestIngest
 
getMinServerCount() - Method in class org.apache.hadoop.hbase.IntegrationTestRegionReplicaReplication
 
getMinStoreFileAge() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getMinStoreFileAge() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperStub
 
getMobFileCacheAccessCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getMobFileCacheCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getMobFileCacheEvictedCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getMobFileCacheHitPercent() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getMobFileCacheMissCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getMobFlushCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getMobFlushedCellsCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getMobFlushedCellsSize() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getMobScanCellsCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getMobScanCellsSize() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getMockedConnection(Configuration) - Static method in class org.apache.hadoop.hbase.client.HConnectionTestingUtility
Get a Mocked ClusterConnection that goes with the passed conf configuration instance.
getMockedConnectionAndDecorate(Configuration, AdminProtos.AdminService.BlockingInterface, ClientProtos.ClientService.BlockingInterface, ServerName, RegionInfo) - Static method in class org.apache.hadoop.hbase.client.HConnectionTestingUtility
Calls HConnectionTestingUtility.getMockedConnection(Configuration) and then mocks a few more of the popular ClusterConnection methods so they do 'normal' operation (see return doc below for list).
getModificationTimeStamp() - Method in class org.apache.hadoop.hbase.regionserver.MockHStoreFile
 
getModificationTimestamp() - Method in class org.apache.hadoop.hbase.regionserver.MockHStoreFile
 
getMROutputDirProp() - Static method in class org.apache.hadoop.hbase.mapreduce.MapreduceTestingShim
 
getName() - Method in class org.apache.hadoop.hbase.coprocessor.TestRowProcessorEndpoint.RowProcessorEndpoint.RowSwapProcessor
 
getName() - Method in class org.apache.hadoop.hbase.coprocessor.TestRowProcessorEndpoint.RowProcessorEndpoint.TimeoutProcessor
 
getName() - Method in class org.apache.hadoop.hbase.io.crypto.TestCipherProvider.MyCipherProvider
 
getName() - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
 
getName() - Method in class org.apache.hadoop.hbase.regionserver.TestParallelPut
 
getName() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestLogRolling
 
getName() - Method in class org.apache.hadoop.hbase.util.TestEncryptionTest.FailingCipherProvider
 
getNamespace() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperStub
 
getNext() - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.LinkChain
 
getNext() - Method in class org.apache.hadoop.hbase.spark.IntegrationTestSparkBulkLoad.SparkLinkChain
 
getNextIndexedKey() - Method in class org.apache.hadoop.hbase.regionserver.DelegatingKeyValueScanner
 
getNextKeyToRead() - Method in class org.apache.hadoop.hbase.test.IntegrationTestTimeBoundedRequestsWithRegionReplicas.TimeBoundedMultiThreadedReader.TimeBoundedMultiThreadedReaderThread
 
getNextKeyToRead() - Method in class org.apache.hadoop.hbase.util.MultiThreadedReader.HBaseReaderThread
 
getNonceManager() - Method in class org.apache.hadoop.hbase.MockRegionServerServices
 
getNoOfTags() - Method in class org.apache.hadoop.hbase.rest.PerformanceEvaluation.PeInputSplit
 
getNullResultsCount() - Method in class org.apache.hadoop.hbase.util.MultiThreadedReader
 
getNumBytesCompacted() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperStub
 
getNumCompactionsCompleted() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperStub
 
getNumCompactionsFailed() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperStub
 
getNumCompactionsQueued() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperStub
 
getNumFilesCompacted() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperStub
 
getNumFlushesQueued() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperStub
 
getNumGeneralCallsDropped() - Method in class org.apache.hadoop.hbase.ipc.DelegatingRpcScheduler
 
getNumGeneralCallsDropped() - Method in class org.apache.hadoop.hbase.ipc.MetricsHBaseServerWrapperStub
 
getNumHFiles(TableName, byte[]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
getNumHFilesForRS(HRegionServer, TableName, byte[]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
getNumKeys(long) - Method in class org.apache.hadoop.hbase.IntegrationTestIngest
Estimates a data size based on the cluster size
getNumKeysVerified() - Method in class org.apache.hadoop.hbase.util.MultiThreadedReader
 
getNumLifoModeSwitches() - Method in class org.apache.hadoop.hbase.ipc.DelegatingRpcScheduler
 
getNumLifoModeSwitches() - Method in class org.apache.hadoop.hbase.ipc.MetricsHBaseServerWrapperStub
 
getNumLogFiles() - Method in class org.apache.hadoop.hbase.wal.IOTestProvider
 
getNumMapTasks(Configuration) - Static method in class org.apache.hadoop.hbase.mapreduce.NMapInputFormat
 
getNumMutationsWithoutWAL() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getNumOnlineRegions() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getNumOpenConnections() - Method in class org.apache.hadoop.hbase.ipc.MetricsHBaseServerWrapperStub
 
getNumReadErrors() - Method in class org.apache.hadoop.hbase.util.MultiThreadedReader
 
getNumReadFailures() - Method in class org.apache.hadoop.hbase.util.MultiThreadedReader
 
getNumReferenceFiles() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getNumReferenceFiles() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperStub
 
getNumReplicas() - Method in class org.apache.hadoop.hbase.client.CloneSnapshotFromClientTestBase
 
getNumReplicas() - Method in class org.apache.hadoop.hbase.client.RestoreSnapshotFromClientTestBase
 
getNumReplicas() - Method in class org.apache.hadoop.hbase.client.TestCloneSnapshotFromClientCloneLinksAfterDelete
 
getNumReplicas() - Method in class org.apache.hadoop.hbase.client.TestCloneSnapshotFromClientError
 
getNumReplicas() - Method in class org.apache.hadoop.hbase.client.TestCloneSnapshotFromClientNormal
 
getNumReplicas() - Method in class org.apache.hadoop.hbase.client.TestRestoreSnapshotFromClientAfterSplittingRegions
 
getNumReplicas() - Method in class org.apache.hadoop.hbase.client.TestRestoreSnapshotFromClientClone
 
getNumReplicas() - Method in class org.apache.hadoop.hbase.client.TestRestoreSnapshotFromClientSchemaChange
 
getNumReplicas() - Method in class org.apache.hadoop.hbase.client.TestRestoreSnapshotFromClientSimple
 
getNumReplicas() - Method in class org.apache.hadoop.hbase.client.TestRestoreSnapshotFromClientWithRegionReplicas
 
getNumReplicas() - Method in class org.apache.hadoop.hbase.client.TestSnapshotFromClient
 
getNumReplicas() - Method in class org.apache.hadoop.hbase.client.TestSnapshotFromClientWithRegionReplicas
 
getNumServers() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
getNumSpaceQuotas() - Method in class org.apache.hadoop.hbase.quotas.TestMasterQuotasObserver
 
getNumStoreFiles() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getNumStoreFiles() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperStub
 
getNumStores() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getNumStores() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperStub
 
getNumThreads(String) - Method in class org.apache.hadoop.hbase.util.LoadTestTool
 
getNumUniqueKeysVerified() - Method in class org.apache.hadoop.hbase.util.MultiThreadedReader
 
getNumWALFiles() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getNumWALSlowAppend() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getNumWriteFailures() - Method in class org.apache.hadoop.hbase.util.MultiThreadedWriterBase
 
getOperationTimeout() - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
Deprecated.
getOperationTimeout(TimeUnit) - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
 
getOrder() - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.LinkKey
 
getOrder() - Method in class org.apache.hadoop.hbase.spark.IntegrationTestSparkBulkLoad.SparkLinkKey
 
getOrderingFilter() - Method in class org.apache.hadoop.hbase.filter.TestFilterList
 
getOtherRegionServer(HRegionServer) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
getParameters() - Static method in class org.apache.hadoop.hbase.io.hfile.TestCacheOnWrite
 
getParameters() - Static method in class org.apache.hadoop.hbase.io.hfile.TestFixedFileTrailer
 
getParameters() - Static method in class org.apache.hadoop.hbase.regionserver.TestCacheOnWriteInSchema
 
getPartition(IntegrationTestBulkLoad.LinkKey, IntegrationTestBulkLoad.LinkChain, int) - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.NaturalKeyPartitioner
 
getPartition(Object) - Method in class org.apache.hadoop.hbase.spark.IntegrationTestSparkBulkLoad.NaturalKeyPartitioner
 
getPeerId() - Method in class org.apache.hadoop.hbase.replication.ReplicationSourceDummy
 
getPeerUUID() - Method in class org.apache.hadoop.hbase.client.replication.TestReplicationAdminWithClusters.TestUpdatableReplicationEndpoint
 
getPeerUUID() - Method in class org.apache.hadoop.hbase.replication.SerialReplicationTestBase.LocalReplicationEndpoint
 
getPeerUUID() - Method in class org.apache.hadoop.hbase.replication.TestReplicationEndpoint.ReplicationEndpointForTest
 
getPercentFileLocal() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getPercentFileLocalSecondaryRegions() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getPoolType() - Method in class org.apache.hadoop.hbase.util.PoolMapTestBase
 
getPoolType() - Method in class org.apache.hadoop.hbase.util.TestReusablePoolMap
 
getPoolType() - Method in class org.apache.hadoop.hbase.util.TestRoundRobinPoolMap
 
getPoolType() - Method in class org.apache.hadoop.hbase.util.TestThreadLocalPoolMap
 
getPreadScanner(boolean, long, long, boolean) - Method in class org.apache.hadoop.hbase.regionserver.MockHStoreFile
 
getPrimaryCdl() - Static method in class org.apache.hadoop.hbase.client.TestReplicasClient.SlowMeCopro
 
getPrimaryGetCount() - Static method in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead
 
getPrincipalForTesting() - Static method in class org.apache.hadoop.hbase.security.HBaseKerberosUtils
 
getPriority() - Method in class org.apache.hadoop.hbase.regionserver.StatefulStoreMockMaker
 
getPriority() - Method in class org.apache.hadoop.hbase.regionserver.TestCompaction.BlockingStoreMockMaker
 
getPriorityQueueLength() - Method in class org.apache.hadoop.hbase.ipc.DelegatingRpcScheduler
 
getPriorityQueueLength() - Method in class org.apache.hadoop.hbase.ipc.MetricsHBaseServerWrapperStub
 
getProcedures() - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
getProgress() - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.FixedRecordReader
 
getProgress() - Method in class org.apache.hadoop.hbase.rest.PerformanceEvaluation.PeInputFormat.PeRecordReader
 
getQueueId() - Method in class org.apache.hadoop.hbase.replication.ReplicationSourceDummy
 
getRandomDir() - Method in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
 
getRandomUUID() - Method in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
 
getRandString() - Method in interface org.apache.hadoop.hbase.RandomStringGenerator
 
getRandString() - Method in class org.apache.hadoop.hbase.RandomStringGeneratorImpl
 
getRawTable() - Static method in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableScan
 
getReader() - Method in class org.apache.hadoop.hbase.regionserver.MockHStoreFile
 
getReadQueueLength() - Method in class org.apache.hadoop.hbase.ipc.DelegatingRpcScheduler
 
getReadQueueLength() - Method in class org.apache.hadoop.hbase.ipc.MetricsHBaseServerWrapperStub
 
getReadRequestCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperStub
 
getReadRequestsCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getReadRequestsCount(String) - Method in class org.apache.hadoop.hbase.regionserver.MetricsTableWrapperStub
 
getReadRpcTimeout(TimeUnit) - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
 
getReadRpcTimeout() - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
Deprecated.
getRegion(String) - Method in class org.apache.hadoop.hbase.MockRegionServerServices
 
getRegionArchiveDir(Configuration, HRegion) - Static method in class org.apache.hadoop.hbase.util.HFileArchiveTestingUtil
Helper method to get the archive directory for the specified region
getRegionDebugInfoSafe(Table, byte[]) - Method in class org.apache.hadoop.hbase.util.MultiThreadedWriterBase
 
getRegionHashCode() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperStub
 
getRegionLocator(TableName) - Method in class org.apache.hadoop.hbase.mapreduce.TestMultiTableInputFormatBase.MRSplitsConnection
 
getRegionName() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperStub
 
getRegionNormalizer() - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead.FailPrimaryGetCP
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.client.AbstractTestCITimeout.SleepAndFailFirstTime
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.client.AbstractTestCITimeout.SleepCoprocessor
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.client.HConnectionTestingUtility.SleepAtFirstRpcCall
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.client.TestAsyncNonMetaRegionLocatorConcurrenyLimit.CountingRegionObserver
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.client.TestAsyncRegionLocatorTimeout.SleepRegionObserver
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.client.TestAsyncTableBatch.ErrorInjectObserver
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.client.TestAvoidCellReferencesIntoShippedBlocks.CompactorRegionObserver
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.client.TestBlockEvictionFromClient.CustomInnerRegionObserver
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.client.TestClientOperationInterrupt.TestCoprocessor
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.client.TestDropTimeoutRequest.SleepLongerAtFirstCoprocessor
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide3.WaitingForMultiMutationsObserver
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide3.WaitingForScanObserver
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.client.TestMobCloneSnapshotFromClientCloneLinksAfterDelete.DelayFlushCoprocessor
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.client.TestReplicasClient.SlowMeCopro
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.client.TestReplicaWithCluster.RegionServerHostingPrimayMetaRegionSlowOrStopCopro
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.client.TestReplicaWithCluster.RegionServerStoppedCopro
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.client.TestReplicaWithCluster.SlowMeCopro
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.client.TestResultFromCoprocessor.MyObserver
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.client.TestServerBusyException.SleepCoprocessor
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.client.TestServerBusyException.SleepLongerAtFirstCoprocessor
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.client.TestTableOperationException.ThrowDoNotRetryIOExceptionCoprocessor
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.client.TestTableOperationException.ThrowIOExceptionCoprocessor
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.coprocessor.SampleRegionWALCoprocessor
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.coprocessor.TestAppendTimeRange.MyObserver
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorInterface.CoprocessorII
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorInterface.CoprocessorImpl
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorMetrics.CustomRegionObserver
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.coprocessor.TestIncrementAndAppendWithNullResult.MyObserver
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.coprocessor.TestOpenTableInCoprocessor.CustomThreadPoolCoprocessor
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.coprocessor.TestOpenTableInCoprocessor.SendToOtherTableCoprocessor
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.coprocessor.TestPassCustomCellViaRegionObserver.RegionObserverImpl
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverBypass.TestCoprocessor
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverForAddingMutationsFromCoprocessors.TestDeleteCellCoprocessor
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverForAddingMutationsFromCoprocessors.TestDeleteFamilyCoprocessor
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverForAddingMutationsFromCoprocessors.TestDeleteRowCoprocessor
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverForAddingMutationsFromCoprocessors.TestMultiMutationCoprocessor
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverInterface.EvenOnlyCompactor
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverPreFlushAndPreCompact.TestRegionObserver
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverScannerOpenHook.EmptyRegionObsever
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverScannerOpenHook.NoDataFromCompaction
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverScannerOpenHook.NoDataFromFlush
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverScannerOpenHook.NoDataFromScan
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverStacking.ObserverA
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverStacking.ObserverB
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverStacking.ObserverC
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.SlowMeCoproScanOperations
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithOperationAttributes.OperationAttributesTestController
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithTTLs.TTLCheckingObserver
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.master.TestMasterAbortAndRSGotKilled.DelayCloseCP
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.mob.compactions.TestMobCompactor.CompactTwoLatestHfilesCopro
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.namespace.TestNamespaceAuditor.CustomObserver
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.regionserver.NoOpScanPolicyObserver
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactionLifeCycleTracker.CompactionObserver
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.regionserver.TestFlushLifeCycleTracker.FlushObserver
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionServerBulkLoad.MyObserver
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerAbort.StopBlockingRegionObserver
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerAbortTimeout.SleepWhenCloseCoprocessor
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerReadRequestMetrics.ScanRegionCoprocessor
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.regionserver.TestScannerRetriableFailure.FaultyScannerObserver
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.regionserver.TestScannerWithCorruptHFile.CorruptHFileCoprocessor
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.regionserver.TestSettingTimeoutOnBlockingPoint.SleepCoprocessor
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.regionserver.TestTags.TestCoprocessorForTags
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.replication.TestMasterReplication.CoprocessorCounter
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.replication.TestReplicationWithTags.TestCoprocessorForTagsAtSink
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.replication.TestReplicationWithTags.TestCoprocessorForTagsAtSource
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.util.TestCoprocessorScanPolicy.ScanObserver
 
getRegions(byte[]) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
getRegions(TableName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
getRegions(TableName) - Method in class org.apache.hadoop.hbase.MockRegionServerServices
 
getRegions() - Method in class org.apache.hadoop.hbase.MockRegionServerServices
 
getRegionServer(int) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Grab a numbered region server of your choice.
getRegionServer(ServerName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
getRegionServerAccounting() - Method in class org.apache.hadoop.hbase.MockRegionServerServices
 
getRegionServerIndex(ServerName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
getRegionServerObserver() - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorMetrics.CustomRegionServerObserver
 
getRegionServerObserver() - Method in class org.apache.hadoop.hbase.namespace.TestNamespaceAuditor.CPRegionServerObserver
 
getRegionServerObserver() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerAbort.StopBlockingRegionObserver
 
getRegionServerRpcQuotaManager() - Method in class org.apache.hadoop.hbase.MockRegionServerServices
 
getRegionServerSpaceQuotaManager() - Method in class org.apache.hadoop.hbase.MockRegionServerServices
 
getRegionServerThreads() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
getRegionServerVersion(ServerName) - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
getRegionsInTransitionInRS() - Method in class org.apache.hadoop.hbase.MockRegionServerServices
 
getRegionSplitStartKeys(byte[], byte[], int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Create region split keys between startkey and endKey
getReplicaId() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperStub
Get the replica id of this region.
getReplicationEndpoint() - Method in class org.apache.hadoop.hbase.replication.ReplicationSourceDummy
 
getReplicationPeerConfig(String) - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
getReplicationPeerManager() - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
getReplicationPeerManager() - Method in class org.apache.hadoop.hbase.replication.TestReplicationProcedureRetry.MockHMaster
 
getReplicationQueueLength() - Method in class org.apache.hadoop.hbase.ipc.DelegatingRpcScheduler
 
getReplicationQueueLength() - Method in class org.apache.hadoop.hbase.ipc.MetricsHBaseServerWrapperStub
 
getRequestData() - Method in class org.apache.hadoop.hbase.coprocessor.TestRowProcessorEndpoint.RowProcessorEndpoint.FriendsOfFriendsProcessor
 
getRequestData() - Method in class org.apache.hadoop.hbase.coprocessor.TestRowProcessorEndpoint.RowProcessorEndpoint.IncrementCounterProcessor
 
getRequestData() - Method in class org.apache.hadoop.hbase.coprocessor.TestRowProcessorEndpoint.RowProcessorEndpoint.RowSwapProcessor
 
getRequestData() - Method in class org.apache.hadoop.hbase.coprocessor.TestRowProcessorEndpoint.RowProcessorEndpoint.TimeoutProcessor
 
getRequestsPerSecond() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getResult() - Method in class org.apache.hadoop.hbase.coprocessor.TestRowProcessorEndpoint.RowProcessorEndpoint.FriendsOfFriendsProcessor
 
getResult() - Method in class org.apache.hadoop.hbase.coprocessor.TestRowProcessorEndpoint.RowProcessorEndpoint.IncrementCounterProcessor
 
getResult() - Method in class org.apache.hadoop.hbase.coprocessor.TestRowProcessorEndpoint.RowProcessorEndpoint.RowSwapProcessor
 
getResult() - Method in class org.apache.hadoop.hbase.coprocessor.TestRowProcessorEndpoint.RowProcessorEndpoint.TimeoutProcessor
 
getResultCount() - Method in class org.apache.hadoop.hbase.GenericTestUtils.DelayAnswer
 
getReturnValue() - Method in class org.apache.hadoop.hbase.GenericTestUtils.DelayAnswer
After the call has gone through, return the call's return value, or null in case it was void or an exception was thrown.
getRk() - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.LinkChain
 
getRk() - Method in class org.apache.hadoop.hbase.spark.IntegrationTestSparkBulkLoad.SparkLinkChain
 
getRootIndexHitCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getRootIndexMissCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getRow(Get, long, byte[]) - Method in class org.apache.hadoop.hbase.util.MultiThreadedUpdater.HBaseUpdaterThread
 
getRow(Get, long, byte[]) - Method in class org.apache.hadoop.hbase.util.MultiThreadedUpdaterWithACL.HBaseUpdaterThreadWithACL
 
getRowLockInternal(byte[], boolean, Region.RowLock) - Method in class org.apache.hadoop.hbase.regionserver.TestAtomicOperation.MockHRegion
 
getRows() - Method in class org.apache.hadoop.hbase.rest.PerformanceEvaluation.PeInputSplit
 
getRowsToLock() - Method in class org.apache.hadoop.hbase.coprocessor.TestRowProcessorEndpoint.RowProcessorEndpoint.FriendsOfFriendsProcessor
 
getRowsToLock() - Method in class org.apache.hadoop.hbase.coprocessor.TestRowProcessorEndpoint.RowProcessorEndpoint.IncrementCounterProcessor
 
getRowsToLock() - Method in class org.apache.hadoop.hbase.coprocessor.TestRowProcessorEndpoint.RowProcessorEndpoint.RowSwapProcessor
 
getRowsToLock() - Method in class org.apache.hadoop.hbase.coprocessor.TestRowProcessorEndpoint.RowProcessorEndpoint.TimeoutProcessor
 
getRpcGetRequestsCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getRpcMultiRequestsCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getRpcMutateRequestsCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getRpcScanRequestsCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getRpcServer() - Method in class org.apache.hadoop.hbase.MockRegionServerServices
 
getRpcStubCreatedFlag() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerReportForDuty.MyRegionServer
 
getRpcTimeout() - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
Deprecated.
getRpcTimeout(TimeUnit) - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
 
getRSForFirstRegionInTable(TableName) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Tool to get the reference to the region server object that holds the region of the specified user table.
getRSGroupInfo(String) - Method in class org.apache.hadoop.hbase.rsgroup.VerifyingRSGroupAdminClient
 
getRSGroupInfoOfTable(TableName) - Method in class org.apache.hadoop.hbase.rsgroup.VerifyingRSGroupAdminClient
 
getRSGroupOfServer(Address) - Method in class org.apache.hadoop.hbase.rsgroup.VerifyingRSGroupAdminClient
 
getScanCreatorParams() - Static method in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableScan
 
getScanner(Scan) - Method in class org.apache.hadoop.hbase.client.AbstractTestResultScannerCursor
 
getScanner(Scan) - Method in class org.apache.hadoop.hbase.client.TestAsyncResultScannerCursor
 
getScanner(Scan) - Method in class org.apache.hadoop.hbase.client.TestResultScannerCursor
 
getScanner(Scan) - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
 
getScanner(byte[]) - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
 
getScanner(byte[], byte[]) - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
 
getScannerOrder() - Method in class org.apache.hadoop.hbase.regionserver.DelegatingKeyValueScanner
 
getScanQueueLength() - Method in class org.apache.hadoop.hbase.ipc.DelegatingRpcScheduler
 
getScanQueueLength() - Method in class org.apache.hadoop.hbase.ipc.MetricsHBaseServerWrapperStub
 
getSecondaryCdl() - Static method in class org.apache.hadoop.hbase.client.TestReplicasClient.SlowMeCopro
 
getSecondaryGetCount() - Static method in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead
 
getSecureBulkLoadManager() - Method in class org.apache.hadoop.hbase.MockRegionServerServices
 
getSecuredConfiguration() - Static method in class org.apache.hadoop.hbase.security.HBaseKerberosUtils
 
getSerializedLength() - Method in class org.apache.hadoop.hbase.io.hfile.CacheTestUtils.ByteArrayCacheable
 
getServerHoldingMeta() - Method in class org.apache.hadoop.hbase.HBaseCluster
Get the ServerName of region server serving the first hbase:meta region
getServerHoldingRegion(TableName, byte[]) - Method in class org.apache.hadoop.hbase.DistributedHBaseCluster
 
getServerHoldingRegion(TableName, byte[]) - Method in class org.apache.hadoop.hbase.HBaseCluster
Get the ServerName of region server serving the specified region
getServerHoldingRegion(TableName, byte[]) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
getServerManager() - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
getServerName() - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
getServerName() - Method in class org.apache.hadoop.hbase.master.TestActiveMasterManager.DummyMaster
 
getServerName() - Method in class org.apache.hadoop.hbase.MockRegionServerServices
 
getServerName() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getServerName() - Method in class org.apache.hadoop.hbase.util.MockServer
 
getServerURL(HttpServer) - Static method in class org.apache.hadoop.hbase.http.HttpServerFunctionalTest
Pass in a server, return a URL bound to localhost and its port
getServerWALsBelongTo() - Method in class org.apache.hadoop.hbase.replication.ReplicationSourceDummy
 
getServerWith(byte[]) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Get the location of the specified region
getServerWithMeta() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
getService() - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorServiceBackwardCompatibility.DummyCoprocessorService
 
getServices() - Method in class org.apache.hadoop.hbase.coprocessor.ColumnAggregationEndpoint
 
getServices() - Method in class org.apache.hadoop.hbase.coprocessor.ColumnAggregationEndpointNullResponse
 
getServices() - Method in class org.apache.hadoop.hbase.coprocessor.ColumnAggregationEndpointWithErrors
 
getServices() - Method in class org.apache.hadoop.hbase.coprocessor.ProtobufCoprocessorService
 
getServices() - Method in class org.apache.hadoop.hbase.coprocessor.TestAsyncCoprocessorEndpoint.DummyRegionServerEndpoint
 
getServices() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionServerCoprocessorEndpoint.DummyRegionServerEndpoint
 
getServices() - Method in class org.apache.hadoop.hbase.regionserver.TestServerCustomProtocol.PingHandler
 
getServletPort() - Method in class org.apache.hadoop.hbase.rest.HBaseRESTTestingUtility
 
getSmallCompactionQueueSize() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getSnapshotDescription() - Method in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils.SnapshotMock.SnapshotBuilder
 
getSnapshotManager() - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
getSnapshotScanMapping(List<Scan>) - Method in class org.apache.hadoop.hbase.mapreduce.TestMultiTableSnapshotInputFormat
 
getSnapshotsDir() - Method in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils.SnapshotMock.SnapshotBuilder
 
getSourceManager() - Method in class org.apache.hadoop.hbase.replication.ReplicationSourceDummy
 
getSourceMetrics() - Method in class org.apache.hadoop.hbase.replication.ReplicationSourceDummy
 
getSpiedConnection(Configuration) - Static method in class org.apache.hadoop.hbase.client.HConnectionTestingUtility
Get a Mockito spied-upon ClusterConnection that goes with the passed conf configuration instance.
getSplitKeys() - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils
 
getSplitKeys(int) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils
 
getSplitQueueSize() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getSplits(JobContext) - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.ITBulkLoadInputFormat
 
getSplits(JobContext) - Method in class org.apache.hadoop.hbase.mapreduce.NMapInputFormat
 
getSplits(PerformanceEvaluation.TestOptions) - Static method in class org.apache.hadoop.hbase.PerformanceEvaluation
generates splits based on total number of rows and specified split regions
getSplits() - Method in class org.apache.hadoop.hbase.rest.PerformanceEvaluation
Generates splits based on total number of rows and specified split regions
getSplits(JobContext) - Method in class org.apache.hadoop.hbase.rest.PerformanceEvaluation.PeInputFormat
 
getSplittableRegion(TableName, int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
getStartCode() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getStartRow() - Method in class org.apache.hadoop.hbase.mapred.TestTableSnapshotInputFormat
 
getStartRow() - Method in class org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatTestBase
 
getStartRow() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableSnapshotInputFormat
 
getStartRow() - Method in class org.apache.hadoop.hbase.rest.PerformanceEvaluation.PeInputSplit
 
getState(int) - Method in class org.apache.hadoop.hbase.master.DummyRegionProcedure
 
getStateId(DummyRegionProcedureState) - Method in class org.apache.hadoop.hbase.master.DummyRegionProcedure
 
getStats() - Method in class org.apache.hadoop.hbase.replication.ReplicationSourceDummy
 
getStoreArchivePath(Configuration, HRegion, Store) - Static method in class org.apache.hadoop.hbase.util.HFileArchiveTestingUtil
Helper method to get the store archive directory for the specified region
getStoreArchivePath(HBaseTestingUtility, String, byte[]) - Static method in class org.apache.hadoop.hbase.util.HFileArchiveTestingUtil
 
getStoreFileIndexSize() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getStoreFileSize() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getStoreFileSize() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperStub
 
getStoreFilesSize(String) - Method in class org.apache.hadoop.hbase.regionserver.MetricsTableWrapperStub
 
getStreamScanner(boolean, boolean, boolean, long, long, boolean) - Method in class org.apache.hadoop.hbase.regionserver.MockHStoreFile
 
getSupportedCiphers() - Method in class org.apache.hadoop.hbase.io.crypto.TestCipherProvider.MyCipherProvider
 
getSupportedCiphers() - Method in class org.apache.hadoop.hbase.util.TestEncryptionTest.FailingCipherProvider
 
getSupportedCompressionAlgorithms() - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Get supported compression algorithms.
getTable - Variable in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead
 
getTable() - Static method in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableScan
 
getTable - Variable in class org.apache.hadoop.hbase.client.TestAsyncTable
 
getTable - Variable in class org.apache.hadoop.hbase.client.TestAsyncTableScanAll
 
getTable - Variable in class org.apache.hadoop.hbase.client.TestAsyncTableScanner
 
getTable(TableName) - Method in class org.apache.hadoop.hbase.mapreduce.TestMultiTableInputFormatBase.MRSplitsConnection
 
getTableAndScanCreatorParams() - Static method in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableScan
 
getTableBuilder(TableName, ExecutorService) - Method in class org.apache.hadoop.hbase.mapreduce.TestMultiTableInputFormatBase.MRSplitsConnection
 
getTableDescriptor(PerformanceEvaluation.TestOptions) - Static method in class org.apache.hadoop.hbase.PerformanceEvaluation
Create an HTableDescriptor from provided TestOptions.
getTableDescriptor() - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
Deprecated.
getTableDescriptor() - Method in class org.apache.hadoop.hbase.rest.PerformanceEvaluation
 
getTableDescriptor() - Method in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils.SnapshotMock.SnapshotBuilder
 
getTableDescriptors() - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
getTablename() - Method in class org.apache.hadoop.hbase.chaos.util.ChaosMonkeyRunner
 
getTableName() - Method in class org.apache.hadoop.hbase.client.procedure.ShellTestProcedure
 
getTableName() - Method in class org.apache.hadoop.hbase.client.TestGetProcedureResult.DummyProcedure
 
getTableName() - Method in class org.apache.hadoop.hbase.client.TestHbck.SuspendProcedure
 
getTablename() - Method in class org.apache.hadoop.hbase.IntegrationTestAcidGuarantees
 
getTablename() - Method in class org.apache.hadoop.hbase.IntegrationTestBase
Provides the name of the table that is protected from random Chaos monkey activity
getTablename() - Method in class org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover
 
getTablename() - Method in class org.apache.hadoop.hbase.IntegrationTestIngest
 
getTablename() - Method in class org.apache.hadoop.hbase.IntegrationTestRegionReplicaPerf
 
getTablename() - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad
 
getTableName(Configuration) - Static method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad
 
getTablename() - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestTableSnapshotInputFormat
 
getTableName() - Method in class org.apache.hadoop.hbase.master.TestLoadProcedureError.TestProcedure
 
getTableName() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperStub
 
getTableName() - Method in class org.apache.hadoop.hbase.regionserver.MetricsTableWrapperStub
 
getTableName() - Method in class org.apache.hadoop.hbase.rest.PerformanceEvaluation.PeInputSplit
 
getTablename() - Method in class org.apache.hadoop.hbase.spark.IntegrationTestSparkBulkLoad
 
getTableName(Configuration) - Static method in class org.apache.hadoop.hbase.spark.IntegrationTestSparkBulkLoad
 
getTablename() - Method in class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList
 
getTablename() - Method in class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify
 
getTableName() - Method in class org.apache.hadoop.hbase.TestTableName
 
getTableNameString() - Method in class org.apache.hadoop.hbase.client.procedure.ShellTestProcedure
 
getTableOperationType() - Method in class org.apache.hadoop.hbase.client.procedure.ShellTestProcedure
 
getTableOperationType() - Method in class org.apache.hadoop.hbase.client.TestGetProcedureResult.DummyProcedure
 
getTableOperationType() - Method in class org.apache.hadoop.hbase.client.TestHbck.SuspendProcedure
 
getTableOperationType() - Method in class org.apache.hadoop.hbase.master.DummyRegionProcedure
 
getTableOperationType() - Method in class org.apache.hadoop.hbase.master.TestLoadProcedureError.TestProcedure
 
getTableRegionMap() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
getTables(Configuration) - Method in class org.apache.hadoop.hbase.util.hbck.OfflineMetaRebuildTestCore
 
getTableServerRegionMap() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
getTableSize(String) - Method in class org.apache.hadoop.hbase.regionserver.MetricsTableWrapperStub
 
getTableStateManager() - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
getTestDir(String, String) - Method in class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify
 
getTestFileSystem() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
getTestingUtil(Configuration) - Method in class org.apache.hadoop.hbase.chaos.util.ChaosMonkeyRunner
 
getTestingUtil(Configuration) - Method in class org.apache.hadoop.hbase.IntegrationTestBase
 
getTestRestoreSchemaChangeHCD() - Method in class org.apache.hadoop.hbase.client.RestoreSnapshotFromClientSchemaChangeTestBase
 
getTestRestoreSchemaChangeHCD() - Method in class org.apache.hadoop.hbase.client.TestMobRestoreSnapshotFromClientSchemaChange
 
getThrottleQuotas() - Method in class org.apache.hadoop.hbase.quotas.TestMasterQuotasObserver
 
getThrown() - Method in class org.apache.hadoop.hbase.GenericTestUtils.DelayAnswer
After the call has gone through, return any exception that was thrown, or null if no exception was thrown.
getTimeOffset() - Method in class org.apache.hadoop.hbase.util.TimeOffsetEnvironmentEdge
 
getTimeRangeTracker() - Method in class org.apache.hadoop.hbase.regionserver.TestSimpleTimeRangeTracker
 
getTimeRangeTracker(long, long) - Method in class org.apache.hadoop.hbase.regionserver.TestSimpleTimeRangeTracker
 
getTimeRangeTracker() - Method in class org.apache.hadoop.hbase.regionserver.TestSyncTimeRangeTracker
 
getTimeRangeTracker(long, long) - Method in class org.apache.hadoop.hbase.regionserver.TestSyncTimeRangeTracker
 
getTotalQueueSize() - Method in class org.apache.hadoop.hbase.ipc.MetricsHBaseServerWrapperStub
 
getTotalRequestCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getTotalRequestsCount(String) - Method in class org.apache.hadoop.hbase.regionserver.MetricsTableWrapperStub
 
getTotalRowActionRequestCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getTotalRows() - Method in class org.apache.hadoop.hbase.rest.PerformanceEvaluation.PeInputSplit
 
getTotalStaticBloomSize() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getTotalStaticIndexSize() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getTrailerHitCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getTrailerMissCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getUnitTestdir(String) - Method in class org.apache.hadoop.hbase.HBaseTestCase
Deprecated.
 
getUpdatesBlockedTime() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getValidMethodName() - Method in class org.apache.hadoop.hbase.client.CloneSnapshotFromClientTestBase
 
getValidMethodName() - Method in class org.apache.hadoop.hbase.client.RestoreSnapshotFromClientTestBase
 
getValueJson(String) - Static method in class org.apache.hadoop.hbase.rest.RowResourceBase
 
getValueJson(String, String, String) - Static method in class org.apache.hadoop.hbase.rest.RowResourceBase
 
getValuePB(String) - Static method in class org.apache.hadoop.hbase.rest.RowResourceBase
 
getValuePB(String, String, String) - Static method in class org.apache.hadoop.hbase.rest.RowResourceBase
 
getValueXML(String, String, String, String) - Static method in class org.apache.hadoop.hbase.rest.RowResourceBase
 
getValueXML(String) - Static method in class org.apache.hadoop.hbase.rest.RowResourceBase
 
getValueXML(String, String, String) - Static method in class org.apache.hadoop.hbase.rest.RowResourceBase
 
getWaitForRatio(Configuration) - Static method in class org.apache.hadoop.hbase.Waiter
Returns the 'wait for ratio' used in the Waiter.sleep(Configuration, long), Waiter.waitFor(Configuration, long, Predicate), Waiter.waitFor(Configuration, long, long, Predicate) and Waiter.waitFor(Configuration, long, long, boolean, Predicate) methods of the class

This is useful to dynamically adjust max time out values when same test cases run in different test machine settings without recompiling & re-deploying code.

getWAL(RegionInfo) - Method in class org.apache.hadoop.hbase.MockRegionServerServices
 
getWAL(RegionInfo) - Method in class org.apache.hadoop.hbase.wal.IOTestProvider
 
getWALEntryfilter() - Method in class org.apache.hadoop.hbase.replication.TestReplicationEndpoint.ReplicationEndpointWithWALEntryFilter
 
getWALFileLengthProvider() - Method in class org.apache.hadoop.hbase.replication.ReplicationSourceDummy
 
getWALFileSize() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getWalKeyImpl(long, NavigableMap<byte[], Integer>) - Method in class org.apache.hadoop.hbase.mapreduce.TestWALRecordReader
 
getWALObserver() - Method in class org.apache.hadoop.hbase.coprocessor.SampleRegionWALCoprocessor
 
getWALObserver() - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorMetrics.CustomWALObserver
 
getWALObserver() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverForAddingMutationsFromCoprocessors.TestWALObserver
 
getWalProvider() - Method in class org.apache.hadoop.hbase.master.AbstractTestDLS
 
getWalProvider() - Method in class org.apache.hadoop.hbase.master.TestDLSAsyncFSWAL
 
getWalProvider() - Method in class org.apache.hadoop.hbase.master.TestDLSFSHLog
 
getWALs() - Method in class org.apache.hadoop.hbase.MockRegionServerServices
 
getWALs() - Method in class org.apache.hadoop.hbase.wal.IOTestProvider
 
getWriteQueueLength() - Method in class org.apache.hadoop.hbase.ipc.DelegatingRpcScheduler
 
getWriteQueueLength() - Method in class org.apache.hadoop.hbase.ipc.MetricsHBaseServerWrapperStub
 
getWriterClassName() - Method in class org.apache.hadoop.hbase.regionserver.wal.InstrumentedLogWriter
 
getWriteRequestCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperStub
 
getWriteRequestsCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getWriteRequestsCount(String) - Method in class org.apache.hadoop.hbase.regionserver.MetricsTableWrapperStub
 
getWriteRpcTimeout(TimeUnit) - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
 
getWriteRpcTimeout() - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
Deprecated.
getZkCluster() - Method in class org.apache.hadoop.hbase.HBaseZKTestingUtility
 
getZooKeeper() - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
getZooKeeper() - Method in class org.apache.hadoop.hbase.master.TestActiveMasterManager.DummyMaster
 
getZooKeeper() - Method in class org.apache.hadoop.hbase.MockRegionServerServices
 
getZooKeeper() - Method in class org.apache.hadoop.hbase.util.MockServer
 
getZookeeperQuorum() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
getZooKeeperWatcher() - Method in class org.apache.hadoop.hbase.HBaseZKTestingUtility
Returns a ZKWatcher instance.
getZooKeeperWatcher(HBaseZKTestingUtility) - Static method in class org.apache.hadoop.hbase.HBaseZKTestingUtility
Gets a ZKWatcher.
groupPrefix - Static variable in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 

H

hadDelete() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
hadDeleted() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
HadoopSecurityEnabledUserProviderForTesting - Class in org.apache.hadoop.hbase.security
A UserProvider that always says hadoop security is enabled, regardless of the underlying configuration.
HadoopSecurityEnabledUserProviderForTesting() - Constructor for class org.apache.hadoop.hbase.security.HadoopSecurityEnabledUserProviderForTesting
 
HadoopShims - Interface in org.apache.hadoop.hbase
A compatibility shim layer for interacting with different versions of Hadoop.
HadoopShimsImpl - Class in org.apache.hadoop.hbase
Compatibility shim layer implementation for Hadoop-2.
HadoopShimsImpl() - Constructor for class org.apache.hadoop.hbase.HadoopShimsImpl
 
hadPostAppend() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
hadPostBatchMutate() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
hadPostBatchMutateIndispensably() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
hadPostBulkLoadHFile() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
hadPostCheckAndDelete() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
hadPostCheckAndPut() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
hadPostCloseRegionOperation() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
hadPostGet() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
hadPostIncrement() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
hadPostPut() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
hadPostReplayWALs() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
hadPostStartRegionOperation() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
hadPostWALRestore() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
hadPreAppend() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
hadPreAppendAfterRowLock() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
hadPreBatchMutate() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
hadPreBulkLoadHFile() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
hadPreCheckAndDelete() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
hadPreCheckAndDeleteAfterRowLock() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
hadPreCheckAndPut() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
hadPreCheckAndPutAfterRowLock() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
hadPreGet() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
hadPreIncrement() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
hadPreIncrementAfterRowLock() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
hadPrePreparedDeleteTS() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
hadPrePut() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
hadPreReplayWALs() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
hadPreWALRestore() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
hammerEviction(BlockCache, int, int, int) - Static method in class org.apache.hadoop.hbase.io.hfile.CacheTestUtils
 
hammerSingleKey(BlockCache, int, int, int) - Static method in class org.apache.hadoop.hbase.io.hfile.CacheTestUtils
 
handleFailureToServer(ServerName, Throwable) - Method in class org.apache.hadoop.hbase.client.TestFastFail.CallQueueTooBigPffeInterceptor
 
handleReportForDutyResponse(RegionServerStatusProtos.RegionServerStartupResponse) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster.MiniHBaseClusterRegionServer
 
handleRowModel(TestTableScan.ClientSideCellSetModel, RowModel) - Method in interface org.apache.hadoop.hbase.rest.TestTableScan.ClientSideCellSetModel.Listener
 
hasCalledBack() - Static method in class org.apache.hadoop.hbase.client.replication.TestReplicationAdminWithClusters.TestUpdatableReplicationEndpoint
 
hasFilterRow() - Method in class org.apache.hadoop.hbase.filter.FilterAllFilter
 
hasFilterRow() - Method in class org.apache.hadoop.hbase.regionserver.TestSwitchToStreamRead.MatchLastRowFilterRowFilter
 
hashCode() - Method in class org.apache.hadoop.hbase.spark.IntegrationTestSparkBulkLoad.SparkLinkChain
 
hashCode() - Method in class org.apache.hadoop.hbase.spark.IntegrationTestSparkBulkLoad.SparkLinkKey
 
hasPassedAnEntry() - Static method in class org.apache.hadoop.hbase.replication.TestReplicationEndpoint.EverythingPassesWALEntryFilter
 
HBASE_TEST_WAIT_FOR_RATIO - Static variable in class org.apache.hadoop.hbase.Waiter
System property name whose value is a scale factor to increase time out values dynamically used in Waiter.sleep(Configuration, long), Waiter.waitFor(Configuration, long, Predicate), Waiter.waitFor(Configuration, long, long, Predicate), and Waiter.waitFor(Configuration, long, long, boolean, Predicate) method

The actual time out value will equal to hbase.test.wait.for.ratio * passed-in timeout

hbaseAdmin - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationBase
 
HBaseClassTestRule - Class in org.apache.hadoop.hbase
The class level TestRule for all the tests.
HBaseClassTestRuleChecker - Class in org.apache.hadoop.hbase
A RunListener to confirm that we have a CategoryBasedTimeout class rule for every test.
HBaseClassTestRuleChecker() - Constructor for class org.apache.hadoop.hbase.HBaseClassTestRuleChecker
 
HBaseCluster - Class in org.apache.hadoop.hbase
This class defines methods that can help with managing HBase clusters from unit tests and system tests.
HBaseCluster(Configuration) - Constructor for class org.apache.hadoop.hbase.HBaseCluster
Construct an HBaseCluster
hbaseCluster - Variable in class org.apache.hadoop.hbase.MiniHBaseCluster
 
HBaseClusterManager - Class in org.apache.hadoop.hbase
A default cluster manager for HBase.
HBaseClusterManager() - Constructor for class org.apache.hadoop.hbase.HBaseClusterManager
 
HBaseClusterManager.RemoteShell - Class in org.apache.hadoop.hbase
Executes commands over SSH
HBaseCommonTestingUtility - Class in org.apache.hadoop.hbase
Common helpers for testing HBase that do not depend on specific server/etc.
HBaseCommonTestingUtility() - Constructor for class org.apache.hadoop.hbase.HBaseCommonTestingUtility
 
HBaseCommonTestingUtility(Configuration) - Constructor for class org.apache.hadoop.hbase.HBaseCommonTestingUtility
 
hbaseDir - Static variable in class org.apache.hadoop.hbase.wal.TestWALFactory
 
HBaseHomePath - Class in org.apache.hadoop.hbase.util
Determines HBase home path from either class or jar directory
HBaseKerberosUtils - Class in org.apache.hadoop.hbase.security
 
HBaseKerberosUtils() - Constructor for class org.apache.hadoop.hbase.security.HBaseKerberosUtils
 
HBaseReaderThread(int) - Constructor for class org.apache.hadoop.hbase.util.MultiThreadedReader.HBaseReaderThread
 
HBaseReaderThreadWithACL(int) - Constructor for class org.apache.hadoop.hbase.util.MultiThreadedReaderWithACL.HBaseReaderThreadWithACL
 
HBaseRESTTestingUtility - Class in org.apache.hadoop.hbase.rest
 
HBaseRESTTestingUtility() - Constructor for class org.apache.hadoop.hbase.rest.HBaseRESTTestingUtility
 
HBaseTestCase - Class in org.apache.hadoop.hbase
Deprecated.
Write junit4 unit tests using HBaseTestingUtility
HBaseTestCase() - Constructor for class org.apache.hadoop.hbase.HBaseTestCase
Deprecated.
constructor
HBaseTestCase(String) - Constructor for class org.apache.hadoop.hbase.HBaseTestCase
Deprecated.
 
HBaseTestingUtility - Class in org.apache.hadoop.hbase
Facility for testing HBase.
HBaseTestingUtility() - Constructor for class org.apache.hadoop.hbase.HBaseTestingUtility
Create an HBaseTestingUtility using a default configuration.
HBaseTestingUtility(Configuration) - Constructor for class org.apache.hadoop.hbase.HBaseTestingUtility
Create an HBaseTestingUtility using a given configuration.
HBaseTestingUtility.SeenRowTracker - Class in org.apache.hadoop.hbase
A tracker for tracking and validating table rows generated with HBaseTestingUtility.loadTable(Table, byte[])
HBaseUpdaterThread(int) - Constructor for class org.apache.hadoop.hbase.util.MultiThreadedUpdater.HBaseUpdaterThread
 
HBaseUpdaterThreadWithACL(int) - Constructor for class org.apache.hadoop.hbase.util.MultiThreadedUpdaterWithACL.HBaseUpdaterThreadWithACL
 
hbaseWALDir - Static variable in class org.apache.hadoop.hbase.wal.TestWALFactory
 
HBaseWriterThread(int) - Constructor for class org.apache.hadoop.hbase.util.MultiThreadedWriter.HBaseWriterThread
 
HBaseWriterThreadWithACL(int) - Constructor for class org.apache.hadoop.hbase.util.MultiThreadedWriterWithACL.HBaseWriterThreadWithACL
 
HBaseZKTestingUtility - Class in org.apache.hadoop.hbase
Helpers for testing HBase that do not depend on specific server/etc.
HBaseZKTestingUtility() - Constructor for class org.apache.hadoop.hbase.HBaseZKTestingUtility
 
HBaseZKTestingUtility(Configuration) - Constructor for class org.apache.hadoop.hbase.HBaseZKTestingUtility
 
HbckTestingUtil - Class in org.apache.hadoop.hbase.util.hbck
 
HbckTestingUtil() - Constructor for class org.apache.hadoop.hbase.util.hbck.HbckTestingUtil
 
hbfsckExecutorService - Static variable in class org.apache.hadoop.hbase.util.BaseTestHBaseFsck
 
HConnectionTestingUtility - Class in org.apache.hadoop.hbase.client
ClusterConnection testing utility.
HConnectionTestingUtility() - Constructor for class org.apache.hadoop.hbase.client.HConnectionTestingUtility
 
HConnectionTestingUtility.SleepAtFirstRpcCall - Class in org.apache.hadoop.hbase.client
This coproceesor sleep 2s at first increment/append rpc call.
healthCheckerTest(String, HealthChecker.HealthCheckerExitStatus) - Method in class org.apache.hadoop.hbase.TestNodeHealthCheckChore
 
heapSize() - Method in class org.apache.hadoop.hbase.io.hfile.CacheTestUtils.ByteArrayCacheable
 
hello(RpcController, PingProtos.HelloRequest, RpcCallback<PingProtos.HelloResponse>) - Method in class org.apache.hadoop.hbase.regionserver.TestServerCustomProtocol.PingHandler
 
HELPER - Variable in class org.apache.hadoop.hbase.client.TestLeaseRenewal
 
HELPER - Variable in class org.apache.hadoop.hbase.io.TestMetricsIO
 
HELPER - Variable in class org.apache.hadoop.hbase.ipc.TestRpcMetrics
 
HELPER - Static variable in class org.apache.hadoop.hbase.regionserver.TestMetricsHeapMemoryManager
 
HELPER - Variable in class org.apache.hadoop.hbase.regionserver.TestMetricsRegion
 
HELPER - Static variable in class org.apache.hadoop.hbase.regionserver.TestMetricsRegionServer
 
HELPER - Static variable in class org.apache.hadoop.hbase.regionserver.TestMetricsTableAggregate
 
HELPER - Static variable in class org.apache.hadoop.hbase.regionserver.TestMetricsTableLatencies
 
HFileArchiveTestingUtil - Class in org.apache.hadoop.hbase.util
Test helper for testing archiving of HFiles
HFileBlockPair() - Constructor for class org.apache.hadoop.hbase.io.hfile.CacheTestUtils.HFileBlockPair
 
HFilePerformanceEvaluation - Class in org.apache.hadoop.hbase
This class runs performance benchmarks for HFile.
HFilePerformanceEvaluation() - Constructor for class org.apache.hadoop.hbase.HFilePerformanceEvaluation
 
HFileTestUtil - Class in org.apache.hadoop.hbase.util
Utility class for HFile-related testing.
HFileTestUtil() - Constructor for class org.apache.hadoop.hbase.util.HFileTestUtil
 
HighLatencySyncWriter() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.TestLogRollingNoCluster.HighLatencySyncWriter
 
HIPHEN - Static variable in class org.apache.hadoop.hbase.IntegrationTestIngest
 
hist - Variable in class org.apache.hadoop.hbase.PerformanceEvaluation.RunResult
 
HRegionForTesting(Path, WAL, FileSystem, Configuration, RegionInfo, TableDescriptor, RegionServerServices) - Constructor for class org.apache.hadoop.hbase.regionserver.TestHRegion.HRegionForTesting
 
HRegionForTesting(HRegionFileSystem, WAL, Configuration, TableDescriptor, RegionServerServices) - Constructor for class org.apache.hadoop.hbase.regionserver.TestHRegion.HRegionForTesting
 
HStoreForTesting(HRegion, ColumnFamilyDescriptor, Configuration) - Constructor for class org.apache.hadoop.hbase.regionserver.TestHRegion.HStoreForTesting
 
ht1Source - Variable in class org.apache.hadoop.hbase.replication.TestReplicationSyncUpTool
 
ht1TargetAtPeer1 - Variable in class org.apache.hadoop.hbase.replication.TestReplicationSyncUpTool
 
ht2Source - Variable in class org.apache.hadoop.hbase.replication.TestReplicationSyncUpTool
 
ht2TargetAtPeer1 - Variable in class org.apache.hadoop.hbase.replication.TestReplicationSyncUpTool
 
htable1 - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationBase
 
htable2 - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationBase
 
htbl - Variable in class org.apache.hadoop.hbase.util.hbck.OfflineMetaRebuildTestCore
 
HTestConst - Class in org.apache.hadoop.hbase
Similar to HConstants but for tests.
HtmlContentServlet() - Constructor for class org.apache.hadoop.hbase.http.TestHttpServer.HtmlContentServlet
 
HttpServerFunctionalTest - Class in org.apache.hadoop.hbase.http
This is a base class for functional tests of the HttpServer.
HttpServerFunctionalTest() - Constructor for class org.apache.hadoop.hbase.http.HttpServerFunctionalTest
 
HYPHEN - Static variable in class org.apache.hadoop.hbase.IntegrationTestIngestWithACL
 

I

ID_ONE - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationStateBasic
 
ID_TWO - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationStateBasic
 
idLock - Variable in class org.apache.hadoop.hbase.util.TestIdReadWriteLock
 
ignoreConflicts - Variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
IgnoreYouAreDeadRS(Configuration) - Constructor for class org.apache.hadoop.hbase.regionserver.TestCompactionInDeadRegionServer.IgnoreYouAreDeadRS
 
incomingWindow() - Method in class org.apache.hadoop.hbase.regionserver.TestDateTieredCompactionPolicy
Test for incoming window
inconsistencyFound(HBaseFsck) - Static method in class org.apache.hadoop.hbase.util.hbck.HbckTestingUtil
 
increment(Increment) - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
 
increment(RpcController, PingProtos.IncrementCountRequest, RpcCallback<PingProtos.IncrementCountResponse>) - Method in class org.apache.hadoop.hbase.regionserver.TestServerCustomProtocol.PingHandler
 
increment(long) - Method in class org.apache.hadoop.hbase.util.TimeOffsetEnvironmentEdge
 
incrementColumnValue(byte[], byte[], byte[], long) - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
 
incrementColumnValue(byte[], byte[], byte[], long, Durability) - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
 
Incrementer(Region, int, int, int) - Constructor for class org.apache.hadoop.hbase.regionserver.TestAtomicOperation.Incrementer
 
incrementValueJson(String, String, String, String) - Static method in class org.apache.hadoop.hbase.rest.RowResourceBase
 
incrementValuePB(String, String, String, String) - Static method in class org.apache.hadoop.hbase.rest.RowResourceBase
 
incrementValueXML(String, String, String, String) - Static method in class org.apache.hadoop.hbase.rest.RowResourceBase
 
IncThread(HRegion) - Constructor for class org.apache.hadoop.hbase.regionserver.TestWALMonotonicallyIncreasingSeqId.IncThread
 
INDEX_KEY - Static variable in class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedListWithVisibility
 
infiniteLoop() - Method in class org.apache.hadoop.hbase.TestTimeout
Enable to check if timeout works.
init(Action.ActionContext) - Method in class org.apache.hadoop.hbase.chaos.actions.Action
 
init(Action.ActionContext) - Method in class org.apache.hadoop.hbase.chaos.actions.AddColumnAction
 
init(Action.ActionContext) - Method in class org.apache.hadoop.hbase.chaos.actions.DecreaseMaxHFileSizeAction
 
init(Action.ActionContext) - Method in class org.apache.hadoop.hbase.chaos.actions.DumpClusterStatusAction
 
init(Action.ActionContext) - Method in class org.apache.hadoop.hbase.chaos.actions.RemoveColumnAction
 
init(Action.ActionContext) - Method in class org.apache.hadoop.hbase.chaos.actions.SplitAllRegionOfTableAction
 
init(Policy.PolicyContext) - Method in class org.apache.hadoop.hbase.chaos.policies.CompositeSequentialPolicy
 
init(Policy.PolicyContext) - Method in class org.apache.hadoop.hbase.chaos.policies.DoActionsOncePolicy
 
init(Policy.PolicyContext) - Method in class org.apache.hadoop.hbase.chaos.policies.PeriodicPolicy
 
init(Policy.PolicyContext) - Method in class org.apache.hadoop.hbase.chaos.policies.PeriodicRandomActionPolicy
 
init(Policy.PolicyContext) - Method in class org.apache.hadoop.hbase.chaos.policies.Policy
 
init(Policy.PolicyContext) - Method in class org.apache.hadoop.hbase.chaos.policies.TwoConcurrentActionPolicy
 
init(FilterConfig) - Method in class org.apache.hadoop.hbase.http.TestGlobalFilter.RecordingFilter
 
init(FilterConfig) - Method in class org.apache.hadoop.hbase.http.TestHttpServer.DummyServletFilter
 
init(FilterConfig) - Method in class org.apache.hadoop.hbase.http.TestPathFilter.RecordingFilter
 
init(FilterConfig) - Method in class org.apache.hadoop.hbase.http.TestServletFilter.ErrorFilter
 
init(FilterConfig) - Method in class org.apache.hadoop.hbase.http.TestServletFilter.SimpleFilter
 
init(String) - Method in class org.apache.hadoop.hbase.io.crypto.KeyProviderForTesting
 
init(RpcScheduler.Context) - Method in class org.apache.hadoop.hbase.ipc.DelegatingRpcScheduler
 
init(Configuration, FileSystem, ReplicationSourceManager, ReplicationQueueStorage, ReplicationPeer, Server, String, UUID, WALFileLengthProvider, MetricsSource) - Method in class org.apache.hadoop.hbase.replication.ReplicationSourceDummy
 
init(FilterConfig) - Method in class org.apache.hadoop.hbase.rest.DummyFilter
 
init() - Method in interface org.apache.hadoop.hbase.test.MetricsAssertHelper
Init helper.
init() - Method in class org.apache.hadoop.hbase.test.MetricsAssertHelperImpl
 
init(String) - Method in class org.apache.hadoop.hbase.util.TestEncryptionTest.FailingKeyProvider
 
init(WALFactory, Configuration, String) - Method in class org.apache.hadoop.hbase.wal.IOTestProvider
 
initClusterSchemaService() - Method in class org.apache.hadoop.hbase.master.TestShutdownBackupMaster.MockHMaster
 
initFilter(FilterContainer, Configuration) - Method in class org.apache.hadoop.hbase.http.TestGlobalFilter.RecordingFilter.Initializer
 
initFilter(FilterContainer, Configuration) - Method in class org.apache.hadoop.hbase.http.TestHttpServer.DummyFilterInitializer
 
initFilter(FilterContainer, Configuration) - Method in class org.apache.hadoop.hbase.http.TestPathFilter.RecordingFilter.Initializer
 
initFilter(FilterContainer, Configuration) - Method in class org.apache.hadoop.hbase.http.TestServletFilter.ErrorFilter.Initializer
 
initFilter(FilterContainer, Configuration) - Method in class org.apache.hadoop.hbase.http.TestServletFilter.SimpleFilter.Initializer
 
initHRegion(TableName, byte[], byte[], WAL) - Static method in class org.apache.hadoop.hbase.regionserver.TestFailedAppendAndSync
 
initHRegion(TableName, String, Configuration, byte[]...) - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
initHRegion(TableName, String, Configuration, boolean, byte[]...) - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
initHRegion(TableName, byte[], byte[], String, Configuration, boolean, byte[]...) - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
initHRegion(TableName, byte[], byte[], boolean, Durability, WAL, byte[]...) - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
initHRegion(TableName, byte[], byte[], boolean, Durability, WAL, byte[]...) - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionWithInMemoryFlush
 
initHRegion(TableName, byte[], byte[], WAL) - Static method in class org.apache.hadoop.hbase.regionserver.wal.TestWALDurability
 
initialChore() - Method in class org.apache.hadoop.hbase.TestChoreService.ScheduledChoreSamples.CountingChore
 
initialChore() - Method in class org.apache.hadoop.hbase.TestChoreService.ScheduledChoreSamples.FailInitialChore
 
initialChore() - Method in class org.apache.hadoop.hbase.TestChoreService.ScheduledChoreSamples.SleepingChore
 
initialChore() - Method in class org.apache.hadoop.hbase.TestChoreService.ScheduledChoreSamples.SlowChore
 
initialClusterStatus - Variable in class org.apache.hadoop.hbase.HBaseCluster
the status of the cluster before we begin
initialize(Class<?>...) - Static method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
initialize(IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest) - Method in class org.apache.hadoop.hbase.coprocessor.TestRowProcessorEndpoint.RowProcessorEndpoint.FriendsOfFriendsProcessor
 
initialize(IncrementCounterProcessorTestProtos.IncCounterProcessorRequest) - Method in class org.apache.hadoop.hbase.coprocessor.TestRowProcessorEndpoint.RowProcessorEndpoint.IncrementCounterProcessor
 
initialize(IncrementCounterProcessorTestProtos.RowSwapProcessorRequest) - Method in class org.apache.hadoop.hbase.coprocessor.TestRowProcessorEndpoint.RowProcessorEndpoint.RowSwapProcessor
 
initialize(IncrementCounterProcessorTestProtos.TimeoutProcessorRequest) - Method in class org.apache.hadoop.hbase.coprocessor.TestRowProcessorEndpoint.RowProcessorEndpoint.TimeoutProcessor
 
initialize(JobConf) - Method in class org.apache.hadoop.hbase.mapred.TestTableInputFormat.ExampleJobConfigurableTIF
 
initialize(JobConf) - Method in class org.apache.hadoop.hbase.mapred.TestTableInputFormat.ExampleTIF
 
initialize(JobConf, String) - Method in class org.apache.hadoop.hbase.mapred.TestTableInputFormat.ExampleTIF
 
initialize(InputSplit, TaskAttemptContext) - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.FixedRecordReader
 
initialize(JobContext) - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormat.ExampleTIF
 
initialize(Connection) - Method in class org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotNotifierForTest
 
initialize() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactionPolicy
Setting up a Store
initialize(InputSplit, TaskAttemptContext) - Method in class org.apache.hadoop.hbase.rest.PerformanceEvaluation.PeInputFormat.PeRecordReader
 
initialize(String[]) - Method in class org.apache.hadoop.hbase.util.LoadTestDataGeneratorWithMOB
 
initialize(String[]) - Method in class org.apache.hadoop.hbase.util.LoadTestDataGeneratorWithTags
 
initializeCluster(int) - Method in class org.apache.hadoop.hbase.IntegrationTestingUtility
Initializes the state of the cluster.
initializeConfiguration() - Method in class org.apache.hadoop.hbase.util.TestDynamicClassLoader
 
initialized - Variable in class org.apache.hadoop.hbase.wal.IOTestProvider
 
Initializer() - Constructor for class org.apache.hadoop.hbase.http.TestGlobalFilter.RecordingFilter.Initializer
 
Initializer() - Constructor for class org.apache.hadoop.hbase.http.TestPathFilter.RecordingFilter.Initializer
 
Initializer() - Constructor for class org.apache.hadoop.hbase.http.TestServletFilter.ErrorFilter.Initializer
 
Initializer() - Constructor for class org.apache.hadoop.hbase.http.TestServletFilter.SimpleFilter.Initializer
 
initialServers - Variable in class org.apache.hadoop.hbase.chaos.actions.Action
 
initialStatus - Variable in class org.apache.hadoop.hbase.chaos.actions.Action
 
initJob(List<Scan>, Job) - Method in class org.apache.hadoop.hbase.mapreduce.MultiTableInputFormatTestBase
 
initJob(List<Scan>, Job) - Method in class org.apache.hadoop.hbase.mapreduce.TestMultiTableInputFormat
 
initJob(List<Scan>, Job) - Method in class org.apache.hadoop.hbase.mapreduce.TestMultiTableSnapshotInputFormat
 
initReader() - Method in class org.apache.hadoop.hbase.regionserver.MockHStoreFile
 
initSplit() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
initTable() - Method in class org.apache.hadoop.hbase.IntegrationTestIngest
 
initTable() - Method in class org.apache.hadoop.hbase.IntegrationTestIngestStripeCompactions
 
initTable() - Method in class org.apache.hadoop.hbase.IntegrationTestIngestWithMOB
 
initTestTable() - Method in class org.apache.hadoop.hbase.util.LoadTestTool
 
injectEdge(EnvironmentEdge) - Static method in class org.apache.hadoop.hbase.util.EnvironmentEdgeManagerTestHelper
 
INPUT_FAMILY - Static variable in class org.apache.hadoop.hbase.mapreduce.TestTableMapReduceBase
 
insert(Table, Put, long) - Method in class org.apache.hadoop.hbase.util.MultiThreadedWriter.HBaseWriterThread
 
insert(Table, Put, long) - Method in class org.apache.hadoop.hbase.util.MultiThreadedWriterWithACL.HBaseWriterThreadWithACL
 
instantiateHStore(ColumnFamilyDescriptor) - Method in class org.apache.hadoop.hbase.client.TestFromClientSideScanExcpetion.MyHRegion
 
instantiateHStore(ColumnFamilyDescriptor) - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion.HRegionForTesting
Create HStore instance.
instantiateHStore(ColumnFamilyDescriptor) - Method in class org.apache.hadoop.hbase.TestIOFencing.BlockCompactionsInCompletionRegion
 
InstrumentedLogWriter - Class in org.apache.hadoop.hbase.regionserver.wal
 
InstrumentedLogWriter() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.InstrumentedLogWriter
 
IntegrationTestAcidGuarantees - Class in org.apache.hadoop.hbase
This Integration Test verifies acid guarantees across column families by frequently writing values to rows with multiple column families and concurrently reading entire rows that expect all column families.
IntegrationTestAcidGuarantees() - Constructor for class org.apache.hadoop.hbase.IntegrationTestAcidGuarantees
 
IntegrationTestBase - Class in org.apache.hadoop.hbase
Base class for HBase integration tests that want to use the Chaos Monkey.
IntegrationTestBase() - Constructor for class org.apache.hadoop.hbase.IntegrationTestBase
 
IntegrationTestBase(String) - Constructor for class org.apache.hadoop.hbase.IntegrationTestBase
 
IntegrationTestBigLinkedList - Class in org.apache.hadoop.hbase.test
This is an integration test borrowed from goraci, written by Keith Turner, which is in turn inspired by the Accumulo test called continous ingest (ci).
IntegrationTestBigLinkedList() - Constructor for class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList
 
IntegrationTestBigLinkedListWithVisibility - Class in org.apache.hadoop.hbase.test
IT test used to verify the deletes with visibility labels.
IntegrationTestBigLinkedListWithVisibility() - Constructor for class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedListWithVisibility
 
IntegrationTestBulkLoad - Class in org.apache.hadoop.hbase.mapreduce
Test Bulk Load and MR on a distributed cluster.
IntegrationTestBulkLoad() - Constructor for class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad
 
IntegrationTestBulkLoad.CompositeKeyComparator - Class in org.apache.hadoop.hbase.mapreduce
Comparator used to order linkKeys so that they are passed to a reducer in order.
IntegrationTestBulkLoad.EmptySplit - Class in org.apache.hadoop.hbase.mapreduce
 
IntegrationTestBulkLoad.FixedRecordReader<K,V> - Class in org.apache.hadoop.hbase.mapreduce
 
IntegrationTestBulkLoad.ITBulkLoadInputFormat - Class in org.apache.hadoop.hbase.mapreduce
 
IntegrationTestBulkLoad.LinkChain - Class in org.apache.hadoop.hbase.mapreduce
Writable used as the value emitted from a pass over the hbase table.
IntegrationTestBulkLoad.LinkedListCheckingMapper - Class in org.apache.hadoop.hbase.mapreduce
Mapper to pass over the table.
IntegrationTestBulkLoad.LinkedListCheckingReducer - Class in org.apache.hadoop.hbase.mapreduce
Class that does the actual checking of the links.
IntegrationTestBulkLoad.LinkedListCreationMapper - Class in org.apache.hadoop.hbase.mapreduce
Mapper that creates a linked list of KeyValues.
IntegrationTestBulkLoad.LinkKey - Class in org.apache.hadoop.hbase.mapreduce
Writable class used as the key to group links in the linked list.
IntegrationTestBulkLoad.NaturalKeyGroupingComparator - Class in org.apache.hadoop.hbase.mapreduce
Comparator used to figure out if a linkKey should be grouped together.
IntegrationTestBulkLoad.NaturalKeyPartitioner - Class in org.apache.hadoop.hbase.mapreduce
Class to figure out what partition to send a link in the chain to.
IntegrationTestBulkLoad.SlowMeCoproScanOperations - Class in org.apache.hadoop.hbase.mapreduce
 
IntegrationTestDDLMasterFailover - Class in org.apache.hadoop.hbase
Integration test that verifies Procedure V2.
IntegrationTestDDLMasterFailover() - Constructor for class org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover
 
IntegrationTestImportTsv - Class in org.apache.hadoop.hbase.mapreduce
Validate ImportTsv + LoadIncrementalHFiles on a distributed cluster.
IntegrationTestImportTsv() - Constructor for class org.apache.hadoop.hbase.mapreduce.IntegrationTestImportTsv
 
IntegrationTestIngest - Class in org.apache.hadoop.hbase
A base class for tests that do something with the cluster while running LoadTestTool to write and verify some data.
IntegrationTestIngest() - Constructor for class org.apache.hadoop.hbase.IntegrationTestIngest
 
IntegrationTestIngestStripeCompactions - Class in org.apache.hadoop.hbase
A test class that does the same things as IntegrationTestIngest but with stripe compactions.
IntegrationTestIngestStripeCompactions() - Constructor for class org.apache.hadoop.hbase.IntegrationTestIngestStripeCompactions
 
IntegrationTestIngestWithACL - Class in org.apache.hadoop.hbase
/** An Integration class for tests that does something with the cluster while running LoadTestTool to write and verify some data.
IntegrationTestIngestWithACL() - Constructor for class org.apache.hadoop.hbase.IntegrationTestIngestWithACL
 
IntegrationTestIngestWithEncryption - Class in org.apache.hadoop.hbase
 
IntegrationTestIngestWithEncryption() - Constructor for class org.apache.hadoop.hbase.IntegrationTestIngestWithEncryption
 
IntegrationTestIngestWithMOB - Class in org.apache.hadoop.hbase
Integration Test for MOB ingest.
IntegrationTestIngestWithMOB() - Constructor for class org.apache.hadoop.hbase.IntegrationTestIngestWithMOB
 
IntegrationTestIngestWithTags - Class in org.apache.hadoop.hbase
 
IntegrationTestIngestWithTags() - Constructor for class org.apache.hadoop.hbase.IntegrationTestIngestWithTags
 
IntegrationTestIngestWithVisibilityLabels - Class in org.apache.hadoop.hbase
 
IntegrationTestIngestWithVisibilityLabels() - Constructor for class org.apache.hadoop.hbase.IntegrationTestIngestWithVisibilityLabels
 
IntegrationTestingUtility - Class in org.apache.hadoop.hbase
Facility for integration/system tests.
IntegrationTestingUtility() - Constructor for class org.apache.hadoop.hbase.IntegrationTestingUtility
 
IntegrationTestingUtility(Configuration) - Constructor for class org.apache.hadoop.hbase.IntegrationTestingUtility
 
IntegrationTestLazyCfLoading - Class in org.apache.hadoop.hbase
Integration test that verifies lazy CF loading during scans by doing repeated scans with this feature while multiple threads are continuously writing values; and verifying the result.
IntegrationTestLazyCfLoading() - Constructor for class org.apache.hadoop.hbase.IntegrationTestLazyCfLoading
 
IntegrationTestLoadAndVerify - Class in org.apache.hadoop.hbase.test
A large test which loads a lot of data that has internal references, and verifies the data.
IntegrationTestLoadAndVerify() - Constructor for class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify
 
IntegrationTestLoadAndVerify.LoadMapper - Class in org.apache.hadoop.hbase.test
 
IntegrationTestLoadAndVerify.VerifyMapper - Class in org.apache.hadoop.hbase.test
 
IntegrationTestLoadAndVerify.VerifyReducer - Class in org.apache.hadoop.hbase.test
 
IntegrationTestLoadAndVerify.WALSearcher - Class in org.apache.hadoop.hbase.test
Tool to search missing rows in WALs and hfiles.
IntegrationTestLoadAndVerify.WALSearcher.WALMapperSearcher - Class in org.apache.hadoop.hbase.test
The actual searcher mapper.
IntegrationTestManyRegions - Class in org.apache.hadoop.hbase
An integration test to detect regressions in HBASE-7220.
IntegrationTestManyRegions() - Constructor for class org.apache.hadoop.hbase.IntegrationTestManyRegions
 
IntegrationTestMetaReplicas - Class in org.apache.hadoop.hbase
An integration test that starts the cluster with three replicas for the meta It then creates a table, flushes the meta, kills the server holding the primary.
IntegrationTestMetaReplicas() - Constructor for class org.apache.hadoop.hbase.IntegrationTestMetaReplicas
 
IntegrationTestMonkeys - Class in org.apache.hadoop.hbase.test
This is an integration test for showing a simple usage of how to use Monkeys to control ChaosMonkeyRunner.
IntegrationTestMonkeys() - Constructor for class org.apache.hadoop.hbase.test.IntegrationTestMonkeys
 
IntegrationTestMTTR - Class in org.apache.hadoop.hbase.mttr
Integration test that should benchmark how fast HBase can recover from failures.
IntegrationTestMTTR() - Constructor for class org.apache.hadoop.hbase.mttr.IntegrationTestMTTR
 
IntegrationTestMTTR.LoadCallable - Class in org.apache.hadoop.hbase.mttr
Callable used to make sure the cluster has some load on it.
IntegrationTestRegionReplicaPerf - Class in org.apache.hadoop.hbase
Test for comparing the performance impact of region replicas.
IntegrationTestRegionReplicaPerf() - Constructor for class org.apache.hadoop.hbase.IntegrationTestRegionReplicaPerf
 
IntegrationTestRegionReplicaReplication - Class in org.apache.hadoop.hbase
Integration test for testing async wal replication to secondary region replicas.
IntegrationTestRegionReplicaReplication() - Constructor for class org.apache.hadoop.hbase.IntegrationTestRegionReplicaReplication
 
IntegrationTestRegionReplicaReplication.DelayingMultiThreadedUpdater - Class in org.apache.hadoop.hbase
This extends MultiThreadedWriter to add a configurable delay to the keys written by the writer threads to become available to the MultiThradedReader threads.
IntegrationTestRegionReplicaReplication.DelayingMultiThreadedWriter - Class in org.apache.hadoop.hbase
This extends MultiThreadedWriter to add a configurable delay to the keys written by the writer threads to become available to the MultiThradedReader threads.
IntegrationTestReplication - Class in org.apache.hadoop.hbase.test
This is an integration test for replication.
IntegrationTestReplication() - Constructor for class org.apache.hadoop.hbase.test.IntegrationTestReplication
 
IntegrationTestReplication.ClusterID - Class in org.apache.hadoop.hbase.test
Wrapper around an HBase ClusterID allowing us to get admin connections and configurations for it
IntegrationTestReplication.VerifyReplicationLoop - Class in org.apache.hadoop.hbase.test
The main runner loop for the test.
IntegrationTestRpcClient - Class in org.apache.hadoop.hbase.ipc
 
IntegrationTestRpcClient() - Constructor for class org.apache.hadoop.hbase.ipc.IntegrationTestRpcClient
 
IntegrationTestRSGroup - Class in org.apache.hadoop.hbase.rsgroup
Runs all of the units tests defined in TestGroupBase as an integration test.
IntegrationTestRSGroup() - Constructor for class org.apache.hadoop.hbase.rsgroup.IntegrationTestRSGroup
 
IntegrationTests - Interface in org.apache.hadoop.hbase.testclassification
Tag a test as 'integration/system' test, meaning that the test class has the following characteristics: Possibly takes hours to complete Can be run on a mini cluster or an actual cluster Can make changes to the given cluster (starting stopping daemons, etc) Should not be run in parallel of other integration tests Integration / System tests should have a class name starting with "IntegrationTest", and should be annotated with @Category(IntegrationTests.class).
IntegrationTestsDriver - Class in org.apache.hadoop.hbase
This class drives the Integration test suite execution.
IntegrationTestsDriver() - Constructor for class org.apache.hadoop.hbase.IntegrationTestsDriver
 
IntegrationTestSparkBulkLoad - Class in org.apache.hadoop.hbase.spark
Test Bulk Load and Spark on a distributed cluster.
IntegrationTestSparkBulkLoad() - Constructor for class org.apache.hadoop.hbase.spark.IntegrationTestSparkBulkLoad
 
IntegrationTestSparkBulkLoad.createCombinerFunc - Class in org.apache.hadoop.hbase.spark
 
IntegrationTestSparkBulkLoad.LinkedListCheckingFlatMapFunc - Class in org.apache.hadoop.hbase.spark
PairFlatMapFunction used to transfer to Tuple
IntegrationTestSparkBulkLoad.LinkedListCheckingForeachFunc - Class in org.apache.hadoop.hbase.spark
Sort all LinkChain for one LinkKey, and test List
IntegrationTestSparkBulkLoad.LinkedListCreationMapper - Class in org.apache.hadoop.hbase.spark
 
IntegrationTestSparkBulkLoad.ListToKeyValueFunc - Class in org.apache.hadoop.hbase.spark
 
IntegrationTestSparkBulkLoad.mergeCombinersFunc - Class in org.apache.hadoop.hbase.spark
 
IntegrationTestSparkBulkLoad.mergeValueFunc - Class in org.apache.hadoop.hbase.spark
 
IntegrationTestSparkBulkLoad.NaturalKeyPartitioner - Class in org.apache.hadoop.hbase.spark
Class to figure out what partition to send a link in the chain to.
IntegrationTestSparkBulkLoad.SparkLinkChain - Class in org.apache.hadoop.hbase.spark
Writable used as the value emitted from a pass over the hbase table.
IntegrationTestSparkBulkLoad.SparkLinkKey - Class in org.apache.hadoop.hbase.spark
Writable class used as the key to group links in the linked list.
IntegrationTestTableMapReduceUtil - Class in org.apache.hadoop.hbase.mapreduce
Test that we add tmpjars correctly including the named dependencies.
IntegrationTestTableMapReduceUtil() - Constructor for class org.apache.hadoop.hbase.mapreduce.IntegrationTestTableMapReduceUtil
 
IntegrationTestTableSnapshotInputFormat - Class in org.apache.hadoop.hbase.mapreduce
An integration test to test TableSnapshotInputFormat which enables reading directly from snapshot files without going through hbase servers.
IntegrationTestTableSnapshotInputFormat() - Constructor for class org.apache.hadoop.hbase.mapreduce.IntegrationTestTableSnapshotInputFormat
 
IntegrationTestTimeBoundedMultiGetRequestsWithRegionReplicas - Class in org.apache.hadoop.hbase.test
Extends IntegrationTestTimeBoundedRequestsWithRegionReplicas for multi-gets Besides the options already talked about in IntegrationTestTimeBoundedRequestsWithRegionReplicas the addition options here are:
IntegrationTestTimeBoundedMultiGetRequestsWithRegionReplicas() - Constructor for class org.apache.hadoop.hbase.test.IntegrationTestTimeBoundedMultiGetRequestsWithRegionReplicas
 
IntegrationTestTimeBoundedRequestsWithRegionReplicas - Class in org.apache.hadoop.hbase.test
An IntegrationTest for doing reads with a timeout, to a read-only table with region replicas.
IntegrationTestTimeBoundedRequestsWithRegionReplicas() - Constructor for class org.apache.hadoop.hbase.test.IntegrationTestTimeBoundedRequestsWithRegionReplicas
 
IntegrationTestTimeBoundedRequestsWithRegionReplicas.TimeBoundedMultiThreadedReader - Class in org.apache.hadoop.hbase.test
 
IntegrationTestTimeBoundedRequestsWithRegionReplicas.TimeBoundedMultiThreadedReader.TimeBoundedMultiThreadedReaderThread - Class in org.apache.hadoop.hbase.test
 
IntegrationTestWithCellVisibilityLoadAndVerify - Class in org.apache.hadoop.hbase.test
A large test which loads a lot of data with cell visibility, and verifies the data.
IntegrationTestWithCellVisibilityLoadAndVerify() - Constructor for class org.apache.hadoop.hbase.test.IntegrationTestWithCellVisibilityLoadAndVerify
 
IntegrationTestWithCellVisibilityLoadAndVerify.LoadWithCellVisibilityMapper - Class in org.apache.hadoop.hbase.test
 
IntegrationTestWithCellVisibilityLoadAndVerify.VerifyMapper - Class in org.apache.hadoop.hbase.test
 
IntegrationTestZKAndFSPermissions - Class in org.apache.hadoop.hbase.test
An integration test which checks that the znodes in zookeeper and data in the FileSystem are protected for secure HBase deployments.
IntegrationTestZKAndFSPermissions() - Constructor for class org.apache.hadoop.hbase.test.IntegrationTestZKAndFSPermissions
 
InterClusterReplicationEndpointForTest() - Constructor for class org.apache.hadoop.hbase.replication.TestReplicationEndpoint.InterClusterReplicationEndpointForTest
 
internalRunIngestTest(long) - Method in class org.apache.hadoop.hbase.IntegrationTestIngest
 
internalSetUp() - Method in class org.apache.hadoop.hbase.regionserver.TestDefaultMemStore
 
IOTestProvider - Class in org.apache.hadoop.hbase.wal
A WAL Provider that returns a single thread safe WAL that optionally can skip parts of our normal interactions with HDFS.
IOTestProvider() - Constructor for class org.apache.hadoop.hbase.wal.IOTestProvider
 
IOTests - Interface in org.apache.hadoop.hbase.testclassification
Tag a test as related to the org.apache.hadoop.hbase.io package.
IS_DISTRIBUTED_CLUSTER - Static variable in class org.apache.hadoop.hbase.IntegrationTestingUtility
Configuration that controls whether this utility assumes a running/deployed cluster.
isAborted() - Method in class org.apache.hadoop.hbase.mapreduce.TestMultiTableInputFormatBase.MRSplitsConnection
 
isAborted() - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
isAborted() - Method in class org.apache.hadoop.hbase.master.TestActiveMasterManager.DummyMaster
 
isAborted() - Method in class org.apache.hadoop.hbase.MockRegionServerServices
 
isAborted() - Method in class org.apache.hadoop.hbase.util.MockServer
 
isAborted() - Method in class org.apache.hadoop.hbase.zookeeper.TestZKNodeTracker.StubAbortable
 
isActiveMaster() - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
isBatchUpdate - Variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
isBulkLoadResult() - Method in class org.apache.hadoop.hbase.regionserver.MockHStoreFile
 
isCandidateClass(Class<?>) - Method in class org.apache.hadoop.hbase.ClassFinder.And
 
isCandidateClass(Class<?>) - Method in interface org.apache.hadoop.hbase.ClassFinder.ClassFilter
 
isCandidateClass(Class<?>) - Method in class org.apache.hadoop.hbase.ClassFinder.Not
 
isCandidateClass(Class<?>) - Method in class org.apache.hadoop.hbase.ClassTestFinder.TestClassFilter
 
isCandidateFile(String, String) - Method in interface org.apache.hadoop.hbase.ClassFinder.FileNameFilter
 
isCandidateFile(String, String) - Method in class org.apache.hadoop.hbase.ClassFinder.Not
 
isCandidateFile(String, String) - Method in class org.apache.hadoop.hbase.ClassTestFinder.TestFileNameFilter
 
isCandidatePath(String, boolean) - Method in class org.apache.hadoop.hbase.ClassFinder.And
 
isCandidatePath(String, boolean) - Method in class org.apache.hadoop.hbase.ClassFinder.Not
 
isCandidatePath(String, boolean) - Method in interface org.apache.hadoop.hbase.ClassFinder.ResourcePathFilter
 
isCandidatePath(String, boolean) - Method in class org.apache.hadoop.hbase.ClassTestFinder.TestFileNameFilter
 
isClosed() - Method in class org.apache.hadoop.hbase.mapreduce.TestMultiTableInputFormatBase.MRSplitsConnection
 
isClusterUp() - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
isClusterUp() - Method in class org.apache.hadoop.hbase.MockRegionServerServices
 
isCompactedAway() - Method in class org.apache.hadoop.hbase.regionserver.MockHStoreFile
 
isDestructive() - Method in class org.apache.hadoop.hbase.chaos.monkies.CalmChaosMonkey
 
isDestructive() - Method in class org.apache.hadoop.hbase.chaos.monkies.ChaosMonkey
Returns whether the CM does destructive actions (killing servers) so that a cluster restore is needed after CM is stopped.
isDestructive() - Method in class org.apache.hadoop.hbase.chaos.monkies.PolicyBasedChaosMonkey
 
isDistributedCluster() - Method in class org.apache.hadoop.hbase.DistributedHBaseCluster
 
isDistributedCluster() - Method in class org.apache.hadoop.hbase.HBaseCluster
 
isDistributedCluster() - Method in class org.apache.hadoop.hbase.IntegrationTestingUtility
 
isDone() - Method in class org.apache.hadoop.hbase.util.MultiThreadedAction
 
isEmpty() - Method in class org.apache.hadoop.hbase.util.ConstantDelayQueue
 
isFileScanner() - Method in class org.apache.hadoop.hbase.regionserver.DelegatingKeyValueScanner
 
isFlushCommits() - Method in class org.apache.hadoop.hbase.rest.PerformanceEvaluation.PeInputSplit
 
isHadoopSecurityEnabled() - Method in class org.apache.hadoop.hbase.security.HadoopSecurityEnabledUserProviderForTesting
 
isHBaseSecurityEnabled() - Method in class org.apache.hadoop.hbase.security.HadoopSecurityEnabledUserProviderForTesting
 
isInCompact - Variable in class org.apache.hadoop.hbase.regionserver.TestCompaction.BlockingStoreMockMaker.BlockingCompactionContext
 
isInitialized() - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
isInitOnly - Variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
isInMaintenanceMode() - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
isKerberosPropertySetted() - Static method in class org.apache.hadoop.hbase.security.HBaseKerberosUtils
 
isKilledRS(ServerName) - Method in class org.apache.hadoop.hbase.DistributedHBaseCluster
 
isKilledRS(ServerName) - Method in class org.apache.hadoop.hbase.HBaseCluster
Keeping track of killed servers and being able to check if a particular server was killed makes it possible to do fault tolerance testing for dead servers in a deterministic way.
isKilledRS(ServerName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
isMajorCompactionResult() - Method in class org.apache.hadoop.hbase.regionserver.MockHStoreFile
 
isMultiPut - Variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
isMultiPut - Variable in class org.apache.hadoop.hbase.util.MultiThreadedWriter
 
isMultiPut - Variable in class org.apache.hadoop.hbase.util.TestMiniClusterLoadSequential
 
isNewVersionBehaviorEnabled() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Check whether the tests should assume NEW_VERSION_BEHAVIOR when creating new column families.
isOutputtingOnTicks() - Method in class org.apache.hadoop.hbase.TestChoreService.ScheduledChoreSamples.CountingChore
 
isPeerEnabled() - Method in class org.apache.hadoop.hbase.replication.ReplicationSourceDummy
 
isPostWALRestoreCalled() - Method in class org.apache.hadoop.hbase.coprocessor.SampleRegionWALCoprocessor
 
isPostWALRollCalled() - Method in class org.apache.hadoop.hbase.coprocessor.SampleRegionWALCoprocessor
 
isPostWALWriteCalled() - Method in class org.apache.hadoop.hbase.coprocessor.SampleRegionWALCoprocessor
 
isPreWALRestoreCalled() - Method in class org.apache.hadoop.hbase.coprocessor.SampleRegionWALCoprocessor
 
isPreWALRollCalled() - Method in class org.apache.hadoop.hbase.coprocessor.SampleRegionWALCoprocessor
 
isPreWALWriteCalled() - Method in class org.apache.hadoop.hbase.coprocessor.SampleRegionWALCoprocessor
 
isProcedureFinished() - Method in class org.apache.hadoop.hbase.client.TestAsyncProcedureAdminApi
 
isRead - Variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
isReadShortCircuitOn() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Get the HBase setting for dfs.client.read.shortcircuit from the conf or a system property.
isReference() - Method in class org.apache.hadoop.hbase.regionserver.MockHStoreFile
 
isRunning(ClusterManager.ServiceType, String, int) - Method in class org.apache.hadoop.hbase.HBaseClusterManager
 
isRunning(ClusterManager.ServiceType, String, int) - Method in class org.apache.hadoop.hbase.RESTApiClusterManager
 
isSerialPeer() - Method in class org.apache.hadoop.hbase.replication.TestNamespaceReplication
 
isSerialPeer() - Method in class org.apache.hadoop.hbase.replication.TestReplicationBase
 
isSerialPeer() - Method in class org.apache.hadoop.hbase.replication.TestReplicationChangingPeerRegionservers
 
isSerialPeer() - Method in class org.apache.hadoop.hbase.replication.TestReplicationSmallTests
 
isSkipInit - Variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
isSourceActive() - Method in class org.apache.hadoop.hbase.replication.ReplicationSourceDummy
 
isSplitOrMergeEnabled(MasterSwitchType) - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
isStarted() - Method in class org.apache.hadoop.hbase.io.hfile.NanoTimer
Checking whether the timer is started
isStartup() - Method in class org.apache.hadoop.hbase.replication.ReplicationSourceDummy
 
isStopped() - Method in class org.apache.hadoop.hbase.chaos.monkies.CalmChaosMonkey
 
isStopped() - Method in class org.apache.hadoop.hbase.chaos.monkies.ChaosMonkey
 
isStopped() - Method in class org.apache.hadoop.hbase.chaos.monkies.PolicyBasedChaosMonkey
 
isStopped() - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
isStopped() - Method in class org.apache.hadoop.hbase.master.TestActiveMasterManager.DummyMaster
 
isStopped() - Method in class org.apache.hadoop.hbase.MockRegionServerServices
 
isStopped() - Method in class org.apache.hadoop.hbase.TestChoreService.ScheduledChoreSamples.SampleStopper
 
isStopped() - Method in class org.apache.hadoop.hbase.util.MockServer
 
isStopped() - Method in class org.apache.hadoop.hbase.util.StoppableImplementation
 
isStopping() - Method in class org.apache.hadoop.hbase.chaos.actions.Action.ActionContext
 
isStopping() - Method in class org.apache.hadoop.hbase.chaos.policies.Policy.PolicyContext
 
isStopping() - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
isStopping() - Method in class org.apache.hadoop.hbase.master.TestActiveMasterManager.DummyMaster
 
isStopping() - Method in class org.apache.hadoop.hbase.MockRegionServerServices
 
isStopping() - Method in class org.apache.hadoop.hbase.util.MockServer
 
isTestTable(TestMetaCache.FakeRSRpcServices, HBaseProtos.RegionSpecifier) - Method in class org.apache.hadoop.hbase.client.TestMetaCache.ExceptionInjector
 
isUpdate - Variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
isUseTags() - Method in class org.apache.hadoop.hbase.rest.PerformanceEvaluation.PeInputSplit
 
isVerbose - Variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
isWrite - Variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
isWriteToWAL() - Method in class org.apache.hadoop.hbase.rest.PerformanceEvaluation.PeInputSplit
 
ITBulkLoadInputFormat() - Constructor for class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.ITBulkLoadInputFormat
 
iterator() - Method in class org.apache.hadoop.hbase.util.ConstantDelayQueue
 

J

JerseyResource - Class in org.apache.hadoop.hbase.http.resource
A simple Jersey resource class TestHttpServer.
JerseyResource() - Constructor for class org.apache.hadoop.hbase.http.resource.JerseyResource
 
join() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Wait for Mini HBase Cluster to shut down.
jruby - Static variable in class org.apache.hadoop.hbase.client.AbstractTestShell
 
jsonMapper - Static variable in class org.apache.hadoop.hbase.rest.RowResourceBase
 
jsonMapper - Static variable in class org.apache.hadoop.hbase.rest.TestNamespacesInstanceResource
 
JUNIT_RUN_TIME - Static variable in class org.apache.hadoop.hbase.IntegrationTestIngest
 

K

KEY_ONE - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationStateBasic
 
KEY_TWO - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationStateBasic
 
KeyProviderForTesting - Class in org.apache.hadoop.hbase.io.crypto
Return a fixed secret key for AES for testing.
KeyProviderForTesting() - Constructor for class org.apache.hadoop.hbase.io.crypto.KeyProviderForTesting
 
KEYS - Static variable in class org.apache.hadoop.hbase.HBaseTestingUtility
 
KEYS_FOR_HBA_CREATE_TABLE - Static variable in class org.apache.hadoop.hbase.HBaseTestingUtility
 
KeyStoreTestUtil - Class in org.apache.hadoop.hbase.http.ssl
 
KeyStoreTestUtil() - Constructor for class org.apache.hadoop.hbase.http.ssl.KeyStoreTestUtil
 
KeyValueScanFixture - Class in org.apache.hadoop.hbase.regionserver
A fixture that implements and presents a KeyValueScanner.
KeyValueScanFixture(CellComparator, Cell...) - Constructor for class org.apache.hadoop.hbase.regionserver.KeyValueScanFixture
 
kill(ClusterManager.ServiceType, String, int) - Method in class org.apache.hadoop.hbase.HBaseClusterManager
 
kill() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster.MiniHBaseClusterRegionServer
 
kill(ClusterManager.ServiceType, String, int) - Method in class org.apache.hadoop.hbase.RESTApiClusterManager
 
KILL_DATANODE_TIMEOUT_DEFAULT - Static variable in class org.apache.hadoop.hbase.chaos.actions.Action
 
KILL_DATANODE_TIMEOUT_KEY - Static variable in class org.apache.hadoop.hbase.chaos.actions.Action
 
KILL_MASTER_TIMEOUT_DEFAULT - Static variable in class org.apache.hadoop.hbase.chaos.actions.Action
 
KILL_MASTER_TIMEOUT_KEY - Static variable in class org.apache.hadoop.hbase.chaos.actions.Action
 
KILL_RS_TIMEOUT_DEFAULT - Static variable in class org.apache.hadoop.hbase.chaos.actions.Action
 
KILL_RS_TIMEOUT_KEY - Static variable in class org.apache.hadoop.hbase.chaos.actions.Action
 
KILL_ZK_NODE_TIMEOUT_DEFAULT - Static variable in class org.apache.hadoop.hbase.chaos.actions.Action
 
KILL_ZK_NODE_TIMEOUT_KEY - Static variable in class org.apache.hadoop.hbase.chaos.actions.Action
 
killAll() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Do a simulated kill all masters and regionservers.
killDataNode(ServerName) - Method in class org.apache.hadoop.hbase.chaos.actions.Action
 
killDataNode(ServerName) - Method in class org.apache.hadoop.hbase.DistributedHBaseCluster
 
killDataNode(ServerName) - Method in class org.apache.hadoop.hbase.HBaseCluster
Kills the datanode process if this is a distributed cluster, otherwise, this causes master to exit doing basic clean up only.
killDataNode(ServerName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
killDataNodeTimeout - Variable in class org.apache.hadoop.hbase.chaos.actions.Action
 
killMaster(ServerName) - Method in class org.apache.hadoop.hbase.chaos.actions.Action
 
killMaster(ServerName) - Method in class org.apache.hadoop.hbase.DistributedHBaseCluster
 
killMaster(ServerName) - Method in class org.apache.hadoop.hbase.HBaseCluster
Kills the master process if this is a distributed cluster, otherwise, this causes master to exit doing basic clean up only.
killMaster(ServerName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
killMaster() - Method in class org.apache.hadoop.hbase.util.ProcessBasedLocalHBaseCluster
 
killMasterTimeout - Variable in class org.apache.hadoop.hbase.chaos.actions.Action
 
killMiniHBaseCluster() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Abruptly Shutdown HBase mini cluster.
killOneMasterRS() - Method in class org.apache.hadoop.hbase.replication.TestReplicationKillMasterRS
 
killOneMasterRS() - Method in class org.apache.hadoop.hbase.replication.TestReplicationKillMasterRSWithSeparateOldWALs
 
killOneSlaveRS() - Method in class org.apache.hadoop.hbase.replication.TestReplicationKillSlaveRS
 
killOneSlaveRS() - Method in class org.apache.hadoop.hbase.replication.TestReplicationKillSlaveRSWithSeparateOldWALs
 
killRegionServer(ServerName) - Method in class org.apache.hadoop.hbase.DistributedHBaseCluster
 
killRegionServer(ServerName) - Method in class org.apache.hadoop.hbase.HBaseCluster
Kills the region server process if this is a distributed cluster, otherwise this causes the region server to exit doing basic clean up only.
killRegionServer(ServerName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
killRegionServer(int) - Method in class org.apache.hadoop.hbase.util.ProcessBasedLocalHBaseCluster
 
killRs(ServerName) - Method in class org.apache.hadoop.hbase.chaos.actions.Action
 
killRsTimeout - Variable in class org.apache.hadoop.hbase.chaos.actions.Action
 
killZKNode(ServerName) - Method in class org.apache.hadoop.hbase.chaos.actions.Action
 
killZkNode(ServerName) - Method in class org.apache.hadoop.hbase.DistributedHBaseCluster
 
killZkNode(ServerName) - Method in class org.apache.hadoop.hbase.HBaseCluster
Kills the zookeeper node process if this is a distributed cluster, otherwise, this causes master to exit doing basic clean up only.
killZkNode(ServerName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
killZkNodeTimeout - Variable in class org.apache.hadoop.hbase.chaos.actions.Action
 
KRB_KEYTAB_FILE - Static variable in class org.apache.hadoop.hbase.security.HBaseKerberosUtils
 
KRB_PRINCIPAL - Static variable in class org.apache.hadoop.hbase.security.HBaseKerberosUtils
 

L

labels - Static variable in class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedListWithVisibility
 
LABELS_KEY - Static variable in class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedListWithVisibility
 
LargeTests - Interface in org.apache.hadoop.hbase.testclassification
Tagging a test as 'large', means that the test class has the following characteristics: it can executed in an isolated JVM (Tests can however be executed in different JVM on the same machine simultaneously so be careful two concurrent tests end up fighting over ports or other singular resources). ideally, the whole large test-suite/class, no matter how many or how few test methods it has, will run in last less than three minutes No large test can take longer than ten minutes; it will be killed.
LAST_CHAR - Static variable in class org.apache.hadoop.hbase.HBaseTestCase
Deprecated.
 
LAST_CHAR - Static variable in class org.apache.hadoop.hbase.HBaseTestingUtility
 
LAST_CHAR - Static variable in class org.apache.hadoop.hbase.mob.MobTestUtil
 
lastCreatedCompactor - Static variable in class org.apache.hadoop.hbase.regionserver.TestHStore.DummyStoreEngine
 
LauncherSecurityManager - Class in org.apache.hadoop.hbase.util
class for masquerading System.exit(int).
LauncherSecurityManager() - Constructor for class org.apache.hadoop.hbase.util.LauncherSecurityManager
 
lenAsVal - Variable in class org.apache.hadoop.hbase.filter.TestKeyOnlyFilter
 
LINE_PATTERN - Static variable in class org.apache.hadoop.hbase.rest.PerformanceEvaluation
Regex to parse lines in input file passed to mapreduce task.
LinkChain() - Constructor for class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.LinkChain
 
LinkChain(Long, Long) - Constructor for class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.LinkChain
 
LinkedListCheckingFlatMapFunc() - Constructor for class org.apache.hadoop.hbase.spark.IntegrationTestSparkBulkLoad.LinkedListCheckingFlatMapFunc
 
LinkedListCheckingForeachFunc(SerializableWritable) - Constructor for class org.apache.hadoop.hbase.spark.IntegrationTestSparkBulkLoad.LinkedListCheckingForeachFunc
 
LinkedListCheckingMapper() - Constructor for class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.LinkedListCheckingMapper
 
LinkedListCheckingReducer() - Constructor for class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.LinkedListCheckingReducer
 
LinkedListCreationMapper() - Constructor for class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.LinkedListCreationMapper
 
LinkedListCreationMapper(SerializableWritable) - Constructor for class org.apache.hadoop.hbase.spark.IntegrationTestSparkBulkLoad.LinkedListCreationMapper
 
LinkKey() - Constructor for class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.LinkKey
 
LinkKey(long, long) - Constructor for class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.LinkKey
 
linkToWriter(MultiThreadedWriterBase) - Method in class org.apache.hadoop.hbase.util.MultiThreadedReader
 
linkToWriter(MultiThreadedWriterBase) - Method in class org.apache.hadoop.hbase.util.MultiThreadedUpdater
 
listHFileNames(FileSystem, Path) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils
List all the HFiles in the given table
listProcedure() - Method in class org.apache.hadoop.hbase.client.TestAsyncProcedureAdminApi
 
listReplicationPeers(String) - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
listRSGroups() - Method in class org.apache.hadoop.hbase.rsgroup.VerifyingRSGroupAdminClient
 
listTableDescriptorsByNamespace(String) - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
listTableNamesByNamespace(String) - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
ListToKeyValueFunc() - Constructor for class org.apache.hadoop.hbase.spark.IntegrationTestSparkBulkLoad.ListToKeyValueFunc
 
LOAD_TEST_TOOL_INIT_ARGS - Variable in class org.apache.hadoop.hbase.IntegrationTestIngest
 
LOAD_TEST_TOOL_MOB_INIT_ARGS - Variable in class org.apache.hadoop.hbase.IntegrationTestIngestWithMOB
 
LoadCallable(Future<?>) - Constructor for class org.apache.hadoop.hbase.mttr.IntegrationTestMTTR.LoadCallable
 
loadData(Table, byte[]...) - Method in class org.apache.hadoop.hbase.client.TestMobSnapshotCloneIndependence
 
loadData(Table, byte[]...) - Method in class org.apache.hadoop.hbase.client.TestSnapshotCloneIndependence
 
loadData(String, byte[]) - Static method in class org.apache.hadoop.hbase.replication.TestReplicationBase
 
loadData(HBaseTestingUtility, TableName, int, byte[]...) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils
 
loadData(HBaseTestingUtility, BufferedMutator, int, byte[]...) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils
 
LoadMapper() - Constructor for class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify.LoadMapper
 
loadNumericRows(Table, byte[], int, int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
loadRandomRows(Table, byte[], int, int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
loadRegion(HRegion, byte[]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
loadRegion(Region, byte[]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
loadRegion(HRegion, byte[], boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Load region with rows from 'aaa' to 'zzz'.
loadTable(Table, byte[]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Load table with rows from 'aaa' to 'zzz'.
loadTable(Table, byte[], boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Load table with rows from 'aaa' to 'zzz'.
loadTable(Table, byte[][]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Load table of multiple column families with rows from 'aaa' to 'zzz'.
loadTable(Table, byte[][], byte[]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Load table of multiple column families with rows from 'aaa' to 'zzz'.
loadTable(Table, byte[][], byte[], boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Load table of multiple column families with rows from 'aaa' to 'zzz'.
loadTable(Table, int) - Method in class org.apache.hadoop.hbase.regionserver.TestScannerRetriableFailure
 
loadTable() - Method in class org.apache.hadoop.hbase.util.LoadTestTool
 
loadTableAndKillRS(HBaseTestingUtility) - Method in class org.apache.hadoop.hbase.replication.TestReplicationKillRS
Load up 1 tables over 2 region servers and kill a source during the upload.
loadTest() - Method in class org.apache.hadoop.hbase.io.encoding.TestLoadAndSwitchEncodeOnDisk
 
loadTest() - Method in class org.apache.hadoop.hbase.util.TestMiniClusterLoadParallel
 
loadTest() - Method in class org.apache.hadoop.hbase.util.TestMiniClusterLoadSequential
 
LoadTestDataGeneratorWithMOB - Class in org.apache.hadoop.hbase.util
A load test data generator for MOB
LoadTestDataGeneratorWithMOB(int, int, int, int, byte[]...) - Constructor for class org.apache.hadoop.hbase.util.LoadTestDataGeneratorWithMOB
 
LoadTestDataGeneratorWithMOB(byte[]...) - Constructor for class org.apache.hadoop.hbase.util.LoadTestDataGeneratorWithMOB
 
LoadTestDataGeneratorWithTags - Class in org.apache.hadoop.hbase.util
 
LoadTestDataGeneratorWithTags(int, int, int, int, byte[]...) - Constructor for class org.apache.hadoop.hbase.util.LoadTestDataGeneratorWithTags
 
LoadTestKVGenerator - Class in org.apache.hadoop.hbase.util
A generator of random keys and values for load testing.
LoadTestKVGenerator(int, int) - Constructor for class org.apache.hadoop.hbase.util.LoadTestKVGenerator
 
LoadTestTool - Class in org.apache.hadoop.hbase.util
A command-line utility that reads, writes, and verifies data.
LoadTestTool() - Constructor for class org.apache.hadoop.hbase.util.LoadTestTool
 
loadTool - Variable in class org.apache.hadoop.hbase.IntegrationTestIngest
 
LoadWithCellVisibilityMapper() - Constructor for class org.apache.hadoop.hbase.test.IntegrationTestWithCellVisibilityLoadAndVerify.LoadWithCellVisibilityMapper
 
LocalReplicationEndpoint() - Constructor for class org.apache.hadoop.hbase.replication.SerialReplicationTestBase.LocalReplicationEndpoint
 
LOG - Static variable in class org.apache.hadoop.hbase.chaos.actions.Action
 
LOG - Static variable in class org.apache.hadoop.hbase.chaos.policies.Policy
 
LOG - Static variable in class org.apache.hadoop.hbase.client.TestAsyncAdminBase
 
LOG - Static variable in class org.apache.hadoop.hbase.client.TestSmallReversedScanner
 
LOG - Static variable in class org.apache.hadoop.hbase.HBaseClusterManager
 
LOG - Static variable in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
 
LOG - Static variable in class org.apache.hadoop.hbase.IntegrationTestIngest
 
LOG - Static variable in class org.apache.hadoop.hbase.IntegrationTestManyRegions
 
LOG - Static variable in class org.apache.hadoop.hbase.ipc.TestRpcClientLeaks
 
LOG - Static variable in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithTTLs
 
LOG - Static variable in class org.apache.hadoop.hbase.MockRegionServerServices
 
log(String) - Static method in class org.apache.hadoop.hbase.regionserver.TestEndToEndSplitTransaction
 
LOG - Static variable in class org.apache.hadoop.hbase.regionserver.TestHMobStore
 
LOG - Static variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestFSWAL
 
LOG - Static variable in class org.apache.hadoop.hbase.rest.PerformanceEvaluation
 
LOG - Static variable in class org.apache.hadoop.hbase.rsgroup.TestEnableRSGroup
 
LOG - Static variable in class org.apache.hadoop.hbase.rsgroup.TestRSGroups
 
LOG - Static variable in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
LOG - Static variable in class org.apache.hadoop.hbase.spark.TestJavaHBaseContext
 
log - Static variable in class org.apache.hadoop.hbase.TestChoreService
 
LOG - Static variable in class org.apache.hadoop.hbase.util.BaseTestHBaseFsck
 
LOG_DIR - Static variable in class org.apache.hadoop.hbase.replication.SerialReplicationTestBase
 
logCloseRequested() - Method in class org.apache.hadoop.hbase.regionserver.wal.TestWALActionsListener.DummyWALActionsListener
 
loginAndReturnUGI(Configuration, String) - Static method in class org.apache.hadoop.hbase.security.HBaseKerberosUtils
 
logPath - Variable in class org.apache.hadoop.hbase.replication.SerialReplicationTestBase
 
LongHeaderServlet() - Constructor for class org.apache.hadoop.hbase.http.TestHttpServer.LongHeaderServlet
 

M

main(String[]) - Static method in class org.apache.hadoop.hbase.AcidGuaranteesTestTool
 
main(String[]) - Static method in class org.apache.hadoop.hbase.chaos.actions.RollingBatchRestartRsAction
Small test to ensure the class basically works.
main(String[]) - Static method in class org.apache.hadoop.hbase.chaos.util.ChaosMonkeyRunner
 
main(String[]) - Static method in class org.apache.hadoop.hbase.client.TestClientNoCluster
Run a client instance against a faked up server.
main(String[]) - Static method in class org.apache.hadoop.hbase.client.TestResult
Calls non-functional test methods.
main(String[]) - Static method in class org.apache.hadoop.hbase.HFilePerformanceEvaluation
 
main(String[]) - Static method in class org.apache.hadoop.hbase.IntegrationTestAcidGuarantees
 
main(String[]) - Static method in class org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover
 
main(String[]) - Static method in class org.apache.hadoop.hbase.IntegrationTestIngest
 
main(String[]) - Static method in class org.apache.hadoop.hbase.IntegrationTestIngestStripeCompactions
 
main(String[]) - Static method in class org.apache.hadoop.hbase.IntegrationTestIngestWithACL
 
main(String[]) - Static method in class org.apache.hadoop.hbase.IntegrationTestIngestWithEncryption
 
main(String[]) - Static method in class org.apache.hadoop.hbase.IntegrationTestIngestWithMOB
 
main(String[]) - Static method in class org.apache.hadoop.hbase.IntegrationTestMetaReplicas
 
main(String[]) - Static method in class org.apache.hadoop.hbase.IntegrationTestRegionReplicaPerf
 
main(String[]) - Static method in class org.apache.hadoop.hbase.IntegrationTestRegionReplicaReplication
 
main(String[]) - Static method in class org.apache.hadoop.hbase.IntegrationTestsDriver
 
main(String[]) - Static method in class org.apache.hadoop.hbase.io.hfile.NanoTimer
Simple tester.
main(String[]) - Static method in class org.apache.hadoop.hbase.io.hfile.TestHFileSeek
 
main(String[]) - Static method in class org.apache.hadoop.hbase.ipc.TestCellBlockBuilder
For running a few tests of methods herein.
main(String[]) - Static method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad
 
main(String[]) - Static method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestImportTsv
 
main(String[]) - Static method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestTableMapReduceUtil
 
main(String[]) - Static method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestTableSnapshotInputFormat
 
main(String[]) - Static method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedHFileOutputFormat2
 
main(String[]) - Static method in class org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat2
 
main(String[]) - Static method in class org.apache.hadoop.hbase.PerformanceEvaluation
 
main(String[]) - Static method in class org.apache.hadoop.hbase.regionserver.CreateRandomStoreFile
 
main(String[]) - Static method in class org.apache.hadoop.hbase.regionserver.DataBlockEncodingTool
A command line interface to benchmarks.
main(String[]) - Static method in class org.apache.hadoop.hbase.regionserver.EncodedSeekPerformanceTest
Command line interface:
main(String[]) - Static method in class org.apache.hadoop.hbase.regionserver.OOMERegionServer
 
main(String[]) - Static method in class org.apache.hadoop.hbase.regionserver.TestDefaultMemStore
 
main(String[]) - Static method in class org.apache.hadoop.hbase.regionserver.TestHRegionServerBulkLoad
Run test on an HBase instance for 5 minutes.
main(String[]) - Static method in class org.apache.hadoop.hbase.regionserver.TestJoinedScanners
Command line interface:
main(String[]) - Static method in class org.apache.hadoop.hbase.regionserver.TestPerColumnFamilyFlush
 
main(String[]) - Static method in class org.apache.hadoop.hbase.rest.PerformanceEvaluation
 
main(String[]) - Static method in class org.apache.hadoop.hbase.ScanPerformanceEvaluation
 
main(String[]) - Static method in class org.apache.hadoop.hbase.spark.IntegrationTestSparkBulkLoad
 
main(String[]) - Static method in class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList
 
main(String[]) - Static method in class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedListWithVisibility
 
main(String[]) - Static method in class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify
 
main(String[]) - Static method in class org.apache.hadoop.hbase.test.IntegrationTestMonkeys
 
main(String[]) - Static method in class org.apache.hadoop.hbase.test.IntegrationTestReplication
 
main(String[]) - Static method in class org.apache.hadoop.hbase.test.IntegrationTestTimeBoundedMultiGetRequestsWithRegionReplicas
 
main(String[]) - Static method in class org.apache.hadoop.hbase.test.IntegrationTestTimeBoundedRequestsWithRegionReplicas
 
main(String[]) - Static method in class org.apache.hadoop.hbase.test.IntegrationTestWithCellVisibilityLoadAndVerify
 
main(String[]) - Static method in class org.apache.hadoop.hbase.test.IntegrationTestZKAndFSPermissions
 
main(String[]) - Static method in class org.apache.hadoop.hbase.TestIPv6NIOServerSocketChannel
 
main(String[]) - Static method in class org.apache.hadoop.hbase.util.LoadTestTool
 
main(String[]) - Static method in class org.apache.hadoop.hbase.util.RestartMetaTest
 
main(String[]) - Static method in class org.apache.hadoop.hbase.wal.WALPerformanceEvaluation
 
majorCompactionWithDataBlockEncoding(boolean) - Method in class org.apache.hadoop.hbase.regionserver.TestMajorCompaction
 
majorCompation() - Method in class org.apache.hadoop.hbase.regionserver.TestDateTieredCompactionPolicy
Major compaction
makeAssertions(ImmutableBytesWritable, Result) - Method in class org.apache.hadoop.hbase.mapreduce.MultiTableInputFormatTestBase.ScanMapper
 
makeAssertions(ImmutableBytesWritable, Iterable<ImmutableBytesWritable>) - Method in class org.apache.hadoop.hbase.mapreduce.MultiTableInputFormatTestBase.ScanReducer
 
makeNAscii(byte[], int) - Static method in class org.apache.hadoop.hbase.HTestConst
Generate the given number of unique byte sequences by appending numeric suffixes (ASCII representations of decimal numbers).
makeQualifier(int, int) - Static method in class org.apache.hadoop.hbase.regionserver.TestCompactingMemStore
 
makeWAL(HRegionServer, List<RegionInfo>, int, int) - Method in class org.apache.hadoop.hbase.master.AbstractTestDLS
 
makeWAL(HRegionServer, List<RegionInfo>, int, int, boolean) - Method in class org.apache.hadoop.hbase.master.AbstractTestDLS
 
manualTest(String[]) - Method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedHFileOutputFormat2
 
manualTest(String[]) - Method in class org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat2
 
map(ImmutableBytesWritable, Result, OutputCollector<ImmutableBytesWritable, ImmutableBytesWritable>, Reporter) - Method in class org.apache.hadoop.hbase.mapred.TestMultiTableSnapshotInputFormat.Mapper
 
map(ImmutableBytesWritable, Result, OutputCollector<NullWritable, NullWritable>, Reporter) - Method in class org.apache.hadoop.hbase.mapred.TestTableInputFormat.ExampleVerifier
 
map(ImmutableBytesWritable, Result, Mapper<ImmutableBytesWritable, Result, IntegrationTestBulkLoad.LinkKey, IntegrationTestBulkLoad.LinkChain>.Context) - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.LinkedListCheckingMapper
 
map(LongWritable, LongWritable, Mapper<LongWritable, LongWritable, ImmutableBytesWritable, KeyValue>.Context) - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.LinkedListCreationMapper
 
map(ImmutableBytesWritable, Result, Mapper<ImmutableBytesWritable, Result, ImmutableBytesWritable, ImmutableBytesWritable>.Context) - Method in class org.apache.hadoop.hbase.mapreduce.MultiTableInputFormatTestBase.ScanMapper
Pass the key and value to reduce.
map(ImmutableBytesWritable, Result, Mapper<ImmutableBytesWritable, Result, ImmutableBytesWritable, Put>.Context) - Method in class org.apache.hadoop.hbase.mapreduce.TestMultithreadedTableMapper.ProcessContentsMapper
Pass the key, and reversed value to reduce
map(ImmutableBytesWritable, Result, Mapper<ImmutableBytesWritable, Result, NullWritable, NullWritable>.Context) - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormat.ExampleVerifier
 
map(ImmutableBytesWritable, Result, Mapper<ImmutableBytesWritable, Result, ImmutableBytesWritable, ImmutableBytesWritable>.Context) - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanBase.ScanMapper
Pass the key and value to reduce.
map(ImmutableBytesWritable, Result) - Static method in class org.apache.hadoop.hbase.mapreduce.TestTableMapReduceBase
Implements mapper logic for use across APIs.
map(ImmutableBytesWritable, Result, Mapper<ImmutableBytesWritable, Result, ImmutableBytesWritable, NullWritable>.Context) - Method in class org.apache.hadoop.hbase.mapreduce.TestTableSnapshotInputFormat.TestTableSnapshotMapper
 
map(LongWritable, Text, Mapper<LongWritable, Text, ImmutableBytesWritable, Put>.Context) - Method in class org.apache.hadoop.hbase.mapreduce.TsvImporterCustomTestMapper
Convert a line of TSV text into an HBase table row after transforming the values by multiplying them by 3.
map(LongWritable, Text, Mapper<LongWritable, Text, LongWritable, LongWritable>.Context) - Method in class org.apache.hadoop.hbase.PerformanceEvaluation.EvaluationMapTask
 
map(NullWritable, PerformanceEvaluation.PeInputSplit, Mapper<NullWritable, PerformanceEvaluation.PeInputSplit, LongWritable, LongWritable>.Context) - Method in class org.apache.hadoop.hbase.rest.PerformanceEvaluation.EvaluationMapTask
 
map(ImmutableBytesWritable, Result, Mapper<ImmutableBytesWritable, Result, KEYOUT, VALUEOUT>.Context) - Method in class org.apache.hadoop.hbase.ScanPerformanceEvaluation.MyMapper
 
map(NullWritable, NullWritable, Mapper<NullWritable, NullWritable, NullWritable, NullWritable>.Context) - Method in class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify.LoadMapper
 
map(ImmutableBytesWritable, Result, Mapper<ImmutableBytesWritable, Result, BytesWritable, BytesWritable>.Context) - Method in class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify.VerifyMapper
 
map(NullWritable, NullWritable, Mapper<NullWritable, NullWritable, NullWritable, NullWritable>.Context) - Method in class org.apache.hadoop.hbase.test.IntegrationTestWithCellVisibilityLoadAndVerify.LoadWithCellVisibilityMapper
 
map(ImmutableBytesWritable, Result, Mapper<ImmutableBytesWritable, Result, BytesWritable, BytesWritable>.Context) - Method in class org.apache.hadoop.hbase.test.IntegrationTestWithCellVisibilityLoadAndVerify.VerifyMapper
 
Mapper() - Constructor for class org.apache.hadoop.hbase.mapred.TestMultiTableSnapshotInputFormat.Mapper
 
MapreduceTestingShim - Class in org.apache.hadoop.hbase.mapreduce
This class provides shims for HBase to interact with the Hadoop 1.0.x and the Hadoop 0.23.x series.
MapreduceTestingShim() - Constructor for class org.apache.hadoop.hbase.mapreduce.MapreduceTestingShim
 
MapReduceTests - Interface in org.apache.hadoop.hbase.testclassification
Tag a test as related to mapred or mapreduce.
markCompactedAway() - Method in class org.apache.hadoop.hbase.regionserver.MockHStoreFile
 
master - Static variable in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
MASTER_KILLING - Static variable in class org.apache.hadoop.hbase.chaos.factories.MonkeyFactory
 
MASTER_KRB_PRINCIPAL - Static variable in class org.apache.hadoop.hbase.security.HBaseKerberosUtils
 
MasterKillingMonkeyFactory - Class in org.apache.hadoop.hbase.chaos.factories
A chaos monkey to kill the active master periodically.
MasterKillingMonkeyFactory() - Constructor for class org.apache.hadoop.hbase.chaos.factories.MasterKillingMonkeyFactory
 
MasterSyncCoprocessor() - Constructor for class org.apache.hadoop.hbase.util.BaseTestHBaseFsck.MasterSyncCoprocessor
 
MasterSyncObserver() - Constructor for class org.apache.hadoop.hbase.client.TestEnableTable.MasterSyncObserver
 
MasterSyncObserver() - Constructor for class org.apache.hadoop.hbase.namespace.TestNamespaceAuditor.MasterSyncObserver
 
MasterSyncObserver() - Constructor for class org.apache.hadoop.hbase.snapshot.TestSnapshotClientRetries.MasterSyncObserver
 
MasterTests - Interface in org.apache.hadoop.hbase.testclassification
Tag a test as related to the master.
MasterTracker(ZKWatcher, String, Abortable) - Constructor for class org.apache.hadoop.hbase.coprocessor.TestMasterCoprocessorExceptionWithAbort.MasterTracker
 
MasterTracker(ZKWatcher, String, Abortable) - Constructor for class org.apache.hadoop.hbase.coprocessor.TestMasterCoprocessorExceptionWithRemove.MasterTracker
 
masterZKNodeWasDeleted - Variable in class org.apache.hadoop.hbase.coprocessor.TestMasterCoprocessorExceptionWithAbort.MasterTracker
 
masterZKNodeWasDeleted - Variable in class org.apache.hadoop.hbase.coprocessor.TestMasterCoprocessorExceptionWithRemove.MasterTracker
 
MatchLastRowCellNextColFilter() - Constructor for class org.apache.hadoop.hbase.regionserver.TestSwitchToStreamRead.MatchLastRowCellNextColFilter
 
MatchLastRowCellNextRowFilter() - Constructor for class org.apache.hadoop.hbase.regionserver.TestSwitchToStreamRead.MatchLastRowCellNextRowFilter
 
MatchLastRowFilterRowFilter() - Constructor for class org.apache.hadoop.hbase.regionserver.TestSwitchToStreamRead.MatchLastRowFilterRowFilter
 
MatchLastRowKeyFilter() - Constructor for class org.apache.hadoop.hbase.regionserver.TestSwitchToStreamRead.MatchLastRowKeyFilter
 
MAX_MOB_DATA_SIZE - Static variable in class org.apache.hadoop.hbase.IntegrationTestIngestWithMOB
 
MAX_SIZE - Static variable in class org.apache.hadoop.hbase.client.TestMultiRespectsLimits
 
MAX_VERSIONS - Static variable in class org.apache.hadoop.hbase.regionserver.TestTimestampFilterSeekHint
 
maxColDataSize - Variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
maxColsPerKey - Variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
maxDeadServers - Variable in class org.apache.hadoop.hbase.chaos.actions.RollingBatchRestartRsAction
 
maxFiles - Static variable in class org.apache.hadoop.hbase.regionserver.TestCompactionPolicy
 
maxSize - Static variable in class org.apache.hadoop.hbase.regionserver.TestCompactionPolicy
 
maxValuesForMajor() - Method in class org.apache.hadoop.hbase.regionserver.TestDateTieredCompactionPolicyOverflow
Major compaction with maximum values
MAXVERSIONS - Static variable in class org.apache.hadoop.hbase.HBaseTestCase
Deprecated.
 
MAXVERSIONS - Static variable in class org.apache.hadoop.hbase.TestSerialization
 
md5PrefixedKey(long) - Static method in class org.apache.hadoop.hbase.util.LoadTestKVGenerator
Converts the given key to string, and prefixes it with the MD5 hash of the index's string representation.
MediumTests - Interface in org.apache.hadoop.hbase.testclassification
Tagging a test as 'medium' means that the test class has the following characteristics: it can be executed in an isolated JVM (Tests can however be executed in different JVMs on the same machine simultaneously so be careful two concurrent tests end up fighting over ports or other singular resources). ideally, the whole medium test-suite/class, no matter how many or how few test methods it has, will complete in 50 seconds; otherwise make it a 'large' test. Use it for tests that cannot be tagged as 'small'.
memstore - Variable in class org.apache.hadoop.hbase.regionserver.TestDefaultMemStore
 
MEMSTORETS_TAGS_PARAMETRIZED - Static variable in class org.apache.hadoop.hbase.HBaseTestingUtility
This is for unit tests parameterized with a single boolean.
memStoreTSTagsAndOffheapCombination() - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
mergeCombinersFunc() - Constructor for class org.apache.hadoop.hbase.spark.IntegrationTestSparkBulkLoad.mergeCombinersFunc
 
MergeRandomAdjacentRegionsOfTableAction - Class in org.apache.hadoop.hbase.chaos.actions
Action to merge regions of a table.
MergeRandomAdjacentRegionsOfTableAction(TableName) - Constructor for class org.apache.hadoop.hbase.chaos.actions.MergeRandomAdjacentRegionsOfTableAction
 
MergeRandomAdjacentRegionsOfTableAction(int, TableName) - Constructor for class org.apache.hadoop.hbase.chaos.actions.MergeRandomAdjacentRegionsOfTableAction
 
mergeRegions(RegionInfo[], boolean, long, long) - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
mergeValueFunc() - Constructor for class org.apache.hadoop.hbase.spark.IntegrationTestSparkBulkLoad.mergeValueFunc
 
meta - Variable in class org.apache.hadoop.hbase.HBaseTestCase
Deprecated.
 
META_SERVERNAME - Static variable in class org.apache.hadoop.hbase.client.TestClientNoCluster
 
metaCachePreservingExceptions() - Static method in class org.apache.hadoop.hbase.client.TestMetaCache
 
MetaMockingUtil - Class in org.apache.hadoop.hbase
Mocking utility for common hbase:meta functionality
MetaMockingUtil() - Constructor for class org.apache.hadoop.hbase.MetaMockingUtil
 
method - Variable in class org.apache.hadoop.hbase.client.TestAsyncTableScanMetrics
 
method - Variable in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
method - Variable in class org.apache.hadoop.hbase.regionserver.TestHRegionReplayEvents
 
method - Variable in class org.apache.hadoop.hbase.regionserver.TestRecoveredEditsReplayAndAbort
 
method - Variable in class org.apache.hadoop.hbase.regionserver.TestRegionMove
 
methodName - Variable in class org.apache.hadoop.hbase.client.TestAsyncTableScanMetrics
 
metricsAssertHelper - Variable in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
MetricsAssertHelper - Interface in org.apache.hadoop.hbase.test
Interface of a class to make assertions about metrics values.
MetricsAssertHelperImpl - Class in org.apache.hadoop.hbase.test
A helper class that will allow tests to get into hadoop2's metrics2 values.
MetricsAssertHelperImpl() - Constructor for class org.apache.hadoop.hbase.test.MetricsAssertHelperImpl
 
MetricsAssertHelperImpl.MockMetricsBuilder - Class in org.apache.hadoop.hbase.test
 
MetricsAssertHelperImpl.MockRecordBuilder - Class in org.apache.hadoop.hbase.test
 
MetricsHBaseServerWrapperStub - Class in org.apache.hadoop.hbase.ipc
 
MetricsHBaseServerWrapperStub() - Constructor for class org.apache.hadoop.hbase.ipc.MetricsHBaseServerWrapperStub
 
MetricsRegionServerWrapperStub - Class in org.apache.hadoop.hbase.regionserver
 
MetricsRegionServerWrapperStub() - Constructor for class org.apache.hadoop.hbase.regionserver.MetricsRegionServerWrapperStub
 
MetricsRegionWrapperStub - Class in org.apache.hadoop.hbase.regionserver
 
MetricsRegionWrapperStub() - Constructor for class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperStub
Replica ID set to 0
MetricsRegionWrapperStub(int) - Constructor for class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperStub
Pass in replica ID
MetricsTableWrapperStub - Class in org.apache.hadoop.hbase.regionserver
 
MetricsTableWrapperStub(String) - Constructor for class org.apache.hadoop.hbase.regionserver.MetricsTableWrapperStub
 
MetricsTests - Interface in org.apache.hadoop.hbase.testclassification
Tag a test that covers our metrics handling.
MIN_MOB_DATA_SIZE - Static variable in class org.apache.hadoop.hbase.IntegrationTestIngestWithMOB
 
minColDataSize - Variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
minColsPerKey - Variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
minFiles - Static variable in class org.apache.hadoop.hbase.regionserver.TestCompactionPolicy
 
MiniHBaseCluster - Class in org.apache.hadoop.hbase
This class creates a single process HBase cluster.
MiniHBaseCluster(Configuration, int) - Constructor for class org.apache.hadoop.hbase.MiniHBaseCluster
Start a MiniHBaseCluster.
MiniHBaseCluster(Configuration, int, int) - Constructor for class org.apache.hadoop.hbase.MiniHBaseCluster
Start a MiniHBaseCluster.
MiniHBaseCluster(Configuration, int, int, Class<? extends HMaster>, Class<? extends MiniHBaseCluster.MiniHBaseClusterRegionServer>) - Constructor for class org.apache.hadoop.hbase.MiniHBaseCluster
Start a MiniHBaseCluster.
MiniHBaseCluster(Configuration, int, int, List<Integer>, Class<? extends HMaster>, Class<? extends MiniHBaseCluster.MiniHBaseClusterRegionServer>) - Constructor for class org.apache.hadoop.hbase.MiniHBaseCluster
 
MiniHBaseCluster.MiniHBaseClusterRegionServer - Class in org.apache.hadoop.hbase
Subclass so can get at protected methods (none at moment).
MiniHBaseClusterRegionServer(Configuration) - Constructor for class org.apache.hadoop.hbase.MiniHBaseCluster.MiniHBaseClusterRegionServer
 
minSize - Static variable in class org.apache.hadoop.hbase.regionserver.TestCompactionPolicy
 
MiscTests - Interface in org.apache.hadoop.hbase.testclassification
Tag a test as not easily falling into any of the below categories.
missOneRegionSnapshotFile() - Method in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils.SnapshotMock.SnapshotBuilder
 
MOB_NO_KILL - Static variable in class org.apache.hadoop.hbase.chaos.factories.MonkeyFactory
 
MOB_SLOW_DETERMINISTIC - Static variable in class org.apache.hadoop.hbase.chaos.factories.MonkeyFactory
 
MobNoKillMonkeyFactory - Class in org.apache.hadoop.hbase.chaos.factories
This is a copy of NoKillMonkeyFactory that also does mob compactions.
MobNoKillMonkeyFactory() - Constructor for class org.apache.hadoop.hbase.chaos.factories.MobNoKillMonkeyFactory
 
MobSlowDeterministicMonkeyFactory - Class in org.apache.hadoop.hbase.chaos.factories
This is a copy of SlowDeterministicMonkeyFactory that also does mob compactions.
MobSlowDeterministicMonkeyFactory() - Constructor for class org.apache.hadoop.hbase.chaos.factories.MobSlowDeterministicMonkeyFactory
 
MobSnapshotTestingUtils - Class in org.apache.hadoop.hbase.snapshot
 
MobSnapshotTestingUtils() - Constructor for class org.apache.hadoop.hbase.snapshot.MobSnapshotTestingUtils
 
MobSnapshotTestingUtils.SnapshotMock - Class in org.apache.hadoop.hbase.snapshot
 
MobTestUtil - Class in org.apache.hadoop.hbase.mob
 
MobTestUtil() - Constructor for class org.apache.hadoop.hbase.mob.MobTestUtil
 
MockHDFSBlocksDistribution() - Constructor for class org.apache.hadoop.hbase.TestHDFSBlocksDistribution.MockHDFSBlocksDistribution
 
MockHMaster(Configuration) - Constructor for class org.apache.hadoop.hbase.master.TestShutdownBackupMaster.MockHMaster
 
MockHMaster(Configuration) - Constructor for class org.apache.hadoop.hbase.replication.TestReplicationProcedureRetry.MockHMaster
 
MockHRegion(Path, WAL, FileSystem, Configuration, RegionInfo, TableDescriptor, RegionServerServices) - Constructor for class org.apache.hadoop.hbase.regionserver.TestAtomicOperation.MockHRegion
 
MockHRegion(Path, WAL, FileSystem, Configuration, RegionInfo, TableDescriptor, RegionServerServices) - Constructor for class org.apache.hadoop.hbase.regionserver.TestOpenSeqNumUnexpectedIncrease.MockHRegion
 
MockHStoreFile - Class in org.apache.hadoop.hbase.regionserver
A mock used so our tests don't deal with actual StoreFiles
MockMetricsBuilder() - Constructor for class org.apache.hadoop.hbase.test.MetricsAssertHelperImpl.MockMetricsBuilder
 
MockNoopMasterServices - Class in org.apache.hadoop.hbase.master
 
MockNoopMasterServices() - Constructor for class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
MockNoopMasterServices(Configuration) - Constructor for class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
MockRecordBuilder(MetricsCollector) - Constructor for class org.apache.hadoop.hbase.test.MetricsAssertHelperImpl.MockRecordBuilder
 
MockRegionServerServices - Class in org.apache.hadoop.hbase
Basic mock region server services.
MockRegionServerServices(Configuration) - Constructor for class org.apache.hadoop.hbase.MockRegionServerServices
 
MockRpcRetryingCallerFactory(Configuration) - Constructor for class org.apache.hadoop.hbase.client.TestClientScanner.MockRpcRetryingCallerFactory
 
MockServer - Class in org.apache.hadoop.hbase.util
Basic mock Server for handler tests.
MockServer() - Constructor for class org.apache.hadoop.hbase.util.MockServer
 
MockServer(HBaseTestingUtility) - Constructor for class org.apache.hadoop.hbase.util.MockServer
 
MockServer(HBaseTestingUtility, boolean) - Constructor for class org.apache.hadoop.hbase.util.MockServer
 
modifyAllTableColumns(TableName, BiConsumer<String, ColumnFamilyDescriptorBuilder>) - Method in class org.apache.hadoop.hbase.chaos.actions.Action
Apply a transform to all columns in a given table.
modifyAllTableColumns(TableName, Consumer<ColumnFamilyDescriptorBuilder>) - Method in class org.apache.hadoop.hbase.chaos.actions.Action
Apply a transform to all columns in a given table.
modifyColumn(TableName, ColumnFamilyDescriptor, long, long) - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
modifyTable(TableName, TableDescriptor, long, long) - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
modifyTableSync(Admin, TableDescriptor) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Modify a table, synchronous.
monkey - Variable in class org.apache.hadoop.hbase.chaos.util.ChaosMonkeyRunner
 
monkey - Variable in class org.apache.hadoop.hbase.IntegrationTestBase
 
MONKEY_CONFIGURATION_KEY_PREFIXES - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
A Set of prefixes which encompasses all of the configuration properties for the ChaosMonky.
MONKEY_LONG_OPT - Static variable in class org.apache.hadoop.hbase.chaos.util.ChaosMonkeyRunner
 
MONKEY_LONG_OPT - Static variable in class org.apache.hadoop.hbase.IntegrationTestBase
 
MonkeyConstants - Interface in org.apache.hadoop.hbase.chaos.factories
 
MonkeyFactory - Class in org.apache.hadoop.hbase.chaos.factories
Base class of the factory that will create a ChaosMonkey.
MonkeyFactory() - Constructor for class org.apache.hadoop.hbase.chaos.factories.MonkeyFactory
 
monkeyProps - Variable in class org.apache.hadoop.hbase.chaos.util.ChaosMonkeyRunner
 
monkeyProps - Variable in class org.apache.hadoop.hbase.IntegrationTestBase
 
Monkeys - Class in org.apache.hadoop.hbase.chaos.util
This class can be used to control chaos monkeys life cycle.
Monkeys() - Constructor for class org.apache.hadoop.hbase.chaos.util.Monkeys
 
Monkeys(Configuration) - Constructor for class org.apache.hadoop.hbase.chaos.util.Monkeys
 
monkeyToUse - Variable in class org.apache.hadoop.hbase.chaos.util.ChaosMonkeyRunner
 
monkeyToUse - Variable in class org.apache.hadoop.hbase.IntegrationTestBase
 
MOVE_RANDOM_REGION_SLEEP_TIME - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
 
MOVE_REGIONS_MAX_TIME - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
 
MOVE_REGIONS_SLEEP_TIME - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
 
MoveRandomRegionOfTableAction - Class in org.apache.hadoop.hbase.chaos.actions
Action that tries to move a random region of a table.
MoveRandomRegionOfTableAction(TableName) - Constructor for class org.apache.hadoop.hbase.chaos.actions.MoveRandomRegionOfTableAction
 
MoveRandomRegionOfTableAction(long, TableName) - Constructor for class org.apache.hadoop.hbase.chaos.actions.MoveRandomRegionOfTableAction
 
moveRegion(RegionInfo, HRegionServer) - Static method in class org.apache.hadoop.hbase.replication.SerialReplicationTestBase
 
moveRegionAndWait(RegionInfo, ServerName) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Move region to destination server and wait till region is completely moved and online
MoveRegionsOfTableAction - Class in org.apache.hadoop.hbase.chaos.actions
Action that tries to move every region of a table.
MoveRegionsOfTableAction(TableName) - Constructor for class org.apache.hadoop.hbase.chaos.actions.MoveRegionsOfTableAction
 
MoveRegionsOfTableAction(long, long, TableName) - Constructor for class org.apache.hadoop.hbase.chaos.actions.MoveRegionsOfTableAction
 
moveServers(Set<Address>, String) - Method in class org.apache.hadoop.hbase.rsgroup.VerifyingRSGroupAdminClient
 
moveServersAndTables(Set<Address>, Set<TableName>, String) - Method in class org.apache.hadoop.hbase.rsgroup.VerifyingRSGroupAdminClient
 
moveTables(Set<TableName>, String) - Method in class org.apache.hadoop.hbase.rsgroup.VerifyingRSGroupAdminClient
 
MULTI_REGION_TABLE_NAME - Static variable in class org.apache.hadoop.hbase.mapreduce.TestTableMapReduceBase
 
MultiTableInputFormatTestBase - Class in org.apache.hadoop.hbase.mapreduce
Base set of tests and setup for input formats touching multiple tables.
MultiTableInputFormatTestBase() - Constructor for class org.apache.hadoop.hbase.mapreduce.MultiTableInputFormatTestBase
 
MultiTableInputFormatTestBase.ScanMapper - Class in org.apache.hadoop.hbase.mapreduce
Pass the key and value to reducer.
MultiTableInputFormatTestBase.ScanReducer - Class in org.apache.hadoop.hbase.mapreduce
Checks the last and first keys seen against the scanner boundaries.
MultiThreadedAction - Class in org.apache.hadoop.hbase.util
Common base class for reader and writer parts of multi-thread HBase load test (See LoadTestTool).
MultiThreadedAction(LoadTestDataGenerator, Configuration, TableName, String) - Constructor for class org.apache.hadoop.hbase.util.MultiThreadedAction
 
MultiThreadedAction.DefaultDataGenerator - Class in org.apache.hadoop.hbase.util
Default implementation of LoadTestDataGenerator that uses LoadTestKVGenerator, fixed set of column families, and random number of columns in range.
MultiThreadedReader - Class in org.apache.hadoop.hbase.util
Creates multiple threads that read and verify previously written data
MultiThreadedReader(LoadTestDataGenerator, Configuration, TableName, double) - Constructor for class org.apache.hadoop.hbase.util.MultiThreadedReader
 
MultiThreadedReader.HBaseReaderThread - Class in org.apache.hadoop.hbase.util
 
MultiThreadedReaderWithACL - Class in org.apache.hadoop.hbase.util
A MultiThreadReader that helps to work with ACL
MultiThreadedReaderWithACL(LoadTestDataGenerator, Configuration, TableName, double, String) - Constructor for class org.apache.hadoop.hbase.util.MultiThreadedReaderWithACL
 
MultiThreadedReaderWithACL.HBaseReaderThreadWithACL - Class in org.apache.hadoop.hbase.util
 
MultithreadedTestUtil - Class in org.apache.hadoop.hbase
 
MultithreadedTestUtil() - Constructor for class org.apache.hadoop.hbase.MultithreadedTestUtil
 
MultithreadedTestUtil.RepeatingTestThread - Class in org.apache.hadoop.hbase
A test thread that performs a repeating operation.
MultithreadedTestUtil.TestContext - Class in org.apache.hadoop.hbase
 
MultithreadedTestUtil.TestThread - Class in org.apache.hadoop.hbase
A thread that can be added to a test context, and properly passes exceptions through.
MultiThreadedUpdater - Class in org.apache.hadoop.hbase.util
Creates multiple threads that write key/values into the
MultiThreadedUpdater(LoadTestDataGenerator, Configuration, TableName, double) - Constructor for class org.apache.hadoop.hbase.util.MultiThreadedUpdater
 
MultiThreadedUpdater.HBaseUpdaterThread - Class in org.apache.hadoop.hbase.util
 
MultiThreadedUpdaterWithACL - Class in org.apache.hadoop.hbase.util
A MultiThreadUpdater that helps to work with ACL
MultiThreadedUpdaterWithACL(LoadTestDataGenerator, Configuration, TableName, double, User, String) - Constructor for class org.apache.hadoop.hbase.util.MultiThreadedUpdaterWithACL
 
MultiThreadedUpdaterWithACL.HBaseUpdaterThreadWithACL - Class in org.apache.hadoop.hbase.util
 
MultiThreadedWriter - Class in org.apache.hadoop.hbase.util
Creates multiple threads that write key/values into the
MultiThreadedWriter(LoadTestDataGenerator, Configuration, TableName) - Constructor for class org.apache.hadoop.hbase.util.MultiThreadedWriter
 
MultiThreadedWriter.HBaseWriterThread - Class in org.apache.hadoop.hbase.util
 
MultiThreadedWriterBase - Class in org.apache.hadoop.hbase.util
Creates multiple threads that write key/values into the
MultiThreadedWriterBase(LoadTestDataGenerator, Configuration, TableName, String) - Constructor for class org.apache.hadoop.hbase.util.MultiThreadedWriterBase
 
MultiThreadedWriterWithACL - Class in org.apache.hadoop.hbase.util
MultiThreadedWriter that helps in testing ACL
MultiThreadedWriterWithACL(LoadTestDataGenerator, Configuration, TableName, User) - Constructor for class org.apache.hadoop.hbase.util.MultiThreadedWriterWithACL
 
MultiThreadedWriterWithACL.HBaseWriterThreadWithACL - Class in org.apache.hadoop.hbase.util
 
mutate(RpcController, ClientProtos.MutateRequest) - Method in class org.apache.hadoop.hbase.client.TestMetaCache.FakeRSRpcServices
 
mutate(RpcController, ClientProtos.MutateRequest) - Method in class org.apache.hadoop.hbase.TestClientOperationTimeout.DelayedRSRpcServices
 
mutate(Table, Mutation, long) - Method in class org.apache.hadoop.hbase.util.MultiThreadedUpdater.HBaseUpdaterThread
 
mutate(Table, Mutation, long, byte[], byte[], byte[], byte[]) - Method in class org.apache.hadoop.hbase.util.MultiThreadedUpdater.HBaseUpdaterThread
 
mutate(Table, Mutation, long) - Method in class org.apache.hadoop.hbase.util.MultiThreadedUpdater
 
mutate(Table, Mutation, long, byte[], byte[], byte[], byte[]) - Method in class org.apache.hadoop.hbase.util.MultiThreadedUpdater
 
mutate(Table, Mutation, long, byte[], byte[], byte[], byte[]) - Method in class org.apache.hadoop.hbase.util.MultiThreadedUpdaterWithACL.HBaseUpdaterThreadWithACL
 
mutateRow(RowMutations) - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
 
mutateRows(RpcController, MultiRowMutationProtos.MutateRowsRequest, RpcCallback<MultiRowMutationProtos.MutateRowsResponse>) - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorMetrics.CustomRegionEndpoint
 
MutateRowsAndCheckPostKill() - Method in class org.apache.hadoop.hbase.regionserver.TestMutateRowsRecovery
 
mutator - Variable in class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify.LoadMapper
 
mvcc - Variable in class org.apache.hadoop.hbase.mapreduce.TestWALRecordReader
 
mvcc - Variable in class org.apache.hadoop.hbase.regionserver.TestDefaultMemStore
 
MyAccessController() - Constructor for class org.apache.hadoop.hbase.TestJMXConnectorServer.MyAccessController
 
MyCipherProvider() - Constructor for class org.apache.hadoop.hbase.io.crypto.TestCipherProvider.MyCipherProvider
 
MyCompactingMemStore(Configuration, CellComparator, HStore, RegionServicesForStores, MemoryCompactionPolicy) - Constructor for class org.apache.hadoop.hbase.regionserver.TestCompactingMemStore.MyCompactingMemStore
 
MyCompactingMemStore(Configuration, CellComparatorImpl, HStore, RegionServicesForStores, MemoryCompactionPolicy) - Constructor for class org.apache.hadoop.hbase.regionserver.TestHStore.MyCompactingMemStore
 
MyCompactingMemStoreWithCustomCompactor(Configuration, CellComparatorImpl, HStore, RegionServicesForStores, MemoryCompactionPolicy) - Constructor for class org.apache.hadoop.hbase.regionserver.TestHStore.MyCompactingMemStoreWithCustomCompactor
 
MyGroupsProvider() - Constructor for class org.apache.hadoop.hbase.http.TestHttpServer.MyGroupsProvider
 
MyHMaster(Configuration) - Constructor for class org.apache.hadoop.hbase.TestLocalHBaseCluster.MyHMaster
 
MyHRegion(Path, WAL, FileSystem, Configuration, RegionInfo, TableDescriptor, RegionServerServices) - Constructor for class org.apache.hadoop.hbase.client.TestFromClientSideScanExcpetion.MyHRegion
 
MyHRegionServer(Configuration) - Constructor for class org.apache.hadoop.hbase.TestLocalHBaseCluster.MyHRegionServer
 
MyHStore(HRegion, ColumnFamilyDescriptor, Configuration) - Constructor for class org.apache.hadoop.hbase.client.TestFromClientSideScanExcpetion.MyHStore
 
MyMapper() - Constructor for class org.apache.hadoop.hbase.ScanPerformanceEvaluation.MyMapper
 
MyMaster(Configuration) - Constructor for class org.apache.hadoop.hbase.master.TestGetReplicationLoad.MyMaster
 
MyMaster(Configuration) - Constructor for class org.apache.hadoop.hbase.master.TestMasterMetrics.MyMaster
 
MyMaster(Configuration) - Constructor for class org.apache.hadoop.hbase.regionserver.TestRegionMergeTransactionOnCluster.MyMaster
 
MyMaster(Configuration) - Constructor for class org.apache.hadoop.hbase.regionserver.TestSplitTransactionOnCluster.MyMaster
 
MyMasterObserver() - Constructor for class org.apache.hadoop.hbase.client.TestMultiParallel.MyMasterObserver
 
MyObserver() - Constructor for class org.apache.hadoop.hbase.client.TestResultFromCoprocessor.MyObserver
 
MyObserver() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestAppendTimeRange.MyObserver
 
MyObserver() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestIncrementAndAppendWithNullResult.MyObserver
 
MyObserver() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestIncrementTimeRange.MyObserver
 
MyObserver() - Constructor for class org.apache.hadoop.hbase.regionserver.TestHRegionServerBulkLoad.MyObserver
 
MyObserver() - Constructor for class org.apache.hadoop.hbase.TestClientClusterMetrics.MyObserver
 
MyObserver() - Constructor for class org.apache.hadoop.hbase.TestClientClusterStatus.MyObserver
 
MyPreemptiveFastFailInterceptor(Configuration) - Constructor for class org.apache.hadoop.hbase.client.TestFastFail.MyPreemptiveFastFailInterceptor
 
MyRegionServer(Configuration) - Constructor for class org.apache.hadoop.hbase.master.TestMetaShutdownHandler.MyRegionServer
 
MyRegionServer(Configuration) - Constructor for class org.apache.hadoop.hbase.regionserver.TestRegionServerReportForDuty.MyRegionServer
 
MyRegionServer(Configuration) - Constructor for class org.apache.hadoop.hbase.regionserver.TestShutdownWhileWALBroken.MyRegionServer
 
MyRpcClientImpl(Configuration) - Constructor for class org.apache.hadoop.hbase.ipc.TestRpcClientLeaks.MyRpcClientImpl
 
MyRpcClientImpl(Configuration, String, SocketAddress, MetricsConnection) - Constructor for class org.apache.hadoop.hbase.ipc.TestRpcClientLeaks.MyRpcClientImpl
 
MyStoreScanner(HStore, ScanInfo, Scan, NavigableSet<byte[]>, long) - Constructor for class org.apache.hadoop.hbase.client.TestFromClientSideScanExcpetion.MyStoreScanner
 

N

name - Variable in class org.apache.hadoop.hbase.client.AbstractTestCITimeout
 
name - Variable in class org.apache.hadoop.hbase.client.CloneSnapshotFromClientTestBase
 
name - Variable in class org.apache.hadoop.hbase.client.replication.TestReplicationAdmin
 
name - Variable in class org.apache.hadoop.hbase.client.replication.TestReplicationAdminWithClusters
 
name - Variable in class org.apache.hadoop.hbase.client.RestoreSnapshotFromClientTestBase
 
name - Variable in class org.apache.hadoop.hbase.client.TestAdmin1
 
name - Variable in class org.apache.hadoop.hbase.client.TestAdmin2
 
name - Variable in class org.apache.hadoop.hbase.client.TestAppendFromClientSide
 
name - Variable in class org.apache.hadoop.hbase.client.TestAvoidCellReferencesIntoShippedBlocks
 
name - Variable in class org.apache.hadoop.hbase.client.TestBlockEvictionFromClient
 
name - Variable in class org.apache.hadoop.hbase.client.TestBufferedMutator
 
name - Variable in class org.apache.hadoop.hbase.client.TestBufferedMutatorParams
 
name - Variable in class org.apache.hadoop.hbase.client.TestCheckAndMutate
 
name - Variable in class org.apache.hadoop.hbase.client.TestClientScanner
 
name - Variable in class org.apache.hadoop.hbase.client.TestClientScannerRPCTimeout
 
name - Variable in class org.apache.hadoop.hbase.client.TestConnectionImplementation
 
name - Variable in class org.apache.hadoop.hbase.client.TestCoprocessorDescriptor
 
name - Variable in class org.apache.hadoop.hbase.client.TestDropTimeoutRequest
 
name - Variable in class org.apache.hadoop.hbase.client.TestEnableTable
 
name - Variable in class org.apache.hadoop.hbase.client.TestFastFail
 
name - Variable in class org.apache.hadoop.hbase.client.TestFlushFromClient
 
name - Variable in class org.apache.hadoop.hbase.client.TestFromClientSide
 
name - Variable in class org.apache.hadoop.hbase.client.TestFromClientSide3
 
name - Variable in class org.apache.hadoop.hbase.client.TestFromClientSideNoCodec
 
name - Variable in class org.apache.hadoop.hbase.client.TestFromClientSideScanExcpetion
 
name - Variable in class org.apache.hadoop.hbase.client.TestHBaseAdminNoCluster
 
name - Variable in class org.apache.hadoop.hbase.client.TestHbck
 
name - Variable in class org.apache.hadoop.hbase.client.TestHTableMultiplexer
 
name - Variable in class org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache
 
name - Variable in class org.apache.hadoop.hbase.client.TestIllegalTableDescriptor
 
name - Variable in class org.apache.hadoop.hbase.client.TestImmutableHColumnDescriptor
 
name - Variable in class org.apache.hadoop.hbase.client.TestImmutableHRegionInfo
 
name - Variable in class org.apache.hadoop.hbase.client.TestImmutableHTableDescriptor
 
name - Variable in class org.apache.hadoop.hbase.client.TestIncrementsFromClientSide
 
name - Variable in class org.apache.hadoop.hbase.client.TestLeaseRenewal
 
name - Variable in class org.apache.hadoop.hbase.client.TestMetaWithReplicas
 
name - Variable in class org.apache.hadoop.hbase.client.TestMultipleTimestamps
 
name - Variable in class org.apache.hadoop.hbase.client.TestMultiRespectsLimits
 
name - Variable in class org.apache.hadoop.hbase.client.TestPutWithDelete
 
name - Variable in class org.apache.hadoop.hbase.client.TestRegionInfoDisplay
 
name - Variable in class org.apache.hadoop.hbase.client.TestResultSizeEstimation
 
name - Variable in class org.apache.hadoop.hbase.client.TestRetriesExhaustedWithDetailsException
 
name - Variable in class org.apache.hadoop.hbase.client.TestRpcControllerFactory
 
name - Variable in class org.apache.hadoop.hbase.client.TestScannersFromClientSide
 
name - Variable in class org.apache.hadoop.hbase.client.TestSeparateClientZKCluster
 
name - Variable in class org.apache.hadoop.hbase.client.TestServerBusyException
 
name - Variable in class org.apache.hadoop.hbase.client.TestShortCircuitConnection
 
name - Variable in class org.apache.hadoop.hbase.client.TestSnapshotFromAdmin
 
name - Variable in class org.apache.hadoop.hbase.client.TestSnapshotFromClient
 
name - Variable in class org.apache.hadoop.hbase.client.TestSplitOrMergeStatus
 
name - Variable in class org.apache.hadoop.hbase.client.TestTableDescriptorBuilder
 
name - Variable in class org.apache.hadoop.hbase.client.TestTableFavoredNodes
 
name - Variable in class org.apache.hadoop.hbase.client.TestTimestampsFilter
 
name - Variable in class org.apache.hadoop.hbase.coprocessor.TestAppendTimeRange
 
name - Variable in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorInterface
 
name - Variable in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorMetrics
 
name - Variable in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorShortCircuitRPC
 
name - Variable in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorTableEndpoint
 
name - Variable in class org.apache.hadoop.hbase.coprocessor.TestCoreMasterCoprocessor
 
name - Variable in class org.apache.hadoop.hbase.coprocessor.TestCoreRegionCoprocessor
 
name - Variable in class org.apache.hadoop.hbase.coprocessor.TestCoreRegionServerCoprocessor
 
name - Variable in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver
 
name - Variable in class org.apache.hadoop.hbase.coprocessor.TestReadOnlyConfiguration
 
name - Variable in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverForAddingMutationsFromCoprocessors
 
name - Variable in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverInterface
 
name - Variable in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverPreFlushAndPreCompact
 
name - Variable in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverScannerOpenHook
 
name - Variable in class org.apache.hadoop.hbase.coprocessor.TestSecureExport
 
name - Variable in class org.apache.hadoop.hbase.favored.TestFavoredNodeAssignmentHelper
 
name - Variable in class org.apache.hadoop.hbase.filter.TestColumnPrefixFilter
 
name - Variable in class org.apache.hadoop.hbase.filter.TestColumnRangeFilter
 
name - Variable in class org.apache.hadoop.hbase.filter.TestFilter
 
name - Variable in class org.apache.hadoop.hbase.filter.TestFilterListOnMini
 
name - Variable in class org.apache.hadoop.hbase.filter.TestFilterListOrOperatorWithBlkCnt
 
name - Variable in class org.apache.hadoop.hbase.filter.TestFuzzyRowAndColumnRangeFilter
 
name - Variable in class org.apache.hadoop.hbase.filter.TestFuzzyRowFilterEndToEnd
 
name - Variable in class org.apache.hadoop.hbase.filter.TestMultipleColumnPrefixFilter
 
name - Variable in class org.apache.hadoop.hbase.filter.TestMultiRowRangeFilter
 
name - Variable in class org.apache.hadoop.hbase.filter.TestQualifierFilterWithEmptyQualifier
 
name - Variable in class org.apache.hadoop.hbase.filter.TestScanRowPrefix
 
name - Variable in class org.apache.hadoop.hbase.io.asyncfs.TestFanOutOneBlockAsyncDFSOutput
 
name - Variable in class org.apache.hadoop.hbase.io.asyncfs.TestOverwriteFileUnderConstruction
 
name - Variable in class org.apache.hadoop.hbase.io.asyncfs.TestSaslFanOutOneBlockAsyncDFSOutput
 
name - Variable in class org.apache.hadoop.hbase.io.hfile.TestScannerFromBucketCache
 
name - Variable in class org.apache.hadoop.hbase.io.TestHFileLink
 
name - Variable in class org.apache.hadoop.hbase.ipc.TestNettyRpcServer
 
name - Variable in class org.apache.hadoop.hbase.ipc.TestRpcClientLeaks
 
name - Variable in class org.apache.hadoop.hbase.mapred.TestSplitTable
 
name - Variable in class org.apache.hadoop.hbase.mapred.TestTableSnapshotInputFormat
 
name - Variable in class org.apache.hadoop.hbase.mapreduce.IntegrationTestImportTsv
 
name - Variable in class org.apache.hadoop.hbase.mapreduce.TestCellBasedImportExport2
 
name - Variable in class org.apache.hadoop.hbase.mapreduce.TestCellBasedWALPlayer2
 
name - Variable in class org.apache.hadoop.hbase.mapreduce.TestCellCounter
 
name - Variable in class org.apache.hadoop.hbase.mapreduce.TestCopyTable
 
name - Variable in class org.apache.hadoop.hbase.mapreduce.TestHashTable
 
name - Variable in class org.apache.hadoop.hbase.mapreduce.TestHRegionPartitioner
 
name - Variable in class org.apache.hadoop.hbase.mapreduce.TestImportExport
 
NAME - Static variable in class org.apache.hadoop.hbase.mapreduce.TestImportTsv
 
NAME - Static variable in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithOperationAttributes
 
name - Variable in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithOperationAttributes
 
NAME - Static variable in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithTTLs
 
name - Variable in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithTTLs
 
NAME - Static variable in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithVisibilityLabels
 
name - Variable in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithVisibilityLabels
 
name - Variable in class org.apache.hadoop.hbase.mapreduce.TestMultiTableInputFormatBase
 
name - Variable in class org.apache.hadoop.hbase.mapreduce.TestSyncTable
 
name - Variable in class org.apache.hadoop.hbase.mapreduce.TestTableSnapshotInputFormat
 
name - Variable in class org.apache.hadoop.hbase.mapreduce.TestTableSplit
 
name - Variable in class org.apache.hadoop.hbase.mapreduce.TestWALPlayer
 
name - Variable in class org.apache.hadoop.hbase.master.AbstractTestDLS
 
name - Variable in class org.apache.hadoop.hbase.master.TestAssignmentListener
 
name - Variable in class org.apache.hadoop.hbase.master.TestAssignmentManagerMetrics
 
name - Variable in class org.apache.hadoop.hbase.master.TestCatalogJanitor
 
name - Variable in class org.apache.hadoop.hbase.master.TestCatalogJanitorInMemoryStates
 
name - Variable in class org.apache.hadoop.hbase.master.TestMaster
 
name - Variable in class org.apache.hadoop.hbase.master.TestMasterFailover
 
name - Variable in class org.apache.hadoop.hbase.master.TestMasterNoCluster
 
name - Variable in class org.apache.hadoop.hbase.master.TestMasterOperationsForRegionReplicas
 
name - Variable in class org.apache.hadoop.hbase.master.TestMasterRepairMode
 
name - Variable in class org.apache.hadoop.hbase.master.TestMasterRestartAfterDisablingTable
 
name - Variable in class org.apache.hadoop.hbase.master.TestMirroringTableStateManager
 
name - Variable in class org.apache.hadoop.hbase.master.TestRegionPlacement2
 
name - Variable in class org.apache.hadoop.hbase.master.TestRegionPlan
 
name - Variable in class org.apache.hadoop.hbase.master.TestRegionState
 
name - Variable in class org.apache.hadoop.hbase.master.TestRollingRestart
 
name - Variable in class org.apache.hadoop.hbase.master.TestTableStateManager
 
name - Variable in class org.apache.hadoop.hbase.mob.compactions.TestMobCompactor
 
name - Variable in class org.apache.hadoop.hbase.mob.compactions.TestPartitionedMobCompactor
 
name - Variable in class org.apache.hadoop.hbase.mob.TestDefaultMobStoreFlusher
 
name - Variable in class org.apache.hadoop.hbase.mob.TestMobFileLink
 
name - Variable in class org.apache.hadoop.hbase.quotas.TestQuotaState
 
name - Variable in class org.apache.hadoop.hbase.quotas.TestQuotaTableUtil
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestAtomicOperation
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestBulkLoad
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestCacheOnWriteInSchema
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestColumnSeeking
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestCompaction
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestCompactionArchiveConcurrentClose
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestCompactionArchiveIOException
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestCompactionState
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestDefaultMemStore
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestDeleteMobTable
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestEncryptionKeyRotation
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestEndToEndSplitTransaction
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestFailedAppendAndSync
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestFlushRegionEntry
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestFSErrorsExposed
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestHMobStore
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestHRegionFileSystem
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestHRegionInfo
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestHRegionOnCluster
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestHRegionReplayEvents
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestHStore
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestIsDeleteFailure
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestJoinedScanners
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestKeepDeletes
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestMajorCompaction
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestMasterAddressTracker
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestMinorCompaction
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestMinVersions
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestMobStoreCompaction
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestMobStoreScanner
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestNewVersionBehaviorFromClientSide
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestParallelPut
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestRecoveredEditsReplayAndAbort
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestRegionIncrement
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestRegionInfoBuilder
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestRegionMergeTransactionOnCluster
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestRegionMove
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestRegionOpen
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestRegionReplicaFailover
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestRegionReplicasWithModifyTable
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestRegionReplicasWithRestartScenarios
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestRegionSplitPolicy
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestRemoveRegionMetrics
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestResettingCounters
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestReversibleScanners
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestRSStatusServlet
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestScanner
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestScannerWithBulkload
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestScannerWithCorruptHFile
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestSplitTransactionOnCluster
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestStoreFileRefresherChore
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestStoreScanner
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestWALLockup
 
name - Variable in class org.apache.hadoop.hbase.regionserver.TestWALMonotonicallyIncreasingSeqId
 
name - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestLogRolling
 
name - Variable in class org.apache.hadoop.hbase.regionserver.wal.TestDurability
 
name - Variable in class org.apache.hadoop.hbase.regionserver.wal.TestFSHLog
 
name - Variable in class org.apache.hadoop.hbase.regionserver.wal.TestWALConfiguration
 
name - Variable in class org.apache.hadoop.hbase.regionserver.wal.TestWALDurability
 
name - Variable in class org.apache.hadoop.hbase.replication.SerialReplicationTestBase
 
name - Variable in class org.apache.hadoop.hbase.replication.TestPerTableCFReplication
 
name - Variable in class org.apache.hadoop.hbase.replication.TestVerifyReplication
 
name - Variable in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
name - Variable in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsOfflineMode
 
name - Variable in class org.apache.hadoop.hbase.TestClassFinder
 
name - Variable in class org.apache.hadoop.hbase.TestClientOperationTimeout
 
name - Variable in class org.apache.hadoop.hbase.TestFSTableDescriptorForceCreation
 
name - Variable in class org.apache.hadoop.hbase.TestGlobalMemStoreSize
 
name - Variable in class org.apache.hadoop.hbase.TestHBaseOnOtherDfsCluster
 
name - Variable in class org.apache.hadoop.hbase.TestHBaseTestingUtility
 
name - Variable in class org.apache.hadoop.hbase.TestHColumnDescriptorDefaultVersions
 
name - Variable in class org.apache.hadoop.hbase.TestHTableDescriptor
Deprecated.
 
name - Variable in class org.apache.hadoop.hbase.TestInfoServers
 
name - Variable in class org.apache.hadoop.hbase.TestMetaTableAccessor
 
name - Variable in class org.apache.hadoop.hbase.TestMultiVersions
 
name - Variable in class org.apache.hadoop.hbase.TestNamespace
 
name - Variable in class org.apache.hadoop.hbase.TestPartialResultsFromClientSide
 
name - Variable in class org.apache.hadoop.hbase.TestZooKeeper
 
name - Variable in class org.apache.hadoop.hbase.util.BaseTestHBaseFsck
 
name - Variable in class org.apache.hadoop.hbase.util.TestFSTableDescriptors
 
name - Variable in class org.apache.hadoop.hbase.util.TestHFileArchiveUtil
 
name - Variable in class org.apache.hadoop.hbase.util.TestRegionSplitter
 
name - Variable in class org.apache.hadoop.hbase.wal.TestDisabledWAL
 
name - Variable in class org.apache.hadoop.hbase.wal.TestSecureWAL
 
name - Variable in class org.apache.hadoop.hbase.wal.TestWALSplit
 
namespaceExists(String) - Method in class org.apache.hadoop.hbase.quotas.TestMasterQuotasObserver
 
NanoTimer - Class in org.apache.hadoop.hbase.io.hfile
A nano-second timer.
NanoTimer(boolean) - Constructor for class org.apache.hadoop.hbase.io.hfile.NanoTimer
Constructor
nanoTimeToString(long) - Static method in class org.apache.hadoop.hbase.io.hfile.NanoTimer
A utility method to format a time duration in nano seconds into a human understandable stirng.
NaturalKeyGroupingComparator() - Constructor for class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.NaturalKeyGroupingComparator
 
NaturalKeyPartitioner() - Constructor for class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.NaturalKeyPartitioner
 
NaturalKeyPartitioner(SerializableWritable) - Constructor for class org.apache.hadoop.hbase.spark.IntegrationTestSparkBulkLoad.NaturalKeyPartitioner
 
NB_RETRIES - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationBase
 
NB_ROWS_IN_BATCH - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationBase
 
NB_ROWS_IN_BIG_BATCH - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationBase
 
negativeEpochtime() - Method in class org.apache.hadoop.hbase.regionserver.TestDateTieredCompactionPolicy
Negative epoch time
negativeForMajor() - Method in class org.apache.hadoop.hbase.regionserver.TestDateTieredCompactionPolicy
Major compaction with negative numbers
NeverInitializedMaster(Configuration) - Constructor for class org.apache.hadoop.hbase.regionserver.TestRegionServerReportForDuty.NeverInitializedMaster
 
newBlockingStub(RpcClient, InetSocketAddress) - Static method in class org.apache.hadoop.hbase.ipc.TestProtobufRpcServiceImpl
 
newBlockingStub(RpcClient, InetSocketAddress, User) - Static method in class org.apache.hadoop.hbase.ipc.TestProtobufRpcServiceImpl
 
newCaller() - Method in class org.apache.hadoop.hbase.client.TestClientScanner.MockRpcRetryingCallerFactory
 
newController() - Method in class org.apache.hadoop.hbase.client.TestRpcControllerFactory.StaticRpcControllerFactory
 
newController(CellScanner) - Method in class org.apache.hadoop.hbase.client.TestRpcControllerFactory.StaticRpcControllerFactory
 
newController(List<CellScannable>) - Method in class org.apache.hadoop.hbase.client.TestRpcControllerFactory.StaticRpcControllerFactory
 
NewerThanIncomingWindow() - Method in class org.apache.hadoop.hbase.regionserver.TestDateTieredCompactionPolicy
Test for file newer than incoming window
newJob(Configuration) - Method in class org.apache.hadoop.hbase.mapreduce.MapreduceTestingShim
 
newJobContext(Configuration) - Method in class org.apache.hadoop.hbase.mapreduce.MapreduceTestingShim
 
newParser() - Method in class org.apache.hadoop.hbase.util.LoadTestTool
 
newSlowWAL(FileSystem, Path, String, String, Configuration, List<WALActionsListener>, boolean, String, String, Runnable) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestFSWAL
 
newSlowWAL(FileSystem, Path, String, String, Configuration, List<WALActionsListener>, boolean, String, String, Runnable) - Method in class org.apache.hadoop.hbase.regionserver.wal.TestAsyncFSWAL
 
newSlowWAL(FileSystem, Path, String, String, Configuration, List<WALActionsListener>, boolean, String, String, Runnable) - Method in class org.apache.hadoop.hbase.regionserver.wal.TestFSHLog
 
newStub(RpcClient, InetSocketAddress) - Static method in class org.apache.hadoop.hbase.ipc.TestProtobufRpcServiceImpl
 
newWAL(FileSystem, Path, String, String, Configuration, List<WALActionsListener>, boolean, String, String) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestFSWAL
 
newWAL(FileSystem, Path, String, String, Configuration, List<WALActionsListener>, boolean, String, String) - Method in class org.apache.hadoop.hbase.regionserver.wal.TestAsyncFSWAL
 
newWAL(FileSystem, Path, String, String, Configuration, List<WALActionsListener>, boolean, String, String) - Method in class org.apache.hadoop.hbase.regionserver.wal.TestFSHLog
 
next(List<Cell>, ScannerContext) - Method in class org.apache.hadoop.hbase.regionserver.DelegatingInternalScanner
 
next() - Method in class org.apache.hadoop.hbase.regionserver.DelegatingKeyValueScanner
 
next(WAL.Entry) - Method in class org.apache.hadoop.hbase.regionserver.wal.FaultyProtobufLogReader
 
nextInt() - Method in class org.apache.hadoop.hbase.io.hfile.RandomDistribution.Binomial
 
nextInt() - Method in interface org.apache.hadoop.hbase.io.hfile.RandomDistribution.DiscreteRNG
Get the next random number
nextInt() - Method in class org.apache.hadoop.hbase.io.hfile.RandomDistribution.Flat
 
nextInt() - Method in class org.apache.hadoop.hbase.io.hfile.RandomDistribution.Zipf
 
nextKeyToWrite - Variable in class org.apache.hadoop.hbase.util.MultiThreadedWriterBase
This is the current key to be inserted/updated by any thread.
nextKeyValue() - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.FixedRecordReader
 
nextKeyValue() - Method in class org.apache.hadoop.hbase.rest.PerformanceEvaluation.PeInputFormat.PeRecordReader
 
NMapInputFormat - Class in org.apache.hadoop.hbase.mapreduce
Input format that creates a configurable number of map tasks each provided with a single row of NullWritables.
NMapInputFormat() - Constructor for class org.apache.hadoop.hbase.mapreduce.NMapInputFormat
 
NO_CLUSTER_CLEANUP_LONG_OPT - Static variable in class org.apache.hadoop.hbase.IntegrationTestBase
 
NO_KEY - Static variable in class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList
 
NO_KILL - Static variable in class org.apache.hadoop.hbase.chaos.factories.MonkeyFactory
 
noClusterCleanUp - Variable in class org.apache.hadoop.hbase.chaos.util.ChaosMonkeyRunner
 
noClusterCleanUp - Variable in class org.apache.hadoop.hbase.IntegrationTestBase
 
NoDataFilter() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestRegionObserverScannerOpenHook.NoDataFilter
 
NoDataFromCompaction() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestRegionObserverScannerOpenHook.NoDataFromCompaction
 
NoDataFromFlush() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestRegionObserverScannerOpenHook.NoDataFromFlush
 
NoDataFromScan() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestRegionObserverScannerOpenHook.NoDataFromScan
 
nodeCreated(String) - Method in class org.apache.hadoop.hbase.regionserver.TestMasterAddressTracker.NodeCreationListener
 
nodeCreated(String) - Method in class org.apache.hadoop.hbase.zookeeper.TestZKNodeTracker.TestingZKListener
 
NodeCreationListener(ZKWatcher, String) - Constructor for class org.apache.hadoop.hbase.regionserver.TestMasterAddressTracker.NodeCreationListener
 
nodeDataChanged(String) - Method in class org.apache.hadoop.hbase.zookeeper.TestZKNodeTracker.TestingZKListener
 
nodeDeleted(String) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterCoprocessorExceptionWithAbort.MasterTracker
 
nodeDeleted(String) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterCoprocessorExceptionWithRemove.MasterTracker
 
nodeDeleted(String) - Method in class org.apache.hadoop.hbase.master.TestActiveMasterManager.NodeDeletionListener
 
nodeDeleted(String) - Method in class org.apache.hadoop.hbase.zookeeper.TestZKNodeTracker.TestingZKListener
 
NodeDeletionListener(ZKWatcher, String) - Constructor for class org.apache.hadoop.hbase.master.TestActiveMasterManager.NodeDeletionListener
 
NoKillMonkeyFactory - Class in org.apache.hadoop.hbase.chaos.factories
Monkey factory to create a ChaosMonkey that will not need access to ssh.
NoKillMonkeyFactory() - Constructor for class org.apache.hadoop.hbase.chaos.factories.NoKillMonkeyFactory
 
NonRepeatedEnvironmentEdge - Class in org.apache.hadoop.hbase.util
An clock which will never return the same clock twice.
NonRepeatedEnvironmentEdge() - Constructor for class org.apache.hadoop.hbase.util.NonRepeatedEnvironmentEdge
 
noop(RpcController, PingProtos.NoopRequest, RpcCallback<PingProtos.NoopResponse>) - Method in class org.apache.hadoop.hbase.regionserver.TestServerCustomProtocol.PingHandler
 
noopRollingSplit() - Method in class org.apache.hadoop.hbase.util.TestRegionSplitter
 
NoOpScanPolicyObserver - Class in org.apache.hadoop.hbase.regionserver
RegionObserver that just reimplements the default behavior, in order to validate that all the necessary APIs for this are public This observer is also used in TestFromClientSideWithCoprocessor and TestCompactionWithCoprocessor to make sure that a wide range of functionality still behaves as expected.
NoOpScanPolicyObserver() - Constructor for class org.apache.hadoop.hbase.regionserver.NoOpScanPolicyObserver
 
noRepfamName - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationBase
 
noRepfamName - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationSyncUpTool
 
noReplicationSetup - Variable in class org.apache.hadoop.hbase.test.IntegrationTestReplication
 
Not(ClassFinder.ResourcePathFilter) - Constructor for class org.apache.hadoop.hbase.ClassFinder.Not
 
Not(ClassFinder.FileNameFilter) - Constructor for class org.apache.hadoop.hbase.ClassFinder.Not
 
Not(ClassFinder.ClassFilter) - Constructor for class org.apache.hadoop.hbase.ClassFinder.Not
 
NoT2() - Method in class org.apache.hadoop.hbase.regionserver.TestDateTieredCompactionPolicy
If there is no T1 window, we don't build T2
NotCoreMasterCoprocessor() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestCoreMasterCoprocessor.NotCoreMasterCoprocessor
 
NotCoreRegionCoprocessor() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestCoreRegionCoprocessor.NotCoreRegionCoprocessor
 
NotCoreRegionServerCoprocessor() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestCoreRegionServerCoprocessor.NotCoreRegionServerCoprocessor
 
NotIncomingWindow() - Method in class org.apache.hadoop.hbase.regionserver.TestDateTieredCompactionPolicy
Not enough files in incoming window
nullResult - Variable in class org.apache.hadoop.hbase.util.MultiThreadedReader
 
NUM_CFS - Static variable in class org.apache.hadoop.hbase.regionserver.TestHRegionServerBulkLoad
 
NUM_COLS_TO_CHECK - Static variable in class org.apache.hadoop.hbase.AcidGuaranteesTestTool
 
NUM_DEAD_SERVERS - Static variable in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
NUM_FAMILIES - Static variable in class org.apache.hadoop.hbase.client.AbstractTestScanCursor
 
NUM_KEYS_PER_SERVER_KEY - Static variable in class org.apache.hadoop.hbase.IntegrationTestIngest
 
NUM_QUALIFIERS - Static variable in class org.apache.hadoop.hbase.client.AbstractTestScanCursor
 
NUM_READ_THREADS_KEY - Static variable in class org.apache.hadoop.hbase.IntegrationTestIngest
 
NUM_REGION_SERVERS - Static variable in class org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatTestBase
 
NUM_REGIONS_KEY - Static variable in class org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover
 
NUM_ROWS - Static variable in class org.apache.hadoop.hbase.client.AbstractTestScanCursor
 
NUM_RS - Static variable in class org.apache.hadoop.hbase.client.TestSnapshotCloneIndependence
 
NUM_RS - Static variable in class org.apache.hadoop.hbase.client.TestSnapshotFromClient
 
NUM_RS - Static variable in class org.apache.hadoop.hbase.snapshot.TestFlushSnapshotFromClient
 
NUM_RS - Static variable in class org.apache.hadoop.hbase.util.TestMiniClusterLoadSequential
 
NUM_SLAVES_BASE - Static variable in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
NUM_SLAVES_BASE - Variable in class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList
 
NUM_SLAVES_BASE - Static variable in class org.apache.hadoop.hbase.TestNamespace
 
NUM_TABLES - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
NUM_THREADS - Static variable in class org.apache.hadoop.hbase.util.TestMiniClusterLoadSequential
 
NUM_THREADS_KEY - Static variable in class org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover
 
NUM_WRITE_THREADS_KEY - Static variable in class org.apache.hadoop.hbase.IntegrationTestIngest
 
numBackReferencesPerRow - Variable in class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify.LoadMapper
 
numBraveSouls - Static variable in class org.apache.hadoop.hbase.client.TestFastFail.MyPreemptiveFastFailInterceptor
 
numCallQueueTooBig - Static variable in class org.apache.hadoop.hbase.client.TestFastFail.CallQueueTooBigPffeInterceptor
 
numCalls - Static variable in class org.apache.hadoop.hbase.TestMovedRegionsCleaner
 
numCols - Variable in class org.apache.hadoop.hbase.util.MultiThreadedAction
 
numFreshFiles - Variable in class org.apache.hadoop.hbase.io.hfile.TestScannerSelectionUsingTTL
 
numIterations - Variable in class org.apache.hadoop.hbase.test.IntegrationTestReplication
 
numKeys() - Method in class org.apache.hadoop.hbase.io.encoding.TestLoadAndSwitchEncodeOnDisk
 
numKeys - Variable in class org.apache.hadoop.hbase.util.MultiThreadedAction
 
numKeys - Variable in class org.apache.hadoop.hbase.util.TestMiniClusterLoadSequential
 
numKeys() - Method in class org.apache.hadoop.hbase.util.TestMiniClusterLoadSequential
 
numKeysVerified - Variable in class org.apache.hadoop.hbase.util.MultiThreadedReader
 
numMappers - Variable in class org.apache.hadoop.hbase.test.IntegrationTestReplication
 
numNodes - Variable in class org.apache.hadoop.hbase.test.IntegrationTestReplication
 
numOps - Variable in class org.apache.hadoop.hbase.regionserver.TestAtomicOperation.AtomicOperation
 
numPartitions() - Method in class org.apache.hadoop.hbase.spark.IntegrationTestSparkBulkLoad.NaturalKeyPartitioner
 
numReadErrors - Variable in class org.apache.hadoop.hbase.util.MultiThreadedReader
 
numReadFailures - Variable in class org.apache.hadoop.hbase.util.MultiThreadedReader
 
numReducers - Variable in class org.apache.hadoop.hbase.test.IntegrationTestReplication
 
numRegions - Variable in class org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover
 
numReplicas - Variable in class org.apache.hadoop.hbase.client.TestCloneSnapshotFromClientCloneLinksAfterDelete
 
numReplicas - Variable in class org.apache.hadoop.hbase.client.TestCloneSnapshotFromClientError
 
numReplicas - Variable in class org.apache.hadoop.hbase.client.TestCloneSnapshotFromClientNormal
 
numReplicas - Variable in class org.apache.hadoop.hbase.client.TestRestoreSnapshotFromClientAfterSplittingRegions
 
numReplicas - Variable in class org.apache.hadoop.hbase.client.TestRestoreSnapshotFromClientClone
 
numReplicas - Variable in class org.apache.hadoop.hbase.client.TestRestoreSnapshotFromClientSchemaChange
 
numReplicas - Variable in class org.apache.hadoop.hbase.client.TestRestoreSnapshotFromClientSimple
 
numRowsToLoad() - Method in class org.apache.hadoop.hbase.client.CloneSnapshotFromClientTestBase
 
numRowsToLoad() - Method in class org.apache.hadoop.hbase.client.TestMobCloneSnapshotFromClientCloneLinksAfterDelete
 
numRowsToLoad() - Method in class org.apache.hadoop.hbase.client.TestMobCloneSnapshotFromClientError
 
numRowsToLoad() - Method in class org.apache.hadoop.hbase.client.TestMobCloneSnapshotFromClientNormal
 
numThreads - Variable in class org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover
 
numThreads - Variable in class org.apache.hadoop.hbase.util.MultiThreadedAction
 
numThreadsWorking - Variable in class org.apache.hadoop.hbase.util.MultiThreadedAction
 
numUpdaterThreads - Variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
numWriterThreads - Variable in class org.apache.hadoop.hbase.util.LoadTestTool
 

O

ObserverA() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestRegionObserverStacking.ObserverA
 
ObserverB() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestRegionObserverStacking.ObserverB
 
ObserverC() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestRegionObserverStacking.ObserverC
 
obtainJobConf(MiniMRCluster) - Method in class org.apache.hadoop.hbase.mapreduce.MapreduceTestingShim
 
obtainMROutputDirProp() - Method in class org.apache.hadoop.hbase.mapreduce.MapreduceTestingShim
 
offer(E) - Method in class org.apache.hadoop.hbase.util.ConstantDelayQueue
 
offer(E, long, TimeUnit) - Method in class org.apache.hadoop.hbase.util.ConstantDelayQueue
 
OfflineMetaRebuildTestCore - Class in org.apache.hadoop.hbase.util.hbck
This testing base class creates a minicluster and testing table table and shuts down the cluster afterwards.
OfflineMetaRebuildTestCore() - Constructor for class org.apache.hadoop.hbase.util.hbck.OfflineMetaRebuildTestCore
 
olderThanMaxAge() - Method in class org.apache.hadoop.hbase.regionserver.TestDateTieredCompactionPolicy
Older than now(161) - maxAge(100)
ONE_GIGABYTE - Static variable in class org.apache.hadoop.hbase.quotas.SpaceQuotaHelperForTests
 
ONE_KILOBYTE - Static variable in class org.apache.hadoop.hbase.quotas.SpaceQuotaHelperForTests
 
ONE_MEGABYTE - Static variable in class org.apache.hadoop.hbase.quotas.SpaceQuotaHelperForTests
 
OnUpperBoundOfIncomingWindow() - Method in class org.apache.hadoop.hbase.regionserver.TestDateTieredCompactionPolicy
Test for file on the upper bound of incoming window
OOMERegionServer - Class in org.apache.hadoop.hbase.regionserver
A region server that will OOME.
OOMERegionServer(HBaseConfiguration) - Constructor for class org.apache.hadoop.hbase.regionserver.OOMERegionServer
 
OP - Static variable in class org.apache.hadoop.hbase.http.resource.JerseyResource
 
openClosedRegion(HRegion) - Method in class org.apache.hadoop.hbase.HBaseTestCase
Deprecated.
 
openRegion(HBaseTestingUtility, HRegionServer, HRegionInfo) - Static method in class org.apache.hadoop.hbase.regionserver.TestRegionServerNoMaster
 
openTable(TableName) - Static method in class org.apache.hadoop.hbase.filter.FilterTestingCluster
 
OperationAttributesTestController() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithOperationAttributes.OperationAttributesTestController
 
OPT_AUTHN - Static variable in class org.apache.hadoop.hbase.IntegrationTestIngestWithACL
 
OPT_BATCHUPDATE - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
OPT_BLOOM - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
OPT_COLUMN_FAMILIES - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
OPT_COMPRESSION - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
OPT_DATA_BLOCK_ENCODING - Static variable in class org.apache.hadoop.hbase.util.HFileTestUtil
 
OPT_DATA_BLOCK_ENCODING_USAGE - Static variable in class org.apache.hadoop.hbase.util.HFileTestUtil
 
OPT_DEFERRED_LOG_FLUSH - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
OPT_DEFERRED_LOG_FLUSH_USAGE - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
OPT_ENCRYPTION - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
OPT_ENCRYPTION_USAGE - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
OPT_GENERATOR - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
OPT_GENERATOR_USAGE - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
OPT_INIT_ONLY - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
OPT_INMEMORY - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
OPT_KEY_WINDOW - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
OPT_MAX_READ_ERRORS - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
OPT_MOB_THRESHOLD - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
OPT_MOB_THRESHOLD_USAGE - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
OPT_MULTIGET - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
OPT_MULTIPUT - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
OPT_NUM_KEYS - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
OPT_NUM_REGIONS_PER_SERVER - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
OPT_NUM_REGIONS_PER_SERVER_USAGE - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
OPT_READ - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
OPT_READER - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
OPT_READER_USAGE - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
OPT_REGION_REPLICA_ID - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
OPT_REGION_REPLICA_ID_USAGE - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
OPT_REGION_REPLICATION - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
OPT_REGION_REPLICATION_USAGE - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
OPT_SKIP_INIT - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
OPT_START_KEY - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
OPT_SUPERUSER - Static variable in class org.apache.hadoop.hbase.IntegrationTestIngestWithACL
 
OPT_TABLE_NAME - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
OPT_UPDATE - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
OPT_UPDATER - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
OPT_UPDATER_USAGE - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
OPT_USAGE_BLOOM - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
OPT_USAGE_COMPRESSION - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
OPT_USAGE_IN_MEMORY - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
OPT_USAGE_LOAD - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
Usage string for the load option
OPT_USAGE_READ - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
Usage string for the read option
OPT_USAGE_UPDATE - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
Usage string for the update option
OPT_USERS - Static variable in class org.apache.hadoop.hbase.IntegrationTestIngestWithACL
 
OPT_VERBOSE - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
OPT_WRITE - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
OPT_WRITER - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
OPT_WRITER_USAGE - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
OPT_ZK_PARENT_NODE - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
OPT_ZK_QUORUM - Static variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
orderingTest(Filter) - Method in class org.apache.hadoop.hbase.filter.TestFilterList
 
org.apache.hadoop.hbase - package org.apache.hadoop.hbase
 
org.apache.hadoop.hbase.chaos.actions - package org.apache.hadoop.hbase.chaos.actions
 
org.apache.hadoop.hbase.chaos.factories - package org.apache.hadoop.hbase.chaos.factories
 
org.apache.hadoop.hbase.chaos.monkies - package org.apache.hadoop.hbase.chaos.monkies
 
org.apache.hadoop.hbase.chaos.policies - package org.apache.hadoop.hbase.chaos.policies
 
org.apache.hadoop.hbase.chaos.util - package org.apache.hadoop.hbase.chaos.util
 
org.apache.hadoop.hbase.client - package org.apache.hadoop.hbase.client
 
org.apache.hadoop.hbase.client.example - package org.apache.hadoop.hbase.client.example
 
org.apache.hadoop.hbase.client.locking - package org.apache.hadoop.hbase.client.locking
 
org.apache.hadoop.hbase.client.procedure - package org.apache.hadoop.hbase.client.procedure
 
org.apache.hadoop.hbase.client.replication - package org.apache.hadoop.hbase.client.replication
 
org.apache.hadoop.hbase.client.rsgroup - package org.apache.hadoop.hbase.client.rsgroup
 
org.apache.hadoop.hbase.conf - package org.apache.hadoop.hbase.conf
 
org.apache.hadoop.hbase.coprocessor - package org.apache.hadoop.hbase.coprocessor
 
org.apache.hadoop.hbase.errorhandling - package org.apache.hadoop.hbase.errorhandling
 
org.apache.hadoop.hbase.exceptions - package org.apache.hadoop.hbase.exceptions
 
org.apache.hadoop.hbase.favored - package org.apache.hadoop.hbase.favored
 
org.apache.hadoop.hbase.filter - package org.apache.hadoop.hbase.filter
 
org.apache.hadoop.hbase.http - package org.apache.hadoop.hbase.http
 
org.apache.hadoop.hbase.http.conf - package org.apache.hadoop.hbase.http.conf
 
org.apache.hadoop.hbase.http.jmx - package org.apache.hadoop.hbase.http.jmx
 
org.apache.hadoop.hbase.http.lib - package org.apache.hadoop.hbase.http.lib
 
org.apache.hadoop.hbase.http.log - package org.apache.hadoop.hbase.http.log
 
org.apache.hadoop.hbase.http.resource - package org.apache.hadoop.hbase.http.resource
 
org.apache.hadoop.hbase.http.ssl - package org.apache.hadoop.hbase.http.ssl
 
org.apache.hadoop.hbase.io - package org.apache.hadoop.hbase.io
 
org.apache.hadoop.hbase.io.asyncfs - package org.apache.hadoop.hbase.io.asyncfs
 
org.apache.hadoop.hbase.io.crypto - package org.apache.hadoop.hbase.io.crypto
 
org.apache.hadoop.hbase.io.crypto.aes - package org.apache.hadoop.hbase.io.crypto.aes
 
org.apache.hadoop.hbase.io.encoding - package org.apache.hadoop.hbase.io.encoding
 
org.apache.hadoop.hbase.io.hadoopbackport - package org.apache.hadoop.hbase.io.hadoopbackport
 
org.apache.hadoop.hbase.io.hfile - package org.apache.hadoop.hbase.io.hfile
 
org.apache.hadoop.hbase.io.util - package org.apache.hadoop.hbase.io.util
 
org.apache.hadoop.hbase.ipc - package org.apache.hadoop.hbase.ipc
 
org.apache.hadoop.hbase.mapred - package org.apache.hadoop.hbase.mapred
 
org.apache.hadoop.hbase.mapreduce - package org.apache.hadoop.hbase.mapreduce
 
org.apache.hadoop.hbase.master - package org.apache.hadoop.hbase.master
 
org.apache.hadoop.hbase.mob - package org.apache.hadoop.hbase.mob
 
org.apache.hadoop.hbase.mob.compactions - package org.apache.hadoop.hbase.mob.compactions
 
org.apache.hadoop.hbase.mttr - package org.apache.hadoop.hbase.mttr
 
org.apache.hadoop.hbase.namespace - package org.apache.hadoop.hbase.namespace
 
org.apache.hadoop.hbase.net - package org.apache.hadoop.hbase.net
 
org.apache.hadoop.hbase.nio - package org.apache.hadoop.hbase.nio
 
org.apache.hadoop.hbase.quotas - package org.apache.hadoop.hbase.quotas
 
org.apache.hadoop.hbase.quotas.policies - package org.apache.hadoop.hbase.quotas.policies
 
org.apache.hadoop.hbase.regionserver - package org.apache.hadoop.hbase.regionserver
 
org.apache.hadoop.hbase.regionserver.querymatcher - package org.apache.hadoop.hbase.regionserver.querymatcher
 
org.apache.hadoop.hbase.regionserver.throttle - package org.apache.hadoop.hbase.regionserver.throttle
 
org.apache.hadoop.hbase.regionserver.wal - package org.apache.hadoop.hbase.regionserver.wal
 
org.apache.hadoop.hbase.replication - package org.apache.hadoop.hbase.replication
 
org.apache.hadoop.hbase.rest - package org.apache.hadoop.hbase.rest
 
org.apache.hadoop.hbase.rest.client - package org.apache.hadoop.hbase.rest.client
 
org.apache.hadoop.hbase.rsgroup - package org.apache.hadoop.hbase.rsgroup
 
org.apache.hadoop.hbase.security - package org.apache.hadoop.hbase.security
 
org.apache.hadoop.hbase.shaded.protobuf - package org.apache.hadoop.hbase.shaded.protobuf
 
org.apache.hadoop.hbase.snapshot - package org.apache.hadoop.hbase.snapshot
 
org.apache.hadoop.hbase.spark - package org.apache.hadoop.hbase.spark
 
org.apache.hadoop.hbase.test - package org.apache.hadoop.hbase.test
 
org.apache.hadoop.hbase.testclassification - package org.apache.hadoop.hbase.testclassification
 
org.apache.hadoop.hbase.types - package org.apache.hadoop.hbase.types
 
org.apache.hadoop.hbase.util - package org.apache.hadoop.hbase.util
 
org.apache.hadoop.hbase.util.compaction - package org.apache.hadoop.hbase.util.compaction
 
org.apache.hadoop.hbase.util.hbck - package org.apache.hadoop.hbase.util.hbck
 
org.apache.hadoop.hbase.wal - package org.apache.hadoop.hbase.wal
 
org.apache.hadoop.hbase.zookeeper - package org.apache.hadoop.hbase.zookeeper
 
org.apache.hbase.archetypes.exemplars.client - package org.apache.hbase.archetypes.exemplars.client
 
org.apache.hbase.archetypes.exemplars.shaded_client - package org.apache.hbase.archetypes.exemplars.shaded_client
 
otherArgs - Variable in class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList
 
OUR_KEY - Variable in class org.apache.hadoop.hbase.replication.TestReplicationStateBasic
 
outOfOrder() - Method in class org.apache.hadoop.hbase.regionserver.TestDateTieredCompactionPolicy
Out-of-order data
OUTPUT_FAMILY - Static variable in class org.apache.hadoop.hbase.mapreduce.TestTableMapReduceBase
 
outputDir - Variable in class org.apache.hadoop.hbase.test.IntegrationTestReplication
 

P

parameters() - Static method in class org.apache.hadoop.hbase.client.TestServerLoadDurability
 
parameters() - Static method in class org.apache.hadoop.hbase.filter.TestKeyOnlyFilter
 
parameters() - Static method in class org.apache.hadoop.hbase.io.encoding.TestDataBlockEncoders
 
parameters() - Static method in class org.apache.hadoop.hbase.io.encoding.TestEncodedSeekers
 
parameters() - Static method in class org.apache.hadoop.hbase.io.encoding.TestLoadAndSwitchEncodeOnDisk
Un-parameterize the test
parameters() - Static method in class org.apache.hadoop.hbase.io.encoding.TestSeekToBlockWithEncoders
 
parameters() - Static method in class org.apache.hadoop.hbase.io.hfile.TestForceCacheImportantBlocks
 
parameters() - Static method in class org.apache.hadoop.hbase.io.hfile.TestHFileBlock
 
parameters() - Static method in class org.apache.hadoop.hbase.io.hfile.TestHFileWriterV3
 
parameters() - Static method in class org.apache.hadoop.hbase.io.hfile.TestScannerSelectionUsingKeyRange
 
parameters() - Static method in class org.apache.hadoop.hbase.io.hfile.TestScannerSelectionUsingTTL
 
parameters() - Static method in class org.apache.hadoop.hbase.io.hfile.TestSeekTo
 
parameters() - Static method in class org.apache.hadoop.hbase.ipc.TestNettyIPC
 
parameters() - Static method in class org.apache.hadoop.hbase.ipc.TestProtoBufRpc
 
parameters() - Static method in class org.apache.hadoop.hbase.ipc.TestRpcHandlerException
 
parameters() - Static method in class org.apache.hadoop.hbase.regionserver.TestHRegionServerBulkLoad
 
parameters() - Static method in class org.apache.hadoop.hbase.regionserver.TestMultiColumnScannerWithAlgoGZAndNoDataEncoding
 
parameters() - Static method in class org.apache.hadoop.hbase.regionserver.TestMultiColumnScannerWithAlgoGZAndUseDataEncoding
 
parameters() - Static method in class org.apache.hadoop.hbase.regionserver.TestMultiColumnScannerWithNoneAndNoDataEncoding
 
parameters() - Static method in class org.apache.hadoop.hbase.regionserver.TestMultiColumnScannerWithNoneAndUseDataEncoding
 
parameters() - Static method in class org.apache.hadoop.hbase.regionserver.TestScanWithBloomError
 
parameters() - Static method in class org.apache.hadoop.hbase.regionserver.TestSeekOptimizations
 
parameters() - Static method in class org.apache.hadoop.hbase.replication.TestNamespaceReplication
 
parameters() - Static method in class org.apache.hadoop.hbase.replication.TestReplicationChangingPeerRegionservers
 
parameters() - Static method in class org.apache.hadoop.hbase.replication.TestReplicationSmallTests
 
parameters() - Static method in class org.apache.hadoop.hbase.rest.TestSchemaResource
 
parameters() - Static method in class org.apache.hadoop.hbase.security.TestSecureIPC
 
parameters() - Static method in class org.apache.hadoop.hbase.util.TestByteBufferUtils
 
parameters() - Static method in class org.apache.hadoop.hbase.util.TestCoprocessorScanPolicy
 
parameters() - Static method in class org.apache.hadoop.hbase.util.TestMiniClusterLoadEncoded
 
parameters() - Static method in class org.apache.hadoop.hbase.util.TestMiniClusterLoadSequential
 
params() - Static method in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead
 
params() - Static method in class org.apache.hadoop.hbase.client.TestAsyncAdminBase
 
params() - Static method in class org.apache.hadoop.hbase.client.TestAsyncAdminBuilder
 
params() - Static method in class org.apache.hadoop.hbase.client.TestAsyncTable
 
params() - Static method in class org.apache.hadoop.hbase.client.TestAsyncTableBatch
 
params() - Static method in class org.apache.hadoop.hbase.client.TestAsyncTableScan
 
params() - Static method in class org.apache.hadoop.hbase.client.TestAsyncTableScanAll
 
params() - Static method in class org.apache.hadoop.hbase.client.TestAsyncTableScanMetrics
 
params() - Static method in class org.apache.hadoop.hbase.client.TestAsyncTableScanner
 
params() - Static method in class org.apache.hadoop.hbase.client.TestCloneSnapshotFromClientCloneLinksAfterDelete
 
params() - Static method in class org.apache.hadoop.hbase.client.TestCloneSnapshotFromClientError
 
params() - Static method in class org.apache.hadoop.hbase.client.TestCloneSnapshotFromClientNormal
 
params() - Static method in class org.apache.hadoop.hbase.client.TestHbck
 
params() - Static method in class org.apache.hadoop.hbase.client.TestRawAsyncTableScan
 
params() - Static method in class org.apache.hadoop.hbase.client.TestRestoreSnapshotFromClientAfterSplittingRegions
 
params() - Static method in class org.apache.hadoop.hbase.client.TestRestoreSnapshotFromClientClone
 
params() - Static method in class org.apache.hadoop.hbase.client.TestRestoreSnapshotFromClientSchemaChange
 
params() - Static method in class org.apache.hadoop.hbase.client.TestRestoreSnapshotFromClientSimple
 
params() - Static method in class org.apache.hadoop.hbase.client.TestScannersFromClientSide2
 
params() - Static method in class org.apache.hadoop.hbase.ipc.TestRpcServerSlowConnectionSetup
 
params() - Static method in class org.apache.hadoop.hbase.regionserver.TestCompactionInDeadRegionServer
 
params() - Static method in class org.apache.hadoop.hbase.regionserver.TestShutdownWhileWALBroken
 
params() - Static method in class org.apache.hadoop.hbase.types.TestStruct
 
parent() - Method in class org.apache.hadoop.hbase.test.MetricsAssertHelperImpl.MockRecordBuilder
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hbase.client.AbstractTestScanCursor.SparseFilter
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hbase.client.ColumnCountOnRowFilter
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hbase.client.TestConnectionImplementation.BlockingFilter
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hbase.filter.FilterAllFilter
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hbase.filter.TestFilterFromRegionSide.FirstSeveralCellsFilter
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hbase.filter.TestFilterList.AlwaysNextColFilter
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hbase.regionserver.TestScannerHeartbeatMessages.SparseCellFilter
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hbase.regionserver.TestScannerHeartbeatMessages.SparseRowFilter
 
passThrough(InvocationOnMock) - Method in class org.apache.hadoop.hbase.GenericTestUtils.DelayAnswer
 
PATH - Static variable in class org.apache.hadoop.hbase.http.resource.JerseyResource
 
pause(RpcController, TestProtos.PauseRequestProto, RpcCallback<TestProtos.EmptyResponseProto>) - Method in class org.apache.hadoop.hbase.coprocessor.ProtobufCoprocessorService
 
pause(RpcController, TestProtos.PauseRequestProto) - Method in class org.apache.hadoop.hbase.ipc.TestProtobufRpcServiceImpl
 
PE_KEY - Static variable in class org.apache.hadoop.hbase.PerformanceEvaluation.EvaluationMapTask
configuration parameter name that contains the PE impl
PE_KEY - Static variable in class org.apache.hadoop.hbase.rest.PerformanceEvaluation.EvaluationMapTask
configuration parameter name that contains the PE impl
peek() - Method in class org.apache.hadoop.hbase.regionserver.DelegatingKeyValueScanner
 
peek() - Method in class org.apache.hadoop.hbase.util.ConstantDelayQueue
 
PEER_ID - Static variable in class org.apache.hadoop.hbase.replication.SerialReplicationTestBase
 
PEER_ID2 - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationBase
 
peerConfigUpdated(ReplicationPeerConfig) - Method in class org.apache.hadoop.hbase.client.replication.TestReplicationAdminWithClusters.TestUpdatableReplicationEndpoint
 
PeInputFormat() - Constructor for class org.apache.hadoop.hbase.rest.PerformanceEvaluation.PeInputFormat
 
PeInputSplit() - Constructor for class org.apache.hadoop.hbase.rest.PerformanceEvaluation.PeInputSplit
 
PeInputSplit(TableName, int, int, int, int, boolean, boolean, boolean, int) - Constructor for class org.apache.hadoop.hbase.rest.PerformanceEvaluation.PeInputSplit
 
PeRecordReader() - Constructor for class org.apache.hadoop.hbase.rest.PerformanceEvaluation.PeInputFormat.PeRecordReader
 
perform() - Method in class org.apache.hadoop.hbase.chaos.actions.Action
 
perform() - Method in class org.apache.hadoop.hbase.chaos.actions.AddColumnAction
 
perform() - Method in class org.apache.hadoop.hbase.chaos.actions.BatchRestartRsAction
 
perform() - Method in class org.apache.hadoop.hbase.chaos.actions.ChangeBloomFilterAction
 
perform() - Method in class org.apache.hadoop.hbase.chaos.actions.ChangeCompressionAction
 
perform() - Method in class org.apache.hadoop.hbase.chaos.actions.ChangeEncodingAction
 
perform() - Method in class org.apache.hadoop.hbase.chaos.actions.ChangeSplitPolicyAction
 
perform() - Method in class org.apache.hadoop.hbase.chaos.actions.ChangeVersionsAction
 
perform() - Method in class org.apache.hadoop.hbase.chaos.actions.CompactMobAction
 
perform() - Method in class org.apache.hadoop.hbase.chaos.actions.CompactRandomRegionOfTableAction
 
perform() - Method in class org.apache.hadoop.hbase.chaos.actions.CompactTableAction
 
perform() - Method in class org.apache.hadoop.hbase.chaos.actions.DecreaseMaxHFileSizeAction
 
perform() - Method in class org.apache.hadoop.hbase.chaos.actions.DumpClusterStatusAction
 
perform() - Method in class org.apache.hadoop.hbase.chaos.actions.FlushRandomRegionOfTableAction
 
perform() - Method in class org.apache.hadoop.hbase.chaos.actions.FlushTableAction
 
perform() - Method in class org.apache.hadoop.hbase.chaos.actions.ForceBalancerAction
 
perform() - Method in class org.apache.hadoop.hbase.chaos.actions.MergeRandomAdjacentRegionsOfTableAction
 
perform() - Method in class org.apache.hadoop.hbase.chaos.actions.MoveRandomRegionOfTableAction
 
perform() - Method in class org.apache.hadoop.hbase.chaos.actions.MoveRegionsOfTableAction
 
perform() - Method in class org.apache.hadoop.hbase.chaos.actions.RemoveColumnAction
 
perform() - Method in class org.apache.hadoop.hbase.chaos.actions.RestartActiveMasterAction
 
perform() - Method in class org.apache.hadoop.hbase.chaos.actions.RestartRandomDataNodeAction
 
perform() - Method in class org.apache.hadoop.hbase.chaos.actions.RestartRandomRsAction
 
perform() - Method in class org.apache.hadoop.hbase.chaos.actions.RestartRandomRsExceptMetaAction
 
perform() - Method in class org.apache.hadoop.hbase.chaos.actions.RestartRandomZKNodeAction
 
perform() - Method in class org.apache.hadoop.hbase.chaos.actions.RestartRsHoldingMetaAction
 
perform() - Method in class org.apache.hadoop.hbase.chaos.actions.RestartRsHoldingTableAction
 
perform() - Method in class org.apache.hadoop.hbase.chaos.actions.RollingBatchRestartRsAction
 
perform() - Method in class org.apache.hadoop.hbase.chaos.actions.SnapshotTableAction
 
perform() - Method in class org.apache.hadoop.hbase.chaos.actions.SplitAllRegionOfTableAction
 
perform() - Method in class org.apache.hadoop.hbase.chaos.actions.SplitRandomRegionOfTableAction
 
perform() - Method in class org.apache.hadoop.hbase.chaos.actions.TruncateTableAction
 
perform() - Method in class org.apache.hadoop.hbase.chaos.actions.UnbalanceKillAndRebalanceAction
 
perform() - Method in class org.apache.hadoop.hbase.chaos.actions.UnbalanceRegionsAction
 
PerformanceEvaluation - Class in org.apache.hadoop.hbase
Script used evaluating HBase performance and scalability.
PerformanceEvaluation(Configuration) - Constructor for class org.apache.hadoop.hbase.PerformanceEvaluation
Constructor
PerformanceEvaluation - Class in org.apache.hadoop.hbase.rest
Script used evaluating Stargate performance and scalability.
PerformanceEvaluation(Configuration) - Constructor for class org.apache.hadoop.hbase.rest.PerformanceEvaluation
Constructor
PerformanceEvaluation.Counter - Enum in org.apache.hadoop.hbase
Enum for map metrics.
PerformanceEvaluation.Counter - Enum in org.apache.hadoop.hbase.rest
Enum for map metrics.
PerformanceEvaluation.EvaluationMapTask - Class in org.apache.hadoop.hbase
MapReduce job that runs a performance evaluation client in each map task.
PerformanceEvaluation.EvaluationMapTask - Class in org.apache.hadoop.hbase.rest
MapReduce job that runs a performance evaluation client in each map task.
PerformanceEvaluation.PeInputFormat - Class in org.apache.hadoop.hbase.rest
InputFormat of Performance Evaluation MapReduce job.
PerformanceEvaluation.PeInputFormat.PeRecordReader - Class in org.apache.hadoop.hbase.rest
 
PerformanceEvaluation.PeInputSplit - Class in org.apache.hadoop.hbase.rest
This class works as the InputSplit of Performance Evaluation MapReduce InputFormat, and the Record Value of RecordReader.
PerformanceEvaluation.RunResult - Class in org.apache.hadoop.hbase
 
PerformanceEvaluationCommons - Class in org.apache.hadoop.hbase
Code shared by PE tests.
PerformanceEvaluationCommons() - Constructor for class org.apache.hadoop.hbase.PerformanceEvaluationCommons
 
PERIODIC_ACTION1_PERIOD - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
 
PERIODIC_ACTION2_PERIOD - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
 
PERIODIC_ACTION4_PERIOD - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
 
PeriodicPolicy - Class in org.apache.hadoop.hbase.chaos.policies
A policy which does stuff every time interval.
PeriodicPolicy(long) - Constructor for class org.apache.hadoop.hbase.chaos.policies.PeriodicPolicy
 
PeriodicRandomActionPolicy - Class in org.apache.hadoop.hbase.chaos.policies
A policy, which picks a random action according to the given weights, and performs it every configurable period.
PeriodicRandomActionPolicy(long, List<Pair<Action, Integer>>) - Constructor for class org.apache.hadoop.hbase.chaos.policies.PeriodicRandomActionPolicy
 
PeriodicRandomActionPolicy(long, Pair<Action, Integer>...) - Constructor for class org.apache.hadoop.hbase.chaos.policies.PeriodicRandomActionPolicy
 
PeriodicRandomActionPolicy(long, Action...) - Constructor for class org.apache.hadoop.hbase.chaos.policies.PeriodicRandomActionPolicy
 
ping(RpcController, TestProtos.EmptyRequestProto, RpcCallback<TestProtos.EmptyResponseProto>) - Method in class org.apache.hadoop.hbase.coprocessor.ProtobufCoprocessorService
 
ping(RpcController, TestProtos.EmptyRequestProto) - Method in class org.apache.hadoop.hbase.ipc.TestProtobufRpcServiceImpl
 
ping(RpcController, PingProtos.PingRequest, RpcCallback<PingProtos.PingResponse>) - Method in class org.apache.hadoop.hbase.regionserver.TestServerCustomProtocol.PingHandler
 
PingHandler() - Constructor for class org.apache.hadoop.hbase.regionserver.TestServerCustomProtocol.PingHandler
 
Policy - Class in org.apache.hadoop.hbase.chaos.policies
A policy to introduce chaos to the cluster
Policy() - Constructor for class org.apache.hadoop.hbase.chaos.policies.Policy
 
Policy.PolicyContext - Class in org.apache.hadoop.hbase.chaos.policies
A context for a Policy
PolicyBasedChaosMonkey - Class in org.apache.hadoop.hbase.chaos.monkies
Chaos monkey that given multiple policies will run actions against the cluster.
PolicyBasedChaosMonkey(IntegrationTestingUtility, Policy...) - Constructor for class org.apache.hadoop.hbase.chaos.monkies.PolicyBasedChaosMonkey
Construct a new ChaosMonkey
PolicyBasedChaosMonkey(IntegrationTestingUtility, Collection<Policy>) - Constructor for class org.apache.hadoop.hbase.chaos.monkies.PolicyBasedChaosMonkey
 
PolicyContext(IntegrationTestingUtility) - Constructor for class org.apache.hadoop.hbase.chaos.policies.Policy.PolicyContext
 
poll() - Method in class org.apache.hadoop.hbase.util.ConstantDelayQueue
 
poll(long, TimeUnit) - Method in class org.apache.hadoop.hbase.util.ConstantDelayQueue
 
POOL_SIZE - Static variable in class org.apache.hadoop.hbase.util.PoolMapTestBase
 
poolMap - Variable in class org.apache.hadoop.hbase.util.PoolMapTestBase
 
PoolMapTestBase - Class in org.apache.hadoop.hbase.util
 
PoolMapTestBase() - Constructor for class org.apache.hadoop.hbase.util.PoolMapTestBase
 
populatePut(byte[], ImportTsv.TsvParser.ParsedLine, Put, int) - Method in class org.apache.hadoop.hbase.mapreduce.TsvImporterCustomTestMapperForOprAttr
 
populateQueues() - Method in class org.apache.hadoop.hbase.replication.TestReplicationStateBasic
 
PORT - Static variable in class org.apache.hadoop.hbase.ipc.TestProtoBufRpc
 
postAbortProcedure(ObserverContext<MasterCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postAddRSGroup(ObserverContext<MasterCoprocessorEnvironment>, String) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postAddRSGroup(ObserverContext<MasterCoprocessorEnvironment>, String) - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroups.CPMasterObserver
 
postAppend(ObserverContext<RegionCoprocessorEnvironment>, Append, Result) - Method in class org.apache.hadoop.hbase.client.HConnectionTestingUtility.SleepAtFirstRpcCall
 
postAppend(ObserverContext<RegionCoprocessorEnvironment>, Append, Result) - Method in class org.apache.hadoop.hbase.client.TestResultFromCoprocessor.MyObserver
 
postAppend(ObserverContext<RegionCoprocessorEnvironment>, Append, Result) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
postAppend(ObserverContext<RegionCoprocessorEnvironment>, Append, Result) - Method in class org.apache.hadoop.hbase.coprocessor.TestIncrementAndAppendWithNullResult.MyObserver
 
postAssign(ObserverContext<MasterCoprocessorEnvironment>, RegionInfo) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postBalance(ObserverContext<MasterCoprocessorEnvironment>, List<RegionPlan>) - Method in class org.apache.hadoop.hbase.client.TestMultiParallel.MyMasterObserver
 
postBalance(ObserverContext<MasterCoprocessorEnvironment>, List<RegionPlan>) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postBalanceRSGroup(ObserverContext<MasterCoprocessorEnvironment>, String, boolean) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postBalanceRSGroup(ObserverContext<MasterCoprocessorEnvironment>, String, boolean) - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroups.CPMasterObserver
 
postBalanceSwitch(ObserverContext<MasterCoprocessorEnvironment>, boolean, boolean) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postBatchMutate(ObserverContext<RegionCoprocessorEnvironment>, MiniBatchOperationInProgress<Mutation>) - Method in class org.apache.hadoop.hbase.client.TestFromClientSide3.WaitingForMultiMutationsObserver
 
postBatchMutate(ObserverContext<RegionCoprocessorEnvironment>, MiniBatchOperationInProgress<Mutation>) - Method in class org.apache.hadoop.hbase.client.TestFromClientSide3.WaitingForScanObserver
 
postBatchMutate(ObserverContext<RegionCoprocessorEnvironment>, MiniBatchOperationInProgress<Mutation>) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
postBatchMutateIndispensably(ObserverContext<RegionCoprocessorEnvironment>, MiniBatchOperationInProgress<Mutation>, boolean) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
postBulkLoadHFile(ObserverContext<RegionCoprocessorEnvironment>, List<Pair<byte[], String>>, Map<byte[], List<Path>>) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
postCheckAndDelete(ObserverContext<RegionCoprocessorEnvironment>, byte[], byte[], byte[], CompareOperator, ByteArrayComparable, Delete, boolean) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
postCheckAndPut(ObserverContext<RegionCoprocessorEnvironment>, byte[], byte[], byte[], CompareOperator, ByteArrayComparable, Put, boolean) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
postCloneSnapshot(ObserverContext<MasterCoprocessorEnvironment>, SnapshotDescription, TableDescriptor) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postClose(ObserverContext<RegionCoprocessorEnvironment>, boolean) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
postClose(ObserverContext<RegionCoprocessorEnvironment>, boolean) - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorInterface.CoprocessorImpl
 
postCloseRegionOperation(ObserverContext<RegionCoprocessorEnvironment>, Region.Operation) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
postCompact(ObserverContext<RegionCoprocessorEnvironment>, Store, StoreFile, CompactionLifeCycleTracker, CompactionRequest) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
postCompact(ObserverContext<RegionCoprocessorEnvironment>, Store, StoreFile, CompactionLifeCycleTracker, CompactionRequest) - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorInterface.CoprocessorImpl
 
postCompact(ObserverContext<RegionCoprocessorEnvironment>, Store, StoreFile, CompactionLifeCycleTracker, CompactionRequest) - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverInterface.EvenOnlyCompactor
 
postCompact(ObserverContext<RegionCoprocessorEnvironment>, Store, StoreFile, CompactionLifeCycleTracker, CompactionRequest) - Method in class org.apache.hadoop.hbase.namespace.TestNamespaceAuditor.CustomObserver
 
postCompact(ObserverContext<RegionCoprocessorEnvironment>, Store, StoreFile, CompactionLifeCycleTracker, CompactionRequest) - Method in class org.apache.hadoop.hbase.regionserver.TestCompactionLifeCycleTracker.CompactionObserver
 
postCompactSelection(ObserverContext<RegionCoprocessorEnvironment>, Store, List<? extends StoreFile>, CompactionLifeCycleTracker, CompactionRequest) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
postCompactSelection(ObserverContext<RegionCoprocessorEnvironment>, Store, List<? extends StoreFile>, CompactionLifeCycleTracker, CompactionRequest) - Method in class org.apache.hadoop.hbase.regionserver.TestCompactionLifeCycleTracker.CompactionObserver
 
postCompletedCreateTableAction(ObserverContext<MasterCoprocessorEnvironment>, TableDescriptor, RegionInfo[]) - Method in class org.apache.hadoop.hbase.client.TestEnableTable.MasterSyncObserver
 
postCompletedCreateTableAction(ObserverContext<MasterCoprocessorEnvironment>, TableDescriptor, RegionInfo[]) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postCompletedCreateTableAction(ObserverContext<MasterCoprocessorEnvironment>, TableDescriptor, RegionInfo[]) - Method in class org.apache.hadoop.hbase.util.BaseTestHBaseFsck.MasterSyncCoprocessor
 
postCompletedDeleteTableAction(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in class org.apache.hadoop.hbase.client.TestEnableTable.MasterSyncObserver
 
postCompletedDeleteTableAction(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postCompletedDeleteTableAction(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in class org.apache.hadoop.hbase.namespace.TestNamespaceAuditor.MasterSyncObserver
 
postCompletedDeleteTableAction(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in class org.apache.hadoop.hbase.util.BaseTestHBaseFsck.MasterSyncCoprocessor
 
postCompletedDisableTableAction(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postCompletedEnableTableAction(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postCompletedMergeRegionsAction(ObserverContext<MasterCoprocessorEnvironment>, RegionInfo[], RegionInfo) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postCompletedModifyTableAction(ObserverContext<MasterCoprocessorEnvironment>, TableName, TableDescriptor) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postCompletedSplitRegionAction(ObserverContext<MasterCoprocessorEnvironment>, RegionInfo, RegionInfo) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postCompletedTruncateTableAction(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postCreateNamespace(ObserverContext<MasterCoprocessorEnvironment>, NamespaceDescriptor) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postCreateTable(ObserverContext<MasterCoprocessorEnvironment>, TableDescriptor, RegionInfo[]) - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorMetrics.CustomMasterObserver
 
postCreateTable(ObserverContext<MasterCoprocessorEnvironment>, TableDescriptor, RegionInfo[]) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterCoprocessorExceptionWithAbort.BuggyMasterObserver
 
postCreateTable(ObserverContext<MasterCoprocessorEnvironment>, TableDescriptor, RegionInfo[]) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterCoprocessorExceptionWithRemove.BuggyMasterObserver
 
postCreateTable(ObserverContext<MasterCoprocessorEnvironment>, TableDescriptor, RegionInfo[]) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postDelete(ObserverContext<RegionCoprocessorEnvironment>, Delete, WALEdit, Durability) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
postDelete(ObserverContext<RegionCoprocessorEnvironment>, Delete, WALEdit, Durability) - Method in class org.apache.hadoop.hbase.replication.TestMasterReplication.CoprocessorCounter
 
postDeleteNamespace(ObserverContext<MasterCoprocessorEnvironment>, String) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postDeleteSnapshot(ObserverContext<MasterCoprocessorEnvironment>, SnapshotDescription) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postDeleteTable(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postDisableTable(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postEnableTable(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postFlush(ObserverContext<RegionCoprocessorEnvironment>, Store, StoreFile, FlushLifeCycleTracker) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
postFlush(ObserverContext<RegionCoprocessorEnvironment>, FlushLifeCycleTracker) - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorInterface.CoprocessorImpl
 
postFlush(ObserverContext<RegionCoprocessorEnvironment>, FlushLifeCycleTracker) - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverInterface.EvenOnlyCompactor
 
postFlush(ObserverContext<RegionCoprocessorEnvironment>, FlushLifeCycleTracker) - Method in class org.apache.hadoop.hbase.regionserver.TestFlushLifeCycleTracker.FlushObserver
 
postFlush(ObserverContext<RegionCoprocessorEnvironment>, Store, StoreFile, FlushLifeCycleTracker) - Method in class org.apache.hadoop.hbase.regionserver.TestFlushLifeCycleTracker.FlushObserver
 
postGetClusterMetrics(ObserverContext<MasterCoprocessorEnvironment>, ClusterMetrics) - Method in class org.apache.hadoop.hbase.TestClientClusterMetrics.MyObserver
 
postGetClusterMetrics(ObserverContext<MasterCoprocessorEnvironment>, ClusterMetrics) - Method in class org.apache.hadoop.hbase.TestClientClusterStatus.MyObserver
 
postGetLocks(ObserverContext<MasterCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postGetNamespaceDescriptor(ObserverContext<MasterCoprocessorEnvironment>, NamespaceDescriptor) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postGetOp(ObserverContext<RegionCoprocessorEnvironment>, Get, List<Cell>) - Method in class org.apache.hadoop.hbase.client.TestBlockEvictionFromClient.CustomInnerRegionObserver
 
postGetOp(ObserverContext<RegionCoprocessorEnvironment>, Get, List<Cell>) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
postGetOp(ObserverContext<RegionCoprocessorEnvironment>, Get, List<Cell>) - Method in class org.apache.hadoop.hbase.replication.TestReplicationWithTags.TestCoprocessorForTagsAtSink
 
postGetProcedures(ObserverContext<MasterCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postGetTableDescriptors(ObserverContext<MasterCoprocessorEnvironment>, List<TableName>, List<TableDescriptor>, String) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postGetTableNames(ObserverContext<MasterCoprocessorEnvironment>, List<TableDescriptor>, String) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postIncrement(ObserverContext<RegionCoprocessorEnvironment>, Increment, Result) - Method in class org.apache.hadoop.hbase.client.HConnectionTestingUtility.SleepAtFirstRpcCall
 
postIncrement(ObserverContext<RegionCoprocessorEnvironment>, Increment, Result) - Method in class org.apache.hadoop.hbase.client.TestResultFromCoprocessor.MyObserver
 
postIncrement(ObserverContext<RegionCoprocessorEnvironment>, Increment, Result) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
postIncrement(ObserverContext<RegionCoprocessorEnvironment>, Increment, Result) - Method in class org.apache.hadoop.hbase.coprocessor.TestIncrementAndAppendWithNullResult.MyObserver
 
postListNamespaceDescriptors(ObserverContext<MasterCoprocessorEnvironment>, List<NamespaceDescriptor>) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postListSnapshot(ObserverContext<MasterCoprocessorEnvironment>, SnapshotDescription) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postLockHeartbeat(ObserverContext<MasterCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postLogRoll(Path, Path) - Method in class org.apache.hadoop.hbase.regionserver.wal.TestWALActionsListener.DummyWALActionsListener
 
postLogRollCounter - Variable in class org.apache.hadoop.hbase.regionserver.wal.TestWALActionsListener.DummyWALActionsListener
 
postMergeRegions(ObserverContext<MasterCoprocessorEnvironment>, RegionInfo[]) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postMergeRegionsCommitAction(ObserverContext<MasterCoprocessorEnvironment>, RegionInfo[], RegionInfo) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postModifyNamespace(ObserverContext<MasterCoprocessorEnvironment>, NamespaceDescriptor) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postModifyTable(ObserverContext<MasterCoprocessorEnvironment>, TableName, TableDescriptor) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postMove(ObserverContext<MasterCoprocessorEnvironment>, RegionInfo, ServerName, ServerName) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postMoveServers(ObserverContext<MasterCoprocessorEnvironment>, Set<Address>, String) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postMoveServers(ObserverContext<MasterCoprocessorEnvironment>, Set<Address>, String) - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroups.CPMasterObserver
 
postMoveServersAndTables(ObserverContext<MasterCoprocessorEnvironment>, Set<Address>, Set<TableName>, String) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postMoveServersAndTables(ObserverContext<MasterCoprocessorEnvironment>, Set<Address>, Set<TableName>, String) - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroups.CPMasterObserver
 
postMoveTables(ObserverContext<MasterCoprocessorEnvironment>, Set<TableName>, String) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postMoveTables(ObserverContext<MasterCoprocessorEnvironment>, Set<TableName>, String) - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroups.CPMasterObserver
 
postOpen(ObserverContext<RegionCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.client.AbstractTestCITimeout.SleepAndFailFirstTime
 
postOpen(ObserverContext<RegionCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.client.HConnectionTestingUtility.SleepAtFirstRpcCall
 
postOpen(ObserverContext<RegionCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
postOpen(ObserverContext<RegionCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorInterface.CoprocessorImpl
 
postOpen(ObserverContext<RegionCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerReadRequestMetrics.ScanRegionCoprocessor
 
postOpenDeployTasks(RegionServerServices.PostOpenDeployContext) - Method in class org.apache.hadoop.hbase.MockRegionServerServices
 
postPut(ObserverContext<RegionCoprocessorEnvironment>, Put, WALEdit, Durability) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
postPut(ObserverContext<RegionCoprocessorEnvironment>, Put, WALEdit, Durability) - Method in class org.apache.hadoop.hbase.coprocessor.TestNegativeMemStoreSizeWithSlowCoprocessor.FlushingRegionObserver
 
postPut(ObserverContext<RegionCoprocessorEnvironment>, Put, WALEdit, Durability) - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverStacking.ObserverA
 
postPut(ObserverContext<RegionCoprocessorEnvironment>, Put, WALEdit, Durability) - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverStacking.ObserverB
 
postPut(ObserverContext<RegionCoprocessorEnvironment>, Put, WALEdit, Durability) - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverStacking.ObserverC
 
postRegionOffline(ObserverContext<MasterCoprocessorEnvironment>, RegionInfo) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postRemoveRSGroup(ObserverContext<MasterCoprocessorEnvironment>, String) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postRemoveRSGroup(ObserverContext<MasterCoprocessorEnvironment>, String) - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroups.CPMasterObserver
 
postRemoveServers(ObserverContext<MasterCoprocessorEnvironment>, Set<Address>) - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroups.CPMasterObserver
 
postReplayWALs(ObserverContext<? extends RegionCoprocessorEnvironment>, RegionInfo, Path) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
postRequestLock(ObserverContext<MasterCoprocessorEnvironment>, String, TableName, RegionInfo[], String) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postRestoreSnapshot(ObserverContext<MasterCoprocessorEnvironment>, SnapshotDescription, TableDescriptor) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postRollBackMergeRegionsAction(ObserverContext<MasterCoprocessorEnvironment>, RegionInfo[]) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postRollBackSplitRegionAction(ObserverContext<MasterCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postRollWALWriterRequest(ObserverContext<RegionServerCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorMetrics.CustomRegionServerObserver
 
postScannerClose(ObserverContext<RegionCoprocessorEnvironment>, InternalScanner) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
postScannerFilterRow(ObserverContext<RegionCoprocessorEnvironment>, InternalScanner, Cell, boolean) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
postScannerNext(ObserverContext<RegionCoprocessorEnvironment>, InternalScanner, List<Result>, int, boolean) - Method in class org.apache.hadoop.hbase.client.TestAsyncNonMetaRegionLocatorConcurrenyLimit.CountingRegionObserver
 
postScannerNext(ObserverContext<RegionCoprocessorEnvironment>, InternalScanner, List<Result>, int, boolean) - Method in class org.apache.hadoop.hbase.client.TestBlockEvictionFromClient.CustomInnerRegionObserver
 
postScannerNext(ObserverContext<RegionCoprocessorEnvironment>, InternalScanner, List<Result>, int, boolean) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
postScannerNext(ObserverContext<RegionCoprocessorEnvironment>, InternalScanner, List<Result>, int, boolean) - Method in class org.apache.hadoop.hbase.regionserver.TestTags.TestCoprocessorForTags
 
postScannerOpen(ObserverContext<RegionCoprocessorEnvironment>, Scan, RegionScanner) - Method in class org.apache.hadoop.hbase.client.TestBlockEvictionFromClient.CustomInnerRegionObserverWrapper
 
postScannerOpen(ObserverContext<RegionCoprocessorEnvironment>, Scan, RegionScanner) - Method in class org.apache.hadoop.hbase.client.TestFromClientSide3.WaitingForScanObserver
 
postScannerOpen(ObserverContext<RegionCoprocessorEnvironment>, Scan, RegionScanner) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
postScannerOpen(ObserverContext<RegionCoprocessorEnvironment>, Scan, RegionScanner) - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorInterface.CoprocessorImpl
 
postSetNamespaceQuota(ObserverContext<MasterCoprocessorEnvironment>, String, GlobalQuotaSettings) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postSetSplitOrMergeEnabled(ObserverContext<MasterCoprocessorEnvironment>, boolean, MasterSwitchType) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postSetTableQuota(ObserverContext<MasterCoprocessorEnvironment>, TableName, GlobalQuotaSettings) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postSetUserQuota(ObserverContext<MasterCoprocessorEnvironment>, String, GlobalQuotaSettings) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postSetUserQuota(ObserverContext<MasterCoprocessorEnvironment>, String, TableName, GlobalQuotaSettings) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postSetUserQuota(ObserverContext<MasterCoprocessorEnvironment>, String, String, GlobalQuotaSettings) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postShipEdits(List<WAL.Entry>, int) - Method in class org.apache.hadoop.hbase.replication.ReplicationSourceDummy
 
postSnapshot(ObserverContext<MasterCoprocessorEnvironment>, SnapshotDescription, TableDescriptor) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postStartMaster(ObserverContext<MasterCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterCoprocessorExceptionWithAbort.BuggyMasterObserver
 
postStartMaster(ObserverContext<MasterCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterCoprocessorExceptionWithRemove.BuggyMasterObserver
 
postStartMaster(ObserverContext<MasterCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postStartMaster(ObserverContext<MasterCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.TestJMXConnectorServer.MyAccessController
 
postStartRegionOperation(ObserverContext<RegionCoprocessorEnvironment>, Region.Operation) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
postStoreFileReaderOpen(ObserverContext<RegionCoprocessorEnvironment>, FileSystem, Path, FSDataInputStreamWrapper, long, CacheConfig, Reference, StoreFileReader) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
postTableFlush(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postTruncateTable(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postUnassign(ObserverContext<MasterCoprocessorEnvironment>, RegionInfo, boolean) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
postWALRestore(ObserverContext<? extends RegionCoprocessorEnvironment>, RegionInfo, WALKey, WALEdit) - Method in class org.apache.hadoop.hbase.coprocessor.SampleRegionWALCoprocessor
Triggered after HRegion when WAL is Restoreed.
postWALRestore(ObserverContext<? extends RegionCoprocessorEnvironment>, RegionInfo, WALKey, WALEdit) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
postWALRoll(ObserverContext<? extends WALCoprocessorEnvironment>, Path, Path) - Method in class org.apache.hadoop.hbase.coprocessor.SampleRegionWALCoprocessor
 
postWALWrite(ObserverContext<? extends WALCoprocessorEnvironment>, RegionInfo, WALKey, WALEdit) - Method in class org.apache.hadoop.hbase.coprocessor.SampleRegionWALCoprocessor
 
postWALWrite(ObserverContext<? extends WALCoprocessorEnvironment>, RegionInfo, WALKey, WALEdit) - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorMetrics.CustomWALObserver
 
postWALWrite(ObserverContext<? extends WALCoprocessorEnvironment>, RegionInfo, WALKey, WALEdit) - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverForAddingMutationsFromCoprocessors.TestWALObserver
 
preAbortProcedure(ObserverContext<MasterCoprocessorEnvironment>, long) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preAddRSGroup(ObserverContext<MasterCoprocessorEnvironment>, String) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preAddRSGroup(ObserverContext<MasterCoprocessorEnvironment>, String) - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroups.CPMasterObserver
 
preAndPostForQueueLockAndHeartbeatLockCalled() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preAppend(ObserverContext<RegionCoprocessorEnvironment>, Append) - Method in class org.apache.hadoop.hbase.client.TestTableOperationException.ThrowDoNotRetryIOExceptionCoprocessor
 
preAppend(ObserverContext<RegionCoprocessorEnvironment>, Append) - Method in class org.apache.hadoop.hbase.client.TestTableOperationException.ThrowIOExceptionCoprocessor
 
preAppend(ObserverContext<RegionCoprocessorEnvironment>, Append) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
preAppend(ObserverContext<RegionCoprocessorEnvironment>, Append) - Method in class org.apache.hadoop.hbase.coprocessor.TestAppendTimeRange.MyObserver
 
preAppend(ObserverContext<RegionCoprocessorEnvironment>, Append) - Method in class org.apache.hadoop.hbase.coprocessor.TestPassCustomCellViaRegionObserver.RegionObserverImpl
 
preAppend(ObserverContext<RegionCoprocessorEnvironment>, Append) - Method in class org.apache.hadoop.hbase.regionserver.TestTags.TestCoprocessorForTags
 
preAppendAfterRowLock(ObserverContext<RegionCoprocessorEnvironment>, Append) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
preAppendAfterRowLock(ObserverContext<RegionCoprocessorEnvironment>, Append) - Method in class org.apache.hadoop.hbase.coprocessor.TestIncrementAndAppendWithNullResult.MyObserver
 
preAssign(ObserverContext<MasterCoprocessorEnvironment>, RegionInfo) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preAssignCalledOnly() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preBalance(ObserverContext<MasterCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preBalanceCalledOnly() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preBalanceRSGroup(ObserverContext<MasterCoprocessorEnvironment>, String) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preBalanceRSGroup(ObserverContext<MasterCoprocessorEnvironment>, String) - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroups.CPMasterObserver
 
preBalanceSwitch(ObserverContext<MasterCoprocessorEnvironment>, boolean) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preBalanceSwitchCalledOnly() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preBatchMutate(ObserverContext<RegionCoprocessorEnvironment>, MiniBatchOperationInProgress<Mutation>) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
preBatchMutate(ObserverContext<RegionCoprocessorEnvironment>, MiniBatchOperationInProgress<Mutation>) - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverForAddingMutationsFromCoprocessors.TestDeleteCellCoprocessor
 
preBatchMutate(ObserverContext<RegionCoprocessorEnvironment>, MiniBatchOperationInProgress<Mutation>) - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverForAddingMutationsFromCoprocessors.TestDeleteFamilyCoprocessor
 
preBatchMutate(ObserverContext<RegionCoprocessorEnvironment>, MiniBatchOperationInProgress<Mutation>) - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverForAddingMutationsFromCoprocessors.TestDeleteRowCoprocessor
 
preBatchMutate(ObserverContext<RegionCoprocessorEnvironment>, MiniBatchOperationInProgress<Mutation>) - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverForAddingMutationsFromCoprocessors.TestMultiMutationCoprocessor
 
preBulkLoadHFile(ObserverContext<RegionCoprocessorEnvironment>, List<Pair<byte[], String>>) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
preCheckAndDelete(ObserverContext<RegionCoprocessorEnvironment>, byte[], byte[], byte[], CompareOperator, ByteArrayComparable, Delete, boolean) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
preCheckAndDelete(ObserverContext<RegionCoprocessorEnvironment>, byte[], byte[], byte[], CompareOperator, ByteArrayComparable, Delete, boolean) - Method in class org.apache.hadoop.hbase.coprocessor.TestPassCustomCellViaRegionObserver.RegionObserverImpl
 
preCheckAndDeleteAfterRowLock(ObserverContext<RegionCoprocessorEnvironment>, byte[], byte[], byte[], CompareOperator, ByteArrayComparable, Delete, boolean) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
preCheckAndPut(ObserverContext<RegionCoprocessorEnvironment>, byte[], byte[], byte[], CompareOperator, ByteArrayComparable, Put, boolean) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
preCheckAndPut(ObserverContext<RegionCoprocessorEnvironment>, byte[], byte[], byte[], CompareOperator, ByteArrayComparable, Put, boolean) - Method in class org.apache.hadoop.hbase.coprocessor.TestPassCustomCellViaRegionObserver.RegionObserverImpl
 
preCheckAndPutAfterRowLock(ObserverContext<RegionCoprocessorEnvironment>, byte[], byte[], byte[], CompareOperator, ByteArrayComparable, Put, boolean) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
preCloneSnapshot(ObserverContext<MasterCoprocessorEnvironment>, SnapshotDescription, TableDescriptor) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preCloneSnapshot(ObserverContext<MasterCoprocessorEnvironment>, SnapshotDescription, TableDescriptor) - Method in class org.apache.hadoop.hbase.snapshot.TestSnapshotClientRetries.MasterSyncObserver
 
preClose(ObserverContext<RegionCoprocessorEnvironment>, boolean) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
preClose(ObserverContext<RegionCoprocessorEnvironment>, boolean) - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorInterface.CoprocessorImpl
 
preClose(ObserverContext<RegionCoprocessorEnvironment>, boolean) - Method in class org.apache.hadoop.hbase.master.TestMasterAbortAndRSGotKilled.DelayCloseCP
 
preClose(ObserverContext<RegionCoprocessorEnvironment>, boolean) - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerAbortTimeout.SleepWhenCloseCoprocessor
 
preCompact(ObserverContext<RegionCoprocessorEnvironment>, Store, InternalScanner, ScanType, CompactionLifeCycleTracker, CompactionRequest) - Method in class org.apache.hadoop.hbase.client.TestAvoidCellReferencesIntoShippedBlocks.CompactorRegionObserver
 
preCompact(ObserverContext<RegionCoprocessorEnvironment>, Store, InternalScanner, ScanType, CompactionLifeCycleTracker, CompactionRequest) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
preCompact(ObserverContext<RegionCoprocessorEnvironment>, Store, InternalScanner, ScanType, CompactionLifeCycleTracker, CompactionRequest) - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorInterface.CoprocessorImpl
 
preCompact(ObserverContext<RegionCoprocessorEnvironment>, Store, InternalScanner, ScanType, CompactionLifeCycleTracker, CompactionRequest) - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverInterface.EvenOnlyCompactor
 
preCompact(ObserverContext<RegionCoprocessorEnvironment>, Store, InternalScanner, ScanType, CompactionLifeCycleTracker, CompactionRequest) - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverPreFlushAndPreCompact.TestRegionObserver
 
preCompact(ObserverContext<RegionCoprocessorEnvironment>, Store, InternalScanner, ScanType, CompactionLifeCycleTracker, CompactionRequest) - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverScannerOpenHook.NoDataFromCompaction
 
preCompact(ObserverContext<RegionCoprocessorEnvironment>, Store, InternalScanner, ScanType, CompactionLifeCycleTracker, CompactionRequest) - Method in class org.apache.hadoop.hbase.regionserver.NoOpScanPolicyObserver
 
preCompact(ObserverContext<RegionCoprocessorEnvironment>, Store, InternalScanner, ScanType, CompactionLifeCycleTracker, CompactionRequest) - Method in class org.apache.hadoop.hbase.regionserver.TestCompactionLifeCycleTracker.CompactionObserver
 
preCompact(ObserverContext<RegionCoprocessorEnvironment>, Store, InternalScanner, ScanType, CompactionLifeCycleTracker, CompactionRequest) - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionServerBulkLoad.MyObserver
 
preCompact(ObserverContext<RegionCoprocessorEnvironment>, Store, InternalScanner, ScanType, CompactionLifeCycleTracker, CompactionRequest) - Method in class org.apache.hadoop.hbase.util.TestCoprocessorScanPolicy.ScanObserver
 
preCompactSelection(ObserverContext<RegionCoprocessorEnvironment>, Store, List<? extends StoreFile>, CompactionLifeCycleTracker) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
preCompactSelection(ObserverContext<RegionCoprocessorEnvironment>, Store, List<? extends StoreFile>, CompactionLifeCycleTracker) - Method in class org.apache.hadoop.hbase.mob.compactions.TestMobCompactor.CompactTwoLatestHfilesCopro
 
preCompactSelection(ObserverContext<RegionCoprocessorEnvironment>, Store, List<? extends StoreFile>, CompactionLifeCycleTracker) - Method in class org.apache.hadoop.hbase.regionserver.TestCompactionLifeCycleTracker.CompactionObserver
 
preCreateNamespace(ObserverContext<MasterCoprocessorEnvironment>, NamespaceDescriptor) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preCreateNamespaceCalledOnly() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preCreateTable(ObserverContext<MasterCoprocessorEnvironment>, TableDescriptor, RegionInfo[]) - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorMetrics.CustomMasterObserver
 
preCreateTable(ObserverContext<MasterCoprocessorEnvironment>, TableDescriptor, RegionInfo[]) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preCreateTableAction(ObserverContext<MasterCoprocessorEnvironment>, TableDescriptor, RegionInfo[]) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preCreateTableAction(ObserverContext<MasterCoprocessorEnvironment>, TableDescriptor, RegionInfo[]) - Method in class org.apache.hadoop.hbase.namespace.TestNamespaceAuditor.MasterSyncObserver
 
preCreateTableCalledOnly() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preDelete(ObserverContext<RegionCoprocessorEnvironment>, Delete, WALEdit, Durability) - Method in class org.apache.hadoop.hbase.client.AbstractTestCITimeout.SleepAndFailFirstTime
 
preDelete(ObserverContext<RegionCoprocessorEnvironment>, Delete, WALEdit, Durability) - Method in class org.apache.hadoop.hbase.client.AbstractTestCITimeout.SleepCoprocessor
 
preDelete(ObserverContext<RegionCoprocessorEnvironment>, Delete, WALEdit, Durability) - Method in class org.apache.hadoop.hbase.client.TestServerBusyException.SleepCoprocessor
 
preDelete(ObserverContext<RegionCoprocessorEnvironment>, Delete, WALEdit, Durability) - Method in class org.apache.hadoop.hbase.client.TestTableOperationException.ThrowDoNotRetryIOExceptionCoprocessor
 
preDelete(ObserverContext<RegionCoprocessorEnvironment>, Delete, WALEdit, Durability) - Method in class org.apache.hadoop.hbase.client.TestTableOperationException.ThrowIOExceptionCoprocessor
 
preDelete(ObserverContext<RegionCoprocessorEnvironment>, Delete, WALEdit, Durability) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
preDelete(ObserverContext<RegionCoprocessorEnvironment>, Delete, WALEdit, Durability) - Method in class org.apache.hadoop.hbase.coprocessor.TestPassCustomCellViaRegionObserver.RegionObserverImpl
 
preDeleteNamespace(ObserverContext<MasterCoprocessorEnvironment>, String) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preDeleteNamespaceCalledOnly() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preDeleteSnapshot(ObserverContext<MasterCoprocessorEnvironment>, SnapshotDescription) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preDeleteTable(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preDeleteTable(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in class org.apache.hadoop.hbase.namespace.TestNamespaceAuditor.MasterSyncObserver
 
preDeleteTableAction(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preDeleteTableCalledOnly() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
predicateNoRegionsInTransition() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Returns a Waiter.Predicate for checking that there are no regions in transition in master
predicateTableAvailable(TableName) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Returns a Waiter.Predicate for checking that table is enabled
predicateTableDisabled(TableName) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Returns a Waiter.Predicate for checking that table is enabled
predicateTableEnabled(TableName) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Returns a Waiter.Predicate for checking that table is enabled
preDisableTable(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preDisableTableAction(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preDisableTableActionCalledOnly() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preDisableTableCalledOnly() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preEnableTable(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preEnableTableAction(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preEnableTableActionCalledOnly() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preEnableTableCalledOnly() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preExecuteProcedures(ObserverContext<RegionServerCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.TestJMXConnectorServer.MyAccessController
 
preFlush(ObserverContext<RegionCoprocessorEnvironment>, FlushLifeCycleTracker) - Method in class org.apache.hadoop.hbase.client.TestMobCloneSnapshotFromClientCloneLinksAfterDelete.DelayFlushCoprocessor
 
preFlush(ObserverContext<RegionCoprocessorEnvironment>, Store, InternalScanner, FlushLifeCycleTracker) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
preFlush(ObserverContext<RegionCoprocessorEnvironment>, FlushLifeCycleTracker) - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorInterface.CoprocessorImpl
 
preFlush(ObserverContext<RegionCoprocessorEnvironment>, Store, InternalScanner, FlushLifeCycleTracker) - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverPreFlushAndPreCompact.TestRegionObserver
 
preFlush(ObserverContext<RegionCoprocessorEnvironment>, Store, InternalScanner, FlushLifeCycleTracker) - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverScannerOpenHook.NoDataFromFlush
 
preFlush(ObserverContext<RegionCoprocessorEnvironment>, Store, InternalScanner, FlushLifeCycleTracker) - Method in class org.apache.hadoop.hbase.regionserver.NoOpScanPolicyObserver
 
preFlush(ObserverContext<RegionCoprocessorEnvironment>, FlushLifeCycleTracker) - Method in class org.apache.hadoop.hbase.regionserver.TestFlushLifeCycleTracker.FlushObserver
 
preFlush(ObserverContext<RegionCoprocessorEnvironment>, Store, InternalScanner, FlushLifeCycleTracker) - Method in class org.apache.hadoop.hbase.regionserver.TestFlushLifeCycleTracker.FlushObserver
 
preFlush(ObserverContext<RegionCoprocessorEnvironment>, Store, InternalScanner, FlushLifeCycleTracker) - Method in class org.apache.hadoop.hbase.util.TestCoprocessorScanPolicy.ScanObserver
 
preGetClusterMetrics(ObserverContext<MasterCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.TestClientClusterMetrics.MyObserver
 
preGetClusterMetrics(ObserverContext<MasterCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.TestClientClusterStatus.MyObserver
 
preGetLocks(ObserverContext<MasterCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preGetNamespaceDescriptor(ObserverContext<MasterCoprocessorEnvironment>, String) - Method in class org.apache.hadoop.hbase.client.TestAsyncAdminBuilder.TestMaxRetriesCoprocessor
 
preGetNamespaceDescriptor(ObserverContext<MasterCoprocessorEnvironment>, String) - Method in class org.apache.hadoop.hbase.client.TestAsyncAdminBuilder.TestOperationTimeoutCoprocessor
 
preGetNamespaceDescriptor(ObserverContext<MasterCoprocessorEnvironment>, String) - Method in class org.apache.hadoop.hbase.client.TestAsyncAdminBuilder.TestRpcTimeoutCoprocessor
 
preGetNamespaceDescriptor(ObserverContext<MasterCoprocessorEnvironment>, String) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preGetOp(ObserverContext<RegionCoprocessorEnvironment>, Get, List<Cell>) - Method in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead.FailPrimaryGetCP
 
preGetOp(ObserverContext<RegionCoprocessorEnvironment>, Get, List<Cell>) - Method in class org.apache.hadoop.hbase.client.AbstractTestCITimeout.SleepAndFailFirstTime
 
preGetOp(ObserverContext<RegionCoprocessorEnvironment>, Get, List<Cell>) - Method in class org.apache.hadoop.hbase.client.AbstractTestCITimeout.SleepCoprocessor
 
preGetOp(ObserverContext<RegionCoprocessorEnvironment>, Get, List<Cell>) - Method in class org.apache.hadoop.hbase.client.TestAsyncTableBatch.ErrorInjectObserver
 
preGetOp(ObserverContext<RegionCoprocessorEnvironment>, Get, List<Cell>) - Method in class org.apache.hadoop.hbase.client.TestClientOperationInterrupt.TestCoprocessor
 
preGetOp(ObserverContext<RegionCoprocessorEnvironment>, Get, List<Cell>) - Method in class org.apache.hadoop.hbase.client.TestDropTimeoutRequest.SleepLongerAtFirstCoprocessor
 
preGetOp(ObserverContext<RegionCoprocessorEnvironment>, Get, List<Cell>) - Method in class org.apache.hadoop.hbase.client.TestReplicasClient.SlowMeCopro
 
preGetOp(ObserverContext<RegionCoprocessorEnvironment>, Get, List<Cell>) - Method in class org.apache.hadoop.hbase.client.TestReplicaWithCluster.RegionServerHostingPrimayMetaRegionSlowOrStopCopro
 
preGetOp(ObserverContext<RegionCoprocessorEnvironment>, Get, List<Cell>) - Method in class org.apache.hadoop.hbase.client.TestReplicaWithCluster.RegionServerStoppedCopro
 
preGetOp(ObserverContext<RegionCoprocessorEnvironment>, Get, List<Cell>) - Method in class org.apache.hadoop.hbase.client.TestReplicaWithCluster.SlowMeCopro
 
preGetOp(ObserverContext<RegionCoprocessorEnvironment>, Get, List<Cell>) - Method in class org.apache.hadoop.hbase.client.TestServerBusyException.SleepCoprocessor
 
preGetOp(ObserverContext<RegionCoprocessorEnvironment>, Get, List<Cell>) - Method in class org.apache.hadoop.hbase.client.TestServerBusyException.SleepLongerAtFirstCoprocessor
 
preGetOp(ObserverContext<RegionCoprocessorEnvironment>, Get, List<Cell>) - Method in class org.apache.hadoop.hbase.client.TestTableOperationException.ThrowDoNotRetryIOExceptionCoprocessor
 
preGetOp(ObserverContext<RegionCoprocessorEnvironment>, Get, List<Cell>) - Method in class org.apache.hadoop.hbase.client.TestTableOperationException.ThrowIOExceptionCoprocessor
 
preGetOp(ObserverContext<RegionCoprocessorEnvironment>, Get, List<Cell>) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
preGetOp(ObserverContext<RegionCoprocessorEnvironment>, Get, List<Cell>) - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorMetrics.CustomRegionObserver
 
preGetOp(ObserverContext<RegionCoprocessorEnvironment>, Get, List<Cell>) - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverScannerOpenHook.NoDataFromScan
 
preGetOp(ObserverContext<RegionCoprocessorEnvironment>, Get, List<Cell>) - Method in class org.apache.hadoop.hbase.replication.TestMasterReplication.CoprocessorCounter
 
preGetOp(ObserverContext<RegionCoprocessorEnvironment>, Get, List<Cell>) - Method in class org.apache.hadoop.hbase.util.TestCoprocessorScanPolicy.ScanObserver
 
preGetProcedures(ObserverContext<MasterCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preGetTableDescriptors(ObserverContext<MasterCoprocessorEnvironment>, List<TableName>, List<TableDescriptor>, String) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preGetTableNames(ObserverContext<MasterCoprocessorEnvironment>, List<TableDescriptor>, String) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preIncrement(ObserverContext<RegionCoprocessorEnvironment>, Increment) - Method in class org.apache.hadoop.hbase.client.AbstractTestCITimeout.SleepAndFailFirstTime
 
preIncrement(ObserverContext<RegionCoprocessorEnvironment>, Increment) - Method in class org.apache.hadoop.hbase.client.AbstractTestCITimeout.SleepCoprocessor
 
preIncrement(ObserverContext<RegionCoprocessorEnvironment>, Increment) - Method in class org.apache.hadoop.hbase.client.TestServerBusyException.SleepCoprocessor
 
preIncrement(ObserverContext<RegionCoprocessorEnvironment>, Increment) - Method in class org.apache.hadoop.hbase.client.TestTableOperationException.ThrowDoNotRetryIOExceptionCoprocessor
 
preIncrement(ObserverContext<RegionCoprocessorEnvironment>, Increment) - Method in class org.apache.hadoop.hbase.client.TestTableOperationException.ThrowIOExceptionCoprocessor
 
preIncrement(ObserverContext<RegionCoprocessorEnvironment>, Increment) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
preIncrement(ObserverContext<RegionCoprocessorEnvironment>, Increment) - Method in class org.apache.hadoop.hbase.coprocessor.TestIncrementTimeRange.MyObserver
 
preIncrement(ObserverContext<RegionCoprocessorEnvironment>, Increment) - Method in class org.apache.hadoop.hbase.coprocessor.TestPassCustomCellViaRegionObserver.RegionObserverImpl
 
preIncrement(ObserverContext<RegionCoprocessorEnvironment>, Increment) - Method in class org.apache.hadoop.hbase.regionserver.TestTags.TestCoprocessorForTags
 
preIncrementAfterRowLock(ObserverContext<RegionCoprocessorEnvironment>, Increment) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
preIncrementAfterRowLock(ObserverContext<RegionCoprocessorEnvironment>, Increment) - Method in class org.apache.hadoop.hbase.coprocessor.TestIncrementAndAppendWithNullResult.MyObserver
 
preIncrementAfterRowLock(ObserverContext<RegionCoprocessorEnvironment>, Increment) - Method in class org.apache.hadoop.hbase.regionserver.TestSettingTimeoutOnBlockingPoint.SleepCoprocessor
 
preListNamespaceDescriptors(ObserverContext<MasterCoprocessorEnvironment>, List<NamespaceDescriptor>) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preListNamespaceDescriptorsCalledOnly() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preListSnapshot(ObserverContext<MasterCoprocessorEnvironment>, SnapshotDescription) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preLockHeartbeat(ObserverContext<MasterCoprocessorEnvironment>, TableName, String) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preLogRoll(Path, Path) - Method in class org.apache.hadoop.hbase.regionserver.wal.TestWALActionsListener.DummyWALActionsListener
 
preLogRollCounter - Variable in class org.apache.hadoop.hbase.regionserver.wal.TestWALActionsListener.DummyWALActionsListener
 
preMasterInitialization(ObserverContext<MasterCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preMergeRegions(ObserverContext<MasterCoprocessorEnvironment>, RegionInfo[]) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preMergeRegionsAction(ObserverContext<MasterCoprocessorEnvironment>, RegionInfo[]) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preMergeRegionsAction(ObserverContext<MasterCoprocessorEnvironment>, RegionInfo[]) - Method in class org.apache.hadoop.hbase.namespace.TestNamespaceAuditor.CPMasterObserver
 
preMergeRegionsCommitAction(ObserverContext<MasterCoprocessorEnvironment>, RegionInfo[], List<Mutation>) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preModifyNamespace(ObserverContext<MasterCoprocessorEnvironment>, NamespaceDescriptor) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preModifyNamespaceCalledOnly() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preModifyTable(ObserverContext<MasterCoprocessorEnvironment>, TableName, TableDescriptor) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preModifyTableAction(ObserverContext<MasterCoprocessorEnvironment>, TableName, TableDescriptor) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preModifyTableCalledOnly() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preMove(ObserverContext<MasterCoprocessorEnvironment>, RegionInfo, ServerName, ServerName) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preMoveCalledOnly() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preMoveServers(ObserverContext<MasterCoprocessorEnvironment>, Set<Address>, String) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preMoveServers(ObserverContext<MasterCoprocessorEnvironment>, Set<Address>, String) - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroups.CPMasterObserver
 
preMoveServersAndTables(ObserverContext<MasterCoprocessorEnvironment>, Set<Address>, Set<TableName>, String) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preMoveServersAndTables(ObserverContext<MasterCoprocessorEnvironment>, Set<Address>, Set<TableName>, String) - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroups.CPMasterObserver
 
preMoveTables(ObserverContext<MasterCoprocessorEnvironment>, Set<TableName>, String) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preMoveTables(ObserverContext<MasterCoprocessorEnvironment>, Set<TableName>, String) - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroups.CPMasterObserver
 
preOpen(ObserverContext<RegionCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
preOpen(ObserverContext<RegionCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorInterface.CoprocessorImpl
 
prepareBulkLoad(TableName) - Method in class org.apache.hadoop.hbase.regionserver.SecureBulkLoadEndpointClient
Deprecated.
 
prepareData() - Static method in class org.apache.hadoop.hbase.filter.TestFilterWithScanLimits
 
prepareForLoadTest() - Method in class org.apache.hadoop.hbase.util.TestMiniClusterLoadSequential
 
prepareReaderThreads(LoadTestDataGenerator, Configuration, TableName, double) - Method in class org.apache.hadoop.hbase.util.TestMiniClusterLoadSequential
 
prepareRegion() - Method in class org.apache.hadoop.hbase.regionserver.TestTimestampFilterSeekHint
 
prepareTestData() - Method in class org.apache.hadoop.hbase.coprocessor.TestRowProcessorEndpoint
 
prepareTestWebapp() - Static method in class org.apache.hadoop.hbase.http.HttpServerFunctionalTest
Prepare the test webapp by creating the directory from the test properties fail if the directory cannot be created.
prepareWriterThreads(LoadTestDataGenerator, Configuration, TableName) - Method in class org.apache.hadoop.hbase.util.TestMiniClusterLoadSequential
 
prePrepareTimeStampForDeleteVersion(ObserverContext<RegionCoprocessorEnvironment>, Mutation, Cell, byte[], Get) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
prePut(ObserverContext<RegionCoprocessorEnvironment>, Put, WALEdit, Durability) - Method in class org.apache.hadoop.hbase.client.AbstractTestCITimeout.SleepAndFailFirstTime
 
prePut(ObserverContext<RegionCoprocessorEnvironment>, Put, WALEdit, Durability) - Method in class org.apache.hadoop.hbase.client.AbstractTestCITimeout.SleepCoprocessor
 
prePut(ObserverContext<RegionCoprocessorEnvironment>, Put, WALEdit, Durability) - Method in class org.apache.hadoop.hbase.client.TestServerBusyException.SleepCoprocessor
 
prePut(ObserverContext<RegionCoprocessorEnvironment>, Put, WALEdit, Durability) - Method in class org.apache.hadoop.hbase.client.TestTableOperationException.ThrowDoNotRetryIOExceptionCoprocessor
 
prePut(ObserverContext<RegionCoprocessorEnvironment>, Put, WALEdit, Durability) - Method in class org.apache.hadoop.hbase.client.TestTableOperationException.ThrowIOExceptionCoprocessor
 
prePut(ObserverContext<RegionCoprocessorEnvironment>, Put, WALEdit, Durability) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
prePut(ObserverContext<RegionCoprocessorEnvironment>, Put, WALEdit, Durability) - Method in class org.apache.hadoop.hbase.coprocessor.TestOpenTableInCoprocessor.CustomThreadPoolCoprocessor
 
prePut(ObserverContext<RegionCoprocessorEnvironment>, Put, WALEdit, Durability) - Method in class org.apache.hadoop.hbase.coprocessor.TestOpenTableInCoprocessor.SendToOtherTableCoprocessor
 
prePut(ObserverContext<RegionCoprocessorEnvironment>, Put, WALEdit, Durability) - Method in class org.apache.hadoop.hbase.coprocessor.TestPassCustomCellViaRegionObserver.RegionObserverImpl
 
prePut(ObserverContext<RegionCoprocessorEnvironment>, Put, WALEdit, Durability) - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverBypass.TestCoprocessor
 
prePut(ObserverContext<RegionCoprocessorEnvironment>, Put, WALEdit, Durability) - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionServerCoprocessorExceptionWithAbort.BuggyRegionObserver
 
prePut(ObserverContext<RegionCoprocessorEnvironment>, Put, WALEdit, Durability) - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionServerCoprocessorExceptionWithRemove.BuggyRegionObserver
 
prePut(ObserverContext<RegionCoprocessorEnvironment>, Put, WALEdit, Durability) - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithOperationAttributes.OperationAttributesTestController
 
prePut(ObserverContext<RegionCoprocessorEnvironment>, Put, WALEdit, Durability) - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithTTLs.TTLCheckingObserver
 
prePut(ObserverContext<RegionCoprocessorEnvironment>, Put, WALEdit, Durability) - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerAbort.StopBlockingRegionObserver
 
prePut(ObserverContext<RegionCoprocessorEnvironment>, Put, WALEdit, Durability) - Method in class org.apache.hadoop.hbase.regionserver.TestTags.TestCoprocessorForTags
 
prePut(ObserverContext<RegionCoprocessorEnvironment>, Put, WALEdit, Durability) - Method in class org.apache.hadoop.hbase.replication.TestMasterReplication.CoprocessorCounter
 
prePut(ObserverContext<RegionCoprocessorEnvironment>, Put, WALEdit, Durability) - Method in class org.apache.hadoop.hbase.replication.TestReplicationWithTags.TestCoprocessorForTagsAtSource
 
prePut(ObserverContext<RegionCoprocessorEnvironment>, Put, WALEdit, Durability) - Method in class org.apache.hadoop.hbase.util.TestCoprocessorScanPolicy.ScanObserver
 
preRegionOffline(ObserverContext<MasterCoprocessorEnvironment>, RegionInfo) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preRegionOfflineCalledOnly() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preRemoveRSGroup(ObserverContext<MasterCoprocessorEnvironment>, String) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preRemoveRSGroup(ObserverContext<MasterCoprocessorEnvironment>, String) - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroups.CPMasterObserver
 
preRemoveServers(ObserverContext<MasterCoprocessorEnvironment>, Set<Address>) - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroups.CPMasterObserver
 
preReplayWALs(ObserverContext<? extends RegionCoprocessorEnvironment>, RegionInfo, Path) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
preRequestLock(ObserverContext<MasterCoprocessorEnvironment>, String, TableName, RegionInfo[], String) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preRestoreSnapshot(ObserverContext<MasterCoprocessorEnvironment>, SnapshotDescription, TableDescriptor) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preScannerClose(ObserverContext<RegionCoprocessorEnvironment>, InternalScanner) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
preScannerNext(ObserverContext<RegionCoprocessorEnvironment>, InternalScanner, List<Result>, int, boolean) - Method in class org.apache.hadoop.hbase.client.TestAsyncNonMetaRegionLocatorConcurrenyLimit.CountingRegionObserver
 
preScannerNext(ObserverContext<RegionCoprocessorEnvironment>, InternalScanner, List<Result>, int, boolean) - Method in class org.apache.hadoop.hbase.client.TestReplicasClient.SlowMeCopro
 
preScannerNext(ObserverContext<RegionCoprocessorEnvironment>, InternalScanner, List<Result>, int, boolean) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
preScannerNext(ObserverContext<RegionCoprocessorEnvironment>, InternalScanner, List<Result>, int, boolean) - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.SlowMeCoproScanOperations
 
preScannerNext(ObserverContext<RegionCoprocessorEnvironment>, InternalScanner, List<Result>, int, boolean) - Method in class org.apache.hadoop.hbase.regionserver.TestScannerRetriableFailure.FaultyScannerObserver
 
preScannerNext(ObserverContext<RegionCoprocessorEnvironment>, InternalScanner, List<Result>, int, boolean) - Method in class org.apache.hadoop.hbase.regionserver.TestScannerWithCorruptHFile.CorruptHFileCoprocessor
 
preScannerOpen(ObserverContext<RegionCoprocessorEnvironment>, Scan) - Method in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead.FailPrimaryGetCP
 
preScannerOpen(ObserverContext<RegionCoprocessorEnvironment>, Scan) - Method in class org.apache.hadoop.hbase.client.TestAsyncRegionLocatorTimeout.SleepRegionObserver
 
preScannerOpen(ObserverContext<RegionCoprocessorEnvironment>, Scan) - Method in class org.apache.hadoop.hbase.client.TestReplicasClient.SlowMeCopro
 
preScannerOpen(ObserverContext<RegionCoprocessorEnvironment>, Scan) - Method in class org.apache.hadoop.hbase.client.TestReplicaWithCluster.RegionServerHostingPrimayMetaRegionSlowOrStopCopro
 
preScannerOpen(ObserverContext<RegionCoprocessorEnvironment>, Scan) - Method in class org.apache.hadoop.hbase.client.TestReplicaWithCluster.RegionServerStoppedCopro
 
preScannerOpen(ObserverContext<RegionCoprocessorEnvironment>, Scan) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
preScannerOpen(ObserverContext<RegionCoprocessorEnvironment>, Scan) - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverScannerOpenHook.NoDataFromScan
 
preScannerOpen(ObserverContext<RegionCoprocessorEnvironment>, Scan) - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.SlowMeCoproScanOperations
 
preScannerOpen(ObserverContext<RegionCoprocessorEnvironment>, Scan) - Method in class org.apache.hadoop.hbase.util.TestCoprocessorScanPolicy.ScanObserver
 
preSelect(List<HStoreFile>) - Method in class org.apache.hadoop.hbase.regionserver.TestCompaction.BlockingStoreMockMaker.BlockingCompactionContext
 
preSetNamespaceQuota(ObserverContext<MasterCoprocessorEnvironment>, String, GlobalQuotaSettings) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preSetTableQuota(ObserverContext<MasterCoprocessorEnvironment>, TableName, GlobalQuotaSettings) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preSetUserQuota(ObserverContext<MasterCoprocessorEnvironment>, String, GlobalQuotaSettings) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preSetUserQuota(ObserverContext<MasterCoprocessorEnvironment>, String, TableName, GlobalQuotaSettings) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preSetUserQuota(ObserverContext<MasterCoprocessorEnvironment>, String, String, GlobalQuotaSettings) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preShutdown(ObserverContext<MasterCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preShutdown(ObserverContext<MasterCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.TestJMXConnectorServer.MyAccessController
 
preSnapshot(ObserverContext<MasterCoprocessorEnvironment>, SnapshotDescription, TableDescriptor) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preSnapshot(ObserverContext<MasterCoprocessorEnvironment>, SnapshotDescription, TableDescriptor) - Method in class org.apache.hadoop.hbase.snapshot.TestSnapshotClientRetries.MasterSyncObserver
 
PRESPLIT_TEST_TABLE - Static variable in class org.apache.hadoop.hbase.HBaseTestingUtility
 
PRESPLIT_TEST_TABLE_KEY - Static variable in class org.apache.hadoop.hbase.HBaseTestingUtility
 
preSplitRegion(ObserverContext<MasterCoprocessorEnvironment>, TableName, byte[]) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preSplitRegionAction(ObserverContext<MasterCoprocessorEnvironment>, TableName, byte[]) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preSplitRegionAfterMETAAction(ObserverContext<MasterCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preSplitRegionBeforeMETAAction(ObserverContext<MasterCoprocessorEnvironment>, byte[], List<Mutation>) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preSplitRegionBeforeMETAAction(ObserverContext<MasterCoprocessorEnvironment>, byte[], List<Mutation>) - Method in class org.apache.hadoop.hbase.regionserver.TestSplitTransactionOnCluster.FailingSplitMasterObserver
 
preStopMaster(ObserverContext<MasterCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preStopMaster(ObserverContext<MasterCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.TestJMXConnectorServer.MyAccessController
 
preStopRegionServer(ObserverContext<RegionServerCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerAbort.StopBlockingRegionObserver
 
preStopRegionServer(ObserverContext<RegionServerCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.TestJMXConnectorServer.MyAccessController
 
preStoreFileReaderOpen(ObserverContext<RegionCoprocessorEnvironment>, FileSystem, Path, FSDataInputStreamWrapper, long, CacheConfig, Reference, StoreFileReader) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
preTableFlush(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preTruncateTable(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preTruncateTableAction(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preTruncateTableCalledOnly() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preUnassign(ObserverContext<MasterCoprocessorEnvironment>, RegionInfo, boolean) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preUnassignCalledOnly() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
preWALRestore(ObserverContext<? extends RegionCoprocessorEnvironment>, RegionInfo, WALKey, WALEdit) - Method in class org.apache.hadoop.hbase.coprocessor.SampleRegionWALCoprocessor
Triggered before HRegion when WAL is Restoreed.
preWALRestore(ObserverContext<? extends RegionCoprocessorEnvironment>, RegionInfo, WALKey, WALEdit) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
preWALRoll(ObserverContext<? extends WALCoprocessorEnvironment>, Path, Path) - Method in class org.apache.hadoop.hbase.coprocessor.SampleRegionWALCoprocessor
 
preWALWrite(ObserverContext<? extends WALCoprocessorEnvironment>, RegionInfo, WALKey, WALEdit) - Method in class org.apache.hadoop.hbase.coprocessor.SampleRegionWALCoprocessor
 
PRINCIPAL_ARG - Static variable in class org.apache.hadoop.hbase.test.IntegrationTestZKAndFSPermissions
 
printUsage() - Method in class org.apache.hadoop.hbase.PerformanceEvaluation
 
printUsage(String) - Static method in class org.apache.hadoop.hbase.PerformanceEvaluation
 
printUsage(String, String) - Static method in class org.apache.hadoop.hbase.PerformanceEvaluation
 
printUsage() - Method in class org.apache.hadoop.hbase.rest.PerformanceEvaluation
 
printUsage(String) - Method in class org.apache.hadoop.hbase.rest.PerformanceEvaluation
 
printUsage() - Method in class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify
 
printUsage() - Method in class org.apache.hadoop.hbase.test.IntegrationTestWithCellVisibilityLoadAndVerify
 
printUsageAndExit(String, int) - Static method in class org.apache.hadoop.hbase.PerformanceEvaluation
 
ProcedureTestUtil - Class in org.apache.hadoop.hbase
 
proceed() - Method in class org.apache.hadoop.hbase.GenericTestUtils.DelayAnswer
Tell the method to proceed.
process(long, HRegion, List<Mutation>, WALEdit) - Method in class org.apache.hadoop.hbase.coprocessor.TestRowProcessorEndpoint.RowProcessorEndpoint.FriendsOfFriendsProcessor
 
process(long, HRegion, List<Mutation>, WALEdit) - Method in class org.apache.hadoop.hbase.coprocessor.TestRowProcessorEndpoint.RowProcessorEndpoint.IncrementCounterProcessor
 
process(long, HRegion, List<Mutation>, WALEdit) - Method in class org.apache.hadoop.hbase.coprocessor.TestRowProcessorEndpoint.RowProcessorEndpoint.RowSwapProcessor
 
process(long, HRegion, List<Mutation>, WALEdit) - Method in class org.apache.hadoop.hbase.coprocessor.TestRowProcessorEndpoint.RowProcessorEndpoint.TimeoutProcessor
 
ProcessBasedLocalHBaseCluster - Class in org.apache.hadoop.hbase.util
A helper class for process-based mini-cluster tests.
ProcessBasedLocalHBaseCluster(Configuration, int, int) - Constructor for class org.apache.hadoop.hbase.util.ProcessBasedLocalHBaseCluster
Constructor.
processBaseOptions(CommandLine) - Method in class org.apache.hadoop.hbase.IntegrationTestBase
This allows tests that subclass children of this base class such as IntegrationTestReplication to include the base options without having to also include the options from the test.
ProcessContentsMapper() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestMultithreadedTableMapper.ProcessContentsMapper
 
processOptions(CommandLine) - Method in class org.apache.hadoop.hbase.AcidGuaranteesTestTool
 
processOptions(CommandLine) - Method in class org.apache.hadoop.hbase.chaos.util.ChaosMonkeyRunner
 
processOptions(CommandLine) - Method in class org.apache.hadoop.hbase.IntegrationTestBase
 
processOptions(CommandLine) - Method in class org.apache.hadoop.hbase.IntegrationTestIngestWithACL
 
processOptions(CommandLine) - Method in class org.apache.hadoop.hbase.IntegrationTestIngestWithMOB
 
processOptions(CommandLine) - Method in class org.apache.hadoop.hbase.IntegrationTestRegionReplicaPerf
 
processOptions(CommandLine) - Method in class org.apache.hadoop.hbase.IntegrationTestsDriver
 
processOptions(CommandLine) - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad
 
processOptions(CommandLine) - Method in class org.apache.hadoop.hbase.ScanPerformanceEvaluation
 
processOptions(CommandLine) - Method in class org.apache.hadoop.hbase.spark.IntegrationTestSparkBulkLoad
 
processOptions(CommandLine) - Method in class org.apache.hadoop.hbase.StripeCompactionsPerformanceEvaluation
 
processOptions(CommandLine) - Method in class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList
 
processOptions(CommandLine) - Method in class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedListWithVisibility
 
processOptions(CommandLine) - Method in class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify
 
processOptions(CommandLine) - Method in class org.apache.hadoop.hbase.test.IntegrationTestReplication
 
processOptions(CommandLine) - Method in class org.apache.hadoop.hbase.test.IntegrationTestWithCellVisibilityLoadAndVerify
 
processOptions(CommandLine) - Method in class org.apache.hadoop.hbase.test.IntegrationTestZKAndFSPermissions
 
processOptions(CommandLine) - Method in class org.apache.hadoop.hbase.util.LoadTestTool
 
processOptions(CommandLine) - Method in class org.apache.hadoop.hbase.util.RestartMetaTest
 
progressInfo() - Method in class org.apache.hadoop.hbase.test.IntegrationTestTimeBoundedRequestsWithRegionReplicas.TimeBoundedMultiThreadedReader
 
progressInfo() - Method in class org.apache.hadoop.hbase.util.MultiThreadedAction
Returns a task-specific progress string
progressInfo() - Method in class org.apache.hadoop.hbase.util.MultiThreadedReader
 
progressInfo() - Method in class org.apache.hadoop.hbase.util.MultiThreadedWriterBase
 
properties - Variable in class org.apache.hadoop.hbase.chaos.factories.MonkeyFactory
 
protection - Variable in class org.apache.hadoop.hbase.io.asyncfs.TestSaslFanOutOneBlockAsyncDFSOutput
 
ProtobufCoprocessorService - Class in org.apache.hadoop.hbase.coprocessor
Test implementation of a coprocessor endpoint exposing the TestRpcServiceProtos.TestProtobufRpcProto service methods.
ProtobufCoprocessorService() - Constructor for class org.apache.hadoop.hbase.coprocessor.ProtobufCoprocessorService
 
provisionCluster() - Static method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestImportTsv
 
provisionCluster() - Static method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestTableMapReduceUtil
 
provisionCluster() - Static method in class org.apache.hadoop.hbase.mapreduce.TestImportTsv
 
provisionCluster() - Static method in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithOperationAttributes
 
provisionCluster() - Static method in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithTTLs
 
provisionCluster() - Static method in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithVisibilityLabels
 
PUNCTUATION - Static variable in class org.apache.hadoop.hbase.HBaseTestCase
Deprecated.
 
pushActiveToPipeline(MutableSegment) - Method in class org.apache.hadoop.hbase.regionserver.TestHStore.MyCompactingMemStore
 
put - Variable in class org.apache.hadoop.hbase.client.TestPutDotHas
 
put(byte[], Put) - Method in class org.apache.hadoop.hbase.regionserver.OOMERegionServer
 
put(Put) - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
 
put(List<Put>) - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
 
put(String, long) - Method in class org.apache.hadoop.hbase.regionserver.TestSeekOptimizations
 
put(Table, long) - Static method in class org.apache.hadoop.hbase.TimestampTestBase
 
put(Table) - Static method in class org.apache.hadoop.hbase.TimestampTestBase
 
put(Table, byte[], long) - Static method in class org.apache.hadoop.hbase.TimestampTestBase
 
put(E) - Method in class org.apache.hadoop.hbase.util.ConstantDelayQueue
 
PutFunction() - Constructor for class org.apache.hadoop.hbase.spark.TestJavaHBaseContext.PutFunction
 
Putter(HRegion, int, int) - Constructor for class org.apache.hadoop.hbase.regionserver.TestParallelPut.Putter
 
PutThread(HRegion) - Constructor for class org.apache.hadoop.hbase.regionserver.TestWALMonotonicallyIncreasingSeqId.PutThread
 
putValueJson(String, String, String, String) - Static method in class org.apache.hadoop.hbase.rest.RowResourceBase
 
putValueJson(String, String, String, String, String) - Static method in class org.apache.hadoop.hbase.rest.RowResourceBase
 
putValueXML(String, String, String, String) - Static method in class org.apache.hadoop.hbase.rest.RowResourceBase
 
putValueXML(String, String, String, String, String) - Static method in class org.apache.hadoop.hbase.rest.RowResourceBase
 

Q

qf3 - Variable in class org.apache.hadoop.hbase.mob.TestMobDataBlockEncoding
 
qf3 - Variable in class org.apache.hadoop.hbase.regionserver.TestMobStoreScanner
 
QosTestHelper - Class in org.apache.hadoop.hbase
 
QosTestHelper() - Constructor for class org.apache.hadoop.hbase.QosTestHelper
 
qual - Variable in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
QUAL - Static variable in class org.apache.hadoop.hbase.regionserver.TestHRegionServerBulkLoad
 
qual1 - Variable in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
qual1 - Variable in class org.apache.hadoop.hbase.regionserver.TestRegionReplicaFailover
 
qual2 - Variable in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
qual3 - Variable in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
QUALIFIER - Static variable in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead
 
QUALIFIER - Static variable in class org.apache.hadoop.hbase.client.AbstractTestScanCursor
 
QUALIFIER_01 - Static variable in class org.apache.hadoop.hbase.client.TestPutDotHas
 
QUALIFIER_COUNT - Static variable in class org.apache.hadoop.hbase.regionserver.TestDefaultMemStore
 
QUALIFIER_NAME - Static variable in class org.apache.hadoop.hbase.AcidGuaranteesTestTool
 
QUALIFIER_NAME - Static variable in class org.apache.hadoop.hbase.rest.PerformanceEvaluation
 
QUALIFIERS - Static variable in class org.apache.hadoop.hbase.client.AbstractTestScanCursor
 
quarterChanceFilter - Variable in class org.apache.hadoop.hbase.filter.TestRandomRowFilter
 
queryKey(Get[], boolean, long[]) - Method in class org.apache.hadoop.hbase.util.MultiThreadedReader.HBaseReaderThread
 
queryKey(Get, boolean, long) - Method in class org.apache.hadoop.hbase.util.MultiThreadedReader.HBaseReaderThread
 
queryKey(Get, boolean, long) - Method in class org.apache.hadoop.hbase.util.MultiThreadedReaderWithACL.HBaseReaderThreadWithACL
 

R

r - Variable in class org.apache.hadoop.hbase.regionserver.TestAtomicOperation.AtomicOperation
 
rand - Static variable in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
rand - Variable in class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify.LoadMapper
 
RandomDistribution - Class in org.apache.hadoop.hbase.io.hfile
A class that generates random numbers that follow some distribution.
RandomDistribution() - Constructor for class org.apache.hadoop.hbase.io.hfile.RandomDistribution
 
RandomDistribution.Binomial - Class in org.apache.hadoop.hbase.io.hfile
Binomial distribution.
RandomDistribution.DiscreteRNG - Interface in org.apache.hadoop.hbase.io.hfile
Interface for discrete (integer) random distributions.
RandomDistribution.Flat - Class in org.apache.hadoop.hbase.io.hfile
P(i)=1/(max-min)
RandomDistribution.Zipf - Class in org.apache.hadoop.hbase.io.hfile
Zipf distribution.
randomFixedLengthValue(Random, int) - Static method in class org.apache.hadoop.hbase.io.hfile.RandomKeyValueUtil
 
randomFreePort() - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
randomKeyValue(Random) - Static method in class org.apache.hadoop.hbase.io.hfile.RandomKeyValueUtil
 
RandomKeyValueUtil - Class in org.apache.hadoop.hbase.io.hfile
These helper methods generate random byte[]'s data for KeyValues
RandomKeyValueUtil() - Constructor for class org.apache.hadoop.hbase.io.hfile.RandomKeyValueUtil
 
randomMultiCastAddress() - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
randomOrderedFixedLengthKey(Random, int, int) - Static method in class org.apache.hadoop.hbase.io.hfile.RandomKeyValueUtil
 
randomOrderedKey(Random, int) - Static method in class org.apache.hadoop.hbase.io.hfile.RandomKeyValueUtil
Generates a random key that is guaranteed to increase as the given index i increases.
randomReadableChar(Random) - Static method in class org.apache.hadoop.hbase.io.hfile.RandomKeyValueUtil
 
randomRowOrQualifier(Random) - Static method in class org.apache.hadoop.hbase.io.hfile.RandomKeyValueUtil
 
RandomStringGenerator - Interface in org.apache.hadoop.hbase
 
RandomStringGeneratorImpl - Class in org.apache.hadoop.hbase
 
RandomStringGeneratorImpl() - Constructor for class org.apache.hadoop.hbase.RandomStringGeneratorImpl
 
RandomTimeoutRpcClient(Configuration, String, SocketAddress, MetricsConnection) - Constructor for class org.apache.hadoop.hbase.client.TestClientTimeouts.RandomTimeoutRpcClient
 
randomValue(Random) - Static method in class org.apache.hadoop.hbase.io.hfile.RandomKeyValueUtil
 
RatioT0() - Method in class org.apache.hadoop.hbase.regionserver.TestDateTieredCompactionPolicy
Apply exploring logic on non-incoming window
RatioT0Next() - Method in class org.apache.hadoop.hbase.regionserver.TestDateTieredCompactionPolicy
The next compaction call after testTieredCompactionRatioT0 is compacted
RatioT2() - Method in class org.apache.hadoop.hbase.regionserver.TestDateTieredCompactionPolicy
Also apply ratio-based logic on t2 window
read() - Method in class org.apache.hadoop.hbase.io.hfile.NanoTimer
Read the timer.
readAndCheck(AsyncTable<?>, int) - Method in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead
 
readAndCheck(AsyncTable<?>, int) - Method in class org.apache.hadoop.hbase.client.TestAsyncTableRegionReplicasGet
 
readAndCheck(AsyncTable<?>, int) - Method in class org.apache.hadoop.hbase.client.TestAsyncTableRegionReplicasScan
 
readerId - Variable in class org.apache.hadoop.hbase.util.MultiThreadedReader.HBaseReaderThread
 
readers - Variable in class org.apache.hadoop.hbase.util.MultiThreadedReader
 
readerThreads - Variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
readerThreads - Variable in class org.apache.hadoop.hbase.util.TestMiniClusterLoadSequential
 
readFields(DataInput) - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.EmptySplit
 
readFields(DataInput) - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.LinkChain
 
readFields(DataInput) - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.LinkKey
 
readFields(DataInput) - Method in class org.apache.hadoop.hbase.rest.PerformanceEvaluation.PeInputSplit
 
readOnly() - Method in class org.apache.hadoop.hbase.coprocessor.TestRowProcessorEndpoint.RowProcessorEndpoint.FriendsOfFriendsProcessor
 
readOnly() - Method in class org.apache.hadoop.hbase.coprocessor.TestRowProcessorEndpoint.RowProcessorEndpoint.IncrementCounterProcessor
 
readOnly() - Method in class org.apache.hadoop.hbase.coprocessor.TestRowProcessorEndpoint.RowProcessorEndpoint.RowSwapProcessor
 
readOnly() - Method in class org.apache.hadoop.hbase.coprocessor.TestRowProcessorEndpoint.RowProcessorEndpoint.TimeoutProcessor
 
readOutput(URL) - Static method in class org.apache.hadoop.hbase.http.HttpServerFunctionalTest
Read in the content from a URL
readProtobufStream(InputStream) - Method in class org.apache.hadoop.hbase.rest.TestTableScan
Read protobuf stream.
realSeekDone() - Method in class org.apache.hadoop.hbase.regionserver.DelegatingKeyValueScanner
 
RecordingFilter() - Constructor for class org.apache.hadoop.hbase.http.TestGlobalFilter.RecordingFilter
 
RecordingFilter() - Constructor for class org.apache.hadoop.hbase.http.TestPathFilter.RecordingFilter
 
recordsToWrite - Variable in class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify.LoadMapper
 
reduce(ImmutableBytesWritable, Iterator<ImmutableBytesWritable>, OutputCollector<NullWritable, NullWritable>, Reporter) - Method in class org.apache.hadoop.hbase.mapred.TestMultiTableSnapshotInputFormat.Reducer
 
reduce(ImmutableBytesWritable, Iterator<NullWritable>, OutputCollector<NullWritable, NullWritable>, Reporter) - Method in class org.apache.hadoop.hbase.mapred.TestTableSnapshotInputFormat.TestTableSnapshotReducer
 
reduce(IntegrationTestBulkLoad.LinkKey, Iterable<IntegrationTestBulkLoad.LinkChain>, Reducer<IntegrationTestBulkLoad.LinkKey, IntegrationTestBulkLoad.LinkChain, NullWritable, NullWritable>.Context) - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.LinkedListCheckingReducer
 
reduce(ImmutableBytesWritable, Iterable<ImmutableBytesWritable>, Reducer<ImmutableBytesWritable, ImmutableBytesWritable, NullWritable, NullWritable>.Context) - Method in class org.apache.hadoop.hbase.mapreduce.MultiTableInputFormatTestBase.ScanReducer
 
reduce(ImmutableBytesWritable, Iterable<ImmutableBytesWritable>, Reducer<ImmutableBytesWritable, ImmutableBytesWritable, NullWritable, NullWritable>.Context) - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanBase.ScanReducer
 
reduce(ImmutableBytesWritable, Iterable<NullWritable>, Reducer<ImmutableBytesWritable, NullWritable, NullWritable, NullWritable>.Context) - Method in class org.apache.hadoop.hbase.mapreduce.TestTableSnapshotInputFormat.TestTableSnapshotReducer
 
reduce(BytesWritable, Iterable<BytesWritable>, Reducer<BytesWritable, BytesWritable, Text, Text>.Context) - Method in class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify.VerifyReducer
 
Reducer() - Constructor for class org.apache.hadoop.hbase.mapred.TestMultiTableSnapshotInputFormat.Reducer
 
RedundantKVGenerator - Class in org.apache.hadoop.hbase.util
Generate list of key values which are very useful to test data block encoding and compression.
RedundantKVGenerator() - Constructor for class org.apache.hadoop.hbase.util.RedundantKVGenerator
Default constructor, assumes all parameters from class constants.
RedundantKVGenerator(Random, int, int, int, int, int, int, float, float, int, int, int, int, float, int, int) - Constructor for class org.apache.hadoop.hbase.util.RedundantKVGenerator
Various configuration options for generating key values
refreshStoreFiles(boolean) - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerAbort.ErrorThrowingHRegion
 
refsWritten - Variable in class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify.LoadMapper
 
region - Variable in class org.apache.hadoop.hbase.regionserver.TestAtomicOperation.AtomicOperation
 
region - Variable in class org.apache.hadoop.hbase.regionserver.TestCompactingMemStore
 
REGION_COUNT - Static variable in class org.apache.hadoop.hbase.IntegrationTestManyRegions
 
REGION_COUNT_KEY - Static variable in class org.apache.hadoop.hbase.IntegrationTestManyRegions
 
REGION_INFO - Static variable in class org.apache.hadoop.hbase.regionserver.TestScanner
HRegionInfo for root region
REGION_ONLINE_TIMEOUT - Static variable in class org.apache.hadoop.hbase.util.BaseTestHBaseFsck
 
REGION_SERVER_COUNT - Static variable in class org.apache.hadoop.hbase.IntegrationTestManyRegions
 
RegionAsTable - Class in org.apache.hadoop.hbase.regionserver
An implementation of Table that sits directly on a Region; it decorates the passed in Region instance with the Table API.
RegionAsTable(Region) - Constructor for class org.apache.hadoop.hbase.regionserver.RegionAsTable
 
regionLock(List<RegionInfo>, String, Abortable) - Method in class org.apache.hadoop.hbase.MockRegionServerServices
 
RegionObserverImpl() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestPassCustomCellViaRegionObserver.RegionObserverImpl
 
REGIONS_PER_SERVER_KEY - Static variable in class org.apache.hadoop.hbase.HBaseTestingUtility
 
REGIONSERVER_COUNT_KEY - Static variable in class org.apache.hadoop.hbase.IntegrationTestManyRegions
 
RegionServerHostingPrimayMetaRegionSlowOrStopCopro() - Constructor for class org.apache.hadoop.hbase.client.TestReplicaWithCluster.RegionServerHostingPrimayMetaRegionSlowOrStopCopro
 
RegionServerStoppedCopro() - Constructor for class org.apache.hadoop.hbase.client.TestReplicaWithCluster.RegionServerStoppedCopro
 
RegionServerTests - Interface in org.apache.hadoop.hbase.testclassification
Tag a test as related to the regionserver.
RegionServerWithFakeRpcServices(Configuration) - Constructor for class org.apache.hadoop.hbase.client.TestMetaCache.RegionServerWithFakeRpcServices
 
regionServicesForStores - Variable in class org.apache.hadoop.hbase.regionserver.TestCompactingMemStore
 
regionStates - Static variable in class org.apache.hadoop.hbase.util.BaseTestHBaseFsck
 
registerService(Service) - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
registerService(Service) - Method in class org.apache.hadoop.hbase.MockRegionServerServices
 
release() - Method in class org.apache.hadoop.hbase.regionserver.TestAtomicOperation.MockHRegion.WrappedRowLock
 
releaseCluster() - Static method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestImportTsv
 
releaseCluster() - Static method in class org.apache.hadoop.hbase.mapreduce.TestImportTsv
 
releaseCluster() - Static method in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithOperationAttributes
 
releaseCluster() - Static method in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithTTLs
 
releaseCluster() - Static method in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithVisibilityLabels
 
remainingCapacity() - Method in class org.apache.hadoop.hbase.util.ConstantDelayQueue
 
RemoteShell(String, String[], File, Map<String, String>, long) - Constructor for class org.apache.hadoop.hbase.HBaseClusterManager.RemoteShell
 
RemoteShell(String, String[], File, Map<String, String>) - Constructor for class org.apache.hadoop.hbase.HBaseClusterManager.RemoteShell
 
RemoteShell(String, String[], File) - Constructor for class org.apache.hadoop.hbase.HBaseClusterManager.RemoteShell
 
RemoteShell(String, String[]) - Constructor for class org.apache.hadoop.hbase.HBaseClusterManager.RemoteShell
 
RemoteShell(String, String, String[]) - Constructor for class org.apache.hadoop.hbase.HBaseClusterManager.RemoteShell
 
remove() - Method in class org.apache.hadoop.hbase.util.ConstantDelayQueue
 
remove(Object) - Method in class org.apache.hadoop.hbase.util.ConstantDelayQueue
 
removeAll(Collection<?>) - Method in class org.apache.hadoop.hbase.util.ConstantDelayQueue
 
removeAllQuotas() - Method in class org.apache.hadoop.hbase.quotas.TestMasterQuotasObserver
 
removeAllQuotas() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaObserverChoreWithMiniCluster
 
removeAllQuotas() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotas
 
removeAllQuotas() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotasWithSnapshots
 
removeAllQuotas() - Method in class org.apache.hadoop.hbase.quotas.TestSuperUserQuotaPermissions
 
RemoveColumnAction - Class in org.apache.hadoop.hbase.chaos.actions
Action that removes a column family.
RemoveColumnAction(TableName, Set<String>) - Constructor for class org.apache.hadoop.hbase.chaos.actions.RemoveColumnAction
 
removeCompactedFiles(Connection, long, RegionInfo) - Static method in class org.apache.hadoop.hbase.regionserver.TestEndToEndSplitTransaction
 
removeRegion(HRegion, ServerName) - Method in class org.apache.hadoop.hbase.MockRegionServerServices
 
removeReplicationPeer(String) - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
removeRSGroup(String) - Method in class org.apache.hadoop.hbase.rsgroup.VerifyingRSGroupAdminClient
 
removeServers(Set<Address>) - Method in class org.apache.hadoop.hbase.rsgroup.VerifyingRSGroupAdminClient
 
RepeatingTestThread(MultithreadedTestUtil.TestContext) - Constructor for class org.apache.hadoop.hbase.MultithreadedTestUtil.RepeatingTestThread
 
REPLICA_COUNT - Static variable in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead
 
REPLICA_ID_TO_COUNT - Static variable in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead
 
replicate(ReplicationEndpoint.ReplicateContext) - Method in class org.apache.hadoop.hbase.client.replication.TestReplicationAdminWithClusters.TestUpdatableReplicationEndpoint
 
replicate(ReplicationEndpoint.ReplicateContext) - Method in class org.apache.hadoop.hbase.replication.SerialReplicationTestBase.LocalReplicationEndpoint
 
replicate(ReplicationEndpoint.ReplicateContext) - Method in class org.apache.hadoop.hbase.replication.TestReplicationEndpoint.InterClusterReplicationEndpointForTest
 
replicate(ReplicationEndpoint.ReplicateContext) - Method in class org.apache.hadoop.hbase.replication.TestReplicationEndpoint.ReplicationEndpointForTest
 
replicate(ReplicationEndpoint.ReplicateContext) - Method in class org.apache.hadoop.hbase.replication.TestReplicationEndpoint.ReplicationEndpointReturningFalse
 
replicate(ReplicationEndpoint.ReplicateContext) - Method in class org.apache.hadoop.hbase.replication.TestReplicationEndpoint.ReplicationEndpointWithWALEntryFilter
 
ReplicationEndpointForTest() - Constructor for class org.apache.hadoop.hbase.replication.TestReplicationEndpoint.ReplicationEndpointForTest
 
ReplicationEndpointReturningFalse() - Constructor for class org.apache.hadoop.hbase.replication.TestReplicationEndpoint.ReplicationEndpointReturningFalse
 
ReplicationEndpointWithWALEntryFilter() - Constructor for class org.apache.hadoop.hbase.replication.TestReplicationEndpoint.ReplicationEndpointWithWALEntryFilter
 
ReplicationSourceDummy - Class in org.apache.hadoop.hbase.replication
Source that does nothing at all, helpful to test ReplicationSourceManager
ReplicationSourceDummy() - Constructor for class org.apache.hadoop.hbase.replication.ReplicationSourceDummy
 
ReplicationTests - Interface in org.apache.hadoop.hbase.testclassification
Tag a test as related to replication.
REPORTING_INTERVAL_MS - Static variable in class org.apache.hadoop.hbase.util.MultiThreadedAction
 
reportRegionStateTransition(RegionServerServices.RegionStateTransitionContext) - Method in class org.apache.hadoop.hbase.MockRegionServerServices
 
requestSeek(Cell, boolean, boolean) - Method in class org.apache.hadoop.hbase.regionserver.DelegatingKeyValueScanner
 
reseek(Cell) - Method in class org.apache.hadoop.hbase.regionserver.DelegatingKeyValueScanner
 
reset() - Method in class org.apache.hadoop.hbase.client.ColumnCountOnRowFilter
 
reset() - Method in class org.apache.hadoop.hbase.filter.TestFilterFromRegionSide.FirstSeveralCellsFilter
 
reset() - Method in class org.apache.hadoop.hbase.io.hfile.NanoTimer
Reset the timer.
reset() - Method in class org.apache.hadoop.hbase.regionserver.TestSwitchToStreamRead.MatchLastRowFilterRowFilter
 
reset(boolean) - Method in class org.apache.hadoop.hbase.replication.TestReplicationProcedureRetry.MockHMaster
 
reset() - Static method in class org.apache.hadoop.hbase.util.EnvironmentEdgeManagerTestHelper
 
reset() - Method in class org.apache.hadoop.hbase.util.LauncherSecurityManager
 
resetStates() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
ResourceChecker - Class in org.apache.hadoop.hbase
Utility class to check the resources: - log them before and after each test method - check them against a minimum or maximum - check that they don't leak during the test
ResourceChecker(String) - Constructor for class org.apache.hadoop.hbase.ResourceChecker
Constructor
ResourceCheckerJUnitListener - Class in org.apache.hadoop.hbase
Listen to the test progress and check the usage of: threads open file descriptor max open file descriptor
ResourceCheckerJUnitListener() - Constructor for class org.apache.hadoop.hbase.ResourceCheckerJUnitListener
 
REST_TEST_UTIL - Static variable in class org.apache.hadoop.hbase.rest.RowResourceBase
 
RESTApiClusterManager - Class in org.apache.hadoop.hbase
A ClusterManager implementation designed to control Cloudera Manager (http://www.cloudera.com) clusters via REST API.
restart(ClusterManager.ServiceType, String, int) - Method in class org.apache.hadoop.hbase.HBaseClusterManager
 
restart(ClusterManager.ServiceType, String, int) - Method in class org.apache.hadoop.hbase.RESTApiClusterManager
 
RESTART_ACTIVE_MASTER_SLEEP_TIME - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
 
RESTART_RANDOM_RS_SLEEP_TIME - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
 
RESTART_RS_HOLDING_META_SLEEP_TIME - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
 
RestartActionBaseAction - Class in org.apache.hadoop.hbase.chaos.actions
Base class for restarting HBaseServer's
RestartActionBaseAction(long) - Constructor for class org.apache.hadoop.hbase.chaos.actions.RestartActionBaseAction
 
RestartActiveMasterAction - Class in org.apache.hadoop.hbase.chaos.actions
Action that tries to restart the active master.
RestartActiveMasterAction(long) - Constructor for class org.apache.hadoop.hbase.chaos.actions.RestartActiveMasterAction
 
restartHBaseCluster(int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Starts the hbase cluster up again after shutting it down previously in a test.
RestartMetaTest - Class in org.apache.hadoop.hbase.util
A command-line tool that spins up a local process-based cluster, loads some data, restarts the regionserver holding hbase:meta, and verifies that the cluster recovers.
RestartMetaTest() - Constructor for class org.apache.hadoop.hbase.util.RestartMetaTest
 
RestartRandomDataNodeAction - Class in org.apache.hadoop.hbase.chaos.actions
Action that restarts a random datanode.
RestartRandomDataNodeAction(long) - Constructor for class org.apache.hadoop.hbase.chaos.actions.RestartRandomDataNodeAction
 
RestartRandomRsAction - Class in org.apache.hadoop.hbase.chaos.actions
Action that restarts a random HRegionServer
RestartRandomRsAction(long) - Constructor for class org.apache.hadoop.hbase.chaos.actions.RestartRandomRsAction
 
RestartRandomRsExceptMetaAction - Class in org.apache.hadoop.hbase.chaos.actions
 
RestartRandomRsExceptMetaAction(long) - Constructor for class org.apache.hadoop.hbase.chaos.actions.RestartRandomRsExceptMetaAction
 
RestartRandomZKNodeAction - Class in org.apache.hadoop.hbase.chaos.actions
Action that restarts a random zookeeper node.
RestartRandomZKNodeAction(long) - Constructor for class org.apache.hadoop.hbase.chaos.actions.RestartRandomZKNodeAction
 
RestartRsHoldingMetaAction - Class in org.apache.hadoop.hbase.chaos.actions
Action that tries to restart the HRegionServer holding Meta.
RestartRsHoldingMetaAction(long) - Constructor for class org.apache.hadoop.hbase.chaos.actions.RestartRsHoldingMetaAction
 
RestartRsHoldingTableAction - Class in org.apache.hadoop.hbase.chaos.actions
Action that restarts an HRegionServer holding one of the regions of the table.
RestartRsHoldingTableAction(long, RegionLocator) - Constructor for class org.apache.hadoop.hbase.chaos.actions.RestartRsHoldingTableAction
 
restoreAdmin() - Method in class org.apache.hadoop.hbase.DistributedHBaseCluster
 
restoreCluster() - Method in class org.apache.hadoop.hbase.IntegrationTestingUtility
Restores the cluster to the initial state if it is a distributed cluster, otherwise, shutdowns the mini cluster.
restoreClusterMetrics(ClusterMetrics) - Method in class org.apache.hadoop.hbase.DistributedHBaseCluster
 
restoreClusterMetrics(ClusterMetrics) - Method in class org.apache.hadoop.hbase.HBaseCluster
Restores the cluster to given state if this is a real cluster, otherwise does nothing.
restoreDir - Variable in class org.apache.hadoop.hbase.mapreduce.TestMultiTableSnapshotInputFormat
 
restoreInitialStatus() - Method in class org.apache.hadoop.hbase.HBaseCluster
Restores the cluster to it's initial state if this is a real cluster, otherwise does nothing.
restoreMasters(ClusterMetrics, ClusterMetrics) - Method in class org.apache.hadoop.hbase.DistributedHBaseCluster
 
restoreRegionServers(ClusterMetrics, ClusterMetrics) - Method in class org.apache.hadoop.hbase.DistributedHBaseCluster
 
RestoreSnapshotFromClientAfterSplittingRegionsTestBase - Class in org.apache.hadoop.hbase.client
 
RestoreSnapshotFromClientAfterSplittingRegionsTestBase() - Constructor for class org.apache.hadoop.hbase.client.RestoreSnapshotFromClientAfterSplittingRegionsTestBase
 
RestoreSnapshotFromClientCloneTestBase - Class in org.apache.hadoop.hbase.client
 
RestoreSnapshotFromClientCloneTestBase() - Constructor for class org.apache.hadoop.hbase.client.RestoreSnapshotFromClientCloneTestBase
 
RestoreSnapshotFromClientSchemaChangeTestBase - Class in org.apache.hadoop.hbase.client
 
RestoreSnapshotFromClientSchemaChangeTestBase() - Constructor for class org.apache.hadoop.hbase.client.RestoreSnapshotFromClientSchemaChangeTestBase
 
RestoreSnapshotFromClientSimpleTestBase - Class in org.apache.hadoop.hbase.client
 
RestoreSnapshotFromClientSimpleTestBase() - Constructor for class org.apache.hadoop.hbase.client.RestoreSnapshotFromClientSimpleTestBase
 
RestoreSnapshotFromClientTestBase - Class in org.apache.hadoop.hbase.client
Base class for testing restore snapshot
RestoreSnapshotFromClientTestBase() - Constructor for class org.apache.hadoop.hbase.client.RestoreSnapshotFromClientTestBase
 
RestTests - Interface in org.apache.hadoop.hbase.testclassification
Tag a test as related to the REST capability of HBase.
ResultFunction() - Constructor for class org.apache.hadoop.hbase.spark.TestJavaHBaseContext.ResultFunction
 
resume(ClusterManager.ServiceType, String, int) - Method in class org.apache.hadoop.hbase.HBaseClusterManager
 
resume() - Method in class org.apache.hadoop.hbase.master.DummyRegionProcedure
 
resume(ClusterManager.ServiceType, String, int) - Method in class org.apache.hadoop.hbase.RESTApiClusterManager
 
retainAll(Collection<?>) - Method in class org.apache.hadoop.hbase.util.ConstantDelayQueue
 
retryCounterFactory - Variable in class org.apache.hadoop.hbase.HBaseClusterManager
 
rollAllWALs() - Static method in class org.apache.hadoop.hbase.replication.SerialReplicationTestBase
 
rollback(Object) - Method in class org.apache.hadoop.hbase.client.procedure.ShellTestProcedure
 
rollback(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.client.TestGetProcedureResult.DummyProcedure
 
rollbackState(MasterProcedureEnv, DummyRegionProcedureState) - Method in class org.apache.hadoop.hbase.master.DummyRegionProcedure
 
ROLLING_BATCH_RESTART_RS_RATIO - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
 
ROLLING_BATCH_RESTART_RS_SLEEP_TIME - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
 
RollingBatchRestartRsAction - Class in org.apache.hadoop.hbase.chaos.actions
Restarts a ratio of the regionservers in a rolling fashion.
RollingBatchRestartRsAction(long, float) - Constructor for class org.apache.hadoop.hbase.chaos.actions.RollingBatchRestartRsAction
 
RollingBatchRestartRsAction(long, float, int) - Constructor for class org.apache.hadoop.hbase.chaos.actions.RollingBatchRestartRsAction
 
RollingBatchRestartRsExceptMetaAction - Class in org.apache.hadoop.hbase.chaos.actions
Same as in RollingBatchRestartRsAction except that this action does not restart the region server holding the META table.
RollingBatchRestartRsExceptMetaAction(long, float, int) - Constructor for class org.apache.hadoop.hbase.chaos.actions.RollingBatchRestartRsExceptMetaAction
 
rootDir - Variable in class org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatTestBase
 
rootDir - Variable in class org.apache.hadoop.hbase.snapshot.TestRestoreSnapshotHelper
 
RoundRobinExceptionInjector() - Constructor for class org.apache.hadoop.hbase.client.TestMetaCache.RoundRobinExceptionInjector
 
ROW - Static variable in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead
 
ROW - Static variable in class org.apache.hadoop.hbase.client.AbstractTestScanCursor
 
ROW - Static variable in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverInterface
 
row - Variable in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
row - Variable in class org.apache.hadoop.hbase.regionserver.TestHRegionReplayEvents
 
row - Variable in class org.apache.hadoop.hbase.regionserver.TestRecoveredEditsReplayAndAbort
 
row - Variable in class org.apache.hadoop.hbase.regionserver.TestRegionReplicaFailover
 
row - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationBase
 
row1 - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.AbstractTestScanQueryMatcher
 
row2 - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.AbstractTestScanQueryMatcher
 
row2 - Variable in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
row2 - Variable in class org.apache.hadoop.hbase.regionserver.TestHRegionReplayEvents
 
row2 - Variable in class org.apache.hadoop.hbase.regionserver.TestRegionReplicaFailover
 
row3 - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.AbstractTestScanQueryMatcher
 
ROW_01 - Static variable in class org.apache.hadoop.hbase.client.TestPutDotHas
 
ROW_1 - Static variable in class org.apache.hadoop.hbase.rest.RowResourceBase
 
ROW_2 - Static variable in class org.apache.hadoop.hbase.rest.RowResourceBase
 
ROW_3 - Static variable in class org.apache.hadoop.hbase.rest.RowResourceBase
 
ROW_4 - Static variable in class org.apache.hadoop.hbase.rest.RowResourceBase
 
ROW_COUNT - Static variable in class org.apache.hadoop.hbase.regionserver.TestDefaultMemStore
 
ROW_LENGTH - Static variable in class org.apache.hadoop.hbase.PerformanceEvaluation
 
rowComparator - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.AbstractTestScanQueryMatcher
 
rowkey(int) - Static method in class org.apache.hadoop.hbase.regionserver.TestHRegionServerBulkLoad
ROWKEYS - Static variable in class org.apache.hadoop.hbase.util.BaseTestHBaseFsck
 
RowProcessorEndpoint() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestRowProcessorEndpoint.RowProcessorEndpoint
 
RowResourceBase - Class in org.apache.hadoop.hbase.rest
 
RowResourceBase() - Constructor for class org.apache.hadoop.hbase.rest.RowResourceBase
 
ROWS - Static variable in class org.apache.hadoop.hbase.client.AbstractTestScanCursor
 
ROWS - Static variable in class org.apache.hadoop.hbase.HBaseTestingUtility
All the row values for the data loaded by HBaseTestingUtility.loadTable(Table, byte[])
rowsWritten - Variable in class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify.LoadMapper
 
rp - Variable in class org.apache.hadoop.hbase.replication.TestReplicationStateBasic
 
rpcClientImpl - Variable in class org.apache.hadoop.hbase.security.TestSecureIPC
 
rpcServerImpl - Variable in class org.apache.hadoop.hbase.ipc.TestProtoBufRpc
 
rpcServerImpl - Variable in class org.apache.hadoop.hbase.ipc.TestRpcHandlerException
 
rpcServerImpl - Variable in class org.apache.hadoop.hbase.ipc.TestRpcServerSlowConnectionSetup
 
rpcServerImpl - Variable in class org.apache.hadoop.hbase.security.TestSecureIPC
 
RPCTests - Interface in org.apache.hadoop.hbase.testclassification
Tag a test as related to RPC.
rqs - Variable in class org.apache.hadoop.hbase.replication.TestReplicationStateBasic
 
rsGroupAdmin - Static variable in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
run() - Method in class org.apache.hadoop.hbase.chaos.policies.CompositeSequentialPolicy
 
run() - Method in class org.apache.hadoop.hbase.chaos.policies.PeriodicPolicy
 
run(String[]) - Method in class org.apache.hadoop.hbase.client.TestClientNoCluster
 
run() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterCoprocessorExceptionWithAbort.CreateTableThread
 
run(String[]) - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestImportTsv
 
run(String[]) - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestTableMapReduceUtil
 
run() - Method in class org.apache.hadoop.hbase.master.TestActiveMasterManager.WaitToBeMasterThread
 
run() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster.MiniHBaseClusterRegionServer
 
run(Callable<Boolean>, String) - Method in class org.apache.hadoop.hbase.mttr.IntegrationTestMTTR
 
run() - Method in class org.apache.hadoop.hbase.MultithreadedTestUtil.TestThread
 
run(String[]) - Method in class org.apache.hadoop.hbase.PerformanceEvaluation
 
run(String[]) - Method in class org.apache.hadoop.hbase.regionserver.CreateRandomStoreFile
Runs the tools.
run() - Method in class org.apache.hadoop.hbase.regionserver.TestAtomicOperation.Incrementer
 
run() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion.FlushThread
 
run() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion.PutThread
 
run() - Method in class org.apache.hadoop.hbase.regionserver.TestParallelPut.Putter
 
run() - Method in class org.apache.hadoop.hbase.regionserver.TestWALMonotonicallyIncreasingSeqId.IncThread
 
run() - Method in class org.apache.hadoop.hbase.regionserver.TestWALMonotonicallyIncreasingSeqId.PutThread
 
run(String[]) - Method in class org.apache.hadoop.hbase.rest.PerformanceEvaluation
 
run() - Method in class org.apache.hadoop.hbase.security.TestSecureIPC.TestThread
 
run(String[]) - Method in class org.apache.hadoop.hbase.test.IntegrationTestReplication.VerifyReplicationLoop
The main test runner This test has 4 steps: 1: setupTablesAndReplication 2: generate the data into the source cluster 3: wait for replication to propagate 4: verify that the data is available in the sink cluster
run() - Method in class org.apache.hadoop.hbase.util.MultiThreadedReader.HBaseReaderThread
 
run() - Method in class org.apache.hadoop.hbase.util.MultiThreadedUpdater.HBaseUpdaterThread
 
run() - Method in class org.apache.hadoop.hbase.util.MultiThreadedWriter.HBaseWriterThread
 
run(String[]) - Method in class org.apache.hadoop.hbase.wal.WALPerformanceEvaluation
 
run() - Method in class org.apache.hadoop.hbase.zookeeper.TestZKNodeTracker.WaitToGetDataThread
 
run1() - Method in class org.apache.hadoop.hbase.TestTimeout
 
RUN_TIME_KEY - Static variable in class org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover
A soft limit on how long we should run
RUN_TIME_KEY - Static variable in class org.apache.hadoop.hbase.IntegrationTestIngest
A soft limit on how long we should run
runBenchmark(HFilePerformanceEvaluation.RowOrientedBenchmark, int, String, String) - Method in class org.apache.hadoop.hbase.HFilePerformanceEvaluation
 
runCheck() - Method in class org.apache.hadoop.hbase.spark.IntegrationTestSparkBulkLoad
After adding data to the table start a mr job to
runExport(String[]) - Method in class org.apache.hadoop.hbase.coprocessor.TestImportExport
 
runExport(String[]) - Method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedImportExport2
Runs an export job with the specified command line args
runExport(String[]) - Method in class org.apache.hadoop.hbase.mapreduce.TestImportExport
Runs an export job with the specified command line args
runExportMain(String[]) - Method in class org.apache.hadoop.hbase.coprocessor.TestImportExport
 
runExportMain(String[]) - Method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedImportExport2
 
runExportMain(String[]) - Method in class org.apache.hadoop.hbase.mapreduce.TestImportExport
 
runGenerator() - Method in class org.apache.hadoop.hbase.test.IntegrationTestReplication.VerifyReplicationLoop
Run the IntegrationTestBigLinkedList.Generator in the source cluster.
runIngestTest(long, long, int, int, int, int) - Method in class org.apache.hadoop.hbase.IntegrationTestIngest
 
runIngestTest(long, long, int, int, int, int) - Method in class org.apache.hadoop.hbase.IntegrationTestRegionReplicaReplication
 
runIngestTest(long, long, int, int, int, int) - Method in class org.apache.hadoop.hbase.test.IntegrationTestTimeBoundedRequestsWithRegionReplicas
 
runJob(String, Configuration, List<Scan>) - Method in class org.apache.hadoop.hbase.mapred.TestMultiTableSnapshotInputFormat
 
runJob(String, Configuration, List<Scan>) - Method in class org.apache.hadoop.hbase.mapreduce.MultiTableInputFormatTestBase
 
runLinkedListSparkJob(int) - Method in class org.apache.hadoop.hbase.spark.IntegrationTestSparkBulkLoad
Running spark job to create LinkedList for testing
runLoad() - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad
 
runLoad() - Method in class org.apache.hadoop.hbase.spark.IntegrationTestSparkBulkLoad
Running spark job to load data into hbase table
runLoadTestOnExistingTable() - Method in class org.apache.hadoop.hbase.util.TestMiniClusterLoadSequential
 
runMonkeys() - Method in class org.apache.hadoop.hbase.test.IntegrationTestMonkeys
 
running - Variable in class org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover
 
runOneIteration() - Method in class org.apache.hadoop.hbase.chaos.policies.DoActionsOncePolicy
 
runOneIteration() - Method in class org.apache.hadoop.hbase.chaos.policies.PeriodicPolicy
 
runOneIteration() - Method in class org.apache.hadoop.hbase.chaos.policies.PeriodicRandomActionPolicy
 
runOneIteration() - Method in class org.apache.hadoop.hbase.chaos.policies.TwoConcurrentActionPolicy
 
RunResult(long, Histogram) - Constructor for class org.apache.hadoop.hbase.PerformanceEvaluation.RunResult
 
runSimplePutDeleteTest() - Static method in class org.apache.hadoop.hbase.replication.TestReplicationBase
 
runSmallBatchTest() - Static method in class org.apache.hadoop.hbase.replication.TestReplicationBase
 
runTestFromCommandLine() - Method in class org.apache.hadoop.hbase.IntegrationTestAcidGuarantees
 
runTestFromCommandLine() - Method in class org.apache.hadoop.hbase.IntegrationTestBase
 
runTestFromCommandLine() - Method in class org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover
 
runTestFromCommandLine() - Method in class org.apache.hadoop.hbase.IntegrationTestIngest
 
runTestFromCommandLine() - Method in class org.apache.hadoop.hbase.IntegrationTestIngestWithEncryption
 
runTestFromCommandLine() - Method in class org.apache.hadoop.hbase.IntegrationTestRegionReplicaPerf
 
runTestFromCommandLine() - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad
 
runTestFromCommandLine() - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestTableSnapshotInputFormat
 
runTestFromCommandLine() - Method in class org.apache.hadoop.hbase.spark.IntegrationTestSparkBulkLoad
 
runTestFromCommandLine() - Method in class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList
 
runTestFromCommandLine() - Method in class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedListWithVisibility
 
runTestFromCommandLine() - Method in class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify
 
runTestFromCommandLine() - Method in class org.apache.hadoop.hbase.test.IntegrationTestReplication
 
runTestFromCommandLine() - Method in class org.apache.hadoop.hbase.test.IntegrationTestWithCellVisibilityLoadAndVerify
 
runTestOnTable(Table) - Method in class org.apache.hadoop.hbase.mapred.TestTableMapReduce
 
runTestOnTable(Table) - Method in class org.apache.hadoop.hbase.mapreduce.TestTableMapReduce
 
runTestOnTable(Table) - Method in class org.apache.hadoop.hbase.mapreduce.TestTableMapReduceBase
Handles API-specifics for setting up and executing the job.
runTests(Path, DataBlockEncoding[]) - Method in class org.apache.hadoop.hbase.regionserver.EncodedSeekPerformanceTest
 
runThread(String, String, String) - Method in class org.apache.hadoop.hbase.util.PoolMapTestBase
 
runTime - Variable in class org.apache.hadoop.hbase.test.IntegrationTestTimeBoundedRequestsWithRegionReplicas.TimeBoundedMultiThreadedReader
 
runVerify(long) - Method in class org.apache.hadoop.hbase.test.IntegrationTestReplication.VerifyReplicationLoop
Run the IntegrationTestBigLinkedList.Verify in the sink cluster.
runwarmup() - Method in class org.apache.hadoop.hbase.master.TestWarmupRegion
 

S

safeGetAsStr(List<T>, int) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
SampleRegionWALCoprocessor - Class in org.apache.hadoop.hbase.coprocessor
Class for testing WALObserver coprocessor.
SampleRegionWALCoprocessor() - Constructor for class org.apache.hadoop.hbase.coprocessor.SampleRegionWALCoprocessor
 
SampleStopper() - Constructor for class org.apache.hadoop.hbase.TestChoreService.ScheduledChoreSamples.SampleStopper
 
saveConfig(File, Configuration) - Static method in class org.apache.hadoop.hbase.http.ssl.KeyStoreTestUtil
Saves configuration to a file.
savedSockets - Static variable in class org.apache.hadoop.hbase.ipc.TestRpcClientLeaks.MyRpcClientImpl
 
scan(RpcController, ClientProtos.ScanRequest) - Method in class org.apache.hadoop.hbase.client.TestMetaCache.FakeRSRpcServices
 
scan - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.AbstractTestScanQueryMatcher
 
scan(RpcController, ClientProtos.ScanRequest) - Method in class org.apache.hadoop.hbase.TestClientOperationTimeout.DelayedRSRpcServices
 
scanCreater - Variable in class org.apache.hadoop.hbase.client.TestAsyncTableScan
 
scanCreater - Variable in class org.apache.hadoop.hbase.client.TestRawAsyncTableScan
 
scanCreator - Variable in class org.apache.hadoop.hbase.client.TestAsyncTableScanAll
 
scanCreator - Variable in class org.apache.hadoop.hbase.client.TestAsyncTableScanner
 
scanFixture(KeyValue[]...) - Static method in class org.apache.hadoop.hbase.regionserver.KeyValueScanFixture
 
ScanMapper() - Constructor for class org.apache.hadoop.hbase.mapreduce.MultiTableInputFormatTestBase.ScanMapper
 
ScanMapper() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanBase.ScanMapper
 
scanMeta() - Method in class org.apache.hadoop.hbase.util.hbck.OfflineMetaRebuildTestCore
Dumps hbase:meta table info
scanner - Variable in class org.apache.hadoop.hbase.regionserver.DelegatingInternalScanner
 
ScanObserver() - Constructor for class org.apache.hadoop.hbase.util.TestCoprocessorScanPolicy.ScanObserver
 
ScanPerformanceEvaluation - Class in org.apache.hadoop.hbase
A simple performance evaluation tool for single client and MR scans and snapshot scans.
ScanPerformanceEvaluation() - Constructor for class org.apache.hadoop.hbase.ScanPerformanceEvaluation
 
ScanPerformanceEvaluation.MyMapper<KEYOUT,VALUEOUT> - Class in org.apache.hadoop.hbase
 
ScanPerformanceEvaluation.ScanCounter - Enum in org.apache.hadoop.hbase
 
ScanReducer() - Constructor for class org.apache.hadoop.hbase.mapreduce.MultiTableInputFormatTestBase.ScanReducer
 
ScanReducer() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanBase.ScanReducer
 
ScanRegionCoprocessor() - Constructor for class org.apache.hadoop.hbase.regionserver.TestRegionServerReadRequestMetrics.ScanRegionCoprocessor
 
scanType - Variable in class org.apache.hadoop.hbase.client.TestAsyncTableScan
 
scanType - Variable in class org.apache.hadoop.hbase.client.TestAsyncTableScanAll
 
scanType - Variable in class org.apache.hadoop.hbase.client.TestAsyncTableScanner
 
scanType - Variable in class org.apache.hadoop.hbase.client.TestRawAsyncTableScan
 
scanWithAllQualifiersOfBothFamilies() - Method in class org.apache.hadoop.hbase.regionserver.TestSCVFWithMiniCluster
Test the filter by adding all columns of family A and B in the scan.
scanWithAllQualifiersOfFamiliyA() - Method in class org.apache.hadoop.hbase.regionserver.TestSCVFWithMiniCluster
Test the filter by adding all columns of family A in the scan.
ScanWithEquals(Scan) - Constructor for class org.apache.hadoop.hbase.mapreduce.TestMultiTableSnapshotInputFormatImpl.ScanWithEquals
Creates a new instance of this class while copying all values.
scanWithSpecificQualifiers1() - Method in class org.apache.hadoop.hbase.regionserver.TestSCVFWithMiniCluster
Test the filter by adding 2 columns of family A and 1 column of family B in the scan.
scanWithSpecificQualifiers2() - Method in class org.apache.hadoop.hbase.regionserver.TestSCVFWithMiniCluster
Test the filter by adding 1 column of family A (the one used in the filter) and 1 column of family B in the scan.
scanWithSpecificQualifiers3() - Method in class org.apache.hadoop.hbase.regionserver.TestSCVFWithMiniCluster
Test the filter by adding 2 columns of family A in the scan.
ScheduledChoreSamples() - Constructor for class org.apache.hadoop.hbase.TestChoreService.ScheduledChoreSamples
 
scopes - Static variable in class org.apache.hadoop.hbase.mapreduce.TestWALRecordReader
 
scopes - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationBase
 
SecureBulkLoadEndpointClient - Class in org.apache.hadoop.hbase.regionserver
Deprecated.
Use for backward compatibility testing only. Will be removed when SecureBulkLoadEndpoint is not supported.
SecureBulkLoadEndpointClient(Table) - Constructor for class org.apache.hadoop.hbase.regionserver.SecureBulkLoadEndpointClient
Deprecated.
 
SecurityTests - Interface in org.apache.hadoop.hbase.testclassification
Tag a test as related to security.
seek(Cell) - Method in class org.apache.hadoop.hbase.regionserver.DelegatingKeyValueScanner
 
seekTFile() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFileSeek
 
seekToLastRow() - Method in class org.apache.hadoop.hbase.regionserver.DelegatingKeyValueScanner
 
seekToPreviousRow(Cell) - Method in class org.apache.hadoop.hbase.regionserver.DelegatingKeyValueScanner
 
SeenRowTracker(byte[], byte[]) - Constructor for class org.apache.hadoop.hbase.HBaseTestingUtility.SeenRowTracker
 
select(List<HStoreFile>, boolean, boolean, boolean) - Method in class org.apache.hadoop.hbase.regionserver.TestCompaction.BlockingStoreMockMaker.BlockingCompactionContext
 
selectCompaction() - Method in class org.apache.hadoop.hbase.regionserver.StatefulStoreMockMaker
 
selectCompaction() - Method in class org.apache.hadoop.hbase.regionserver.TestCompaction.BlockingStoreMockMaker
 
selectRandomItem(T[]) - Static method in class org.apache.hadoop.hbase.chaos.monkies.PolicyBasedChaosMonkey
Selects a random item from the given items
selectRandomItems(T[], float) - Static method in class org.apache.hadoop.hbase.chaos.monkies.PolicyBasedChaosMonkey
Selects and returns ceil(ratio * items.length) random items from the given array
selectScannersFrom(HStore, List<? extends KeyValueScanner>) - Method in class org.apache.hadoop.hbase.client.TestFromClientSideScanExcpetion.MyStoreScanner
 
selectServers() - Method in class org.apache.hadoop.hbase.chaos.actions.RollingBatchRestartRsAction
 
selectServers() - Method in class org.apache.hadoop.hbase.chaos.actions.RollingBatchRestartRsExceptMetaAction
 
selectWeightedRandomItem(List<Pair<T, Integer>>) - Static method in class org.apache.hadoop.hbase.chaos.monkies.PolicyBasedChaosMonkey
Selects a random item from the given items with weights
SendToOtherTableCoprocessor() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestOpenTableInCoprocessor.SendToOtherTableCoprocessor
 
SeqShardedDataGenerator(int, int, int) - Constructor for class org.apache.hadoop.hbase.StripeCompactionsPerformanceEvaluation.SeqShardedDataGenerator
 
serialize(ByteBuffer, boolean) - Method in class org.apache.hadoop.hbase.io.hfile.CacheTestUtils.ByteArrayCacheable
 
serializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.client.procedure.ShellTestProcedure
 
serializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.client.TestGetProcedureResult.DummyProcedure
 
serialPeer - Variable in class org.apache.hadoop.hbase.replication.TestNamespaceReplication
 
serialPeer - Variable in class org.apache.hadoop.hbase.replication.TestReplicationChangingPeerRegionservers
 
serialPeer - Variable in class org.apache.hadoop.hbase.replication.TestReplicationSmallTests
 
SerialReplicationTestBase - Class in org.apache.hadoop.hbase.replication
Base class for testing serial replication.
SerialReplicationTestBase() - Constructor for class org.apache.hadoop.hbase.replication.SerialReplicationTestBase
 
SerialReplicationTestBase.LocalReplicationEndpoint - Class in org.apache.hadoop.hbase.replication
 
server - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestLogRolling
 
server1 - Variable in class org.apache.hadoop.hbase.replication.TestReplicationStateBasic
 
server2 - Variable in class org.apache.hadoop.hbase.replication.TestReplicationStateBasic
 
server3 - Variable in class org.apache.hadoop.hbase.replication.TestReplicationStateBasic
 
SERVER_AND_DEPENDENCIES_KILLING - Static variable in class org.apache.hadoop.hbase.chaos.factories.MonkeyFactory
 
SERVER_KILLING - Static variable in class org.apache.hadoop.hbase.chaos.factories.MonkeyFactory
 
ServerAndDependenciesKillingMonkeyFactory - Class in org.apache.hadoop.hbase.chaos.factories
Creates ChaosMonkeys for doing server restart actions, but not flush / compact / snapshot kind of actions.
ServerAndDependenciesKillingMonkeyFactory() - Constructor for class org.apache.hadoop.hbase.chaos.factories.ServerAndDependenciesKillingMonkeyFactory
 
ServerKillingMonkeyFactory - Class in org.apache.hadoop.hbase.chaos.factories
Creates ChaosMonkeys for doing server restart actions, but not flush / compact / snapshot kind of actions.
ServerKillingMonkeyFactory() - Constructor for class org.apache.hadoop.hbase.chaos.factories.ServerKillingMonkeyFactory
 
SERVICE - Static variable in class org.apache.hadoop.hbase.ipc.TestProtobufRpcServiceImpl
 
setAveragePrefixLength(int) - Method in class org.apache.hadoop.hbase.util.RedundantKVGenerator
 
setAverageQualifierLength(int) - Method in class org.apache.hadoop.hbase.util.RedundantKVGenerator
 
setAverageSuffixLength(int) - Method in class org.apache.hadoop.hbase.util.RedundantKVGenerator
 
setBaseTimestampDivide(int) - Method in class org.apache.hadoop.hbase.util.RedundantKVGenerator
 
setBatchUpdate(boolean) - Method in class org.apache.hadoop.hbase.util.MultiThreadedUpdater
Use batch vs.
setCellSetModelListener(TestTableScan.ClientSideCellSetModel.Listener) - Method in class org.apache.hadoop.hbase.rest.TestTableScan.ClientSideCellSetModel
Install a listener for row model on this object.
setChanceForSameQualifier(float) - Method in class org.apache.hadoop.hbase.util.RedundantKVGenerator
 
setChanceForSimilarQualifier(float) - Method in class org.apache.hadoop.hbase.util.RedundantKVGenerator
 
setChanceForZeroValue(float) - Method in class org.apache.hadoop.hbase.util.RedundantKVGenerator
 
setClusterManager(ClusterManager) - Method in class org.apache.hadoop.hbase.DistributedHBaseCluster
 
setColumnFamilies(Set<String>) - Method in class org.apache.hadoop.hbase.chaos.factories.MonkeyFactory
 
setColumnFamilyLength(int) - Method in class org.apache.hadoop.hbase.util.RedundantKVGenerator
 
setCommonPrefix(byte[]) - Method in class org.apache.hadoop.hbase.util.RedundantKVGenerator
get/set
setCompactorOverride(StripeCompactor) - Method in class org.apache.hadoop.hbase.regionserver.TestStripeStoreEngine.TestStoreEngine
 
setConf(Configuration) - Method in class org.apache.hadoop.hbase.HBaseCluster
 
setConf(Configuration) - Method in class org.apache.hadoop.hbase.HBaseClusterManager
 
setConf(Configuration) - Method in class org.apache.hadoop.hbase.IntegrationTestRegionReplicaReplication
 
setConf(Configuration) - Method in class org.apache.hadoop.hbase.io.crypto.TestCipherProvider.MyCipherProvider
 
setConf(Configuration) - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestImportTsv
 
setConf(Configuration) - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestTableMapReduceUtil
 
setConf(Configuration) - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestTableSnapshotInputFormat
 
setConf(Configuration) - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTsv
 
setConf(Configuration) - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithOperationAttributes
 
setConf(Configuration) - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithTTLs
 
setConf(Configuration) - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithVisibilityLabels
 
setConf(Configuration) - Method in class org.apache.hadoop.hbase.RESTApiClusterManager
 
setConf(Configuration) - Method in class org.apache.hadoop.hbase.ScanPerformanceEvaluation
 
setConf(Configuration) - Method in class org.apache.hadoop.hbase.test.IntegrationTestTimeBoundedRequestsWithRegionReplicas
 
setConf(Configuration) - Method in class org.apache.hadoop.hbase.test.IntegrationTestZKAndFSPermissions
 
setConf(Configuration) - Method in class org.apache.hadoop.hbase.util.TestEncryptionTest.FailingCipherProvider
 
setConf(Configuration) - Method in class org.apache.hadoop.hbase.wal.WALPerformanceEvaluation
 
setConnection(Connection) - Method in class org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover
 
setContext(String) - Method in class org.apache.hadoop.hbase.test.MetricsAssertHelperImpl.MockRecordBuilder
 
setDFSCluster(MiniDFSCluster) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
setDFSCluster(MiniDFSCluster, boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Set the MiniDFSCluster
setDownAfterClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestNewVersionBehaviorFromClientSide
 
setExceptionInjector(TestMetaCache.ExceptionInjector) - Method in class org.apache.hadoop.hbase.client.TestMetaCache.FakeRSRpcServices
 
setExceptionInjector(TestMetaCache.ExceptionInjector) - Method in class org.apache.hadoop.hbase.client.TestMetaCache.RegionServerWithFakeRpcServices
 
setFailureType(FaultyFSLog.FailureType) - Method in class org.apache.hadoop.hbase.wal.FaultyFSLog
 
setFamily(byte[]) - Method in class org.apache.hadoop.hbase.util.RedundantKVGenerator
 
setFileSystem(FileSystem) - Method in class org.apache.hadoop.hbase.MockRegionServerServices
 
setFileSystemURI(String) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
setHBaseCluster(HBaseCluster) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
setIgnoreNonceConflicts(boolean) - Method in class org.apache.hadoop.hbase.util.MultiThreadedUpdater
 
setIsMajor(boolean) - Method in class org.apache.hadoop.hbase.regionserver.MockHStoreFile
 
setJobScannerConf(Job) - Static method in class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList
 
setKeytabFileForTesting(String) - Static method in class org.apache.hadoop.hbase.security.HBaseKerberosUtils
 
setKeyWindow(int) - Method in class org.apache.hadoop.hbase.util.MultiThreadedReader
 
setMapperClass(Job) - Method in class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify
 
setMapperClass(Job) - Method in class org.apache.hadoop.hbase.test.IntegrationTestWithCellVisibilityLoadAndVerify
 
setMaxErrors(int) - Method in class org.apache.hadoop.hbase.util.MultiThreadedReader
 
setMaxRecoveryErrorCount(OutputStream, int) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Set maxRecoveryErrorCount in DFSClient.
setMembershipDedups() - Method in class org.apache.hadoop.hbase.wal.TestBoundedRegionGroupingStrategy
Ensure that we can use Set.add to deduplicate WALs
setMembershipDedups() - Method in class org.apache.hadoop.hbase.wal.TestFSHLogProvider
Ensure that we can use Set.add to deduplicate WALs
setMetadataValue(byte[], byte[]) - Method in class org.apache.hadoop.hbase.regionserver.MockHStoreFile
 
setMultiGetBatchSize(int) - Method in class org.apache.hadoop.hbase.util.MultiThreadedReader
 
setMultiPut(boolean) - Method in class org.apache.hadoop.hbase.util.MultiThreadedWriter
Use multi-puts vs.
setNumberOfRowPrefixes(int) - Method in class org.apache.hadoop.hbase.util.RedundantKVGenerator
 
setNumberOfRows(int) - Method in class org.apache.hadoop.hbase.util.RedundantKVGenerator
 
setNumMapTasks(Configuration, int) - Static method in class org.apache.hadoop.hbase.mapreduce.NMapInputFormat
 
setOperationTimeout(int) - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
Deprecated.
setOutputOnTicks(boolean) - Method in class org.apache.hadoop.hbase.TestChoreService.ScheduledChoreSamples.CountingChore
 
setPolicy(Policy) - Method in class org.apache.hadoop.hbase.chaos.policies.Policy.PolicyContext
 
setPrefixLengthVariance(int) - Method in class org.apache.hadoop.hbase.util.RedundantKVGenerator
 
setPrincipalForTesting(String) - Static method in class org.apache.hadoop.hbase.security.HBaseKerberosUtils
 
setPriority(int) - Method in class org.apache.hadoop.hbase.client.TestRpcControllerFactory.CountingRpcController
 
setPriority(TableName) - Method in class org.apache.hadoop.hbase.client.TestRpcControllerFactory.CountingRpcController
 
setProperties(Properties) - Method in class org.apache.hadoop.hbase.chaos.factories.MonkeyFactory
 
setQualifierLengthVariance(int) - Method in class org.apache.hadoop.hbase.util.RedundantKVGenerator
 
setQuotaAndThenRemoveInOneAmongTwoTables(SpaceViolationPolicy) - Method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotas
 
setRandomizer(Random) - Method in class org.apache.hadoop.hbase.util.RedundantKVGenerator
 
setReadRpcTimeout(int) - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
Deprecated.
setRegionReplicaId(int) - Method in class org.apache.hadoop.hbase.util.MultiThreadedReader
 
setReplicas(Admin, TableName, int) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Set the number of Region replicas.
setRpcServer(RpcServerInterface) - Method in class org.apache.hadoop.hbase.MockRegionServerServices
 
setRpcTimeout(int) - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
Deprecated.
setScan(Scan, boolean, boolean) - Method in class org.apache.hadoop.hbase.regionserver.TestMobStoreScanner
Set the scan attribute
setSecuredConfiguration(Configuration) - Static method in class org.apache.hadoop.hbase.security.HBaseKerberosUtils
 
setStopAllowed(boolean) - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerAbort.StopBlockingRegionObserver
 
setStopFlag(boolean) - Method in class org.apache.hadoop.hbase.MultithreadedTestUtil.TestContext
 
setSuffixLengthVariance(int) - Method in class org.apache.hadoop.hbase.util.RedundantKVGenerator
 
setSystemProperty(String, String) - Static method in class org.apache.hadoop.hbase.security.HBaseKerberosUtils
 
setTableName(TableName) - Method in class org.apache.hadoop.hbase.chaos.factories.MonkeyFactory
 
setTableNameString(String) - Method in class org.apache.hadoop.hbase.client.procedure.ShellTestProcedure
 
setTestValues(byte[], byte[], byte[], byte[], byte[], byte[], byte[], byte[]) - Method in class org.apache.hadoop.hbase.coprocessor.SampleRegionWALCoprocessor
Set values: with a table name, a column name which will be ignored, and a column name which will be added to WAL.
setThrowOnPostFlush(Boolean) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
setTimeOffset(long) - Method in class org.apache.hadoop.hbase.util.TimeOffsetEnvironmentEdge
 
setTimeoutFailure(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.TestLoadProcedureError.TestProcedure
 
setTimestampDiffSize(int) - Method in class org.apache.hadoop.hbase.util.RedundantKVGenerator
 
setTrackWroteKeys(boolean) - Method in class org.apache.hadoop.hbase.util.MultiThreadedWriterBase
Used for a joint write/read workload.
setUp() - Method in class org.apache.hadoop.hbase.AcidGuaranteesTestBase
 
setUp() - Method in class org.apache.hadoop.hbase.chaos.actions.TestChangeSplitPolicyAction
 
setUp() - Static method in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableScan
 
setUp() - Method in class org.apache.hadoop.hbase.client.AbstractTestCIOperationTimeout
 
setUp() - Method in class org.apache.hadoop.hbase.client.AbstractTestCIRpcTimeout
 
setup() - Method in class org.apache.hadoop.hbase.client.CloneSnapshotFromClientTestBase
Initialize the tests with a table filled with some data and two snapshots (snapshotName0, snapshotName1) of different states.
setUp() - Static method in class org.apache.hadoop.hbase.client.example.TestAsyncClientExample
 
setUp() - Static method in class org.apache.hadoop.hbase.client.example.TestHttpProxyExample
 
setUp() - Method in class org.apache.hadoop.hbase.client.locking.TestEntityLocks
 
setup() - Method in class org.apache.hadoop.hbase.client.RestoreSnapshotFromClientTestBase
Initialize the tests with a table filled with some data and two snapshots (snapshotName0, snapshotName1) of different states.
setUp() - Method in class org.apache.hadoop.hbase.client.TestAdmin1
 
setUp() - Method in class org.apache.hadoop.hbase.client.TestAdmin2
 
setUp() - Method in class org.apache.hadoop.hbase.client.TestAllowPartialScanResultCache
 
setUp() - Static method in class org.apache.hadoop.hbase.client.TestAlwaysSetScannerId
 
setUp() - Method in class org.apache.hadoop.hbase.client.TestAsyncAdminBase
 
setUp() - Method in class org.apache.hadoop.hbase.client.TestAsyncAdminBuilder
 
setUp() - Static method in class org.apache.hadoop.hbase.client.TestAsyncAggregationClient
 
setUp() - Static method in class org.apache.hadoop.hbase.client.TestAsyncBufferMutator
 
setUp() - Method in class org.apache.hadoop.hbase.client.TestAsyncClusterAdminApi2
 
setUp() - Static method in class org.apache.hadoop.hbase.client.TestAsyncMetaRegionLocator
 
setUp() - Static method in class org.apache.hadoop.hbase.client.TestAsyncNonMetaRegionLocator
 
setUp() - Static method in class org.apache.hadoop.hbase.client.TestAsyncNonMetaRegionLocatorConcurrenyLimit
 
setUp() - Static method in class org.apache.hadoop.hbase.client.TestAsyncRegionLocatorTimeout
 
setUp() - Method in class org.apache.hadoop.hbase.client.TestAsyncTable
 
setUp() - Static method in class org.apache.hadoop.hbase.client.TestAsyncTableBatch
 
setUp() - Static method in class org.apache.hadoop.hbase.client.TestAsyncTableGetMultiThreaded
 
setUp(MemoryCompactionPolicy) - Static method in class org.apache.hadoop.hbase.client.TestAsyncTableGetMultiThreaded
 
setUp() - Static method in class org.apache.hadoop.hbase.client.TestAsyncTableGetMultiThreadedWithBasicCompaction
 
setUp() - Static method in class org.apache.hadoop.hbase.client.TestAsyncTableGetMultiThreadedWithEagerCompaction
 
setUp() - Static method in class org.apache.hadoop.hbase.client.TestAsyncTableLocatePrefetch
 
setUp() - Method in class org.apache.hadoop.hbase.client.TestAsyncTableNoncedRetry
 
setUp() - Static method in class org.apache.hadoop.hbase.client.TestAsyncTableScanMetrics
 
setUp() - Static method in class org.apache.hadoop.hbase.client.TestAsyncTableScannerCloseWhileSuspending
 
setUp() - Static method in class org.apache.hadoop.hbase.client.TestAsyncTableScanRenewLease
 
setUp() - Method in class org.apache.hadoop.hbase.client.TestBatchScanResultCache
 
setUp() - Method in class org.apache.hadoop.hbase.client.TestBlockEvictionFromClient
 
setUp() - Method in class org.apache.hadoop.hbase.client.TestCISleep
 
setUp() - Method in class org.apache.hadoop.hbase.client.TestClientNoCluster
 
setup() - Method in class org.apache.hadoop.hbase.client.TestClientScanner
 
setUp() - Method in class org.apache.hadoop.hbase.client.TestCompleteResultScanResultCache
 
setUp() - Method in class org.apache.hadoop.hbase.client.TestEnableTable
 
setUp() - Method in class org.apache.hadoop.hbase.client.TestFastFail
 
setUp() - Method in class org.apache.hadoop.hbase.client.TestFlushFromClient
 
setUp() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide3
 
setUp() - Static method in class org.apache.hadoop.hbase.client.TestGetProcedureResult
 
setUp() - Static method in class org.apache.hadoop.hbase.client.TestGetScanColumnsWithNewVersionBehavior
 
setUp() - Static method in class org.apache.hadoop.hbase.client.TestGetScanPartialResult
 
setUp() - Method in class org.apache.hadoop.hbase.client.TestLeaseRenewal
 
setUp() - Static method in class org.apache.hadoop.hbase.client.TestLimitedScanWithFilter
 
setup() - Method in class org.apache.hadoop.hbase.client.TestMetaWithReplicas
 
setUp() - Method in class org.apache.hadoop.hbase.client.TestMultipleTimestamps
 
setUp() - Method in class org.apache.hadoop.hbase.client.TestMvccConsistentScanner
 
setUp() - Method in class org.apache.hadoop.hbase.client.TestPutDotHas
 
setUp() - Method in class org.apache.hadoop.hbase.client.TestPutWriteToWal
 
setUp() - Static method in class org.apache.hadoop.hbase.client.TestRawAsyncTableLimitedScanWithFilter
 
setUp() - Static method in class org.apache.hadoop.hbase.client.TestRawAsyncTablePartialScan
 
setUp() - Method in class org.apache.hadoop.hbase.client.TestReversedScannerCallable
 
setup() - Static method in class org.apache.hadoop.hbase.client.TestRpcControllerFactory
 
setUp() - Method in class org.apache.hadoop.hbase.client.TestScannersFromClientSide
 
setUp() - Static method in class org.apache.hadoop.hbase.client.TestScannersFromClientSide2
 
setUp() - Method in class org.apache.hadoop.hbase.client.TestScannerTimeout
 
setUp() - Static method in class org.apache.hadoop.hbase.client.TestScanWithoutFetchingData
 
setUp() - Method in class org.apache.hadoop.hbase.client.TestServerLoadDurability
 
setup() - Method in class org.apache.hadoop.hbase.client.TestSnapshotCloneIndependence
 
setup() - Method in class org.apache.hadoop.hbase.client.TestSnapshotFromClient
 
setup() - Method in class org.apache.hadoop.hbase.client.TestSnapshotMetadata
 
setUp() - Method in class org.apache.hadoop.hbase.client.TestSnapshotWithAcl
 
setup() - Method in class org.apache.hadoop.hbase.client.TestTableFavoredNodes
 
setUp() - Static method in class org.apache.hadoop.hbase.client.TestTableOperationException
 
setUp() - Method in class org.apache.hadoop.hbase.client.TestTimestampsFilter
 
setup() - Static method in class org.apache.hadoop.hbase.client.TestUpdateConfiguration
 
setUp() - Static method in class org.apache.hadoop.hbase.client.TestZKAsyncRegistry
 
setup() - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorMetrics
 
setUp() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverBypass
 
setUp() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverForAddingMutationsFromCoprocessors
 
setUp() - Method in class org.apache.hadoop.hbase.coprocessor.TestWALObserver
 
setUp() - Static method in class org.apache.hadoop.hbase.filter.FilterTestingCluster
 
setUp() - Method in class org.apache.hadoop.hbase.filter.TestColumnPaginationFilter
 
setUp() - Method in class org.apache.hadoop.hbase.filter.TestColumnRangeFilter
 
setUp() - Method in class org.apache.hadoop.hbase.filter.TestDependentColumnFilter
 
setUp() - Method in class org.apache.hadoop.hbase.filter.TestFilter
 
setUp() - Static method in class org.apache.hadoop.hbase.filter.TestFilterWrapper
 
setUp() - Method in class org.apache.hadoop.hbase.filter.TestFuzzyRowAndColumnRangeFilter
 
setUp() - Method in class org.apache.hadoop.hbase.filter.TestFuzzyRowFilterEndToEnd
 
setUp() - Method in class org.apache.hadoop.hbase.filter.TestInclusiveStopFilter
 
setUp() - Method in class org.apache.hadoop.hbase.filter.TestInvocationRecordFilter
 
setUp() - Method in class org.apache.hadoop.hbase.filter.TestParseFilter
 
setUp() - Method in class org.apache.hadoop.hbase.filter.TestPrefixFilter
 
setUp() - Method in class org.apache.hadoop.hbase.filter.TestQualifierFilterWithEmptyQualifier
 
setUp() - Method in class org.apache.hadoop.hbase.filter.TestRandomRowFilter
 
setUp() - Method in class org.apache.hadoop.hbase.filter.TestSingleColumnValueFilter
 
setUp() - Method in class org.apache.hadoop.hbase.HBaseTestCase
Deprecated.
Note that this method must be called after the mini hdfs cluster has started or we end up with a local file system.
setup() - Static method in class org.apache.hadoop.hbase.http.jmx.TestJMXJsonServlet
 
setup() - Static method in class org.apache.hadoop.hbase.http.TestHttpServer
 
setup() - Static method in class org.apache.hadoop.hbase.http.TestSSLHttpServer
 
setUp() - Method in class org.apache.hadoop.hbase.IntegrationTestBase
 
setUp() - Method in class org.apache.hadoop.hbase.IntegrationTestIngestWithEncryption
 
setUp() - Method in class org.apache.hadoop.hbase.IntegrationTestLazyCfLoading
 
setUp() - Method in class org.apache.hadoop.hbase.IntegrationTestManyRegions
 
setUp() - Static method in class org.apache.hadoop.hbase.IntegrationTestMetaReplicas
 
setUp() - Method in class org.apache.hadoop.hbase.IntegrationTestRegionReplicaPerf
 
setUp() - Static method in class org.apache.hadoop.hbase.io.asyncfs.TestFanOutOneBlockAsyncDFSOutput
 
setUp() - Static method in class org.apache.hadoop.hbase.io.asyncfs.TestOverwriteFileUnderConstruction
 
setUp() - Method in class org.apache.hadoop.hbase.io.asyncfs.TestSaslFanOutOneBlockAsyncDFSOutput
 
setUp() - Static method in class org.apache.hadoop.hbase.io.crypto.TestKeyStoreKeyProvider
 
setUp() - Method in class org.apache.hadoop.hbase.io.encoding.TestSeekBeforeWithReverseScan
 
setUp() - Method in class org.apache.hadoop.hbase.io.hfile.TestBlockCacheReporting
 
setUp() - Method in class org.apache.hadoop.hbase.io.hfile.TestCacheConfig
 
setUp() - Method in class org.apache.hadoop.hbase.io.hfile.TestCacheOnWrite
 
setUp() - Method in class org.apache.hadoop.hbase.io.hfile.TestChecksum
 
setUp() - Method in class org.apache.hadoop.hbase.io.hfile.TestFixedFileTrailer
 
setup() - Method in class org.apache.hadoop.hbase.io.hfile.TestForceCacheImportantBlocks
 
setUp() - Static method in class org.apache.hadoop.hbase.io.hfile.TestHFile
 
setUp() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFileBlock
 
setUp() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFileBlockIndex
 
setUp() - Static method in class org.apache.hadoop.hbase.io.hfile.TestHFileEncryption
 
setUp() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFileSeek
 
setUp() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFileWriterV3
 
setUp() - Method in class org.apache.hadoop.hbase.io.hfile.TestLazyDataBlockDecompression
 
setUp() - Method in class org.apache.hadoop.hbase.io.hfile.TestLruCachedBlock
 
setUp() - Method in class org.apache.hadoop.hbase.io.hfile.TestPrefetch
 
setUp() - Method in class org.apache.hadoop.hbase.io.hfile.TestSeekTo
 
setUp() - Method in class org.apache.hadoop.hbase.io.util.TestLRUDictionary
 
setup() - Method in class org.apache.hadoop.hbase.ipc.TestBufferChain
 
setup() - Method in class org.apache.hadoop.hbase.ipc.TestFailedServersLog
 
setUp() - Method in class org.apache.hadoop.hbase.ipc.TestFifoRpcScheduler
 
setup() - Method in class org.apache.hadoop.hbase.ipc.TestNettyRpcServer
 
setUp() - Method in class org.apache.hadoop.hbase.ipc.TestProtoBufRpc
 
setup() - Static method in class org.apache.hadoop.hbase.ipc.TestRpcClientLeaks
 
setUp() - Method in class org.apache.hadoop.hbase.ipc.TestRpcServerSlowConnectionSetup
 
setUp() - Static method in class org.apache.hadoop.hbase.ipc.TestRpcServerTraceLogging
 
setUp() - Method in class org.apache.hadoop.hbase.ipc.TestSimpleRpcScheduler
 
setUp() - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestTableSnapshotInputFormat
 
setup() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTsv
 
setUp() - Method in class org.apache.hadoop.hbase.mapreduce.TestMultiTableSnapshotInputFormat
 
setUp() - Method in class org.apache.hadoop.hbase.mapreduce.TestMultiTableSnapshotInputFormatImpl
 
setUp() - Method in class org.apache.hadoop.hbase.mapreduce.TestWALRecordReader
 
setup(Mapper<LongWritable, Text, ImmutableBytesWritable, Put>.Context) - Method in class org.apache.hadoop.hbase.mapreduce.TsvImporterCustomTestMapper
 
setup() - Static method in class org.apache.hadoop.hbase.master.AbstractTestDLS
 
setup() - Method in class org.apache.hadoop.hbase.master.TestCatalogJanitor
 
setUp() - Method in class org.apache.hadoop.hbase.master.TestGetInfoPort
 
setUp() - Method in class org.apache.hadoop.hbase.master.TestGetLastFlushedSequenceId
 
setUp() - Method in class org.apache.hadoop.hbase.master.TestHMasterRPCException
 
setUp() - Static method in class org.apache.hadoop.hbase.master.TestLoadProcedureError
 
setUp() - Static method in class org.apache.hadoop.hbase.master.TestMasterAbortAndRSGotKilled
 
setup() - Method in class org.apache.hadoop.hbase.master.TestMasterCoprocessorServices
 
setup() - Static method in class org.apache.hadoop.hbase.master.TestMasterMetricsWrapper
 
setUp() - Static method in class org.apache.hadoop.hbase.master.TestMasterNotCarryTable
 
setUp() - Method in class org.apache.hadoop.hbase.master.TestMasterQosFunction
 
setUp() - Method in class org.apache.hadoop.hbase.master.TestMasterRepairMode
 
setup() - Method in class org.apache.hadoop.hbase.master.TestMasterTransitions
 
setUp() - Static method in class org.apache.hadoop.hbase.master.TestMetaAssignmentWithStopMaster
 
setUp() - Static method in class org.apache.hadoop.hbase.master.TestServerCrashProcedureCarryingMetaStuck
 
setUp() - Static method in class org.apache.hadoop.hbase.master.TestServerCrashProcedureStuck
 
setUp() - Static method in class org.apache.hadoop.hbase.master.TestShutdownWithNoRegionServer
 
setup() - Method in class org.apache.hadoop.hbase.master.TestSplitLogManager
 
setUp() - Method in class org.apache.hadoop.hbase.master.TestWarmupRegion
 
setUp(String) - Method in class org.apache.hadoop.hbase.mob.compactions.TestMobCompactor
 
setUp() - Method in class org.apache.hadoop.hbase.mob.TestExpiredMobFileCleaner
 
setUp(long, String, DataBlockEncoding) - Method in class org.apache.hadoop.hbase.mob.TestMobDataBlockEncoding
 
setUp() - Method in class org.apache.hadoop.hbase.mob.TestMobFileCache
 
setUp() - Method in class org.apache.hadoop.hbase.mob.TestMobFileName
 
setUp() - Static method in class org.apache.hadoop.hbase.mttr.IntegrationTestMTTR
 
setup(Mapper<LongWritable, Text, LongWritable, LongWritable>.Context) - Method in class org.apache.hadoop.hbase.PerformanceEvaluation.EvaluationMapTask
 
setup() - Method in class org.apache.hadoop.hbase.quotas.policies.TestBulkLoadCheckingViolationPolicyEnforcement
 
setup() - Method in class org.apache.hadoop.hbase.quotas.policies.TestDisableTableViolationPolicyEnforcement
 
setup() - Method in class org.apache.hadoop.hbase.quotas.policies.TestNoInsertsViolationPolicyEnforcement
 
setup() - Method in class org.apache.hadoop.hbase.quotas.policies.TestNoWritesCompactionsViolationPolicyEnforcement
 
setup() - Method in class org.apache.hadoop.hbase.quotas.policies.TestNoWritesViolationPolicyEnforcement
 
setup() - Method in class org.apache.hadoop.hbase.quotas.TestActivePolicyEnforcement
 
setUp() - Static method in class org.apache.hadoop.hbase.quotas.TestMasterQuotasObserver
 
setup() - Method in class org.apache.hadoop.hbase.quotas.TestMasterQuotasObserverWithMocks
 
setup() - Method in class org.apache.hadoop.hbase.quotas.TestNamespaceQuotaViolationStore
 
setup() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaObserverChore
 
setUp() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaObserverChoreRegionReports
 
setUp() - Static method in class org.apache.hadoop.hbase.quotas.TestQuotaObserverChoreWithMiniCluster
 
setUp() - Static method in class org.apache.hadoop.hbase.quotas.TestQuotaStatusRPCs
 
setup() - Method in class org.apache.hadoop.hbase.quotas.TestRegionServerSpaceQuotaManager
 
setUp() - Method in class org.apache.hadoop.hbase.quotas.TestRegionSizeUse
 
setUp() - Static method in class org.apache.hadoop.hbase.quotas.TestSnapshotQuotaObserverChore
 
setup() - Method in class org.apache.hadoop.hbase.quotas.TestSnapshotQuotaObserverChore
 
setUp() - Static method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotas
 
setUp() - Static method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotasWithSnapshots
 
setup() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotaViolationPolicyRefresherChore
 
setup() - Method in class org.apache.hadoop.hbase.quotas.TestTableQuotaViolationStore
 
setup() - Method in class org.apache.hadoop.hbase.quotas.TestTableSpaceQuotaViolationNotifier
 
setup() - Method in class org.apache.hadoop.hbase.quotas.TestTablesWithQuotas
 
setUp() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.AbstractTestScanQueryMatcher
 
setUp() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.TestScanDeleteTracker
 
setup() - Method in class org.apache.hadoop.hbase.regionserver.TestAtomicOperation
 
setUp() - Static method in class org.apache.hadoop.hbase.regionserver.TestBlocksRead
 
setUp() - Method in class org.apache.hadoop.hbase.regionserver.TestBlocksScanned
 
setUp() - Method in class org.apache.hadoop.hbase.regionserver.TestCacheOnWriteInSchema
 
setUp() - Method in class org.apache.hadoop.hbase.regionserver.TestCellFlatSet
 
setUp() - Method in class org.apache.hadoop.hbase.regionserver.TestCellSkipListSet
 
setup() - Method in class org.apache.hadoop.hbase.regionserver.TestClearRegionBlockCache
 
setUp() - Method in class org.apache.hadoop.hbase.regionserver.TestClusterId
 
setUp() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactingMemStore
 
setUp() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactingToCellFlatMapMemStore
 
setUp() - Method in class org.apache.hadoop.hbase.regionserver.TestCompaction
 
setup() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactionArchiveConcurrentClose
 
setup() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactionArchiveIOException
 
setUp() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactionInDeadRegionServer
 
setUp() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactionLifeCycleTracker
 
setUp() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactionPolicy
 
setUp() - Method in class org.apache.hadoop.hbase.regionserver.TestCompoundBloomFilter
 
setUp() - Method in class org.apache.hadoop.hbase.regionserver.TestDataBlockEncodingTool
 
setUp() - Method in class org.apache.hadoop.hbase.regionserver.TestDefaultMemStore
 
setUp() - Static method in class org.apache.hadoop.hbase.regionserver.TestEncryptionKeyRotation
 
setUp() - Static method in class org.apache.hadoop.hbase.regionserver.TestEncryptionRandomKeying
 
setup() - Method in class org.apache.hadoop.hbase.regionserver.TestFailedAppendAndSync
 
setUp() - Method in class org.apache.hadoop.hbase.regionserver.TestFlushLifeCycleTracker
 
setUp() - Static method in class org.apache.hadoop.hbase.regionserver.TestFlushRegionEntry
 
setUp() - Method in class org.apache.hadoop.hbase.regionserver.TestHdfsSnapshotHRegion
 
setUp() - Method in class org.apache.hadoop.hbase.regionserver.TestHMobStore
Setup
setup() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
setUp() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionReplayEvents
 
setUp() - Method in class org.apache.hadoop.hbase.regionserver.TestHStore
Setup
setUp() - Method in class org.apache.hadoop.hbase.regionserver.TestHStoreFile
 
setUp() - Method in class org.apache.hadoop.hbase.regionserver.TestKeepDeletes
 
setUp() - Method in class org.apache.hadoop.hbase.regionserver.TestKeyValueHeap
 
setUp() - Method in class org.apache.hadoop.hbase.regionserver.TestMajorCompaction
 
setUp() - Method in class org.apache.hadoop.hbase.regionserver.TestMetricsHeapMemoryManager
 
setUp() - Method in class org.apache.hadoop.hbase.regionserver.TestMetricsRegionServer
 
setUp() - Method in class org.apache.hadoop.hbase.regionserver.TestMinorCompaction
 
setUp(long, TableName) - Method in class org.apache.hadoop.hbase.regionserver.TestMobStoreScanner
 
setup() - Static method in class org.apache.hadoop.hbase.regionserver.TestMultiLogThreshold
 
setup() - Method in class org.apache.hadoop.hbase.regionserver.TestMutateRowsRecovery
 
setup() - Method in class org.apache.hadoop.hbase.regionserver.TestObservedExceptionsInBatch
 
setUp() - Static method in class org.apache.hadoop.hbase.regionserver.TestOpenSeqNumUnexpectedIncrease
 
setUp() - Method in class org.apache.hadoop.hbase.regionserver.TestParallelPut
 
setup() - Method in class org.apache.hadoop.hbase.regionserver.TestPriorityRpc
 
setUp() - Method in class org.apache.hadoop.hbase.regionserver.TestQosFunction
 
setup() - Method in class org.apache.hadoop.hbase.regionserver.TestRecoveredEditsReplayAndAbort
 
setUp() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionIncrement
 
setup() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionMove
 
setup() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerAbort
 
setUp() - Static method in class org.apache.hadoop.hbase.regionserver.TestRegionServerAbortTimeout
 
setUp() - Static method in class org.apache.hadoop.hbase.regionserver.TestRegionServerCrashDisableWAL
 
setup() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerHostname
 
setUp() - Static method in class org.apache.hadoop.hbase.regionserver.TestRegionServerOnlineConfigChange
 
setUp() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerReportForDuty
 
setUp() - Static method in class org.apache.hadoop.hbase.regionserver.TestReversibleScanners
 
setUp() - Method in class org.apache.hadoop.hbase.regionserver.TestRpcSchedulerFactory
 
setup() - Static method in class org.apache.hadoop.hbase.regionserver.TestScannerRetriableFailure
 
setup() - Static method in class org.apache.hadoop.hbase.regionserver.TestScannerWithCorruptHFile
 
setUp() - Method in class org.apache.hadoop.hbase.regionserver.TestScanWithBloomError
 
setUp() - Static method in class org.apache.hadoop.hbase.regionserver.TestSCVFWithMiniCluster
 
setUp() - Static method in class org.apache.hadoop.hbase.regionserver.TestSecureBulkLoadManager
 
setUp() - Method in class org.apache.hadoop.hbase.regionserver.TestSeekOptimizations
 
setUp() - Method in class org.apache.hadoop.hbase.regionserver.TestShutdownWhileWALBroken
 
setup() - Method in class org.apache.hadoop.hbase.regionserver.TestSplitLogWorker
 
setup() - Method in class org.apache.hadoop.hbase.regionserver.TestSplitTransactionOnCluster
 
setUp() - Method in class org.apache.hadoop.hbase.regionserver.TestSplitWalDataLoss
 
setUp() - Method in class org.apache.hadoop.hbase.regionserver.TestStoreFileRefresherChore
 
setUp() - Static method in class org.apache.hadoop.hbase.regionserver.TestStoreFileScannerWithTagCompression
 
setUp() - Method in class org.apache.hadoop.hbase.regionserver.TestStripeStoreFileManager
 
setUp() - Method in class org.apache.hadoop.hbase.regionserver.TestSwitchToStreamRead
 
setup() - Method in class org.apache.hadoop.hbase.regionserver.TestWalAndCompactingMemStoreFlush
 
setup() - Method in class org.apache.hadoop.hbase.regionserver.TestWALLockup
 
setUp() - Method in class org.apache.hadoop.hbase.regionserver.TestWALMonotonicallyIncreasingSeqId
 
setUp() - Method in class org.apache.hadoop.hbase.regionserver.throttle.TestFlushWithThroughputController
 
setUp() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestFSWAL
 
setUp() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestLogRolling
 
setUp() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestProtobufLog
 
setUp() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestWALReplay
 
setUp() - Method in class org.apache.hadoop.hbase.regionserver.wal.TestDurability
 
setup() - Static method in class org.apache.hadoop.hbase.regionserver.wal.TestHBaseWalOnEC
 
setUp() - Method in class org.apache.hadoop.hbase.regionserver.wal.TestLogRollAbort
 
setUp() - Method in class org.apache.hadoop.hbase.regionserver.wal.TestWALActionsListener
 
setup() - Method in class org.apache.hadoop.hbase.regionserver.wal.TestWALDurability
 
setUp() - Method in class org.apache.hadoop.hbase.replication.TestAddToSerialReplicationPeer
 
setUp() - Method in class org.apache.hadoop.hbase.replication.TestMasterReplication
 
setUp() - Method in class org.apache.hadoop.hbase.replication.TestRemoveFromSerialReplicationPeer
 
setUp() - Method in class org.apache.hadoop.hbase.replication.TestReplicationChangingPeerRegionservers
 
setUp() - Method in class org.apache.hadoop.hbase.replication.TestReplicationEmptyWALRecovery
 
setup() - Method in class org.apache.hadoop.hbase.replication.TestReplicationEndpoint
 
setUp() - Static method in class org.apache.hadoop.hbase.replication.TestReplicationProcedureRetry
 
setUp() - Method in class org.apache.hadoop.hbase.replication.TestReplicationSmallTests
 
setUp() - Method in class org.apache.hadoop.hbase.replication.TestReplicationStateZKImpl
 
setUp() - Method in class org.apache.hadoop.hbase.replication.TestReplicationSyncUpTool
 
setUp() - Method in class org.apache.hadoop.hbase.replication.TestReplicationTrackerZKImpl
 
setUp() - Method in class org.apache.hadoop.hbase.replication.TestSerialReplication
 
setUp() - Method in class org.apache.hadoop.hbase.replication.TestSerialReplicationFailover
 
setUp() - Method in class org.apache.hadoop.hbase.replication.TestVerifyReplication
 
setUp() - Static method in class org.apache.hadoop.hbase.replication.TestZKReplicationPeerStorage
 
setUp() - Static method in class org.apache.hadoop.hbase.replication.TestZKReplicationQueueStorage
 
setup() - Method in class org.apache.hadoop.hbase.rest.client.TestRemoteAdminRetries
 
setup() - Method in class org.apache.hadoop.hbase.rest.client.TestRemoteHTableRetries
 
setup(Mapper<NullWritable, PerformanceEvaluation.PeInputSplit, LongWritable, LongWritable>.Context) - Method in class org.apache.hadoop.hbase.rest.PerformanceEvaluation.EvaluationMapTask
 
setUp() - Static method in class org.apache.hadoop.hbase.rsgroup.TestEnableRSGroup
 
setUp() - Static method in class org.apache.hadoop.hbase.rsgroup.TestRSGroups
 
setup() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
setUp() - Static method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsOfflineMode
 
setUp() - Static method in class org.apache.hadoop.hbase.security.TestSecureIPC
 
setUp() - Static method in class org.apache.hadoop.hbase.security.TestUsersOperationsWithSecureHadoop
 
setUp() - Method in class org.apache.hadoop.hbase.snapshot.TestExportSnapshot
Create a table and take a snapshot of the table used by the export test.
setup() - Method in class org.apache.hadoop.hbase.snapshot.TestFlushSnapshotFromClient
 
setup() - Method in class org.apache.hadoop.hbase.snapshot.TestRestoreFlushSnapshotFromClient
Initialize the tests with a table filled with some data and two snapshots (snapshotName0, snapshotName1) of different states.
setup() - Method in class org.apache.hadoop.hbase.snapshot.TestRestoreSnapshotHelper
 
setUp() - Method in class org.apache.hadoop.hbase.snapshot.TestSnapshotClientRetries
 
setup() - Method in class org.apache.hadoop.hbase.snapshot.TestSnapshotManifest
 
setUp() - Static method in class org.apache.hadoop.hbase.snapshot.TestSnapshotWhenChoreCleaning
 
setUp() - Method in class org.apache.hadoop.hbase.spark.TestJavaHBaseContext
 
setup(Mapper<NullWritable, NullWritable, NullWritable, NullWritable>.Context) - Method in class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify.LoadMapper
 
setup(Reducer<BytesWritable, BytesWritable, Text, Text>.Context) - Method in class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify.VerifyReducer
 
setup(Mapper<WALKey, WALEdit, ImmutableBytesWritable, Mutation>.Context) - Method in class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify.WALSearcher.WALMapperSearcher
 
setup(Mapper<NullWritable, NullWritable, NullWritable, NullWritable>.Context) - Method in class org.apache.hadoop.hbase.test.IntegrationTestWithCellVisibilityLoadAndVerify.LoadWithCellVisibilityMapper
 
setup(Mapper<ImmutableBytesWritable, Result, BytesWritable, BytesWritable>.Context) - Method in class org.apache.hadoop.hbase.test.IntegrationTestWithCellVisibilityLoadAndVerify.VerifyMapper
 
setUp() - Method in class org.apache.hadoop.hbase.TestClientOperationTimeout
 
setUp() - Method in class org.apache.hadoop.hbase.TestClusterBootOrder
 
setUp() - Method in class org.apache.hadoop.hbase.TestCompoundConfiguration
 
setup() - Method in class org.apache.hadoop.hbase.TestHColumnDescriptorDefaultVersions
 
setUp() - Method in class org.apache.hadoop.hbase.TestJMXConnectorServer
 
setUp() - Static method in class org.apache.hadoop.hbase.TestNamespace
 
setUp() - Static method in class org.apache.hadoop.hbase.TestSplitMerge
 
setUp() - Method in class org.apache.hadoop.hbase.TestZooKeeper
 
setUp() - Method in class org.apache.hadoop.hbase.types.TestCopyOnWriteMaps
 
setup() - Method in class org.apache.hadoop.hbase.util.AbstractHBaseToolTest
 
setUp() - Method in class org.apache.hadoop.hbase.util.compaction.TestMajorCompactionRequest
 
setUp() - Method in class org.apache.hadoop.hbase.util.compaction.TestMajorCompactor
 
setUp() - Method in class org.apache.hadoop.hbase.util.PoolMapTestBase
 
setUp() - Method in class org.apache.hadoop.hbase.util.TestBoundedPriorityBlockingQueue
 
setUp() - Method in class org.apache.hadoop.hbase.util.TestByteBufferUtils
Create an array with sample data.
setUp() - Method in class org.apache.hadoop.hbase.util.TestCommonFSUtils
 
setUp() - Method in class org.apache.hadoop.hbase.util.TestConfigurationUtil
 
setup() - Method in class org.apache.hadoop.hbase.util.TestFSHDFSUtils
 
setUp() - Method in class org.apache.hadoop.hbase.util.TestFSUtils
 
setUp() - Method in class org.apache.hadoop.hbase.util.TestFSVisitor
 
setUp() - Static method in class org.apache.hadoop.hbase.util.TestHBaseFsckCleanReplicationBarriers
 
setUp() - Method in class org.apache.hadoop.hbase.util.TestHBaseFsckEncryption
 
setUp() - Method in class org.apache.hadoop.hbase.util.TestHBaseFsckMOB
 
setUp() - Static method in class org.apache.hadoop.hbase.util.TestHBaseFsckReplication
 
setUp() - Method in class org.apache.hadoop.hbase.util.TestMiniClusterLoadSequential
 
setUp() - Method in class org.apache.hadoop.hbase.util.TestRegionMover
 
setup() - Static method in class org.apache.hadoop.hbase.util.TestRegionSplitter
 
setup() - Method in class org.apache.hadoop.hbase.util.TestStealJobQueue
 
setUp() - Method in class org.apache.hadoop.hbase.util.TestWeakObjectPool
 
setUp() - Method in class org.apache.hadoop.hbase.wal.TestBoundedRegionGroupingStrategy
 
setup() - Method in class org.apache.hadoop.hbase.wal.TestDisabledWAL
 
setUp() - Method in class org.apache.hadoop.hbase.wal.TestFSHLogProvider
 
setUp() - Static method in class org.apache.hadoop.hbase.wal.TestReadWriteSeqIdFiles
 
setUp() - Method in class org.apache.hadoop.hbase.wal.TestSecureWAL
 
setUp() - Method in class org.apache.hadoop.hbase.wal.TestWALFactory
 
setUp() - Method in class org.apache.hadoop.hbase.wal.TestWALFiltering
 
setUp() - Method in class org.apache.hadoop.hbase.wal.TestWALOpenAfterDNRollingStart
 
setUp() - Method in class org.apache.hadoop.hbase.wal.TestWALRootDir
 
setUp() - Method in class org.apache.hadoop.hbase.wal.TestWALSplit
 
setUp() - Static method in class org.apache.hadoop.hbase.wal.TestWrongMetaWALFileName
 
setup() - Method in class org.apache.hadoop.hbase.zookeeper.TestHQuorumPeer
 
setUp() - Static method in class org.apache.hadoop.hbase.zookeeper.TestReadOnlyZKClient
 
setUp() - Static method in class org.apache.hadoop.hbase.zookeeper.TestZKUtil
 
setUp() - Method in class org.apache.hadoop.hbase.zookeeper.TestZooKeeperACL
 
setUpAfterClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestSettingTimeoutOnBlockingPoint
 
setUpBase() - Method in class org.apache.hadoop.hbase.replication.TestReplicationBase
 
setUpBase() - Method in class org.apache.hadoop.hbase.replication.TestReplicationDroppedTables
 
setUpBaseConf(Configuration) - Static method in class org.apache.hadoop.hbase.snapshot.TestExportSnapshot
 
setUpBaseConf(Configuration) - Static method in class org.apache.hadoop.hbase.snapshot.TestExportSnapshotNoCluster
 
setUpBaseConf(Configuration) - Static method in class org.apache.hadoop.hbase.snapshot.TestMobExportSnapshot
 
setupBasicMocks() - Method in class org.apache.hadoop.hbase.master.TestMasterStatusServlet
 
setupBasicMocks() - Method in class org.apache.hadoop.hbase.regionserver.TestRSStatusServlet
 
setUpBefore() - Method in class org.apache.hadoop.hbase.util.hbck.OfflineMetaRebuildTestCore
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.AcidGuaranteesTestBase
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.chaos.actions.TestChangeSplitPolicyAction
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.AbstractTestCITimeout
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.AbstractTestScanCursor
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.AbstractTestShell
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.CloneSnapshotFromClientTestBase
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.replication.TestReplicationAdmin
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.replication.TestReplicationAdminWithClusters
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.replication.TestReplicationAdminWithTwoDifferentZKClusters
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.rsgroup.TestShellRSGroups
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestAdmin1
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestAdmin2
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestAsyncAdminBase
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestAsyncClusterAdminApi
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestAsyncClusterAdminApi2
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestAsyncNamespaceAdminApi
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestAsyncProcedureAdminApi
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestAsyncProcessWithRegionException
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestAsyncQuotaAdminApi
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestAsyncReplicationAdminApi
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestAsyncReplicationAdminApiWithClusters
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestAsyncResultScannerCursor
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestAsyncSingleRequestRpcRetryingCaller
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestAsyncTable
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestAsyncTableNoncedRetry
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestAsyncTableRegionReplicasGet
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestAsyncTableRegionReplicasScan
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestAvoidCellReferencesIntoShippedBlocks
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestBlockEvictionFromClient
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestCheckAndMutate
 
setupBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestCIBadHostname
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestClientOperationInterrupt
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestClientScannerRPCTimeout
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestClientTimeouts
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestConnectionImplementation
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestDropTimeoutRequest
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestFastFail
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestFlushFromClient
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestFromClientSide3
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestFromClientSideNoCodec
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestFromClientSideScanExcpetion
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestFromClientSideScanExcpetionWithCoprocessor
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestFromClientSideWithCoprocessor
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestHbck
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestHTableMultiplexer
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestIllegalTableDescriptor
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestLeaseRenewal
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestMalformedCellFromClient
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestMetaCache
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestMobCloneSnapshotFromClientCloneLinksAfterDelete
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestMobCloneSnapshotFromClientError
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestMobCloneSnapshotFromClientNormal
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestMultipleTimestamps
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestMultiRespectsLimits
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestMvccConsistentScanner
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestPutWithDelete
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestRawAsyncScanCursor
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestRegionLocationCaching
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestResultFromCoprocessor
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestResultSizeEstimation
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestScannersFromClientSide
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestScannerTimeout
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestServerBusyException
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestShellNoCluster
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestShortCircuitConnection
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestSizeFailures
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestSmallReversedScanner
 
setupBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestSnapshotWithAcl
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestSplitOrMergeStatus
 
setupBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestTableFavoredNodes
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.client.TestTimestampsFilter
 
setupBeforeClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestAppendTimeRange
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestAsyncCoprocessorEndpoint
 
setupBeforeClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestBatchCoprocessorEndpoint
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestClassLoading
 
setupBeforeClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorEndpoint
 
setupBeforeClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorMetrics
 
setupBeforeClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorServiceBackwardCompatibility
 
setupBeforeClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorStop
 
setupBeforeClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorTableEndpoint
 
setupBeforeClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestIncrementAndAppendWithNullResult
 
setupBeforeClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestIncrementTimeRange
 
setupBeforeClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestMasterCoprocessorExceptionWithAbort
 
setupBeforeClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestMasterCoprocessorExceptionWithRemove
 
setupBeforeClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver
 
setupBeforeClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestMetaTableMetrics
 
setupBeforeClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestNegativeMemStoreSizeWithSlowCoprocessor
 
setupBeforeClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestPassCustomCellViaRegionObserver
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverBypass
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverForAddingMutationsFromCoprocessors
 
setupBeforeClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverInterface
 
setupBeforeClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestRegionServerCoprocessorEndpoint
 
setupBeforeClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestRegionServerCoprocessorExceptionWithRemove
 
setupBeforeClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestRowProcessorEndpoint
 
setupBeforeClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestWALObserver
 
setupBeforeClass() - Static method in class org.apache.hadoop.hbase.favored.TestFavoredNodeAssignmentHelper
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.filter.TestColumnRangeFilter
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.filter.TestFilterFromRegionSide
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.filter.TestFilterListOnMini
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.filter.TestFilterListOrOperatorWithBlkCnt
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.filter.TestFuzzyRowAndColumnRangeFilter
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.filter.TestFuzzyRowFilterEndToEnd
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.filter.TestMultiRowRangeFilter
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.io.asyncfs.TestSaslFanOutOneBlockAsyncDFSOutput
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.io.encoding.TestChangingEncoding
 
setupBeforeClass() - Static method in class org.apache.hadoop.hbase.io.TestHalfStoreFileReader
 
setupBeforeClass() - Static method in class org.apache.hadoop.hbase.ipc.TestMasterFifoRpcScheduler
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.ipc.TestNettyIPC
 
setupBeforeClass() - Static method in class org.apache.hadoop.hbase.ipc.TestNettyRpcServer
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.mapreduce.MultiTableInputFormatTestBase
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.mapreduce.TestRowCounter
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanBase
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.mapreduce.TestTableRecordReader
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.mapreduce.TestWALRecordReader
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.master.TestActiveMasterManager
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.master.TestCatalogJanitorInMemoryStates
 
setupBeforeClass() - Static method in class org.apache.hadoop.hbase.master.TestDeadServer
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.master.TestMasterNoCluster
 
setupBeforeClass() - Static method in class org.apache.hadoop.hbase.master.TestMasterOperationsForRegionReplicas
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.master.TestMetaShutdownHandler
 
setupBeforeClass() - Static method in class org.apache.hadoop.hbase.master.TestRegionPlacement
 
setupBeforeClass() - Static method in class org.apache.hadoop.hbase.master.TestRegionPlacement2
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.master.TestShutdownBackupMaster
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.master.TestWarmupRegion
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.mob.compactions.TestMobCompactor
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.mob.compactions.TestPartitionedMobCompactor
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.mob.TestDefaultMobStoreFlusher
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.mob.TestExpiredMobFileCleaner
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.mob.TestMobDataBlockEncoding
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.quotas.TestQuotaAdmin
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.quotas.TestQuotaTableUtil
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.quotas.TestQuotaThrottle
 
setupBeforeClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestCompactionFileNotFound
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestCompactionLifeCycleTracker
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestCompactionState
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestDeleteMobTable
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestFlushLifeCycleTracker
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestHRegionReplayEvents
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestHRegionServerBulkLoad
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestHRegionServerBulkLoadWithOldSecureEndpoint
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestIsDeleteFailure
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestJoinedScanners
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestMasterAddressTracker
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestMemStoreChunkPool
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestMemStoreLAB
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestMemstoreLABWithoutPool
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestMobStoreCompaction
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestMobStoreScanner
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestNewVersionBehaviorFromClientSide
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestRegionFavoredNodes
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestScannerHeartbeatMessages
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestScannerWithBulkload
 
setupBeforeClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestServerCustomProtocol
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestSettingTimeoutOnBlockingPoint
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestTags
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestFSWAL
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestLogRolling
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestLogRollPeriod
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestProtobufLog
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestWALReplay
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.regionserver.wal.TestAsyncFSWAL
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.regionserver.wal.TestAsyncLogRolling
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.regionserver.wal.TestAsyncLogRollPeriod
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.regionserver.wal.TestAsyncProtobufLog
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.regionserver.wal.TestAsyncWALReplay
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.regionserver.wal.TestAsyncWALReplayCompressed
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.regionserver.wal.TestCompressor
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.regionserver.wal.TestDurability
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.regionserver.wal.TestLogRollAbort
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.regionserver.wal.TestLogRolling
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.regionserver.wal.TestLogRollPeriod
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.regionserver.wal.TestSecureAsyncWALReplay
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.regionserver.wal.TestSecureWALReplay
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.regionserver.wal.TestWALActionsListener
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.regionserver.wal.TestWALReplay
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.regionserver.wal.TestWALReplayBoundedLogWriterCreation
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.regionserver.wal.TestWALReplayCompressed
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.replication.SerialReplicationTestBase
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.replication.TestMultiSlaveReplication
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.replication.TestNamespaceReplication
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.replication.TestPerTableCFReplication
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.replication.TestReplicationBase
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.replication.TestReplicationEndpoint
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.replication.TestReplicationKillMasterRSCompressed
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.replication.TestReplicationKillMasterRSWithSeparateOldWALs
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.replication.TestReplicationKillSlaveRSWithSeparateOldWALs
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.replication.TestReplicationStateZKImpl
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.replication.TestReplicationSyncUpToolWithBulkLoadedData
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.replication.TestReplicationTrackerZKImpl
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.replication.TestReplicationWithTags
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.rest.client.TestRemoteTable
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.rest.RowResourceBase
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.rest.TestGzipFilter
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.rest.TestMultiRowResource
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.rest.TestNamespacesInstanceResource
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.rest.TestNamespacesResource
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.rest.TestResourceFilter
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.rest.TestScannerResource
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.rest.TestScannersWithFilters
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.rest.TestScannersWithLabels
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.rest.TestSchemaResource
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.rest.TestStatusResource
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.rest.TestTableResource
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.rest.TestTableScan
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.rest.TestVersionResource
 
setupBeforeClass() - Static method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsWithACL
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.snapshot.TestExportSnapshot
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.snapshot.TestExportSnapshotNoCluster
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.snapshot.TestMobExportSnapshot
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.snapshot.TestMobSecureExportSnapshot
 
setupBeforeClass() - Static method in class org.apache.hadoop.hbase.snapshot.TestRegionSnapshotTask
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.snapshot.TestSecureExportSnapshot
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.TestClientClusterMetrics
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.TestClientClusterStatus
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.TestFullLogReconstruction
 
setupBeforeClass() - Static method in class org.apache.hadoop.hbase.TestJMXListener
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.TestMultiVersions
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.TestPartialResultsFromClientSide
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.TestSequenceIdMonotonicallyIncreasing
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.TestServerSideScanMetricsFromClientSide
 
setupBeforeClass() - Static method in class org.apache.hadoop.hbase.TestStochasticBalancerJmxMetrics
Setup the environment for the test.
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.TestZooKeeper
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.util.TestCoprocessorScanPolicy
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.util.TestFromClientSide3WoUnsafe
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.util.TestHBaseFsckMOB
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.util.TestRegionMover
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.wal.TestBoundedRegionGroupingStrategy
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.wal.TestFSHLogProvider
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.wal.TestSecureWAL
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.wal.TestWALFactory
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.wal.TestWALOpenAfterDNRollingStart
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.wal.TestWALReaderOnSecureWAL
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.wal.TestWALRootDir
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.wal.TestWALSplit
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.wal.TestWALSplitBoundedLogWriterCreation
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.wal.TestWALSplitCompressed
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.zookeeper.TestRecoverableZooKeeper
 
setupBeforeClass() - Static method in class org.apache.hadoop.hbase.zookeeper.TestZKLeaderManager
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.zookeeper.TestZKMulti
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.zookeeper.TestZKNodeTracker
 
setUpBeforeClass() - Static method in class org.apache.hadoop.hbase.zookeeper.TestZooKeeperACL
 
setUpBeforeTest() - Method in class org.apache.hadoop.hbase.client.TestAsyncTableBatch
 
setupBeforeTest() - Method in class org.apache.hadoop.hbase.regionserver.TestScannerHeartbeatMessages
 
setUpClass() - Static method in class org.apache.hadoop.hbase.TestClientOperationTimeout
 
setUpCluster() - Method in class org.apache.hadoop.hbase.chaos.util.ChaosMonkeyRunner
 
setupCluster() - Static method in class org.apache.hadoop.hbase.client.RestoreSnapshotFromClientTestBase
 
setupCluster() - Static method in class org.apache.hadoop.hbase.client.TestClientPushback
 
setupCluster() - Static method in class org.apache.hadoop.hbase.client.TestMobRestoreSnapshotFromClientAfterSplittingRegions
 
setupCluster() - Static method in class org.apache.hadoop.hbase.client.TestMobRestoreSnapshotFromClientClone
 
setupCluster() - Static method in class org.apache.hadoop.hbase.client.TestMobRestoreSnapshotFromClientSchemaChange
 
setupCluster() - Static method in class org.apache.hadoop.hbase.client.TestMobRestoreSnapshotFromClientSimple
 
setupCluster() - Static method in class org.apache.hadoop.hbase.client.TestMobSnapshotCloneIndependence
Setup the config for the cluster and start it
setupCluster() - Static method in class org.apache.hadoop.hbase.client.TestMobSnapshotFromClient
Setup the config for the cluster
setupCluster() - Static method in class org.apache.hadoop.hbase.client.TestSnapshotCloneIndependence
Setup the config for the cluster and start it
setupCluster() - Static method in class org.apache.hadoop.hbase.client.TestSnapshotFromClient
Setup the config for the cluster
setupCluster() - Static method in class org.apache.hadoop.hbase.client.TestSnapshotMetadata
 
setupCluster() - Method in class org.apache.hadoop.hbase.client.TestTableSnapshotScanner
 
setupCluster() - Static method in class org.apache.hadoop.hbase.coprocessor.TestOpenTableInCoprocessor
 
setUpCluster() - Method in class org.apache.hadoop.hbase.IntegrationTestAcidGuarantees
 
setUpCluster() - Method in class org.apache.hadoop.hbase.IntegrationTestBase
 
setUpCluster() - Method in class org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover
 
setUpCluster() - Method in class org.apache.hadoop.hbase.IntegrationTestIngest
 
setUpCluster() - Method in class org.apache.hadoop.hbase.IntegrationTestIngestWithACL
 
setUpCluster() - Method in class org.apache.hadoop.hbase.IntegrationTestIngestWithEncryption
 
setUpCluster() - Method in class org.apache.hadoop.hbase.IntegrationTestIngestWithTags
 
setUpCluster() - Method in class org.apache.hadoop.hbase.IntegrationTestIngestWithVisibilityLabels
 
setUpCluster() - Method in class org.apache.hadoop.hbase.IntegrationTestRegionReplicaPerf
 
setUpCluster() - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad
 
setUpCluster() - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestTableSnapshotInputFormat
 
setupCluster() - Method in class org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatTestBase
 
setupCluster() - Static method in class org.apache.hadoop.hbase.master.TestMergeTableRegionsWhileRSCrash
 
setupCluster() - Static method in class org.apache.hadoop.hbase.master.TestSplitRegionWhileRSCrash
 
setupCluster() - Static method in class org.apache.hadoop.hbase.regionserver.TestCompactSplitThread
Setup the config for the cluster
setupCluster() - Static method in class org.apache.hadoop.hbase.snapshot.TestFlushSnapshotFromClient
 
setupCluster() - Static method in class org.apache.hadoop.hbase.snapshot.TestMobFlushSnapshotFromClient
 
setupCluster() - Static method in class org.apache.hadoop.hbase.snapshot.TestMobRestoreFlushSnapshotFromClient
 
setupCluster() - Static method in class org.apache.hadoop.hbase.snapshot.TestRestoreFlushSnapshotFromClient
 
setupCluster() - Static method in class org.apache.hadoop.hbase.snapshot.TestRestoreSnapshotHelper
 
setUpCluster() - Method in class org.apache.hadoop.hbase.spark.IntegrationTestSparkBulkLoad
 
setUpCluster() - Method in class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList
 
setUpCluster() - Method in class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedListWithVisibility
 
setUpCluster() - Method in class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify
 
setUpCluster() - Method in class org.apache.hadoop.hbase.test.IntegrationTestWithCellVisibilityLoadAndVerify
 
setupClusterTestDir() - Method in class org.apache.hadoop.hbase.HBaseZKTestingUtility
Creates a directory for the cluster, under the test data
setupConf(Configuration) - Static method in class org.apache.hadoop.hbase.client.RestoreSnapshotFromClientTestBase
 
setupConf(Configuration) - Static method in class org.apache.hadoop.hbase.client.TestMobRestoreSnapshotFromClientAfterSplittingRegions
 
setupConf(Configuration) - Static method in class org.apache.hadoop.hbase.client.TestMobRestoreSnapshotFromClientClone
 
setupConf(Configuration) - Static method in class org.apache.hadoop.hbase.client.TestMobRestoreSnapshotFromClientSchemaChange
 
setupConf(Configuration) - Static method in class org.apache.hadoop.hbase.client.TestMobRestoreSnapshotFromClientSimple
 
setupConf(Configuration) - Static method in class org.apache.hadoop.hbase.client.TestMobSnapshotCloneIndependence
 
setupConf(Configuration) - Static method in class org.apache.hadoop.hbase.client.TestMobSnapshotFromClient
 
setupConf(Configuration) - Static method in class org.apache.hadoop.hbase.client.TestSnapshotFromClient
 
setUpConf() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerAccounting
 
setupConf(Configuration) - Static method in class org.apache.hadoop.hbase.snapshot.TestFlushSnapshotFromClient
 
setupConf(Configuration) - Static method in class org.apache.hadoop.hbase.snapshot.TestMobFlushSnapshotFromClient
 
setupConf(Configuration) - Static method in class org.apache.hadoop.hbase.snapshot.TestMobRestoreFlushSnapshotFromClient
 
setupConf(Configuration) - Method in class org.apache.hadoop.hbase.snapshot.TestMobRestoreSnapshotHelper
 
setupConf(Configuration) - Static method in class org.apache.hadoop.hbase.snapshot.TestRestoreFlushSnapshotFromClient
 
setupConf(Configuration) - Method in class org.apache.hadoop.hbase.snapshot.TestRestoreSnapshotHelper
 
setupConfiguration() - Static method in class org.apache.hadoop.hbase.client.CloneSnapshotFromClientTestBase
 
setupConfiguration() - Static method in class org.apache.hadoop.hbase.client.TestMobCloneSnapshotFromClientCloneLinksAfterDelete
 
setupConfiguration() - Static method in class org.apache.hadoop.hbase.client.TestMobCloneSnapshotFromClientError
 
setupConfiguration() - Static method in class org.apache.hadoop.hbase.client.TestMobCloneSnapshotFromClientNormal
 
setupConfiguration() - Method in class org.apache.hadoop.hbase.master.TestMasterBalanceThrottling
 
setupDataTestDir() - Method in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
Sets up a directory for a test to use.
setupDataTestDir() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
setupForTest() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaStatusRPCs
 
setupFS() - Static method in class org.apache.hadoop.hbase.snapshot.TestSnapshotDescriptionUtils
 
setupLogging() - Static method in class org.apache.hadoop.hbase.mapreduce.TestMultiTableInputFormat
 
setupMiniCluster() - Static method in class org.apache.hadoop.hbase.quotas.TestSuperUserQuotaPermissions
 
setupMiniKdc(File) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Sets up MiniKdc for testing security.
setupMocks() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionSplitPolicy
 
setUpMonkey() - Method in class org.apache.hadoop.hbase.IntegrationTestBase
 
setUpMonkey() - Method in class org.apache.hadoop.hbase.IntegrationTestRegionReplicaPerf
 
setUpOnce() - Static method in class org.apache.hadoop.hbase.regionserver.TestRegionServerReadRequestMetrics
 
setupReplication() - Method in class org.apache.hadoop.hbase.replication.TestReplicationSyncUpTool
 
setupServer() - Static method in class org.apache.hadoop.hbase.http.TestSpnegoHttpServer
 
setupServer() - Static method in class org.apache.hadoop.hbase.rest.TestSecureRESTServer
 
setUpSnapshots() - Static method in class org.apache.hadoop.hbase.mapreduce.TestMultiTableSnapshotInputFormat
 
setupSSLConfig(String, String, Configuration, boolean) - Static method in class org.apache.hadoop.hbase.http.ssl.KeyStoreTestUtil
Performs complete setup of SSL configuration in preparation for testing an SSLFactory.
setupTable(TableName, int) - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionServerBulkLoad
Creates a table with given table name and specified number of column families if the table does not already exist.
setupTablesAndReplication() - Method in class org.apache.hadoop.hbase.test.IntegrationTestReplication.VerifyReplicationLoop
This tears down any tables that existed from before and rebuilds the tables and schemas on the source cluster.
setupTest() - Method in class org.apache.hadoop.hbase.client.TestHTableMultiplexerViaMocks
 
setupTest() - Static method in class org.apache.hadoop.hbase.master.TestMasterFileSystem
 
setupTest() - Static method in class org.apache.hadoop.hbase.master.TestMasterFileSystemWithWALDir
 
setupTest() - Method in class org.apache.hadoop.hbase.regionserver.TestMultiLogThreshold
 
setUpTest() - Method in class org.apache.hadoop.hbase.security.TestSecureIPC
 
setupWALWriter() - Method in class org.apache.hadoop.hbase.replication.SerialReplicationTestBase
 
setUseDistributedCluster(Configuration) - Static method in class org.apache.hadoop.hbase.IntegrationTestingUtility
Sets the configuration property to use a distributed cluster for the integration tests.
setUtil(IntegrationTestingUtility) - Method in class org.apache.hadoop.hbase.chaos.factories.MonkeyFactory
 
setValueLength(int) - Method in class org.apache.hadoop.hbase.util.RedundantKVGenerator
 
setWriteRpcTimeout(int) - Method in class org.apache.hadoop.hbase.regionserver.RegionAsTable
Deprecated.
setZkCluster(MiniZooKeeperCluster) - Method in class org.apache.hadoop.hbase.HBaseZKTestingUtility
 
sfCreate(long[], long[], long[]) - Method in class org.apache.hadoop.hbase.regionserver.AbstractTestDateTieredCompactionPolicy
 
ShellTestProcedure - Class in org.apache.hadoop.hbase.client.procedure
 
ShellTestProcedure() - Constructor for class org.apache.hadoop.hbase.client.procedure.ShellTestProcedure
 
ShellTestProcedure(String) - Constructor for class org.apache.hadoop.hbase.client.procedure.ShellTestProcedure
 
shipped() - Method in class org.apache.hadoop.hbase.regionserver.DelegatingKeyValueScanner
 
shortTaskId - Variable in class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify.LoadMapper
 
shoudBeValidMapReduceEvaluation() - Method in class org.apache.hadoop.hbase.mapred.TestTableMapReduceUtil
 
shoudBeValidMapReduceWithPartitionerEvaluation() - Method in class org.apache.hadoop.hbase.mapred.TestTableMapReduceUtil
 
shouldBulkLoadManyFamilyHLog() - Method in class org.apache.hadoop.hbase.regionserver.TestBulkLoad
 
shouldBulkLoadManyFamilyHLogEvenWhenTableNameNamespaceSpecified() - Method in class org.apache.hadoop.hbase.regionserver.TestBulkLoad
 
shouldBulkLoadSingleFamilyHLog() - Method in class org.apache.hadoop.hbase.regionserver.TestBulkLoad
 
shouldCollectPredefinedTimes() - Method in class org.apache.hadoop.hbase.mapred.TestIdentityTableMap
 
shouldCrashIfBulkLoadFamiliesNotInTable() - Method in class org.apache.hadoop.hbase.regionserver.TestBulkLoad
 
shouldCreateAndRunSubmittableJob() - Method in class org.apache.hadoop.hbase.mapred.TestRowCounter
 
shouldCreateNewKey() - Method in class org.apache.hadoop.hbase.mapred.TestGroupingTableMap
 
shouldCreateNewKeyAlthoughExtraKey() - Method in class org.apache.hadoop.hbase.mapred.TestGroupingTableMap
 
shouldExitAndPrintUsageSinceParameterNumberLessThanThree() - Method in class org.apache.hadoop.hbase.mapred.TestRowCounter
 
shouldFlushInMemory() - Method in class org.apache.hadoop.hbase.regionserver.TestHStore.MyCompactingMemStoreWithCustomCompactor
 
shouldNotCallCollectonSinceFindUniqueKeyValueMoreThanOnes() - Method in class org.apache.hadoop.hbase.mapred.TestGroupingTableMap
 
shouldNumberOfMapTaskNotExceedNumberOfRegionsForGivenTable() - Method in class org.apache.hadoop.hbase.mapred.TestTableMapReduceUtil
 
shouldNumberOfReduceTaskNotExceedNumberOfRegionsForGivenTable() - Method in class org.apache.hadoop.hbase.mapred.TestTableMapReduceUtil
Check what the given number of reduce tasks for the given job configuration does not exceed the number of regions for the given table.
shouldPrintUsage() - Method in class org.apache.hadoop.hbase.mapred.TestRowCounter
 
shouldRegInReportEveryIncomingRow() - Method in class org.apache.hadoop.hbase.mapred.TestRowCounter
 
shouldRetryInspiteOfFastFail(FailureInfo) - Method in class org.apache.hadoop.hbase.client.TestFastFail.MyPreemptiveFastFailInterceptor
 
shouldReturnNullFromCreateGroupKey() - Method in class org.apache.hadoop.hbase.mapred.TestGroupingTableMap
 
shouldRun() - Method in class org.apache.hadoop.hbase.MultithreadedTestUtil.TestContext
 
shouldThrowErrorIfBadFamilySpecifiedAsFamilyPath() - Method in class org.apache.hadoop.hbase.regionserver.TestBulkLoad
 
shouldThrowErrorIfHFileDoesNotExist() - Method in class org.apache.hadoop.hbase.regionserver.TestBulkLoad
 
shouldUseScanner(Scan, HStore, long) - Method in class org.apache.hadoop.hbase.regionserver.DelegatingKeyValueScanner
 
shutdown() - Method in class org.apache.hadoop.hbase.DistributedHBaseCluster
 
shutdown() - Method in class org.apache.hadoop.hbase.HBaseCluster
Shut down the HBase cluster
shutdown() - Method in class org.apache.hadoop.hbase.master.TestMasterBalanceThrottling
 
shutdown() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Shut down the mini HBase cluster
shutdown() - Method in class org.apache.hadoop.hbase.util.ProcessBasedLocalHBaseCluster
 
shutdown() - Method in class org.apache.hadoop.hbase.wal.IOTestProvider
 
shutdownDfs(MiniDFSCluster) - Static method in class org.apache.hadoop.hbase.HBaseTestCase
Deprecated.
Common method to close down a MiniDFSCluster and the associated file system
shutdownMetaAndDoValidations(HBaseTestingUtility) - Static method in class org.apache.hadoop.hbase.client.TestMetaWithReplicas
 
shutdownMiniCluster() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Stops mini hbase, zk, and hdfs clusters.
shutdownMiniDFSCluster() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Shuts down instance created by call to HBaseTestingUtility.startMiniDFSCluster(int) or does nothing.
shutdownMiniHBaseCluster() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Shutdown HBase mini cluster.Does not shutdown zk or dfs if running.
shutdownMiniMapReduceCluster() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Stops the previously started MiniMRCluster.
shutdownMiniZKCluster() - Method in class org.apache.hadoop.hbase.HBaseZKTestingUtility
Shuts down zk cluster created by call to #startMiniZKCluster(File) or does nothing.
shutdownService(ChoreService) - Method in class org.apache.hadoop.hbase.TestChoreService
 
shutdownServletContainer() - Method in class org.apache.hadoop.hbase.rest.HBaseRESTTestingUtility
 
signal(ClusterManager.ServiceType, String, String) - Method in class org.apache.hadoop.hbase.HBaseClusterManager
 
simple_expected - Static variable in class org.apache.hadoop.hbase.mapreduce.IntegrationTestImportTsv
 
simple_tsv - Static variable in class org.apache.hadoop.hbase.mapreduce.IntegrationTestImportTsv
 
SimpleFilter() - Constructor for class org.apache.hadoop.hbase.http.TestServletFilter.SimpleFilter
 
SimpleRegionObserver - Class in org.apache.hadoop.hbase.coprocessor
A sample region observer that tests the RegionObserver interface.
SimpleRegionObserver() - Constructor for class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
SimpleRegionObserverV2() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestCoprocessorHost.SimpleRegionObserverV2
 
sink - Variable in class org.apache.hadoop.hbase.test.IntegrationTestReplication.VerifyReplicationLoop
 
sinkClusterIdString - Variable in class org.apache.hadoop.hbase.test.IntegrationTestReplication
 
size() - Method in class org.apache.hadoop.hbase.util.ConstantDelayQueue
 
SIZE_PER_VALUE - Static variable in class org.apache.hadoop.hbase.quotas.SpaceQuotaHelperForTests
 
SKIP_CHECK_FS - Static variable in class org.apache.hadoop.hbase.test.IntegrationTestZKAndFSPermissions
 
SKIP_CHECK_ZK - Static variable in class org.apache.hadoop.hbase.test.IntegrationTestZKAndFSPermissions
 
skipMiniCluster() - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestTableMapReduceUtil
 
SLAVES - Static variable in class org.apache.hadoop.hbase.client.TestAvoidCellReferencesIntoShippedBlocks
 
SLAVES - Static variable in class org.apache.hadoop.hbase.client.TestBlockEvictionFromClient
 
SLAVES - Static variable in class org.apache.hadoop.hbase.client.TestClientTimeouts
 
SLAVES - Static variable in class org.apache.hadoop.hbase.client.TestFromClientSide
 
SLAVES - Static variable in class org.apache.hadoop.hbase.client.TestIncrementsFromClientSide
 
SLAVES - Static variable in class org.apache.hadoop.hbase.client.TestSizeFailures
 
SLAVES - Static variable in class org.apache.hadoop.hbase.master.TestWarmupRegion
 
sleep(Configuration, long) - Static method in class org.apache.hadoop.hbase.Waiter
Makes the current thread sleep for the duration equal to the specified time in milliseconds multiplied by the Waiter.getWaitForRatio(Configuration).
SLEEP_TIME - Static variable in class org.apache.hadoop.hbase.client.AbstractTestCITimeout.SleepCoprocessor
 
SLEEP_TIME - Static variable in class org.apache.hadoop.hbase.client.TestDropTimeoutRequest.SleepLongerAtFirstCoprocessor
 
SLEEP_TIME - Static variable in class org.apache.hadoop.hbase.client.TestServerBusyException.SleepCoprocessor
 
SLEEP_TIME - Static variable in class org.apache.hadoop.hbase.client.TestServerBusyException.SleepLongerAtFirstCoprocessor
 
SLEEP_TIME - Static variable in class org.apache.hadoop.hbase.regionserver.TestSettingTimeoutOnBlockingPoint.SleepCoprocessor
 
SLEEP_TIME - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationBase
 
SleepAndFailFirstTime() - Constructor for class org.apache.hadoop.hbase.client.AbstractTestCITimeout.SleepAndFailFirstTime
 
SleepAnswer(int) - Constructor for class org.apache.hadoop.hbase.GenericTestUtils.SleepAnswer
 
SleepAtFirstRpcCall() - Constructor for class org.apache.hadoop.hbase.client.HConnectionTestingUtility.SleepAtFirstRpcCall
 
SleepCoprocessor() - Constructor for class org.apache.hadoop.hbase.client.AbstractTestCITimeout.SleepCoprocessor
 
SleepCoprocessor() - Constructor for class org.apache.hadoop.hbase.client.TestServerBusyException.SleepCoprocessor
 
SleepCoprocessor() - Constructor for class org.apache.hadoop.hbase.regionserver.TestSettingTimeoutOnBlockingPoint.SleepCoprocessor
 
SleepingChore(String, int, int) - Constructor for class org.apache.hadoop.hbase.TestChoreService.ScheduledChoreSamples.SleepingChore
 
SleepingChore(String, Stoppable, int, int) - Constructor for class org.apache.hadoop.hbase.TestChoreService.ScheduledChoreSamples.SleepingChore
 
SleepLongerAtFirstCoprocessor() - Constructor for class org.apache.hadoop.hbase.client.TestDropTimeoutRequest.SleepLongerAtFirstCoprocessor
 
SleepLongerAtFirstCoprocessor() - Constructor for class org.apache.hadoop.hbase.client.TestServerBusyException.SleepLongerAtFirstCoprocessor
 
SleepRegionObserver() - Constructor for class org.apache.hadoop.hbase.client.TestAsyncRegionLocatorTimeout.SleepRegionObserver
 
SleepWhenCloseCoprocessor() - Constructor for class org.apache.hadoop.hbase.regionserver.TestRegionServerAbortTimeout.SleepWhenCloseCoprocessor
 
SLOW_DETERMINISTIC - Static variable in class org.apache.hadoop.hbase.chaos.factories.MonkeyFactory
 
SlowChore(String, int) - Constructor for class org.apache.hadoop.hbase.TestChoreService.ScheduledChoreSamples.SlowChore
 
SlowChore(String, Stoppable, int) - Constructor for class org.apache.hadoop.hbase.TestChoreService.ScheduledChoreSamples.SlowChore
 
SlowDeterministicMonkeyFactory - Class in org.apache.hadoop.hbase.chaos.factories
 
SlowDeterministicMonkeyFactory() - Constructor for class org.apache.hadoop.hbase.chaos.factories.SlowDeterministicMonkeyFactory
 
slowdownCode(ObserverContext<RegionCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.SlowMeCoproScanOperations
 
SlowMeCopro() - Constructor for class org.apache.hadoop.hbase.client.TestReplicasClient.SlowMeCopro
 
SlowMeCopro() - Constructor for class org.apache.hadoop.hbase.client.TestReplicaWithCluster.SlowMeCopro
 
SlowMeCoproScanOperations() - Constructor for class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.SlowMeCoproScanOperations
 
SlowScanFilter() - Constructor for class org.apache.hadoop.hbase.filter.TestFilter.SlowScanFilter
 
smallResultSize - Variable in class org.apache.hadoop.hbase.client.TestScannersFromClientSide2
 
SmallTests - Interface in org.apache.hadoop.hbase.testclassification
Tagging a test as 'small' means that the test class has the following characteristics: it can be run simultaneously with other small tests all in the same JVM ideally, the WHOLE implementing test-suite/class, no matter how many or how few test methods it has, should take less than 15 seconds to complete it does not use a cluster
snapshot(Admin, String, TableName, SnapshotType, int) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils
 
snapshot0Rows - Variable in class org.apache.hadoop.hbase.client.CloneSnapshotFromClientTestBase
 
snapshot0Rows - Variable in class org.apache.hadoop.hbase.client.RestoreSnapshotFromClientTestBase
 
snapshot0Rows - Variable in class org.apache.hadoop.hbase.snapshot.TestRestoreFlushSnapshotFromClient
 
snapshot1Rows - Variable in class org.apache.hadoop.hbase.client.CloneSnapshotFromClientTestBase
 
snapshot1Rows - Variable in class org.apache.hadoop.hbase.client.RestoreSnapshotFromClientTestBase
 
snapshot1Rows - Variable in class org.apache.hadoop.hbase.snapshot.TestRestoreFlushSnapshotFromClient
 
snapshotAndAssertOneRetry(String, TableName) - Method in class org.apache.hadoop.hbase.snapshot.TestSnapshotClientRetries
 
SnapshotBuilder(Configuration, FileSystem, Path, TableDescriptor, SnapshotProtos.SnapshotDescription, SnapshotTestingUtils.SnapshotMock.RegionData[]) - Constructor for class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils.SnapshotMock.SnapshotBuilder
 
SnapshotMock(Configuration, FileSystem, Path) - Constructor for class org.apache.hadoop.hbase.snapshot.MobSnapshotTestingUtils.SnapshotMock
 
SnapshotMock(Configuration, FileSystem, Path) - Constructor for class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils.SnapshotMock
 
snapshotName0 - Variable in class org.apache.hadoop.hbase.client.CloneSnapshotFromClientTestBase
 
snapshotName0 - Variable in class org.apache.hadoop.hbase.client.RestoreSnapshotFromClientTestBase
 
snapshotName0 - Variable in class org.apache.hadoop.hbase.snapshot.TestRestoreFlushSnapshotFromClient
 
snapshotName1 - Variable in class org.apache.hadoop.hbase.client.CloneSnapshotFromClientTestBase
 
snapshotName1 - Variable in class org.apache.hadoop.hbase.client.RestoreSnapshotFromClientTestBase
 
snapshotName1 - Variable in class org.apache.hadoop.hbase.snapshot.TestRestoreFlushSnapshotFromClient
 
snapshotName2 - Variable in class org.apache.hadoop.hbase.client.CloneSnapshotFromClientTestBase
 
snapshotName2 - Variable in class org.apache.hadoop.hbase.client.RestoreSnapshotFromClientTestBase
 
snapshotName2 - Variable in class org.apache.hadoop.hbase.snapshot.TestRestoreFlushSnapshotFromClient
 
snapshotNameForTable(String) - Static method in class org.apache.hadoop.hbase.mapreduce.TestMultiTableSnapshotInputFormat
 
SnapshotTableAction - Class in org.apache.hadoop.hbase.chaos.actions
Action that tries to take a snapshot of a table.
SnapshotTableAction(TableName) - Constructor for class org.apache.hadoop.hbase.chaos.actions.SnapshotTableAction
 
SnapshotTableAction(int, TableName) - Constructor for class org.apache.hadoop.hbase.chaos.actions.SnapshotTableAction
 
SnapshotTestingUtils - Class in org.apache.hadoop.hbase.snapshot
Utilities class for snapshots
SnapshotTestingUtils.SnapshotMock - Class in org.apache.hadoop.hbase.snapshot
 
SnapshotTestingUtils.SnapshotMock.SnapshotBuilder - Class in org.apache.hadoop.hbase.snapshot
 
source - Variable in class org.apache.hadoop.hbase.test.IntegrationTestReplication.VerifyReplicationLoop
 
sourceClusterIdString - Variable in class org.apache.hadoop.hbase.test.IntegrationTestReplication
 
SpaceQuotaHelperForTests - Class in org.apache.hadoop.hbase.quotas
 
SpaceQuotaHelperForTests(HBaseTestingUtility, TestName, AtomicLong) - Constructor for class org.apache.hadoop.hbase.quotas.SpaceQuotaHelperForTests
 
SpaceQuotaSnapshotNotifierForTest - Class in org.apache.hadoop.hbase.quotas
A SpaceQuotaSnapshotNotifier implementation for testing.
SpaceQuotaSnapshotNotifierForTest() - Constructor for class org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotNotifierForTest
 
SparkLinkChain(Long, Long) - Constructor for class org.apache.hadoop.hbase.spark.IntegrationTestSparkBulkLoad.SparkLinkChain
 
SparkLinkKey(long, long) - Constructor for class org.apache.hadoop.hbase.spark.IntegrationTestSparkBulkLoad.SparkLinkKey
 
SparseCellFilter() - Constructor for class org.apache.hadoop.hbase.regionserver.TestScannerHeartbeatMessages.SparseCellFilter
 
SparseFilter(boolean) - Constructor for class org.apache.hadoop.hbase.client.AbstractTestScanCursor.SparseFilter
 
SparseRowFilter() - Constructor for class org.apache.hadoop.hbase.regionserver.TestScannerHeartbeatMessages.SparseRowFilter
 
specialized - Variable in class org.apache.hadoop.hbase.types.TestStruct
 
SplitAllRegionOfTableAction - Class in org.apache.hadoop.hbase.chaos.actions
 
SplitAllRegionOfTableAction(TableName) - Constructor for class org.apache.hadoop.hbase.chaos.actions.SplitAllRegionOfTableAction
 
splitColonSeparated(String, int, int) - Method in class org.apache.hadoop.hbase.util.LoadTestTool
 
SplitRandomRegionOfTableAction - Class in org.apache.hadoop.hbase.chaos.actions
Action that tries to split a random region of a table.
SplitRandomRegionOfTableAction(TableName) - Constructor for class org.apache.hadoop.hbase.chaos.actions.SplitRandomRegionOfTableAction
 
SplitRandomRegionOfTableAction(int, TableName) - Constructor for class org.apache.hadoop.hbase.chaos.actions.SplitRandomRegionOfTableAction
 
splitRegion(RegionInfo) - Method in class org.apache.hadoop.hbase.client.RestoreSnapshotFromClientTestBase
 
splitRegion(RegionInfo, byte[], long, long) - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
SPLITS - Static variable in class org.apache.hadoop.hbase.util.BaseTestHBaseFsck
 
splits - Static variable in class org.apache.hadoop.hbase.util.hbck.OfflineMetaRebuildTestCore
 
SpyingRpcScheduler(RpcScheduler) - Constructor for class org.apache.hadoop.hbase.TestMetaTableAccessor.SpyingRpcScheduler
 
SpyingRpcSchedulerFactory() - Constructor for class org.apache.hadoop.hbase.TestMetaTableAccessor.SpyingRpcSchedulerFactory
 
staleReads - Variable in class org.apache.hadoop.hbase.test.IntegrationTestTimeBoundedRequestsWithRegionReplicas.TimeBoundedMultiThreadedReader
 
start() - Method in class org.apache.hadoop.hbase.chaos.monkies.CalmChaosMonkey
 
start() - Method in class org.apache.hadoop.hbase.chaos.monkies.ChaosMonkey
 
start() - Method in class org.apache.hadoop.hbase.chaos.monkies.PolicyBasedChaosMonkey
 
start() - Method in class org.apache.hadoop.hbase.client.replication.TestReplicationAdminWithClusters.TestUpdatableReplicationEndpoint
 
start(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.client.TestMultiParallel.MyMasterObserver
 
start(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.client.TestResultFromCoprocessor.MyObserver
 
start(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.coprocessor.ColumnAggregationEndpoint
 
start(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.coprocessor.ColumnAggregationEndpointNullResponse
 
start(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.coprocessor.ColumnAggregationEndpointWithErrors
 
start(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.coprocessor.ProtobufCoprocessorService
 
start(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
start(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.coprocessor.TestAsyncCoprocessorEndpoint.DummyRegionServerEndpoint
 
start(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorConfiguration.SystemCoprocessor
 
start(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorConfiguration.TableCoprocessor
 
start(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorInterface.CoprocessorII
 
start(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorInterface.CoprocessorImpl
 
start(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorMetrics.CustomMasterObserver
 
start(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorMetrics.CustomRegionEndpoint
 
start(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorMetrics.CustomRegionObserver
 
start(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorMetrics.CustomRegionServerObserver
 
start(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorMetrics.CustomWALObserver
 
start(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorShortCircuitRPC.TestMasterCoprocessor
 
start(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorShortCircuitRPC.TestRegionCoprocessor
 
start(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorShortCircuitRPC.TestRegionServerCoprocessor
 
start(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorStop.FooCoprocessor
 
start(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterCoprocessorExceptionWithAbort.BuggyMasterObserver
 
start(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterCoprocessorExceptionWithRemove.BuggyMasterObserver
 
start(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
start(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionServerCoprocessorExceptionWithAbort.FailedInitializationObserver
 
start(ClusterManager.ServiceType, String, int) - Method in class org.apache.hadoop.hbase.HBaseClusterManager
 
start() - Method in class org.apache.hadoop.hbase.io.hfile.NanoTimer
Start the timer.
start() - Method in class org.apache.hadoop.hbase.ipc.DelegatingRpcScheduler
 
start(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.namespace.TestNamespaceAuditor.CustomObserver
 
start(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.regionserver.TestServerCustomProtocol.PingHandler
 
start(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.regionserver.TestSplitTransactionOnCluster.FailingSplitMasterObserver
 
start() - Method in class org.apache.hadoop.hbase.replication.SerialReplicationTestBase.LocalReplicationEndpoint
 
start() - Method in class org.apache.hadoop.hbase.replication.TestReplicationEndpoint.ReplicationEndpointForTest
 
start() - Method in class org.apache.hadoop.hbase.ResourceChecker
To be called as the beginning of a test method: - measure the resources - check vs.
start(ClusterManager.ServiceType, String, int) - Method in class org.apache.hadoop.hbase.RESTApiClusterManager
 
start(long, long, int) - Method in class org.apache.hadoop.hbase.test.IntegrationTestTimeBoundedRequestsWithRegionReplicas.TimeBoundedMultiThreadedReader
 
start(long, long, int) - Method in class org.apache.hadoop.hbase.util.MultiThreadedAction
 
start(long, long, int) - Method in class org.apache.hadoop.hbase.util.MultiThreadedReader
 
start(long, long, int) - Method in class org.apache.hadoop.hbase.util.MultiThreadedUpdater
 
start(long, long, int) - Method in class org.apache.hadoop.hbase.util.MultiThreadedWriter
 
start(long, long, int) - Method in class org.apache.hadoop.hbase.util.MultiThreadedWriterBase
 
start(long, long, int) - Method in class org.apache.hadoop.hbase.util.MultiThreadedWriterWithACL
 
START_DATANODE_TIMEOUT_DEFAULT - Static variable in class org.apache.hadoop.hbase.chaos.actions.Action
 
START_DATANODE_TIMEOUT_KEY - Static variable in class org.apache.hadoop.hbase.chaos.actions.Action
 
START_KEY - Variable in class org.apache.hadoop.hbase.HBaseTestCase
Deprecated.
 
START_KEY - Static variable in class org.apache.hadoop.hbase.HBaseTestingUtility
 
START_KEY_BYTES - Static variable in class org.apache.hadoop.hbase.HBaseTestCase
Deprecated.
 
START_KEY_BYTES - Static variable in class org.apache.hadoop.hbase.HBaseTestingUtility
 
START_MASTER_TIMEOUT_DEFAULT - Static variable in class org.apache.hadoop.hbase.chaos.actions.Action
 
START_MASTER_TIMEOUT_KEY - Static variable in class org.apache.hadoop.hbase.chaos.actions.Action
 
START_RS_TIMEOUT_DEFAULT - Static variable in class org.apache.hadoop.hbase.chaos.actions.Action
 
START_RS_TIMEOUT_KEY - Static variable in class org.apache.hadoop.hbase.chaos.actions.Action
 
START_ZK_NODE_TIMEOUT_DEFAULT - Static variable in class org.apache.hadoop.hbase.chaos.actions.Action
 
START_ZK_NODE_TIMEOUT_KEY - Static variable in class org.apache.hadoop.hbase.chaos.actions.Action
 
startAndWriteData() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestLogRolling
 
startChaos() - Method in class org.apache.hadoop.hbase.chaos.util.Monkeys
 
startCluster() - Static method in class org.apache.hadoop.hbase.master.TestAssignmentManagerMetrics
 
startCluster() - Static method in class org.apache.hadoop.hbase.master.TestGetReplicationLoad
 
startCluster() - Static method in class org.apache.hadoop.hbase.master.TestMasterMetrics
 
startCluster() - Static method in class org.apache.hadoop.hbase.regionserver.TestRegionMove
 
startCluster() - Static method in class org.apache.hadoop.hbase.regionserver.TestRegionServerMetrics
 
startCluster() - Static method in class org.apache.hadoop.hbase.regionserver.TestRemoveRegionMetrics
 
startClusterAndCreateTable() - Static method in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead
 
startDataNode(ServerName) - Method in class org.apache.hadoop.hbase.chaos.actions.Action
 
startDataNode(ServerName) - Method in class org.apache.hadoop.hbase.DistributedHBaseCluster
 
startDataNode(ServerName) - Method in class org.apache.hadoop.hbase.HBaseCluster
Starts a new datanode on the given hostname or if this is a mini/local cluster, silently logs warning message.
startDataNode(ServerName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
startDataNodeTimeout - Variable in class org.apache.hadoop.hbase.chaos.actions.Action
 
startHBase() - Method in class org.apache.hadoop.hbase.util.ProcessBasedLocalHBaseCluster
 
starting(Description) - Method in class org.apache.hadoop.hbase.TestTableName
Invoked when a test is about to start
startKey - Variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
startKey - Variable in class org.apache.hadoop.hbase.util.MultiThreadedAction
The start key of the key range, inclusive
startMaster(ServerName) - Method in class org.apache.hadoop.hbase.chaos.actions.Action
 
startMaster(String, int) - Method in class org.apache.hadoop.hbase.DistributedHBaseCluster
 
startMaster(String, int) - Method in class org.apache.hadoop.hbase.HBaseCluster
Starts a new master on the given hostname or if this is a mini/local cluster, starts a master locally.
startMaster(String, int) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
startMaster() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Starts a master thread running
startMaster(int) - Method in class org.apache.hadoop.hbase.util.ProcessBasedLocalHBaseCluster
 
startMasterTimeout - Variable in class org.apache.hadoop.hbase.chaos.actions.Action
 
startMiniCluster() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Start up a minicluster of hbase, dfs, and zookeeper.
startMiniCluster(boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Start up a minicluster of hbase, dfs, and zookeeper where WAL's walDir is created separately.
startMiniCluster(int, boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Start up a minicluster of hbase, dfs, and zookeeper.
startMiniCluster(int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Start up a minicluster of hbase, optionally dfs, and zookeeper.
startMiniCluster(int, boolean, boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
startMiniCluster(int, int, boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Start minicluster.
startMiniCluster(int, int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
start minicluster
startMiniCluster(int, int, String[], boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
startMiniCluster(int, int, String[]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Start up a minicluster of hbase, optionally dfs, and zookeeper.
startMiniCluster(int, int, int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Same as HBaseTestingUtility.startMiniCluster(int, int), but with custom number of datanodes.
startMiniCluster(int, int, String[], Class<? extends HMaster>, Class<? extends MiniHBaseCluster.MiniHBaseClusterRegionServer>) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Start up a minicluster of hbase, optionally dfs, and zookeeper.
startMiniCluster(int, int, int, String[], Class<? extends HMaster>, Class<? extends MiniHBaseCluster.MiniHBaseClusterRegionServer>) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
startMiniCluster(int, int, int, String[], Class<? extends HMaster>, Class<? extends MiniHBaseCluster.MiniHBaseClusterRegionServer>, boolean, boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
startMiniDFS() - Method in class org.apache.hadoop.hbase.util.ProcessBasedLocalHBaseCluster
Makes this local HBase cluster use a mini-DFS cluster.
startMiniDFSCluster(int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Start a minidfscluster.
startMiniDFSCluster(String[]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Start a minidfscluster.
startMiniDFSCluster(int, String[]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Start a minidfscluster.
startMiniDFSCluster(int, String[], String[]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
startMiniDFSClusterForTestWAL(int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
startMiniHBaseCluster(int, int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
startMiniHBaseCluster(int, int, List<Integer>) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
startMiniHBaseCluster(int, int, List<Integer>, Class<? extends HMaster>, Class<? extends MiniHBaseCluster.MiniHBaseClusterRegionServer>, boolean, boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Starts up mini hbase cluster.
startMiniMapReduceCluster() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Starts a MiniMRCluster with a default number of TaskTracker's.
startMiniZKCluster() - Method in class org.apache.hadoop.hbase.HBaseZKTestingUtility
Call this if you only want a zk cluster.
startMiniZKCluster(int, int...) - Method in class org.apache.hadoop.hbase.HBaseZKTestingUtility
Call this if you only want a zk cluster.
startMonkey() - Method in class org.apache.hadoop.hbase.IntegrationTestBase
 
startMonkey() - Method in class org.apache.hadoop.hbase.test.IntegrationTestTimeBoundedRequestsWithRegionReplicas
 
startRegionServer(String, int) - Method in class org.apache.hadoop.hbase.DistributedHBaseCluster
 
startRegionServer(String, int) - Method in class org.apache.hadoop.hbase.HBaseCluster
Starts a new region server on the given hostname or if this is a mini/local cluster, starts a region server locally.
startRegionServer(String, int) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
startRegionServer() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Starts a region server thread running
startRegionServer(int) - Method in class org.apache.hadoop.hbase.util.ProcessBasedLocalHBaseCluster
 
startRegionServerAndWait(long) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Starts a region server thread and waits until its processed by master.
startRs(ServerName) - Method in class org.apache.hadoop.hbase.chaos.actions.Action
 
startRsTimeout - Variable in class org.apache.hadoop.hbase.chaos.actions.Action
 
startSeqNum - Variable in class org.apache.hadoop.hbase.regionserver.TestDefaultMemStore
 
startServletContainer(Configuration) - Method in class org.apache.hadoop.hbase.rest.HBaseRESTTestingUtility
 
startThreads() - Method in class org.apache.hadoop.hbase.MultithreadedTestUtil.TestContext
 
startThreads(Collection<? extends Thread>) - Method in class org.apache.hadoop.hbase.util.MultiThreadedAction
 
startTimeMs - Variable in class org.apache.hadoop.hbase.util.MultiThreadedReader.HBaseReaderThread
Time when the thread started
startup() - Method in class org.apache.hadoop.hbase.replication.ReplicationSourceDummy
 
startZK() - Method in class org.apache.hadoop.hbase.util.ProcessBasedLocalHBaseCluster
 
startZKNode(ServerName) - Method in class org.apache.hadoop.hbase.chaos.actions.Action
 
startZkNode(String, int) - Method in class org.apache.hadoop.hbase.DistributedHBaseCluster
 
startZkNode(String, int) - Method in class org.apache.hadoop.hbase.HBaseCluster
Starts a new zookeeper node on the given hostname or if this is a mini/local cluster, silently logs warning message.
startZkNode(String, int) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
startZkNodeTimeout - Variable in class org.apache.hadoop.hbase.chaos.actions.Action
 
StatefulStoreMockMaker - Class in org.apache.hadoop.hbase.regionserver
This class is a helper that allows to create a partially-implemented, stateful mocks of Store.
StatefulStoreMockMaker() - Constructor for class org.apache.hadoop.hbase.regionserver.StatefulStoreMockMaker
 
StaticRpcControllerFactory(Configuration) - Constructor for class org.apache.hadoop.hbase.client.TestRpcControllerFactory.StaticRpcControllerFactory
 
stop(String) - Method in class org.apache.hadoop.hbase.chaos.monkies.CalmChaosMonkey
 
stop(String) - Method in class org.apache.hadoop.hbase.chaos.monkies.ChaosMonkey
 
stop(String) - Method in class org.apache.hadoop.hbase.chaos.monkies.PolicyBasedChaosMonkey
 
stop(String) - Method in class org.apache.hadoop.hbase.chaos.policies.CompositeSequentialPolicy
 
stop() - Method in class org.apache.hadoop.hbase.client.replication.TestReplicationAdminWithClusters.TestUpdatableReplicationEndpoint
 
stop(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.client.TestResultFromCoprocessor.MyObserver
 
stop(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.coprocessor.ColumnAggregationEndpoint
 
stop(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.coprocessor.ColumnAggregationEndpointNullResponse
 
stop(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.coprocessor.ColumnAggregationEndpointWithErrors
 
stop(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.coprocessor.ProtobufCoprocessorService
 
stop(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.coprocessor.TestAsyncCoprocessorEndpoint.DummyRegionServerEndpoint
 
stop(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorConfiguration.SystemCoprocessor
 
stop(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorConfiguration.TableCoprocessor
 
stop(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorInterface.CoprocessorII
 
stop(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorInterface.CoprocessorImpl
 
stop(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorStop.FooCoprocessor
 
stop(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
stop(ClusterManager.ServiceType, String, int) - Method in class org.apache.hadoop.hbase.HBaseClusterManager
 
stop(HttpServer) - Static method in class org.apache.hadoop.hbase.http.HttpServerFunctionalTest
If the server is non null, stop it
stop() - Method in class org.apache.hadoop.hbase.io.hfile.NanoTimer
Stop the timer.
stop() - Method in class org.apache.hadoop.hbase.ipc.DelegatingRpcScheduler
 
stop(String) - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
stop(String) - Method in class org.apache.hadoop.hbase.master.TestActiveMasterManager.DummyMaster
 
stop(String) - Method in class org.apache.hadoop.hbase.MockRegionServerServices
 
stop() - Method in class org.apache.hadoop.hbase.MultithreadedTestUtil.TestContext
 
stop(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.regionserver.TestServerCustomProtocol.PingHandler
 
stop() - Method in class org.apache.hadoop.hbase.replication.SerialReplicationTestBase.LocalReplicationEndpoint
 
stop() - Method in class org.apache.hadoop.hbase.replication.TestReplicationEndpoint.ReplicationEndpointForTest
 
stop(ClusterManager.ServiceType, String, int) - Method in class org.apache.hadoop.hbase.RESTApiClusterManager
 
stop(String) - Method in class org.apache.hadoop.hbase.TestChoreService.ScheduledChoreSamples.SampleStopper
 
stop(String) - Method in class org.apache.hadoop.hbase.util.MockServer
 
stop(String) - Method in class org.apache.hadoop.hbase.util.StoppableImplementation
 
StopBlockingRegionObserver() - Constructor for class org.apache.hadoop.hbase.regionserver.TestRegionServerAbort.StopBlockingRegionObserver
 
stopChaos() - Method in class org.apache.hadoop.hbase.chaos.util.Monkeys
 
stopCluster() - Static method in class org.apache.hadoop.hbase.regionserver.TestRegionMove
 
stopCompactions() - Method in class org.apache.hadoop.hbase.TestIOFencing.CompactionBlockerRegion
 
stopDataNode(ServerName) - Method in class org.apache.hadoop.hbase.DistributedHBaseCluster
 
stopDataNode(ServerName) - Method in class org.apache.hadoop.hbase.HBaseCluster
Stops the datanode if this is a distributed cluster, otherwise silently logs warning message.
stopDataNode(ServerName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
stopMaster(ServerName) - Method in class org.apache.hadoop.hbase.DistributedHBaseCluster
 
stopMaster(ServerName) - Method in class org.apache.hadoop.hbase.HBaseCluster
Stops the given master, by attempting a gradual stop.
stopMaster(ServerName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
stopMaster(int) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Shut down the specified master cleanly
stopMaster(int, boolean) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Shut down the specified master cleanly
stopMasterAndAssignMeta(HBaseTestingUtility) - Static method in class org.apache.hadoop.hbase.regionserver.TestRegionServerNoMaster
 
StoppableImplementation - Class in org.apache.hadoop.hbase.util
A base implementation for a Stoppable service
StoppableImplementation() - Constructor for class org.apache.hadoop.hbase.util.StoppableImplementation
 
stopped - Variable in class org.apache.hadoop.hbase.MultithreadedTestUtil.TestThread
 
stopRegionServer(ServerName) - Method in class org.apache.hadoop.hbase.DistributedHBaseCluster
 
stopRegionServer(ServerName) - Method in class org.apache.hadoop.hbase.HBaseCluster
Stops the given region server, by attempting a gradual stop.
stopRegionServer(ServerName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
stopRegionServer(int) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Shut down the specified region server cleanly
stopRegionServer(int, boolean) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Shut down the specified region server cleanly
stopRunner() - Method in class org.apache.hadoop.hbase.chaos.util.ChaosMonkeyRunner
 
stopServer() - Static method in class org.apache.hadoop.hbase.http.TestSpnegoHttpServer
 
stopServer() - Static method in class org.apache.hadoop.hbase.rest.TestSecureRESTServer
 
stopTestThread() - Method in class org.apache.hadoop.hbase.MultithreadedTestUtil.TestThread
 
stopZkNode(ServerName) - Method in class org.apache.hadoop.hbase.DistributedHBaseCluster
 
stopZkNode(ServerName) - Method in class org.apache.hadoop.hbase.HBaseCluster
Stops the region zookeeper if this is a distributed cluster, otherwise silently logs warning message.
stopZkNode(ServerName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
store - Variable in class org.apache.hadoop.hbase.regionserver.TestCompactingMemStore
 
store - Variable in class org.apache.hadoop.hbase.regionserver.TestCompactionPolicy
 
streamCapabilitiesDoesNotAllowNullStream() - Method in class org.apache.hadoop.hbase.util.TestCommonFSUtils
 
STRESS_AM - Static variable in class org.apache.hadoop.hbase.chaos.factories.MonkeyFactory
 
StressAssignmentManagerMonkeyFactory - Class in org.apache.hadoop.hbase.chaos.factories
 
StressAssignmentManagerMonkeyFactory() - Constructor for class org.apache.hadoop.hbase.chaos.factories.StressAssignmentManagerMonkeyFactory
 
STRING_TABLE_NAME - Static variable in class org.apache.hadoop.hbase.client.TestSnapshotFromClient
 
StripeCompactionsPerformanceEvaluation - Class in org.apache.hadoop.hbase
A perf test which does large data ingestion using stripe compactions and regular compactions.
StripeCompactionsPerformanceEvaluation() - Constructor for class org.apache.hadoop.hbase.StripeCompactionsPerformanceEvaluation
 
StripeCompactionsPerformanceEvaluation.SeqShardedDataGenerator - Class in org.apache.hadoop.hbase
 
StubAbortable() - Constructor for class org.apache.hadoop.hbase.zookeeper.TestZKNodeTracker.StubAbortable
 
sum(RpcController, ColumnAggregationProtos.SumRequest, RpcCallback<ColumnAggregationProtos.SumResponse>) - Method in class org.apache.hadoop.hbase.coprocessor.ColumnAggregationEndpoint
 
sum(RpcController, ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest, RpcCallback<ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse>) - Method in class org.apache.hadoop.hbase.coprocessor.ColumnAggregationEndpointNullResponse
 
sum(RpcController, ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest, RpcCallback<ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse>) - Method in class org.apache.hadoop.hbase.coprocessor.ColumnAggregationEndpointWithErrors
 
SUPERUSER_ARG - Static variable in class org.apache.hadoop.hbase.test.IntegrationTestZKAndFSPermissions
 
suspend(ClusterManager.ServiceType, String, int) - Method in class org.apache.hadoop.hbase.HBaseClusterManager
 
suspend(ClusterManager.ServiceType, String, int) - Method in class org.apache.hadoop.hbase.RESTApiClusterManager
 
SuspendProcedure() - Constructor for class org.apache.hadoop.hbase.client.TestHbck.SuspendProcedure
 
swapLong(long) - Static method in class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify
Converts a "long" value between endian systems.
sync(W) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestProtobufLog
 
sync(WALProvider.AsyncWriter) - Method in class org.apache.hadoop.hbase.regionserver.wal.TestAsyncProtobufLog
 
sync(boolean) - Method in class org.apache.hadoop.hbase.regionserver.wal.TestLogRollingNoCluster.HighLatencySyncWriter
 
sync(WALProvider.Writer) - Method in class org.apache.hadoop.hbase.regionserver.wal.TestProtobufLog
 
sync(long) - Method in class org.apache.hadoop.hbase.wal.FaultyFSLog
 
sync(long, boolean) - Method in class org.apache.hadoop.hbase.wal.FaultyFSLog
 
syncBlockingFilter - Static variable in class org.apache.hadoop.hbase.client.TestConnectionImplementation
 
syncUp(HBaseTestingUtility) - Method in class org.apache.hadoop.hbase.replication.TestReplicationSyncUpTool
 
SystemCoprocessor() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestCoprocessorConfiguration.SystemCoprocessor
 

T

T1() - Method in class org.apache.hadoop.hbase.regionserver.TestDateTieredCompactionPolicy
 
TABLE - Static variable in class org.apache.hadoop.hbase.rest.RowResourceBase
 
table - Variable in class org.apache.hadoop.hbase.util.hbck.OfflineMetaRebuildTestCore
 
table - Variable in class org.apache.hadoop.hbase.util.MultiThreadedReader.HBaseReaderThread
 
table - Variable in class org.apache.hadoop.hbase.util.MultiThreadedUpdater.HBaseUpdaterThread
 
TABLE - Static variable in class org.apache.hadoop.hbase.util.TestMiniClusterLoadSequential
 
TABLE_DESCRIPTOR - Variable in class org.apache.hadoop.hbase.rest.PerformanceEvaluation
 
TABLE_FOR_NEGATIVE_TESTS - Static variable in class org.apache.hadoop.hbase.mapreduce.TestTableMapReduceBase
 
TABLE_NAME - Static variable in class org.apache.hadoop.hbase.AcidGuaranteesTestTool
 
TABLE_NAME - Static variable in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead
 
TABLE_NAME - Static variable in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableScan
 
TABLE_NAME - Static variable in class org.apache.hadoop.hbase.client.AbstractTestScanCursor
Table configuration
TABLE_NAME - Static variable in class org.apache.hadoop.hbase.client.TestSnapshotFromClient
 
TABLE_NAME - Static variable in class org.apache.hadoop.hbase.IntegrationTestManyRegions
 
TABLE_NAME - Static variable in class org.apache.hadoop.hbase.PerformanceEvaluation
 
TABLE_NAME - Static variable in class org.apache.hadoop.hbase.regionserver.TestHdfsSnapshotHRegion
 
TABLE_NAME - Static variable in class org.apache.hadoop.hbase.rest.PerformanceEvaluation
 
TABLE_NAME - Static variable in class org.apache.hadoop.hbase.rest.RowResourceBase
 
TABLE_NAME - Static variable in class org.apache.hadoop.hbase.snapshot.TestFlushSnapshotFromClient
 
TABLE_NAME_KEY - Static variable in class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList
 
TABLE_NAME_OPT - Static variable in class org.apache.hadoop.hbase.chaos.util.ChaosMonkeyRunner
 
TableCoprocessor() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestCoprocessorConfiguration.TableCoprocessor
 
tableCreationLatch - Static variable in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver
 
tableDeletionLatch - Static variable in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver
 
tableExecutorService - Static variable in class org.apache.hadoop.hbase.util.BaseTestHBaseFsck
 
tableGetter - Variable in class org.apache.hadoop.hbase.client.TestAsyncTableBatch
 
tableName - Variable in class org.apache.hadoop.hbase.chaos.factories.MonkeyFactory
 
tableName - Variable in class org.apache.hadoop.hbase.client.CloneSnapshotFromClientTestBase
 
tableName - Variable in class org.apache.hadoop.hbase.client.RestoreSnapshotFromClientTestBase
 
tableName - Variable in class org.apache.hadoop.hbase.client.TestAsyncAdminBase
 
tableName - Variable in class org.apache.hadoop.hbase.client.TestFlushFromClient
 
tableName - Variable in class org.apache.hadoop.hbase.client.TestServerLoadDurability
 
TABLENAME - Variable in class org.apache.hadoop.hbase.master.TestWarmupRegion
 
tableName - Variable in class org.apache.hadoop.hbase.regionserver.TestFailedAppendAndSync
 
tableName - Variable in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
tableName - Variable in class org.apache.hadoop.hbase.regionserver.TestHRegionReplayEvents
 
TABLENAME - Static variable in class org.apache.hadoop.hbase.regionserver.TestPerColumnFamilyFlush
 
tableName - Variable in class org.apache.hadoop.hbase.regionserver.TestRecoveredEditsReplayAndAbort
 
tableName - Variable in class org.apache.hadoop.hbase.regionserver.TestRegionMove
 
TABLENAME - Static variable in class org.apache.hadoop.hbase.regionserver.TestWalAndCompactingMemStoreFlush
 
tableName - Variable in class org.apache.hadoop.hbase.regionserver.TestWALLockup
 
tableName - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestLogRolling
 
tableName - Variable in class org.apache.hadoop.hbase.regionserver.wal.TestWALDurability
 
tableName - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationBase
 
tableName - Variable in class org.apache.hadoop.hbase.snapshot.TestExportSnapshot
 
tableName - Variable in class org.apache.hadoop.hbase.snapshot.TestRestoreFlushSnapshotFromClient
 
tableName - Static variable in class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedListWithVisibility
 
tableName - Variable in class org.apache.hadoop.hbase.util.MultiThreadedAction
 
tablePrefix - Static variable in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
tableRowCount(Configuration, TableName) - Method in class org.apache.hadoop.hbase.util.hbck.OfflineMetaRebuildTestCore
Returns the number of rows in a given table.
TableSnapshotInputFormatTestBase - Class in org.apache.hadoop.hbase.mapreduce
 
TableSnapshotInputFormatTestBase() - Constructor for class org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatTestBase
 
tableType - Variable in class org.apache.hadoop.hbase.client.TestAsyncTableBatch
 
tableType - Variable in class org.apache.hadoop.hbase.client.TestAsyncTableScanAll
 
tableType - Variable in class org.apache.hadoop.hbase.client.TestAsyncTableScanner
 
tag(MetricsInfo, String) - Method in class org.apache.hadoop.hbase.test.MetricsAssertHelperImpl.MockRecordBuilder
 
tags - Static variable in class org.apache.hadoop.hbase.regionserver.TestTags.TestCoprocessorForTags
 
tags - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationWithTags.TestCoprocessorForTagsAtSink
 
TagUsage - Enum in org.apache.hadoop.hbase.io.hfile
Used in testcases only.
take() - Method in class org.apache.hadoop.hbase.util.ConstantDelayQueue
 
tbl - Variable in class org.apache.hadoop.hbase.util.BaseTestHBaseFsck
 
tearDown() - Method in class org.apache.hadoop.hbase.AcidGuaranteesTestBase
 
tearDown() - Static method in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableScan
 
tearDown() - Method in class org.apache.hadoop.hbase.client.CloneSnapshotFromClientTestBase
 
tearDown() - Static method in class org.apache.hadoop.hbase.client.example.TestAsyncClientExample
 
tearDown() - Static method in class org.apache.hadoop.hbase.client.example.TestHttpProxyExample
 
tearDown() - Method in class org.apache.hadoop.hbase.client.replication.TestReplicationAdmin
 
tearDown() - Method in class org.apache.hadoop.hbase.client.RestoreSnapshotFromClientTestBase
 
tearDown() - Method in class org.apache.hadoop.hbase.client.TestAdmin1
 
tearDown() - Method in class org.apache.hadoop.hbase.client.TestAdmin2
 
tearDown() - Method in class org.apache.hadoop.hbase.client.TestAllowPartialScanResultCache
 
tearDown() - Static method in class org.apache.hadoop.hbase.client.TestAlwaysSetScannerId
 
tearDown() - Method in class org.apache.hadoop.hbase.client.TestAsyncAdminBase
 
tearDown() - Method in class org.apache.hadoop.hbase.client.TestAsyncAdminBuilder
 
tearDown() - Static method in class org.apache.hadoop.hbase.client.TestAsyncAggregationClient
 
tearDown() - Static method in class org.apache.hadoop.hbase.client.TestAsyncBufferMutator
 
tearDown() - Method in class org.apache.hadoop.hbase.client.TestAsyncClusterAdminApi2
 
tearDown() - Static method in class org.apache.hadoop.hbase.client.TestAsyncMetaRegionLocator
 
tearDown() - Static method in class org.apache.hadoop.hbase.client.TestAsyncNonMetaRegionLocator
 
tearDown() - Static method in class org.apache.hadoop.hbase.client.TestAsyncNonMetaRegionLocatorConcurrenyLimit
 
tearDown() - Static method in class org.apache.hadoop.hbase.client.TestAsyncRegionLocatorTimeout
 
tearDown() - Method in class org.apache.hadoop.hbase.client.TestAsyncReplicationAdminApiWithClusters
 
tearDown() - Static method in class org.apache.hadoop.hbase.client.TestAsyncTableBatch
 
tearDown() - Static method in class org.apache.hadoop.hbase.client.TestAsyncTableGetMultiThreaded
 
tearDown() - Static method in class org.apache.hadoop.hbase.client.TestAsyncTableLocatePrefetch
 
tearDown() - Static method in class org.apache.hadoop.hbase.client.TestAsyncTableScanMetrics
 
tearDown() - Static method in class org.apache.hadoop.hbase.client.TestAsyncTableScannerCloseWhileSuspending
 
tearDown() - Static method in class org.apache.hadoop.hbase.client.TestAsyncTableScanRenewLease
 
tearDown() - Method in class org.apache.hadoop.hbase.client.TestBatchScanResultCache
 
tearDown() - Method in class org.apache.hadoop.hbase.client.TestBlockEvictionFromClient
 
teardown() - Method in class org.apache.hadoop.hbase.client.TestClientScanner
 
tearDown() - Method in class org.apache.hadoop.hbase.client.TestCompleteResultScanResultCache
 
tearDown() - Method in class org.apache.hadoop.hbase.client.TestEnableTable
 
tearDown() - Method in class org.apache.hadoop.hbase.client.TestFastFail
 
tearDown() - Method in class org.apache.hadoop.hbase.client.TestFlushFromClient
 
tearDown() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide3
 
tearDown() - Static method in class org.apache.hadoop.hbase.client.TestGetProcedureResult
 
tearDown() - Static method in class org.apache.hadoop.hbase.client.TestGetScanColumnsWithNewVersionBehavior
 
tearDown() - Static method in class org.apache.hadoop.hbase.client.TestGetScanPartialResult
 
tearDown() - Method in class org.apache.hadoop.hbase.client.TestLeaseRenewal
 
tearDown() - Static method in class org.apache.hadoop.hbase.client.TestLimitedScanWithFilter
 
tearDown() - Method in class org.apache.hadoop.hbase.client.TestMalformedCellFromClient
 
tearDown() - Method in class org.apache.hadoop.hbase.client.TestMetaWithReplicas
 
tearDown() - Method in class org.apache.hadoop.hbase.client.TestMultipleTimestamps
 
tearDown() - Static method in class org.apache.hadoop.hbase.client.TestRawAsyncTableLimitedScanWithFilter
 
tearDown() - Static method in class org.apache.hadoop.hbase.client.TestRawAsyncTablePartialScan
 
teardown() - Static method in class org.apache.hadoop.hbase.client.TestRpcControllerFactory
 
tearDown() - Method in class org.apache.hadoop.hbase.client.TestScannersFromClientSide
 
tearDown() - Static method in class org.apache.hadoop.hbase.client.TestScannersFromClientSide2
 
tearDown() - Static method in class org.apache.hadoop.hbase.client.TestScanWithoutFetchingData
 
tearDown() - Method in class org.apache.hadoop.hbase.client.TestServerLoadDurability
 
tearDown() - Method in class org.apache.hadoop.hbase.client.TestSmallReversedScanner
 
tearDown() - Method in class org.apache.hadoop.hbase.client.TestSnapshotCloneIndependence
 
tearDown() - Method in class org.apache.hadoop.hbase.client.TestSnapshotFromClient
 
tearDown() - Method in class org.apache.hadoop.hbase.client.TestSnapshotMetadata
 
tearDown() - Static method in class org.apache.hadoop.hbase.client.TestTableOperationException
 
tearDown() - Method in class org.apache.hadoop.hbase.client.TestTableSnapshotScanner
 
tearDown() - Method in class org.apache.hadoop.hbase.client.TestTimestampsFilter
 
tearDown() - Static method in class org.apache.hadoop.hbase.client.TestZKAsyncRegistry
 
tearDown() - Static method in class org.apache.hadoop.hbase.coprocessor.TestMetaTableMetrics
 
tearDown() - Method in class org.apache.hadoop.hbase.coprocessor.TestWALObserver
 
tearDown() - Static method in class org.apache.hadoop.hbase.filter.FilterTestingCluster
 
tearDown() - Method in class org.apache.hadoop.hbase.filter.TestColumnRangeFilter
 
tearDown() - Method in class org.apache.hadoop.hbase.filter.TestDependentColumnFilter
 
tearDown() - Method in class org.apache.hadoop.hbase.filter.TestFilter
 
tearDown() - Static method in class org.apache.hadoop.hbase.filter.TestFilterWrapper
 
tearDown() - Method in class org.apache.hadoop.hbase.filter.TestFuzzyRowAndColumnRangeFilter
 
tearDown() - Method in class org.apache.hadoop.hbase.filter.TestFuzzyRowFilterEndToEnd
 
tearDown() - Method in class org.apache.hadoop.hbase.filter.TestInvocationRecordFilter
 
tearDown() - Method in class org.apache.hadoop.hbase.filter.TestParseFilter
 
tearDown() - Method in class org.apache.hadoop.hbase.filter.TestQualifierFilterWithEmptyQualifier
 
tearDown() - Method in class org.apache.hadoop.hbase.HBaseTestCase
Deprecated.
 
tearDown() - Method in class org.apache.hadoop.hbase.IntegrationTestLazyCfLoading
 
tearDown() - Method in class org.apache.hadoop.hbase.IntegrationTestManyRegions
 
teardown() - Static method in class org.apache.hadoop.hbase.IntegrationTestMetaReplicas
 
tearDown() - Static method in class org.apache.hadoop.hbase.io.asyncfs.TestFanOutOneBlockAsyncDFSOutput
 
tearDown() - Static method in class org.apache.hadoop.hbase.io.asyncfs.TestOverwriteFileUnderConstruction
 
tearDown() - Method in class org.apache.hadoop.hbase.io.asyncfs.TestSaslFanOutOneBlockAsyncDFSOutput
 
tearDown() - Method in class org.apache.hadoop.hbase.io.encoding.TestSeekBeforeWithReverseScan
 
tearDown() - Method in class org.apache.hadoop.hbase.io.hfile.TestBlockCacheReporting
 
tearDown() - Method in class org.apache.hadoop.hbase.io.hfile.TestCacheConfig
 
tearDown() - Method in class org.apache.hadoop.hbase.io.hfile.TestCacheOnWrite
 
tearDown() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFileSeek
 
tearDown() - Method in class org.apache.hadoop.hbase.io.hfile.TestLazyDataBlockDecompression
 
tearDown() - Method in class org.apache.hadoop.hbase.io.hfile.TestScannerFromBucketCache
 
teardown() - Method in class org.apache.hadoop.hbase.ipc.TestBufferChain
 
teardown() - Method in class org.apache.hadoop.hbase.ipc.TestFailedServersLog
 
tearDown() - Method in class org.apache.hadoop.hbase.ipc.TestProtoBufRpc
 
teardown() - Static method in class org.apache.hadoop.hbase.ipc.TestRpcClientLeaks
 
tearDown() - Method in class org.apache.hadoop.hbase.ipc.TestRpcServerSlowConnectionSetup
 
tearDown() - Method in class org.apache.hadoop.hbase.mapreduce.MultiTableInputFormatTestBase
 
tearDown() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableSnapshotInputFormat
 
tearDown() - Static method in class org.apache.hadoop.hbase.master.AbstractTestDLS
 
teardown() - Method in class org.apache.hadoop.hbase.master.TestCatalogJanitor
 
tearDown() - Method in class org.apache.hadoop.hbase.master.TestGetInfoPort
 
tearDown() - Method in class org.apache.hadoop.hbase.master.TestGetLastFlushedSequenceId
 
tearDown() - Method in class org.apache.hadoop.hbase.master.TestHMasterRPCException
 
tearDown() - Static method in class org.apache.hadoop.hbase.master.TestLoadProcedureError
 
tearDown() - Static method in class org.apache.hadoop.hbase.master.TestMasterAbortAndRSGotKilled
 
teardown() - Static method in class org.apache.hadoop.hbase.master.TestMasterMetricsWrapper
 
tearDown() - Method in class org.apache.hadoop.hbase.master.TestMasterNoCluster
 
tearDown() - Static method in class org.apache.hadoop.hbase.master.TestMasterNotCarryTable
 
tearDown() - Method in class org.apache.hadoop.hbase.master.TestMasterRepairMode
 
tearDown() - Method in class org.apache.hadoop.hbase.master.TestRestartCluster
 
tearDown() - Static method in class org.apache.hadoop.hbase.master.TestServerCrashProcedureCarryingMetaStuck
 
tearDown() - Static method in class org.apache.hadoop.hbase.master.TestServerCrashProcedureStuck
 
tearDown() - Static method in class org.apache.hadoop.hbase.master.TestShutdownWithNoRegionServer
 
teardown() - Method in class org.apache.hadoop.hbase.master.TestSplitLogManager
 
tearDown() - Method in class org.apache.hadoop.hbase.master.TestWarmupRegion
 
tearDown() - Method in class org.apache.hadoop.hbase.mob.TestExpiredMobFileCleaner
 
tearDown() - Method in class org.apache.hadoop.hbase.mob.TestMobFileCache
 
tearDown() - Static method in class org.apache.hadoop.hbase.namespace.TestNamespaceAuditor
 
tearDown() - Static method in class org.apache.hadoop.hbase.quotas.TestMasterQuotasObserver
 
tearDown() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaObserverChoreRegionReports
 
tearDown() - Static method in class org.apache.hadoop.hbase.quotas.TestQuotaObserverChoreWithMiniCluster
 
tearDown() - Static method in class org.apache.hadoop.hbase.quotas.TestQuotaStatusRPCs
 
tearDown() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaThrottle
 
tearDown() - Method in class org.apache.hadoop.hbase.quotas.TestRegionSizeUse
 
tearDown() - Static method in class org.apache.hadoop.hbase.quotas.TestSnapshotQuotaObserverChore
 
tearDown() - Static method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotas
 
tearDown() - Static method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotasWithSnapshots
 
tearDown() - Static method in class org.apache.hadoop.hbase.quotas.TestSuperUserQuotaPermissions
 
teardown() - Method in class org.apache.hadoop.hbase.regionserver.TestAtomicOperation
 
tearDown() - Static method in class org.apache.hadoop.hbase.regionserver.TestBlocksRead
 
tearDown() - Method in class org.apache.hadoop.hbase.regionserver.TestCacheOnWriteInSchema
 
teardown() - Method in class org.apache.hadoop.hbase.regionserver.TestClearRegionBlockCache
 
tearDown() - Method in class org.apache.hadoop.hbase.regionserver.TestClusterId
 
tearDown() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactingMemStore
 
tearDown() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactingToCellFlatMapMemStore
 
tearDown() - Method in class org.apache.hadoop.hbase.regionserver.TestCompaction
 
tearDown() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactionArchiveConcurrentClose
 
tearDown() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactionArchiveIOException
 
tearDown() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactionInDeadRegionServer
 
tearDown() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactionLifeCycleTracker
 
tearDown() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactionPolicy
 
tearDown() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactSplitThread
 
tearDown() - Static method in class org.apache.hadoop.hbase.regionserver.TestEncryptionKeyRotation
 
tearDown() - Static method in class org.apache.hadoop.hbase.regionserver.TestEncryptionRandomKeying
 
tearDown() - Method in class org.apache.hadoop.hbase.regionserver.TestFailedAppendAndSync
 
tearDown() - Method in class org.apache.hadoop.hbase.regionserver.TestFlushLifeCycleTracker
 
teardown() - Static method in class org.apache.hadoop.hbase.regionserver.TestFlushRegionEntry
 
tearDown() - Method in class org.apache.hadoop.hbase.regionserver.TestHdfsSnapshotHRegion
 
tearDown() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
tearDown() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionReplayEvents
 
tearDown() - Method in class org.apache.hadoop.hbase.regionserver.TestHStore
 
tearDown() - Method in class org.apache.hadoop.hbase.regionserver.TestHStoreFile
 
tearDown() - Method in class org.apache.hadoop.hbase.regionserver.TestKeepDeletes
 
tearDown() - Method in class org.apache.hadoop.hbase.regionserver.TestMajorCompaction
 
tearDown() - Method in class org.apache.hadoop.hbase.regionserver.TestMemStoreChunkPool
 
tearDown() - Method in class org.apache.hadoop.hbase.regionserver.TestMinorCompaction
 
tearDown() - Method in class org.apache.hadoop.hbase.regionserver.TestMobStoreCompaction
 
tearDown() - Method in class org.apache.hadoop.hbase.regionserver.TestMutateRowsRecovery
 
tearDown() - Static method in class org.apache.hadoop.hbase.regionserver.TestOpenSeqNumUnexpectedIncrease
 
tearDown() - Method in class org.apache.hadoop.hbase.regionserver.TestParallelPut
 
tearDown() - Method in class org.apache.hadoop.hbase.regionserver.TestRecoveredEditsReplayAndAbort
 
tearDown() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionIncrement
 
tearDown() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerAbort
 
tearDown() - Static method in class org.apache.hadoop.hbase.regionserver.TestRegionServerAbortTimeout
 
tearDown() - Static method in class org.apache.hadoop.hbase.regionserver.TestRegionServerCrashDisableWAL
 
teardown() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerHostname
 
tearDown() - Static method in class org.apache.hadoop.hbase.regionserver.TestRegionServerOnlineConfigChange
 
tearDown() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerReportForDuty
 
tearDown() - Static method in class org.apache.hadoop.hbase.regionserver.TestScannerRetriableFailure
 
tearDown() - Static method in class org.apache.hadoop.hbase.regionserver.TestScannerWithCorruptHFile
 
tearDown() - Static method in class org.apache.hadoop.hbase.regionserver.TestSCVFWithMiniCluster
 
tearDown() - Static method in class org.apache.hadoop.hbase.regionserver.TestSecureBulkLoadManager
 
tearDown() - Method in class org.apache.hadoop.hbase.regionserver.TestSeekOptimizations
 
tearDown() - Method in class org.apache.hadoop.hbase.regionserver.TestShutdownWhileWALBroken
 
teardown() - Method in class org.apache.hadoop.hbase.regionserver.TestSplitLogWorker
 
tearDown() - Method in class org.apache.hadoop.hbase.regionserver.TestSplitTransactionOnCluster
 
tearDown() - Method in class org.apache.hadoop.hbase.regionserver.TestSplitWalDataLoss
 
tearDown() - Method in class org.apache.hadoop.hbase.regionserver.TestStripeStoreFileManager
 
tearDown() - Method in class org.apache.hadoop.hbase.regionserver.TestSwitchToStreamRead
 
tearDown() - Method in class org.apache.hadoop.hbase.regionserver.TestTags
 
tearDown() - Method in class org.apache.hadoop.hbase.regionserver.TestWALLockup
 
tearDown() - Method in class org.apache.hadoop.hbase.regionserver.TestWALMonotonicallyIncreasingSeqId
 
tearDown() - Method in class org.apache.hadoop.hbase.regionserver.throttle.TestFlushWithThroughputController
 
tearDown() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestLogRolling
 
tearDown() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestProtobufLog
 
tearDown() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestWALReplay
 
tearDown() - Method in class org.apache.hadoop.hbase.regionserver.wal.TestDurability
 
tearDown() - Static method in class org.apache.hadoop.hbase.regionserver.wal.TestHBaseWalOnEC
 
tearDown() - Method in class org.apache.hadoop.hbase.regionserver.wal.TestLogRollAbort
 
tearDown() - Method in class org.apache.hadoop.hbase.regionserver.wal.TestWALActionsListener
 
tearDown() - Method in class org.apache.hadoop.hbase.replication.SerialReplicationTestBase
 
tearDown() - Method in class org.apache.hadoop.hbase.replication.TestMasterReplication
 
tearDown() - Static method in class org.apache.hadoop.hbase.replication.TestReplicationProcedureRetry
 
tearDown() - Method in class org.apache.hadoop.hbase.replication.TestReplicationStateZKImpl
 
tearDown() - Static method in class org.apache.hadoop.hbase.replication.TestZKReplicationPeerStorage
 
tearDown() - Static method in class org.apache.hadoop.hbase.replication.TestZKReplicationQueueStorage
 
tearDown() - Method in class org.apache.hadoop.hbase.rest.TestSchemaResource
 
tearDown() - Static method in class org.apache.hadoop.hbase.rsgroup.TestEnableRSGroup
 
tearDown() - Static method in class org.apache.hadoop.hbase.rsgroup.TestRSGroups
 
tearDown() - Static method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsOfflineMode
 
tearDown() - Static method in class org.apache.hadoop.hbase.security.TestSecureIPC
 
tearDown() - Static method in class org.apache.hadoop.hbase.security.TestUsersOperationsWithSecureHadoop
 
tearDown() - Method in class org.apache.hadoop.hbase.snapshot.TestExportSnapshot
 
tearDown() - Method in class org.apache.hadoop.hbase.snapshot.TestFlushSnapshotFromClient
 
tearDown() - Static method in class org.apache.hadoop.hbase.snapshot.TestRegionSnapshotTask
 
tearDown() - Method in class org.apache.hadoop.hbase.snapshot.TestRestoreFlushSnapshotFromClient
 
tearDown() - Method in class org.apache.hadoop.hbase.snapshot.TestRestoreSnapshotHelper
 
tearDown() - Method in class org.apache.hadoop.hbase.snapshot.TestSnapshotClientRetries
 
tearDown() - Method in class org.apache.hadoop.hbase.snapshot.TestSnapshotManifest
 
tearDown() - Static method in class org.apache.hadoop.hbase.snapshot.TestSnapshotWhenChoreCleaning
 
tearDown() - Method in class org.apache.hadoop.hbase.spark.TestJavaHBaseContext
 
tearDown() - Static method in class org.apache.hadoop.hbase.TestClientOperationTimeout
 
tearDown() - Method in class org.apache.hadoop.hbase.TestClusterBootOrder
 
tearDown() - Static method in class org.apache.hadoop.hbase.TestHBaseConfiguration
 
tearDown() - Method in class org.apache.hadoop.hbase.TestJMXConnectorServer
 
tearDown() - Static method in class org.apache.hadoop.hbase.TestNamespace
 
tearDown() - Method in class org.apache.hadoop.hbase.TestSequenceIdMonotonicallyIncreasing
 
tearDown() - Static method in class org.apache.hadoop.hbase.TestSplitMerge
 
tearDown() - Method in class org.apache.hadoop.hbase.util.compaction.TestMajorCompactor
 
tearDown() - Method in class org.apache.hadoop.hbase.util.PoolMapTestBase
 
tearDown() - Method in class org.apache.hadoop.hbase.util.TestBoundedPriorityBlockingQueue
 
tearDown() - Method in class org.apache.hadoop.hbase.util.TestFSVisitor
 
tearDown() - Static method in class org.apache.hadoop.hbase.util.TestHBaseFsckCleanReplicationBarriers
 
tearDown() - Method in class org.apache.hadoop.hbase.util.TestHBaseFsckEncryption
 
tearDown() - Static method in class org.apache.hadoop.hbase.util.TestHBaseFsckReplication
 
tearDown() - Method in class org.apache.hadoop.hbase.util.TestMiniClusterLoadSequential
 
teardown() - Static method in class org.apache.hadoop.hbase.util.TestRegionSplitter
 
tearDown() - Method in class org.apache.hadoop.hbase.wal.TestBoundedRegionGroupingStrategy
 
tearDown() - Static method in class org.apache.hadoop.hbase.wal.TestReadWriteSeqIdFiles
 
tearDown() - Method in class org.apache.hadoop.hbase.wal.TestWALFactory
 
tearDown() - Method in class org.apache.hadoop.hbase.wal.TestWALFiltering
 
tearDown() - Method in class org.apache.hadoop.hbase.wal.TestWALOpenAfterDNRollingStart
 
tearDown() - Method in class org.apache.hadoop.hbase.wal.TestWALSplit
 
tearDown() - Static method in class org.apache.hadoop.hbase.wal.TestWrongMetaWALFileName
 
tearDown() - Static method in class org.apache.hadoop.hbase.zookeeper.TestReadOnlyZKClient
 
tearDown() - Static method in class org.apache.hadoop.hbase.zookeeper.TestZKUtil
 
tearDownAfter() - Static method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorServiceBackwardCompatibility
 
tearDownAfter() - Method in class org.apache.hadoop.hbase.util.hbck.OfflineMetaRebuildTestCore
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.AcidGuaranteesTestBase
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.chaos.actions.TestChangeSplitPolicyAction
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.AbstractTestCITimeout
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.AbstractTestScanCursor
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.AbstractTestShell
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.CloneSnapshotFromClientTestBase
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.replication.TestReplicationAdmin
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.replication.TestReplicationAdminWithClusters
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.replication.TestReplicationAdminWithTwoDifferentZKClusters
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.RestoreSnapshotFromClientTestBase
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.rsgroup.TestShellRSGroups
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestAdmin1
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestAdmin2
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestAsyncAdminBase
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestAsyncClusterAdminApi2
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestAsyncResultScannerCursor
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestAsyncSingleRequestRpcRetryingCaller
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestAsyncTable
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestAsyncTableNoncedRetry
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestAvoidCellReferencesIntoShippedBlocks
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestBlockEvictionFromClient
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestCheckAndMutate
 
teardownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestCIBadHostname
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestClientOperationInterrupt
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestClientScannerRPCTimeout
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestClientTimeouts
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestConnectionImplementation
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestDropTimeoutRequest
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestFastFail
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestFlushFromClient
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestFromClientSide3
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestFromClientSideNoCodec
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestFromClientSideScanExcpetion
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestHbck
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestHTableMultiplexer
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestIllegalTableDescriptor
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestLeaseRenewal
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestMalformedCellFromClient
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestMetaCache
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestMultipleTimestamps
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestMultiRespectsLimits
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestMvccConsistentScanner
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestPutWithDelete
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestRawAsyncScanCursor
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestRegionLocationCaching
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestResultFromCoprocessor
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestResultSizeEstimation
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestScannersFromClientSide
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestScannerTimeout
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestServerBusyException
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestShellNoCluster
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestShortCircuitConnection
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestSizeFailures
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestSmallReversedScanner
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestSnapshotWithAcl
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestSplitOrMergeStatus
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestTableFavoredNodes
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestTimestampsFilter
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestAppendTimeRange
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestBatchCoprocessorEndpoint
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestClassLoading
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorEndpoint
 
teardownAfterClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorMetrics
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorStop
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorTableEndpoint
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestIncrementAndAppendWithNullResult
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestIncrementTimeRange
 
teardownAfterClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestMasterCoprocessorExceptionWithAbort
 
teardownAfterClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestMasterCoprocessorExceptionWithRemove
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestNegativeMemStoreSizeWithSlowCoprocessor
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestPassCustomCellViaRegionObserver
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverBypass
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverForAddingMutationsFromCoprocessors
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverInterface
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestRegionServerCoprocessorEndpoint
 
teardownAfterClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestRegionServerCoprocessorExceptionWithRemove
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestRowProcessorEndpoint
 
teardownAfterClass() - Static method in class org.apache.hadoop.hbase.coprocessor.TestWALObserver
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.filter.TestColumnRangeFilter
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.filter.TestFilterFromRegionSide
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.filter.TestFilterListOnMini
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.filter.TestFilterListOrOperatorWithBlkCnt
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.filter.TestFuzzyRowAndColumnRangeFilter
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.filter.TestFuzzyRowFilterEndToEnd
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.filter.TestMultiRowRangeFilter
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.io.asyncfs.TestLocalAsyncOutput
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.io.asyncfs.TestSaslFanOutOneBlockAsyncDFSOutput
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.io.encoding.TestChangingEncoding
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.io.hfile.TestScannerSelectionUsingKeyRange
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.io.TestHalfStoreFileReader
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.ipc.TestMasterFifoRpcScheduler
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.ipc.TestNettyIPC
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.ipc.TestNettyRpcServer
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.mapreduce.MultiTableInputFormatTestBase
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.mapreduce.TestRowCounter
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanBase
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.mapreduce.TestTableRecordReader
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.mapreduce.TestWALRecordReader
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.master.TestActiveMasterManager
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.master.TestCatalogJanitorInMemoryStates
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.master.TestDeadServer
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.master.TestMasterNoCluster
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.master.TestMasterOperationsForRegionReplicas
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.master.TestMetaShutdownHandler
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.master.TestRegionPlacement
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.master.TestRegionPlacement2
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.master.TestShutdownBackupMaster
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.master.TestWarmupRegion
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.mob.compactions.TestMobCompactor
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.mob.compactions.TestPartitionedMobCompactor
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.mob.TestDefaultMobStoreFlusher
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.mob.TestExpiredMobFileCleaner
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.mob.TestMobDataBlockEncoding
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.quotas.TestQuotaAdmin
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.quotas.TestQuotaTableUtil
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.quotas.TestQuotaThrottle
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestCompactionFileNotFound
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestCompactionLifeCycleTracker
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestCompactionState
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestDeleteMobTable
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestFlushLifeCycleTracker
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestHRegionReplayEvents
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestHStore
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestIsDeleteFailure
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestJoinedScanners
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestMasterAddressTracker
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestMemStoreChunkPool
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestMemStoreLAB
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestMobStoreCompaction
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestMobStoreScanner
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestRegionFavoredNodes
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestScannerHeartbeatMessages
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestScannerWithBulkload
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestServerCustomProtocol
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestTags
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestWALMonotonicallyIncreasingSeqId
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestFSWAL
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestLogRollPeriod
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestProtobufLog
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestWALReplay
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.regionserver.wal.TestAsyncFSWAL
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.regionserver.wal.TestAsyncProtobufLog
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.regionserver.wal.TestAsyncWALReplay
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.regionserver.wal.TestDurability
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.replication.SerialReplicationTestBase
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.replication.TestNamespaceReplication
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.replication.TestPerTableCFReplication
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.replication.TestReplicationBase
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.replication.TestReplicationEndpoint
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.replication.TestReplicationStateZKImpl
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.replication.TestReplicationTrackerZKImpl
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.replication.TestReplicationWithTags
 
tearDownAfterClass() - Method in class org.apache.hadoop.hbase.rest.client.TestRemoteHTableRetries
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.rest.client.TestRemoteTable
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.rest.RowResourceBase
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.rest.TestGzipFilter
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.rest.TestMultiRowResource
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.rest.TestNamespacesInstanceResource
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.rest.TestNamespacesResource
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.rest.TestResourceFilter
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.rest.TestScannerResource
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.rest.TestScannersWithFilters
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.rest.TestScannersWithLabels
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.rest.TestSchemaResource
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.rest.TestStatusResource
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.rest.TestTableResource
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.rest.TestTableScan
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.rest.TestVersionResource
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsWithACL
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.snapshot.TestExportSnapshot
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.snapshot.TestRestoreFlushSnapshotFromClient
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.TestClientClusterMetrics
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.TestClientClusterStatus
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.TestFullLogReconstruction
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.TestJMXListener
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.TestMultiVersions
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.TestPartialResultsFromClientSide
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.TestSequenceIdMonotonicallyIncreasing
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.TestServerSideScanMetricsFromClientSide
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.TestStochasticBalancerJmxMetrics
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.TestZooKeeper
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.util.TestCoprocessorScanPolicy
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.util.TestFromClientSide3WoUnsafe
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.util.TestHBaseFsckMOB
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.util.TestRegionMover
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.wal.TestBoundedRegionGroupingStrategy
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.wal.TestFSHLogProvider
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.wal.TestSecureWAL
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.wal.TestWALFactory
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.wal.TestWALOpenAfterDNRollingStart
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.wal.TestWALRootDir
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.wal.TestWALSplit
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.zookeeper.TestRecoverableZooKeeper
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.zookeeper.TestZKLeaderManager
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.zookeeper.TestZKMulti
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.zookeeper.TestZKNodeTracker
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.zookeeper.TestZooKeeperACL
 
tearDownAfterTest() - Method in class org.apache.hadoop.hbase.client.TestAsyncNonMetaRegionLocator
 
tearDownAfterTest() - Method in class org.apache.hadoop.hbase.client.TestAsyncTableBatch
 
teardownAfterTest() - Method in class org.apache.hadoop.hbase.regionserver.TestScannerHeartbeatMessages
 
tearDownAfterTest() - Method in class org.apache.hadoop.hbase.replication.TestReplicationProcedureRetry
 
tearDownAfterTest() - Method in class org.apache.hadoop.hbase.replication.TestZKReplicationQueueStorage
 
tearDownBase() - Method in class org.apache.hadoop.hbase.replication.TestReplicationBase
 
tearDownBase() - Method in class org.apache.hadoop.hbase.replication.TestReplicationSyncUpTool
 
tearDownClass() - Static method in class org.apache.hadoop.hbase.regionserver.TestDefaultMemStore
 
teardownCluster() - Static method in class org.apache.hadoop.hbase.client.TestClientPushback
 
tearDownCluster() - Method in class org.apache.hadoop.hbase.client.TestTableSnapshotScanner
 
teardownCluster() - Static method in class org.apache.hadoop.hbase.coprocessor.TestOpenTableInCoprocessor
 
tearDownCluster() - Method in class org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatTestBase
 
tearDownCluster() - Static method in class org.apache.hadoop.hbase.snapshot.TestRestoreSnapshotHelper
 
tearDownOnce() - Static method in class org.apache.hadoop.hbase.regionserver.TestRegionServerReadRequestMetrics
 
teardownTest() - Static method in class org.apache.hadoop.hbase.master.TestMasterFileSystem
 
teardownTest() - Static method in class org.apache.hadoop.hbase.master.TestMasterFileSystemWithWALDir
 
terminate(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationSourceDummy
 
terminate(String, Exception) - Method in class org.apache.hadoop.hbase.replication.ReplicationSourceDummy
 
tesAppend() - Method in class org.apache.hadoop.hbase.util.TestBoundedPriorityBlockingQueue
 
tesAppendSamePriority() - Method in class org.apache.hadoop.hbase.util.TestBoundedPriorityBlockingQueue
 
test() - Method in class org.apache.hadoop.hbase.client.example.TestAsyncClientExample
 
test() - Method in class org.apache.hadoop.hbase.client.example.TestHttpProxyExample
 
test() - Method in class org.apache.hadoop.hbase.client.TestAllowPartialScanResultCache
 
test() - Method in class org.apache.hadoop.hbase.client.TestAlwaysSetScannerId
 
test() - Method in class org.apache.hadoop.hbase.client.TestAsyncMetaRegionLocator
 
test() - Method in class org.apache.hadoop.hbase.client.TestAsyncNonMetaRegionLocatorConcurrenyLimit
 
test() - Method in class org.apache.hadoop.hbase.client.TestAsyncRegionLocatorTimeout
 
test() - Method in class org.apache.hadoop.hbase.client.TestAsyncTableBatch
 
test() - Method in class org.apache.hadoop.hbase.client.TestAsyncTableGetMultiThreaded
 
test() - Method in class org.apache.hadoop.hbase.client.TestAsyncTableLocatePrefetch
 
test() - Method in class org.apache.hadoop.hbase.client.TestAsyncTableScanRenewLease
 
test() - Method in class org.apache.hadoop.hbase.client.TestBatchScanResultCache
 
test() - Method in class org.apache.hadoop.hbase.client.TestColumnFamilyDescriptorLowerCaseEnum
 
test() - Method in class org.apache.hadoop.hbase.client.TestGetScanColumnsWithNewVersionBehavior
 
test() - Method in class org.apache.hadoop.hbase.client.TestGetScanPartialResult
 
test() - Method in class org.apache.hadoop.hbase.client.TestScanWithoutFetchingData
 
test() - Method in class org.apache.hadoop.hbase.client.TestZKAsyncRegistry
 
test() - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorShortCircuitRPC
 
test() - Method in class org.apache.hadoop.hbase.coprocessor.TestMetaTableMetrics
 
Test() - Method in class org.apache.hadoop.hbase.filter.TestFuzzyRowAndColumnRangeFilter
 
test() - Method in class org.apache.hadoop.hbase.IntegrationTestRegionReplicaPerf
 
test() - Method in class org.apache.hadoop.hbase.io.asyncfs.TestFanOutOneBlockAsyncDFSOutput
 
test() - Method in class org.apache.hadoop.hbase.io.asyncfs.TestLocalAsyncOutput
 
test() - Method in class org.apache.hadoop.hbase.io.asyncfs.TestSaslFanOutOneBlockAsyncDFSOutput
 
test() - Method in class org.apache.hadoop.hbase.io.asyncfs.TestSendBufSizePredictor
 
test() - Method in class org.apache.hadoop.hbase.ipc.TestRpcClientDeprecatedNameMapping
 
test() - Method in class org.apache.hadoop.hbase.ipc.TestRpcServerSlowConnectionSetup
 
test() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableRecordReader
 
test() - Method in class org.apache.hadoop.hbase.master.TestGetInfoPort
 
test() - Method in class org.apache.hadoop.hbase.master.TestGetLastFlushedSequenceId
 
test() - Method in class org.apache.hadoop.hbase.master.TestMasterAbortAndRSGotKilled
 
test() - Method in class org.apache.hadoop.hbase.master.TestMergeTableRegionsWhileRSCrash
 
test() - Method in class org.apache.hadoop.hbase.master.TestServerCrashProcedureCarryingMetaStuck
 
test() - Method in class org.apache.hadoop.hbase.master.TestServerCrashProcedureStuck
 
test() - Method in class org.apache.hadoop.hbase.master.TestShutdownWithNoRegionServer
 
test() - Method in class org.apache.hadoop.hbase.master.TestSplitRegionWhileRSCrash
 
test() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactionInDeadRegionServer
 
test() - Method in class org.apache.hadoop.hbase.regionserver.TestFlushLifeCycleTracker
 
test() - Method in class org.apache.hadoop.hbase.regionserver.TestOpenSeqNumUnexpectedIncrease
 
test() - Method in class org.apache.hadoop.hbase.regionserver.TestRecoveredEditsReplayAndAbort
 
test() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerCrashDisableWAL
 
test() - Method in class org.apache.hadoop.hbase.regionserver.TestShutdownWhileWALBroken
 
test() - Method in class org.apache.hadoop.hbase.regionserver.TestSplitWalDataLoss
 
test() - Method in class org.apache.hadoop.hbase.regionserver.TestSwitchToStreamRead
 
test() - Method in class org.apache.hadoop.hbase.replication.TestZKReplicationPeerStorage
 
test() - Method in class org.apache.hadoop.hbase.TestSplitMerge
 
test() - Method in class org.apache.hadoop.hbase.util.TestHBaseFsckReplication
 
test() - Method in class org.apache.hadoop.hbase.wal.TestReadWriteSeqIdFiles
 
test() - Method in class org.apache.hadoop.hbase.wal.TestWALOpenAfterDNRollingStart
see HBASE-18132 This is a test case of failing open a wal(for replication for example) after all datanode restarted (rolling upgrade, for example).
test() - Method in class org.apache.hadoop.hbase.wal.TestWrongMetaWALFileName
 
test() - Method in class org.apache.hadoop.hbase.zookeeper.TestInstancePending
 
test2727() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestWALReplay
Tests for hbase-2727.
test2772() - Method in class org.apache.hadoop.hbase.client.TestScannerTimeout
Test that scanner can continue even if the region server it was reading from failed.
test3686a() - Method in class org.apache.hadoop.hbase.client.TestScannerTimeout
Test that scanner won't miss any rows if the region server it was reading from failed.
test3686b() - Method in class org.apache.hadoop.hbase.client.TestScannerTimeout
Make sure that no rows are lost if the scanner timeout is longer on the client than the server, and the scan times out on the server but not the client.
test94FilterRowCompatibility() - Method in class org.apache.hadoop.hbase.filter.TestFilter
The following test is to ensure old(such as hbase0.94) filterRow() can be correctly fired in 0.96+ code base.
TEST_BUILD_WEBAPPS - Static variable in class org.apache.hadoop.hbase.http.HttpServerFunctionalTest
JVM property for the webapp test dir : "test.build.webapps"
TEST_FAM - Static variable in class org.apache.hadoop.hbase.client.TestSnapshotCloneIndependence
 
TEST_FAM - Static variable in class org.apache.hadoop.hbase.client.TestSnapshotFromClient
 
TEST_FAM - Static variable in class org.apache.hadoop.hbase.snapshot.TestFlushSnapshotFromClient
 
TEST_FAMILY - Static variable in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils.SnapshotMock
 
TEST_FAMILY2 - Variable in class org.apache.hadoop.hbase.client.RestoreSnapshotFromClientTestBase
 
TEST_FILE - Static variable in class org.apache.hadoop.hbase.regionserver.TestCompactionPolicy
 
TEST_HFILE - Static variable in class org.apache.hadoop.hbase.snapshot.TestRestoreSnapshotHelper
 
test_LATEST_TIMESTAMP_isReplaced() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedHFileOutputFormat2
Test that HFileOutputFormat2 RecordWriter amends timestamps if passed a keyvalue whose timestamp is HConstants.LATEST_TIMESTAMP.
test_LATEST_TIMESTAMP_isReplaced() - Method in class org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat2
Test that HFileOutputFormat2 RecordWriter amends timestamps if passed a keyvalue whose timestamp is HConstants.LATEST_TIMESTAMP.
TEST_NAME - Variable in class org.apache.hadoop.hbase.regionserver.TestTags
 
TEST_NUM_REGIONS - Static variable in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils.SnapshotMock
 
TEST_TABLE - Variable in class org.apache.hadoop.hbase.client.TestSnapshotWithAcl
 
TEST_TABLE - Static variable in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverInterface
 
TEST_TABLE - Variable in class org.apache.hadoop.hbase.regionserver.TestScannerRetriableFailure
 
TEST_TABLE - Variable in class org.apache.hadoop.hbase.snapshot.TestSnapshotClientRetries
 
TEST_TABLE - Variable in class org.apache.hadoop.hbase.snapshot.TestSnapshotWhenChoreCleaning
 
test_TIMERANGE() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedHFileOutputFormat2
 
test_TIMERANGE() - Method in class org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat2
 
TEST_UTIL - Static variable in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead
 
TEST_UTIL - Static variable in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableScan
 
TEST_UTIL - Static variable in class org.apache.hadoop.hbase.client.AbstractTestCITimeout
 
TEST_UTIL - Static variable in class org.apache.hadoop.hbase.client.AbstractTestScanCursor
 
TEST_UTIL - Static variable in class org.apache.hadoop.hbase.client.AbstractTestShell
 
TEST_UTIL - Static variable in class org.apache.hadoop.hbase.client.CloneSnapshotFromClientTestBase
 
TEST_UTIL - Static variable in class org.apache.hadoop.hbase.client.RestoreSnapshotFromClientTestBase
 
TEST_UTIL - Static variable in class org.apache.hadoop.hbase.client.TestAppendFromClientSide
 
TEST_UTIL - Static variable in class org.apache.hadoop.hbase.client.TestAsyncAdminBase
 
TEST_UTIL - Static variable in class org.apache.hadoop.hbase.client.TestAvoidCellReferencesIntoShippedBlocks
 
TEST_UTIL - Static variable in class org.apache.hadoop.hbase.client.TestBlockEvictionFromClient
 
TEST_UTIL - Static variable in class org.apache.hadoop.hbase.client.TestFromClientSide
 
TEST_UTIL - Static variable in class org.apache.hadoop.hbase.client.TestFromClientSideNoCodec
 
TEST_UTIL - Static variable in class org.apache.hadoop.hbase.client.TestFromClientSideScanExcpetion
 
TEST_UTIL - Static variable in class org.apache.hadoop.hbase.client.TestIllegalTableDescriptor
 
TEST_UTIL - Static variable in class org.apache.hadoop.hbase.client.TestIncrementsFromClientSide
 
TEST_UTIL - Static variable in class org.apache.hadoop.hbase.client.TestSizeFailures
 
TEST_UTIL - Static variable in class org.apache.hadoop.hbase.mapreduce.MultiTableInputFormatTestBase
 
TEST_UTIL - Static variable in class org.apache.hadoop.hbase.mapreduce.TestSimpleTotalOrderPartitioner
 
TEST_UTIL - Static variable in class org.apache.hadoop.hbase.master.TestCatalogJanitorInMemoryStates
 
TEST_UTIL - Static variable in class org.apache.hadoop.hbase.master.TestWarmupRegion
 
TEST_UTIL - Static variable in class org.apache.hadoop.hbase.regionserver.TestCompactionPolicy
 
TEST_UTIL - Static variable in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
TEST_UTIL - Static variable in class org.apache.hadoop.hbase.regionserver.TestRecoveredEditsReplayAndAbort
 
TEST_UTIL - Static variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestFSWAL
 
TEST_UTIL - Static variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestLogRolling
 
TEST_UTIL - Static variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestLogRollPeriod
 
TEST_UTIL - Static variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestProtobufLog
 
TEST_UTIL - Static variable in class org.apache.hadoop.hbase.regionserver.wal.TestLogRollAbort
 
TEST_UTIL - Static variable in class org.apache.hadoop.hbase.rest.RowResourceBase
 
TEST_UTIL - Static variable in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
TEST_UTIL - Static variable in class org.apache.hadoop.hbase.snapshot.TestExportSnapshot
 
TEST_UTIL - Static variable in class org.apache.hadoop.hbase.snapshot.TestExportSnapshotNoCluster
 
TEST_UTIL - Static variable in class org.apache.hadoop.hbase.snapshot.TestRestoreSnapshotHelper
 
TEST_UTIL - Static variable in class org.apache.hadoop.hbase.util.BaseTestHBaseFsck
 
TEST_UTIL - Variable in class org.apache.hadoop.hbase.util.hbck.OfflineMetaRebuildTestCore
 
TEST_UTIL - Static variable in class org.apache.hadoop.hbase.util.TestCoprocessorScanPolicy
 
TEST_UTIL - Static variable in class org.apache.hadoop.hbase.util.TestMiniClusterLoadSequential
 
TEST_UTIL - Static variable in class org.apache.hadoop.hbase.util.TestRegionSplitCalculator
 
TEST_UTIL - Static variable in class org.apache.hadoop.hbase.wal.TestWALFactory
 
TEST_UTIL - Static variable in class org.apache.hadoop.hbase.wal.TestWALSplit
 
test_WritingTagData() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedHFileOutputFormat2
Test that HFileOutputFormat2 RecordWriter writes tags such as ttl into hfile.
test_WritingTagData() - Method in class org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat2
Test that HFileOutputFormat2 RecordWriter writes tags such as ttl into hfile.
testAbortFromRPC() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerAbort
Test that a regionserver is able to abort properly, even when a coprocessor throws an exception in preStopRegionServer().
testAbortProcedureFail() - Method in class org.apache.hadoop.hbase.client.TestAdmin2
 
testAbortProcedureOperation() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver
 
testAbortTimeout() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerAbortTimeout
 
testAbsEndKey() - Method in class org.apache.hadoop.hbase.util.TestHBaseFsckComparator
 
testAccessCase() - Method in class org.apache.hadoop.hbase.coprocessor.TestSecureExport
Test the ExportEndpoint's access levels.
testAccessControlServices() - Method in class org.apache.hadoop.hbase.master.TestMasterCoprocessorServices
 
testAccessingUnknownTables() - Method in class org.apache.hadoop.hbase.client.TestMetaWithReplicas
 
TestAcidGuaranteesWithAdaptivePolicy - Class in org.apache.hadoop.hbase
 
TestAcidGuaranteesWithAdaptivePolicy() - Constructor for class org.apache.hadoop.hbase.TestAcidGuaranteesWithAdaptivePolicy
 
TestAcidGuaranteesWithBasicPolicy - Class in org.apache.hadoop.hbase
 
TestAcidGuaranteesWithBasicPolicy() - Constructor for class org.apache.hadoop.hbase.TestAcidGuaranteesWithBasicPolicy
 
TestAcidGuaranteesWithEagerPolicy - Class in org.apache.hadoop.hbase
 
TestAcidGuaranteesWithEagerPolicy() - Constructor for class org.apache.hadoop.hbase.TestAcidGuaranteesWithEagerPolicy
 
TestAcidGuaranteesWithNoInMemCompaction - Class in org.apache.hadoop.hbase
 
TestAcidGuaranteesWithNoInMemCompaction() - Constructor for class org.apache.hadoop.hbase.TestAcidGuaranteesWithNoInMemCompaction
 
testAcquireMultiTasks() - Method in class org.apache.hadoop.hbase.regionserver.TestSplitLogWorker
 
testAcquireMultiTasksByAvgTasksPerRS() - Method in class org.apache.hadoop.hbase.regionserver.TestSplitLogWorker
The test checks SplitLogWorker should not spawn more splitters than expected num of tasks per RS
testAcquireTaskAtStartup() - Method in class org.apache.hadoop.hbase.regionserver.TestSplitLogWorker
 
testAction() - Method in class org.apache.hadoop.hbase.client.TestAsyncProcess
 
testActionListener() - Method in class org.apache.hadoop.hbase.regionserver.wal.TestWALActionsListener
Add a bunch of dummy data and roll the logs every two insert.
TestActiveMasterManager - Class in org.apache.hadoop.hbase.master
TestActiveMasterManager() - Constructor for class org.apache.hadoop.hbase.master.TestActiveMasterManager
 
TestActiveMasterManager.DummyMaster - Class in org.apache.hadoop.hbase.master
Dummy Master Implementation.
TestActiveMasterManager.NodeDeletionListener - Class in org.apache.hadoop.hbase.master
 
TestActiveMasterManager.WaitToBeMasterThread - Class in org.apache.hadoop.hbase.master
 
testActiveMasterManagerFromZK() - Method in class org.apache.hadoop.hbase.master.TestActiveMasterManager
Unit tests that uses ZooKeeper but does not use the master-side methods but rather acts directly on ZK.
TestActivePolicyEnforcement - Class in org.apache.hadoop.hbase.quotas
Test class for ActivePolicyEnforcement.
TestActivePolicyEnforcement() - Constructor for class org.apache.hadoop.hbase.quotas.TestActivePolicyEnforcement
 
testActiveThreadsCount() - Method in class org.apache.hadoop.hbase.client.TestMultiParallel
This is for testing the active number of threads that were used while doing a batch operation.
testAdd() - Method in class org.apache.hadoop.hbase.regionserver.TestCellSkipListSet
 
testAdd() - Method in class org.apache.hadoop.hbase.TestHDFSBlocksDistribution
 
testAdd() - Method in class org.apache.hadoop.hbase.util.TestBytes
 
testAddAndRemoveClusters() - Method in class org.apache.hadoop.hbase.replication.TestReplicationSmallTests
Integration test for TestReplicationAdmin, removes and re-add a peer cluster
testAddByOne() - Method in class org.apache.hadoop.hbase.util.TestLossyCounting
 
testAddColumnFamily() - Method in class org.apache.hadoop.hbase.client.TestAsyncTableAdminApi2
 
testAddCoprocessorTwice() - Method in class org.apache.hadoop.hbase.client.TestTableDescriptorBuilder
 
testAddCoprocessorTwice() - Method in class org.apache.hadoop.hbase.TestHTableDescriptor
Deprecated.
 
testAddCoprocessorWithSpecStr() - Method in class org.apache.hadoop.hbase.TestHTableDescriptor
Deprecated.
 
testAddDefaultObserver() - Method in class org.apache.hadoop.hbase.quotas.TestMasterQuotasObserverWithMocks
 
testAddDefaultResource() - Method in class org.apache.hadoop.hbase.coprocessor.TestReadOnlyConfiguration
 
testAddDependencyJars() - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestTableMapReduceUtil
Look for jars we expect to be on the classpath by name.
testAddDuplicateFamilies() - Method in class org.apache.hadoop.hbase.client.TestTableDescriptorBuilder
 
testAddDuplicateFamilies() - Method in class org.apache.hadoop.hbase.TestHTableDescriptor
Deprecated.
 
testaddFamily_PostInsert() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testAddFilter() - Method in class org.apache.hadoop.hbase.filter.TestFilterList
 
testAddFilterAndArguments() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedImportExport2
Test addFilterAndArguments method of Import This method set couple parameters into Configuration
testAddFilterAndArguments() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportExport
Test addFilterAndArguments method of Import This method set couple parameters into Configuration
testAddGetRemoveConfiguration() - Method in class org.apache.hadoop.hbase.client.TestColumnFamilyDescriptorBuilder
Test that we add and remove strings from configuration properly.
testAddGetRemoveConfiguration() - Method in class org.apache.hadoop.hbase.TestHColumnDescriptor
Deprecated.
Test that we add and remove strings from configuration properly.
testAddGetRemoveConfiguration() - Method in class org.apache.hadoop.hbase.TestHTableDescriptor
Deprecated.
Test that we add and remove strings from configuration properly.
testAddHostsAndBlockWeight() - Method in class org.apache.hadoop.hbase.TestHDFSBlocksDistribution
 
testAddImmutableToPut() - Method in class org.apache.hadoop.hbase.client.TestMutation
 
testAddingCompactionResults() - Method in class org.apache.hadoop.hbase.regionserver.TestStripeStoreFileManager
 
testAddingServerBeforeOldIsDead2413() - Method in class org.apache.hadoop.hbase.master.TestMasterTransitions
Test adding in a new server before old one on same host+port is dead.
testAddInStealJobQueueShouldUnblockPoll() - Method in class org.apache.hadoop.hbase.util.TestStealJobQueue
 
testAddInvalidPeer() - Method in class org.apache.hadoop.hbase.client.replication.TestReplicationAdmin
 
testAddKeyValue() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testAddPeer() - Method in class org.apache.hadoop.hbase.replication.TestAddToSerialReplicationPeer
 
testAddPeerWithState() - Method in class org.apache.hadoop.hbase.client.replication.TestReplicationAdmin
 
testAddPeerWithUnDeletedQueues() - Method in class org.apache.hadoop.hbase.client.replication.TestReplicationAdmin
 
testAddRegionWithCompactions() - Method in class org.apache.hadoop.hbase.snapshot.TestRegionSnapshotTask
Tests adding a region to the snapshot manifest while compactions are running on the region.
testAddRemoveLog() - Method in class org.apache.hadoop.hbase.replication.TestZKReplicationQueueStorage
 
testAddRemovePeer() - Method in class org.apache.hadoop.hbase.client.replication.TestReplicationAdmin
Simple testing of adding and removing peers, basically shows that all interactions with ZK work
testAddRemovePeer() - Method in class org.apache.hadoop.hbase.client.TestAsyncReplicationAdminApi
 
TestAddress - Class in org.apache.hadoop.hbase.net
 
TestAddress() - Constructor for class org.apache.hadoop.hbase.net.TestAddress
 
testAddRSGroup() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsWithACL
 
testAddSameColumnFamilyTwice() - Method in class org.apache.hadoop.hbase.client.TestAsyncTableAdminApi2
 
testAddToFailedServersLogging() - Method in class org.apache.hadoop.hbase.ipc.TestFailedServersLog
 
testAddToSerialPeer() - Method in class org.apache.hadoop.hbase.replication.TestAddToSerialReplicationPeer
 
TestAddToSerialReplicationPeer - Class in org.apache.hadoop.hbase.replication
Testcase for HBASE-20147.
TestAddToSerialReplicationPeer() - Constructor for class org.apache.hadoop.hbase.replication.TestAddToSerialReplicationPeer
 
TestAdmin1 - Class in org.apache.hadoop.hbase.client
Class to test HBaseAdmin.
TestAdmin1() - Constructor for class org.apache.hadoop.hbase.client.TestAdmin1
 
TestAdmin2 - Class in org.apache.hadoop.hbase.client
Class to test HBaseAdmin.
TestAdmin2() - Constructor for class org.apache.hadoop.hbase.client.TestAdmin2
 
testAdminDrainAllowedOnSecureZK() - Method in class org.apache.hadoop.hbase.zookeeper.TestZooKeeperACL
 
testAdminFactory() - Method in class org.apache.hadoop.hbase.client.TestConnectionImplementation
Naive test to check that Connection#getAdmin returns a properly constructed HBaseAdmin object
TestAdminShell - Class in org.apache.hadoop.hbase.client
 
TestAdminShell() - Constructor for class org.apache.hadoop.hbase.client.TestAdminShell
 
testAdminTimeout() - Method in class org.apache.hadoop.hbase.client.TestClientTimeouts
Test that a client that fails an RPC to the master retries properly and doesn't throw any unexpected exceptions.
testAdminWithAsyncAdmin() - Method in class org.apache.hadoop.hbase.client.TestInterfaceAlign
Test methods name match up
testAdvancedConfigOverride() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide3
 
testAdvanceTwiceOnEmptyCell() - Method in class org.apache.hadoop.hbase.client.TestResult
 
TestAES - Class in org.apache.hadoop.hbase.io.crypto.aes
 
TestAES() - Constructor for class org.apache.hadoop.hbase.io.crypto.aes.TestAES
 
TestAES.TestRNG - Class in org.apache.hadoop.hbase.io.crypto.aes
 
testAESAlgorithm() - Method in class org.apache.hadoop.hbase.io.crypto.aes.TestAES
 
testAESAlgorithm() - Method in class org.apache.hadoop.hbase.io.crypto.aes.TestCommonsAES
 
testAge() - Method in class org.apache.hadoop.hbase.regionserver.TestHStore
 
testAggregation() - Method in class org.apache.hadoop.hbase.coprocessor.TestBatchCoprocessorEndpoint
 
testAggregation() - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorEndpoint
 
testAggregationNullResponse() - Method in class org.apache.hadoop.hbase.coprocessor.TestBatchCoprocessorEndpoint
 
testAggregationWithErrors() - Method in class org.apache.hadoop.hbase.coprocessor.TestBatchCoprocessorEndpoint
 
testAggregationWithReturnValue() - Method in class org.apache.hadoop.hbase.coprocessor.TestBatchCoprocessorEndpoint
 
testAllChecksumTypes() - Method in class org.apache.hadoop.hbase.io.hfile.TestChecksum
Test all checksum types by writing and reading back blocks.
testAllClusterOnlineConfigChange() - Method in class org.apache.hadoop.hbase.client.TestAsyncClusterAdminApi
 
testAllColumnsWithBloomFilter() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testAllCustomOnlineConfigChange() - Method in class org.apache.hadoop.hbase.client.TestUpdateConfiguration
 
testAllFixedBits() - Method in class org.apache.hadoop.hbase.filter.TestFuzzyRowFilterEndToEnd
 
testAllocateByteBuffToReadInto() - Method in class org.apache.hadoop.hbase.ipc.TestRpcServer
 
testAllOnlineConfigChange() - Method in class org.apache.hadoop.hbase.client.TestUpdateConfiguration
 
testAllOptionsSet() - Method in class org.apache.hadoop.hbase.util.AbstractHBaseToolTest
 
testAllowedClient() - Method in class org.apache.hadoop.hbase.http.TestSpnegoHttpServer
 
testAllowPartial() - Method in class org.apache.hadoop.hbase.client.TestLimitedScanWithFilter
 
testAllowPartial() - Method in class org.apache.hadoop.hbase.client.TestRawAsyncTableLimitedScanWithFilter
 
testAllowPartialResults() - Method in class org.apache.hadoop.hbase.TestPartialResultsFromClientSide
Ensure that we only see Results marked as partial when the allowPartial flag is set
TestAllowPartialScanResultCache - Class in org.apache.hadoop.hbase.client
 
TestAllowPartialScanResultCache() - Constructor for class org.apache.hadoop.hbase.client.TestAllowPartialScanResultCache
 
testAllQuotasAddedToList() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaSettingsFactory
 
testAlternateBufferedMutatorImpl() - Method in class org.apache.hadoop.hbase.client.TestBufferedMutator
 
testAlternateRNG() - Method in class org.apache.hadoop.hbase.io.crypto.aes.TestAES
 
testAlternateRNG() - Method in class org.apache.hadoop.hbase.io.crypto.aes.TestCommonsAES
 
testAlwaysDecrementingSetsMaximum() - Method in class org.apache.hadoop.hbase.regionserver.TestSimpleTimeRangeTracker
 
TestAlwaysSetScannerId - Class in org.apache.hadoop.hbase.client
Testcase to make sure that we always set scanner id in ScanResponse.
TestAlwaysSetScannerId() - Constructor for class org.apache.hadoop.hbase.client.TestAlwaysSetScannerId
 
testANDOperation() - Method in class org.apache.hadoop.hbase.filter.TestBitComparator
 
testANDOperationWithOffset() - Method in class org.apache.hadoop.hbase.filter.TestBitComparator
 
testAnnotations() - Method in class org.apache.hadoop.hbase.master.TestMasterQosFunction
 
testAnnotations() - Method in class org.apache.hadoop.hbase.regionserver.TestQosFunction
 
testAppend() - Method in class org.apache.hadoop.hbase.client.TestAsyncTable
 
testAppend() - Method in class org.apache.hadoop.hbase.client.TestAsyncTableNoncedRetry
 
testAppend() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testAppend() - Method in class org.apache.hadoop.hbase.client.TestResultFromCoprocessor
 
testAppend() - Method in class org.apache.hadoop.hbase.client.TestRowComparator
 
testAppend() - Method in class org.apache.hadoop.hbase.coprocessor.TestIncrementAndAppendWithNullResult
 
testAppend() - Method in class org.apache.hadoop.hbase.regionserver.TestAtomicOperation
Test basic append operation.
testAppend() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerMetrics
 
testAppend() - Method in class org.apache.hadoop.hbase.shaded.protobuf.TestProtobufUtil
Test Append Mutate conversions.
testAppend() - Method in class org.apache.hadoop.hbase.wal.TestWALFactory
 
testAppendClose() - Method in class org.apache.hadoop.hbase.wal.TestWALFactory
 
testAppendCopyConstructor() - Method in class org.apache.hadoop.hbase.client.TestMutation
 
testAppenderDefined() - Method in class org.apache.hadoop.hbase.http.TestHttpRequestLog
 
testAppenderUndefined() - Method in class org.apache.hadoop.hbase.http.TestHttpRequestLog
 
TestAppendFromClientSide - Class in org.apache.hadoop.hbase.client
Run Append tests that use the HBase clients;
TestAppendFromClientSide() - Constructor for class org.apache.hadoop.hbase.client.TestAppendFromClientSide
 
testAppendHook() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverInterface
 
testAppendId() - Method in class org.apache.hadoop.hbase.client.TestAttributes
 
testAppendIteration() - Method in class org.apache.hadoop.hbase.client.TestPutDeleteEtcCellIteration
 
testAppendJSON() - Method in class org.apache.hadoop.hbase.rest.TestGetAndPutResource
 
testAppendMultiThreads() - Method in class org.apache.hadoop.hbase.regionserver.TestAtomicOperation
 
testAppendPB() - Method in class org.apache.hadoop.hbase.rest.TestGetAndPutResource
 
testAppendPeerTableCFs() - Method in class org.apache.hadoop.hbase.client.replication.TestReplicationAdmin
 
testAppendPeerTableCFs() - Method in class org.apache.hadoop.hbase.client.TestAsyncReplicationAdminApi
 
testAppendsObserver() - Method in class org.apache.hadoop.hbase.quotas.TestMasterQuotasObserverWithMocks
 
TestAppendTimeRange - Class in org.apache.hadoop.hbase.coprocessor
 
TestAppendTimeRange() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestAppendTimeRange
 
TestAppendTimeRange.MyObserver - Class in org.apache.hadoop.hbase.coprocessor
 
testAppendTimestampsAreMonotonic() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testAppendWithCustomTimestamp() - Method in class org.apache.hadoop.hbase.client.TestAppendFromClientSide
 
testAppendWithDoNotRetryIOException() - Method in class org.apache.hadoop.hbase.client.TestTableOperationException
 
testAppendWithIOException() - Method in class org.apache.hadoop.hbase.client.TestTableOperationException
 
testAppendWithNonExistingFamily() - Method in class org.apache.hadoop.hbase.regionserver.TestAtomicOperation
 
testAppendWithoutWAL() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testAppendWithReadOnlyTable() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testAppendXML() - Method in class org.apache.hadoop.hbase.rest.TestGetAndPutResource
 
testApplyAscending() - Method in class org.apache.hadoop.hbase.util.TestOrder
 
testApplyDescending() - Method in class org.apache.hadoop.hbase.util.TestOrder
 
testArchiveOldRegion() - Method in class org.apache.hadoop.hbase.master.TestCatalogJanitor
 
testAreAllLower() - Method in class org.apache.hadoop.hbase.regionserver.wal.TestSequenceIdAccounting
 
testArePartEqual() - Method in class org.apache.hadoop.hbase.util.TestByteBufferUtils
Test if we are comparing equal bytes.
testArrayBasedMethods() - Method in class org.apache.hadoop.hbase.nio.TestMultiByteBuff
 
testArriveAtRightAnswer() - Method in class org.apache.hadoop.hbase.regionserver.TestSyncTimeRangeTracker
Run a bunch of threads against a single TimeRangeTracker and ensure we arrive at right range.
testAsc() - Method in class org.apache.hadoop.hbase.regionserver.TestCellFlatSet
 
TestAssignmentListener - Class in org.apache.hadoop.hbase.master
 
TestAssignmentListener() - Constructor for class org.apache.hadoop.hbase.master.TestAssignmentListener
 
testAssignmentListener() - Method in class org.apache.hadoop.hbase.master.TestAssignmentListener
 
TestAssignmentManagerMetrics - Class in org.apache.hadoop.hbase.master
 
TestAssignmentManagerMetrics() - Constructor for class org.apache.hadoop.hbase.master.TestAssignmentManagerMetrics
 
testAssignRegionAndUnassignRegion() - Method in class org.apache.hadoop.hbase.client.TestAsyncRegionAdminApi
 
testAssigns() - Method in class org.apache.hadoop.hbase.client.TestHbck
 
testAsSubBufferWhenEndOffsetLandInLastBuffer() - Method in class org.apache.hadoop.hbase.util.TestByteBufferArray
 
testAsUnitTest() - Method in class org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover
 
TestAsyncAdminBase - Class in org.apache.hadoop.hbase.client
Class to test AsyncAdmin.
TestAsyncAdminBase() - Constructor for class org.apache.hadoop.hbase.client.TestAsyncAdminBase
 
TestAsyncAdminBuilder - Class in org.apache.hadoop.hbase.client
 
TestAsyncAdminBuilder() - Constructor for class org.apache.hadoop.hbase.client.TestAsyncAdminBuilder
 
TestAsyncAdminBuilder.TestMaxRetriesCoprocessor - Class in org.apache.hadoop.hbase.client
 
TestAsyncAdminBuilder.TestOperationTimeoutCoprocessor - Class in org.apache.hadoop.hbase.client
 
TestAsyncAdminBuilder.TestRpcTimeoutCoprocessor - Class in org.apache.hadoop.hbase.client
 
TestAsyncAggregationClient - Class in org.apache.hadoop.hbase.client
 
TestAsyncAggregationClient() - Constructor for class org.apache.hadoop.hbase.client.TestAsyncAggregationClient
 
TestAsyncBufferMutator - Class in org.apache.hadoop.hbase.client
 
TestAsyncBufferMutator() - Constructor for class org.apache.hadoop.hbase.client.TestAsyncBufferMutator
 
testAsyncClient() - Method in class org.apache.hadoop.hbase.TestClientClusterMetrics
 
TestAsyncClientExample - Class in org.apache.hadoop.hbase.client.example
 
TestAsyncClientExample() - Constructor for class org.apache.hadoop.hbase.client.example.TestAsyncClientExample
 
TestAsyncClusterAdminApi - Class in org.apache.hadoop.hbase.client
 
TestAsyncClusterAdminApi() - Constructor for class org.apache.hadoop.hbase.client.TestAsyncClusterAdminApi
 
TestAsyncClusterAdminApi2 - Class in org.apache.hadoop.hbase.client
Only used to test stopMaster/stopRegionServer/shutdown methods.
TestAsyncClusterAdminApi2() - Constructor for class org.apache.hadoop.hbase.client.TestAsyncClusterAdminApi2
 
TestAsyncCoprocessorEndpoint - Class in org.apache.hadoop.hbase.coprocessor
 
TestAsyncCoprocessorEndpoint() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestAsyncCoprocessorEndpoint
 
TestAsyncCoprocessorEndpoint.DummyRegionServerEndpoint - Class in org.apache.hadoop.hbase.coprocessor
 
TestAsyncDecommissionAdminApi - Class in org.apache.hadoop.hbase.client
 
TestAsyncDecommissionAdminApi() - Constructor for class org.apache.hadoop.hbase.client.TestAsyncDecommissionAdminApi
 
testAsyncDecommissionRegionServers() - Method in class org.apache.hadoop.hbase.client.TestAsyncDecommissionAdminApi
 
testAsyncEcho() - Method in class org.apache.hadoop.hbase.ipc.AbstractTestIPC
 
testAsyncFlushRegion() - Method in class org.apache.hadoop.hbase.client.TestFlushFromClient
 
testAsyncFlushRegionServer() - Method in class org.apache.hadoop.hbase.client.TestFlushFromClient
 
testAsyncFlushSnapshot() - Method in class org.apache.hadoop.hbase.snapshot.TestFlushSnapshotFromClient
 
testAsyncFlushTable() - Method in class org.apache.hadoop.hbase.client.TestFlushFromClient
 
TestAsyncFSWAL - Class in org.apache.hadoop.hbase.regionserver.wal
Provides AsyncFSWAL test cases.
TestAsyncFSWAL() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.TestAsyncFSWAL
 
TestAsyncLogRolling - Class in org.apache.hadoop.hbase.regionserver.wal
 
TestAsyncLogRolling() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.TestAsyncLogRolling
 
TestAsyncLogRollPeriod - Class in org.apache.hadoop.hbase.regionserver.wal
 
TestAsyncLogRollPeriod() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.TestAsyncLogRollPeriod
 
TestAsyncMetaRegionLocator - Class in org.apache.hadoop.hbase.client
 
TestAsyncMetaRegionLocator() - Constructor for class org.apache.hadoop.hbase.client.TestAsyncMetaRegionLocator
 
TestAsyncNamespaceAdminApi - Class in org.apache.hadoop.hbase.client
Class to test asynchronous namespace admin operations.
TestAsyncNamespaceAdminApi() - Constructor for class org.apache.hadoop.hbase.client.TestAsyncNamespaceAdminApi
 
TestAsyncNonMetaRegionLocator - Class in org.apache.hadoop.hbase.client
 
TestAsyncNonMetaRegionLocator() - Constructor for class org.apache.hadoop.hbase.client.TestAsyncNonMetaRegionLocator
 
TestAsyncNonMetaRegionLocatorConcurrenyLimit - Class in org.apache.hadoop.hbase.client
 
TestAsyncNonMetaRegionLocatorConcurrenyLimit() - Constructor for class org.apache.hadoop.hbase.client.TestAsyncNonMetaRegionLocatorConcurrenyLimit
 
TestAsyncNonMetaRegionLocatorConcurrenyLimit.CountingRegionObserver - Class in org.apache.hadoop.hbase.client
 
TestAsyncProcedureAdminApi - Class in org.apache.hadoop.hbase.client
Class to test asynchronous procedure admin operations.
TestAsyncProcedureAdminApi() - Constructor for class org.apache.hadoop.hbase.client.TestAsyncProcedureAdminApi
 
TestAsyncProcess - Class in org.apache.hadoop.hbase.client
 
TestAsyncProcess() - Constructor for class org.apache.hadoop.hbase.client.TestAsyncProcess
 
TestAsyncProcessWithRegionException - Class in org.apache.hadoop.hbase.client
The purpose of this test is to make sure the region exception won't corrupt the results of batch.
TestAsyncProcessWithRegionException() - Constructor for class org.apache.hadoop.hbase.client.TestAsyncProcessWithRegionException
 
TestAsyncProtobufLog - Class in org.apache.hadoop.hbase.regionserver.wal
 
TestAsyncProtobufLog() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.TestAsyncProtobufLog
 
TestAsyncQuotaAdminApi - Class in org.apache.hadoop.hbase.client
 
TestAsyncQuotaAdminApi() - Constructor for class org.apache.hadoop.hbase.client.TestAsyncQuotaAdminApi
 
TestAsyncRegionAdminApi - Class in org.apache.hadoop.hbase.client
Class to test asynchronous region admin operations.
TestAsyncRegionAdminApi() - Constructor for class org.apache.hadoop.hbase.client.TestAsyncRegionAdminApi
 
TestAsyncRegionAdminApi2 - Class in org.apache.hadoop.hbase.client
Class to test asynchronous region admin operations.
TestAsyncRegionAdminApi2() - Constructor for class org.apache.hadoop.hbase.client.TestAsyncRegionAdminApi2
 
TestAsyncRegionLocatorTimeout - Class in org.apache.hadoop.hbase.client
 
TestAsyncRegionLocatorTimeout() - Constructor for class org.apache.hadoop.hbase.client.TestAsyncRegionLocatorTimeout
 
TestAsyncRegionLocatorTimeout.SleepRegionObserver - Class in org.apache.hadoop.hbase.client
 
testAsyncRemoteError() - Method in class org.apache.hadoop.hbase.ipc.AbstractTestIPC
 
TestAsyncReplicationAdminApi - Class in org.apache.hadoop.hbase.client
Class to test asynchronous replication admin operations.
TestAsyncReplicationAdminApi() - Constructor for class org.apache.hadoop.hbase.client.TestAsyncReplicationAdminApi
 
TestAsyncReplicationAdminApiWithClusters - Class in org.apache.hadoop.hbase.client
Class to test asynchronous replication admin operations when more than 1 cluster
TestAsyncReplicationAdminApiWithClusters() - Constructor for class org.apache.hadoop.hbase.client.TestAsyncReplicationAdminApiWithClusters
 
TestAsyncResultScannerCursor - Class in org.apache.hadoop.hbase.client
 
TestAsyncResultScannerCursor() - Constructor for class org.apache.hadoop.hbase.client.TestAsyncResultScannerCursor
 
testAsyncScannerWithManyRows() - Method in class org.apache.hadoop.hbase.client.TestScannersFromClientSide
 
testAsyncScannerWithoutCaching() - Method in class org.apache.hadoop.hbase.client.TestScannersFromClientSide
 
testAsyncScannerWithSmallData() - Method in class org.apache.hadoop.hbase.client.TestScannersFromClientSide
 
TestAsyncSingleRequestRpcRetryingCaller - Class in org.apache.hadoop.hbase.client
 
TestAsyncSingleRequestRpcRetryingCaller() - Constructor for class org.apache.hadoop.hbase.client.TestAsyncSingleRequestRpcRetryingCaller
 
TestAsyncSnapshotAdminApi - Class in org.apache.hadoop.hbase.client
 
TestAsyncSnapshotAdminApi() - Constructor for class org.apache.hadoop.hbase.client.TestAsyncSnapshotAdminApi
 
TestAsyncTable - Class in org.apache.hadoop.hbase.client
 
TestAsyncTable() - Constructor for class org.apache.hadoop.hbase.client.TestAsyncTable
 
testAsyncTable() - Method in class org.apache.hadoop.hbase.client.TestSeparateClientZKCluster
 
TestAsyncTableAdminApi - Class in org.apache.hadoop.hbase.client
Class to test asynchronous table admin operations.
TestAsyncTableAdminApi() - Constructor for class org.apache.hadoop.hbase.client.TestAsyncTableAdminApi
 
TestAsyncTableAdminApi2 - Class in org.apache.hadoop.hbase.client
Class to test asynchronous table admin operations
TestAsyncTableAdminApi2() - Constructor for class org.apache.hadoop.hbase.client.TestAsyncTableAdminApi2
 
TestAsyncTableAdminApi3 - Class in org.apache.hadoop.hbase.client
Class to test asynchronous table admin operations.
TestAsyncTableAdminApi3() - Constructor for class org.apache.hadoop.hbase.client.TestAsyncTableAdminApi3
 
TestAsyncTableBatch - Class in org.apache.hadoop.hbase.client
 
TestAsyncTableBatch() - Constructor for class org.apache.hadoop.hbase.client.TestAsyncTableBatch
 
TestAsyncTableBatch.ErrorInjectObserver - Class in org.apache.hadoop.hbase.client
 
TestAsyncTableGetMultiThreaded - Class in org.apache.hadoop.hbase.client
Will split the table, and move region randomly when testing.
TestAsyncTableGetMultiThreaded() - Constructor for class org.apache.hadoop.hbase.client.TestAsyncTableGetMultiThreaded
 
TestAsyncTableGetMultiThreadedWithBasicCompaction - Class in org.apache.hadoop.hbase.client
 
TestAsyncTableGetMultiThreadedWithBasicCompaction() - Constructor for class org.apache.hadoop.hbase.client.TestAsyncTableGetMultiThreadedWithBasicCompaction
 
TestAsyncTableGetMultiThreadedWithEagerCompaction - Class in org.apache.hadoop.hbase.client
 
TestAsyncTableGetMultiThreadedWithEagerCompaction() - Constructor for class org.apache.hadoop.hbase.client.TestAsyncTableGetMultiThreadedWithEagerCompaction
 
TestAsyncTableLocatePrefetch - Class in org.apache.hadoop.hbase.client
 
TestAsyncTableLocatePrefetch() - Constructor for class org.apache.hadoop.hbase.client.TestAsyncTableLocatePrefetch
 
TestAsyncTableNoncedRetry - Class in org.apache.hadoop.hbase.client
 
TestAsyncTableNoncedRetry() - Constructor for class org.apache.hadoop.hbase.client.TestAsyncTableNoncedRetry
 
TestAsyncTableRegionReplicasGet - Class in org.apache.hadoop.hbase.client
 
TestAsyncTableRegionReplicasGet() - Constructor for class org.apache.hadoop.hbase.client.TestAsyncTableRegionReplicasGet
 
TestAsyncTableRegionReplicasScan - Class in org.apache.hadoop.hbase.client
 
TestAsyncTableRegionReplicasScan() - Constructor for class org.apache.hadoop.hbase.client.TestAsyncTableRegionReplicasScan
 
TestAsyncTableScan - Class in org.apache.hadoop.hbase.client
 
TestAsyncTableScan() - Constructor for class org.apache.hadoop.hbase.client.TestAsyncTableScan
 
TestAsyncTableScanAll - Class in org.apache.hadoop.hbase.client
 
TestAsyncTableScanAll() - Constructor for class org.apache.hadoop.hbase.client.TestAsyncTableScanAll
 
TestAsyncTableScanMetrics - Class in org.apache.hadoop.hbase.client
 
TestAsyncTableScanMetrics() - Constructor for class org.apache.hadoop.hbase.client.TestAsyncTableScanMetrics
 
TestAsyncTableScanner - Class in org.apache.hadoop.hbase.client
 
TestAsyncTableScanner() - Constructor for class org.apache.hadoop.hbase.client.TestAsyncTableScanner
 
TestAsyncTableScannerCloseWhileSuspending - Class in org.apache.hadoop.hbase.client
 
TestAsyncTableScannerCloseWhileSuspending() - Constructor for class org.apache.hadoop.hbase.client.TestAsyncTableScannerCloseWhileSuspending
 
TestAsyncTableScanRenewLease - Class in org.apache.hadoop.hbase.client
 
TestAsyncTableScanRenewLease() - Constructor for class org.apache.hadoop.hbase.client.TestAsyncTableScanRenewLease
 
testAsyncTimeout() - Method in class org.apache.hadoop.hbase.ipc.AbstractTestIPC
 
TestAsyncToolAdminApi - Class in org.apache.hadoop.hbase.client
Test the admin operations for Balancer, Normalizer, CleanerChore, and CatalogJanitor.
TestAsyncToolAdminApi() - Constructor for class org.apache.hadoop.hbase.client.TestAsyncToolAdminApi
 
TestAsyncWALReplay - Class in org.apache.hadoop.hbase.regionserver.wal
 
TestAsyncWALReplay() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.TestAsyncWALReplay
 
TestAsyncWALReplayCompressed - Class in org.apache.hadoop.hbase.regionserver.wal
 
TestAsyncWALReplayCompressed() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.TestAsyncWALReplayCompressed
 
testAtomicBatchPut() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testAtomicBulkLoad() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionServerBulkLoad
Atomic bulk load.
testAtomicBulkLoadUnderQuota() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotas
 
TestAtomicOperation - Class in org.apache.hadoop.hbase.regionserver
Testing of HRegion.incrementColumnValue, HRegion.increment, and HRegion.append
TestAtomicOperation() - Constructor for class org.apache.hadoop.hbase.regionserver.TestAtomicOperation
 
TestAtomicOperation.AtomicOperation - Class in org.apache.hadoop.hbase.regionserver
 
TestAtomicOperation.Incrementer - Class in org.apache.hadoop.hbase.regionserver
A thread that makes increment calls always on the same row, this.row against two column families on this row.
TestAtomicOperation.MockHRegion - Class in org.apache.hadoop.hbase.regionserver
 
TestAtomicOperation.MockHRegion.WrappedRowLock - Class in org.apache.hadoop.hbase.regionserver
 
testAtomicOperations() - Method in class org.apache.hadoop.hbase.client.TestMalformedCellFromClient
The invalid cells is in rm.
testAttemptTimer() - Method in class org.apache.hadoop.hbase.errorhandling.TestForeignExceptionDispatcher
Test that the dispatcher can receive an error via the timer mechanism.
TestAttributes - Class in org.apache.hadoop.hbase.client
 
TestAttributes() - Constructor for class org.apache.hadoop.hbase.client.TestAttributes
 
testAttributesSerialization() - Method in class org.apache.hadoop.hbase.client.TestGet
 
testAttributesSerialization() - Method in class org.apache.hadoop.hbase.client.TestScan
 
testAuthMethodReadWrite() - Method in class org.apache.hadoop.hbase.security.TestHBaseSaslRpcClient
 
testAuthorizationOfDefaultServlets() - Method in class org.apache.hadoop.hbase.http.TestHttpServer
Verify the administrator access for /logs, /stacks, /conf, /logLevel and /metrics servlets.
testAutobalanceNumOfSplit() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanBase
Run MR job to test autobalance for setting number of mappers for TIF This does not run real MR job
testAutoBalanceSplits() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScan
Test if autoBalance create correct splits
testAutoTunerShouldBeOffWhenMaxMinRangesForBlockCacheIsNotGiven() - Method in class org.apache.hadoop.hbase.regionserver.TestHeapMemoryManager
 
testAutoTunerShouldBeOffWhenMaxMinRangesForMemstoreIsNotGiven() - Method in class org.apache.hadoop.hbase.regionserver.TestHeapMemoryManager
 
testAverageRegionSize() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerMetrics
 
testAvg() - Method in class org.apache.hadoop.hbase.client.TestAsyncAggregationClient
 
testAvlIterableListCrud() - Method in class org.apache.hadoop.hbase.util.TestAvlUtil
 
testAvlTreeCrud() - Method in class org.apache.hadoop.hbase.util.TestAvlUtil
 
testAvlTreeIterSeekFirst() - Method in class org.apache.hadoop.hbase.util.TestAvlUtil
 
testAvlTreeIterSeekTo() - Method in class org.apache.hadoop.hbase.util.TestAvlUtil
 
testAvlTreeVisitor() - Method in class org.apache.hadoop.hbase.util.TestAvlUtil
 
TestAvlUtil - Class in org.apache.hadoop.hbase.util
 
TestAvlUtil() - Constructor for class org.apache.hadoop.hbase.util.TestAvlUtil
 
TestAvoidCellReferencesIntoShippedBlocks - Class in org.apache.hadoop.hbase.client
 
TestAvoidCellReferencesIntoShippedBlocks() - Constructor for class org.apache.hadoop.hbase.client.TestAvoidCellReferencesIntoShippedBlocks
 
TestAvoidCellReferencesIntoShippedBlocks.CompactorRegionObserver - Class in org.apache.hadoop.hbase.client
 
testBackgroundEvictionThread() - Method in class org.apache.hadoop.hbase.io.hfile.TestLruBlockCache
 
testBackoffLogic() - Method in class org.apache.hadoop.hbase.client.TestSnapshotFromAdmin
Test that the logic for doing 'correct' back-off based on exponential increase and the max-time passed from the server ensures the correct overall waiting for the snapshot to finish.
testBackReference() - Method in class org.apache.hadoop.hbase.io.TestHFileLink
 
testBadFam() - Method in class org.apache.hadoop.hbase.client.TestMultiParallel
 
testBadFormat() - Method in class org.apache.hadoop.hbase.http.conf.TestConfServlet
 
testBalancer() - Method in class org.apache.hadoop.hbase.client.TestAdmin2
 
testBalancer() - Method in class org.apache.hadoop.hbase.client.TestAsyncToolAdminApi
 
testBalanceRSGroup() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsWithACL
 
testBalanceSplit() - Method in class org.apache.hadoop.hbase.snapshot.TestExportSnapshotHelpers
Verfy the result of getBalanceSplits() method.
testBaseCase() - Method in class org.apache.hadoop.hbase.regionserver.TestMinVersions
Verify basic minimum versions functionality
testBaseCases() - Method in class org.apache.hadoop.hbase.util.TestCoprocessorScanPolicy
 
testBasic() - Method in class org.apache.hadoop.hbase.io.util.TestLRUDictionary
 
testBasic() - Method in class org.apache.hadoop.hbase.ipc.TestSimpleRpcScheduler
 
testBasic() - Method in class org.apache.hadoop.hbase.regionserver.TestRSStatusServlet
 
testBasicAttributes() - Method in class org.apache.hadoop.hbase.security.TestUser
 
testBasicBloom() - Method in class org.apache.hadoop.hbase.util.TestBloomFilterChunk
 
testBasicFunctionality() - Method in class org.apache.hadoop.hbase.TestCompoundConfiguration
 
testBasicGetColumn() - Method in class org.apache.hadoop.hbase.client.TestResult
 
testBasicGetValue() - Method in class org.apache.hadoop.hbase.client.TestResult
 
testBasicHalfMapFile() - Method in class org.apache.hadoop.hbase.regionserver.TestHStoreFile
Write a file and then assert that we can read from top and bottom halves using two HalfMapFiles.
testBasicLoadValue() - Method in class org.apache.hadoop.hbase.client.TestResult
 
testBasicOperation() - Method in class org.apache.hadoop.hbase.client.TestSeparateClientZKCluster
 
testBasicRegionSizeReports() - Method in class org.apache.hadoop.hbase.quotas.TestRegionSizeUse
 
testBasicRollingRestart() - Method in class org.apache.hadoop.hbase.master.TestRollingRestart
 
testBasics() - Method in class org.apache.hadoop.hbase.client.TestFromClientSideNoCodec
 
testBasics() - Method in class org.apache.hadoop.hbase.filter.TestRandomRowFilter
Tests basics
testBasics() - Method in class org.apache.hadoop.hbase.TestKeyValue
 
testBasics() - Method in class org.apache.hadoop.hbase.util.TestRetryCounter
 
testBasics() - Method in class org.apache.hadoop.hbase.util.TestSimpleMutableByteRange
 
testBasicScanWithLRUCache() - Method in class org.apache.hadoop.hbase.io.hfile.TestScannerFromBucketCache
 
testBasicScanWithOffheapBucketCache() - Method in class org.apache.hadoop.hbase.io.hfile.TestScannerFromBucketCache
 
testBasicScanWithOffheapBucketCacheWithMBB() - Method in class org.apache.hadoop.hbase.io.hfile.TestScannerFromBucketCache
 
testBasicScenario() - Method in class org.apache.hadoop.hbase.regionserver.TestKeepDeletes
Make sure that deleted rows are retained.
testBasicStartUp() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroups
 
testBatch() - Method in class org.apache.hadoop.hbase.client.TestAsyncProcess
 
testBatch() - Method in class org.apache.hadoop.hbase.client.TestLimitedScanWithFilter
 
testBatch() - Method in class org.apache.hadoop.hbase.client.TestRawAsyncTableLimitedScanWithFilter
 
testBatchAllowPartial() - Method in class org.apache.hadoop.hbase.client.TestLimitedScanWithFilter
 
testBatchAllowPartial() - Method in class org.apache.hadoop.hbase.client.TestRawAsyncTableLimitedScanWithFilter
 
testBatchAndFilterDiffer() - Method in class org.apache.hadoop.hbase.client.TestLimitedScanWithFilter
 
testBatchAndFilterDiffer() - Method in class org.apache.hadoop.hbase.client.TestRawAsyncTableLimitedScanWithFilter
 
testBatchAppendWithReturnResultFalse() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
TestBatchCoprocessorEndpoint - Class in org.apache.hadoop.hbase.coprocessor
TestEndpoint: test cases to verify the batch execution of coprocessor Endpoint
TestBatchCoprocessorEndpoint() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestBatchCoprocessorEndpoint
 
testBatchDoNotAllowPartial() - Method in class org.apache.hadoop.hbase.client.TestRawAsyncTablePartialScan
 
testBatchIncrementsWithReturnResultFalse() - Method in class org.apache.hadoop.hbase.client.TestIncrementsFromClientSide
 
testBatchingResultWhenRegionMove() - Method in class org.apache.hadoop.hbase.TestPartialResultsFromClientSide
 
testBatchMutateWithWrongRegionException() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testBatchOperationsWithErrors() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
Test batch operations with combination of valid and invalid args
testBatchPut_whileMultipleRowLocksHeld() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testBatchPut_whileNoRowLocksHeld() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testBatchPutWithTsSlop() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testBatchReplayWithMultipleNonces() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionReplayEvents
 
TestBatchScanResultCache - Class in org.apache.hadoop.hbase.client
 
TestBatchScanResultCache() - Constructor for class org.apache.hadoop.hbase.client.TestBatchScanResultCache
 
testBatchWithDelete() - Method in class org.apache.hadoop.hbase.client.TestMultiParallel
 
testBatchWithGet() - Method in class org.apache.hadoop.hbase.client.TestMultiParallel
 
testBatchWithIncrementAndAppend() - Method in class org.apache.hadoop.hbase.client.TestMultiParallel
 
testBatchWithManyColsInOneRowGetAndPut() - Method in class org.apache.hadoop.hbase.client.TestMultiParallel
 
testBatchWithMixedActions() - Method in class org.apache.hadoop.hbase.client.TestMultiParallel
 
testBatchWithPut() - Method in class org.apache.hadoop.hbase.client.TestMultiParallel
 
testBatchWithRowMutation() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide3
 
testBeginEndMarker() - Method in class org.apache.hadoop.hbase.util.TestRegionSplitCalculator
 
TestBigDecimalComparator - Class in org.apache.hadoop.hbase.filter
 
TestBigDecimalComparator() - Constructor for class org.apache.hadoop.hbase.filter.TestBigDecimalComparator
 
testBigDecimalComparator() - Method in class org.apache.hadoop.hbase.filter.TestComparatorSerialization
 
testBigRanges() - Method in class org.apache.hadoop.hbase.util.TestRegionSplitCalculator
 
testBinaryComparator() - Method in class org.apache.hadoop.hbase.filter.TestComparatorSerialization
 
testBinaryKeys() - Method in class org.apache.hadoop.hbase.TestCellComparator
 
testBinaryKeys() - Method in class org.apache.hadoop.hbase.TestKeyValue
 
testBinaryPrefixComparator() - Method in class org.apache.hadoop.hbase.filter.TestComparatorSerialization
 
testBinarySearch() - Method in class org.apache.hadoop.hbase.util.TestBytes
 
testBindAddress() - Method in class org.apache.hadoop.hbase.http.TestHttpServer
 
TestBitComparator - Class in org.apache.hadoop.hbase.filter
Tests for the bit comparator
TestBitComparator() - Constructor for class org.apache.hadoop.hbase.filter.TestBitComparator
 
testBitComparator() - Method in class org.apache.hadoop.hbase.filter.TestComparatorSerialization
 
testBlobCopy() - Method in class org.apache.hadoop.hbase.util.TestOrderedBytes
Test BlobCopy encoding.
testBlobCopyNoZeroBytes() - Method in class org.apache.hadoop.hbase.util.TestOrderedBytes
Assert invalid input byte[] are rejected by BlobCopy
testBlobVar() - Method in class org.apache.hadoop.hbase.util.TestOrderedBytes
Test BlobVar encoding.
testBlobVarLencodedLength() - Method in class org.apache.hadoop.hbase.util.TestOrderedBytes
Test length estimation algorithms for BlobVar encoding.
TestBlockCacheReporting - Class in org.apache.hadoop.hbase.io.hfile
 
TestBlockCacheReporting() - Constructor for class org.apache.hadoop.hbase.io.hfile.TestBlockCacheReporting
 
testBlockContainingKey() - Method in class org.apache.hadoop.hbase.io.hfile.TestSeekTo
 
testBlockContainingKeyInternals(TagUsage) - Method in class org.apache.hadoop.hbase.io.hfile.TestSeekTo
 
testBlockedFlushesIncreaseMemstoreInSteadyState() - Method in class org.apache.hadoop.hbase.regionserver.TestHeapMemoryManager
 
testBlockEvictionAfterHBASE13082WithCompactionAndFlush() - Method in class org.apache.hadoop.hbase.client.TestBlockEvictionFromClient
 
TestBlockEvictionFromClient - Class in org.apache.hadoop.hbase.client
 
TestBlockEvictionFromClient() - Constructor for class org.apache.hadoop.hbase.client.TestBlockEvictionFromClient
 
TestBlockEvictionFromClient.CustomInnerRegionObserver - Class in org.apache.hadoop.hbase.client
 
TestBlockEvictionFromClient.CustomInnerRegionObserverWrapper - Class in org.apache.hadoop.hbase.client
 
testBlockEvictionWithParallelScans() - Method in class org.apache.hadoop.hbase.client.TestBlockEvictionFromClient
 
testBlockHeapSize() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFileBlock
 
testBlockHeapSizeInternals() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFileBlock
 
testBlockIndex() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFileBlockIndex
 
testBlockIndexChunk() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFileBlockIndex
 
testBlockingHbkc1WithLockFile() - Method in class org.apache.hadoop.hbase.master.TestMaster
 
TestBlockingIPC - Class in org.apache.hadoop.hbase.ipc
 
TestBlockingIPC() - Constructor for class org.apache.hadoop.hbase.ipc.TestBlockingIPC
 
testBlockMultiLimits() - Method in class org.apache.hadoop.hbase.client.TestMultiRespectsLimits
 
testBlockRefCountAfterSplits() - Method in class org.apache.hadoop.hbase.client.TestBlockEvictionFromClient
 
testBlocksizeDefaultsToTwiceHDFSBlockSize() - Method in class org.apache.hadoop.hbase.regionserver.wal.TestWALConfiguration
Test blocksize change from HBASE-20520 takes on both asycnfs and old wal provider.
TestBlocksRead - Class in org.apache.hadoop.hbase.regionserver
 
TestBlocksRead() - Constructor for class org.apache.hadoop.hbase.regionserver.TestBlocksRead
 
testBlocksRead() - Method in class org.apache.hadoop.hbase.regionserver.TestBlocksRead
Test # of blocks read for some simple seek cases.
TestBlocksScanned - Class in org.apache.hadoop.hbase.regionserver
 
TestBlocksScanned() - Constructor for class org.apache.hadoop.hbase.regionserver.TestBlocksScanned
 
testBlocksScanned() - Method in class org.apache.hadoop.hbase.regionserver.TestBlocksScanned
 
testBlocksScannedWithEncoding() - Method in class org.apache.hadoop.hbase.regionserver.TestBlocksScanned
 
testBlocksStoredWhenCachingDisabled() - Method in class org.apache.hadoop.hbase.regionserver.TestBlocksRead
Test # of blocks read to ensure disabling cache-fill on Scan works.
testBlockStoragePolicy() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedHFileOutputFormat2
 
testBlockStoragePolicy() - Method in class org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat2
 
testBlockStoragePolicy() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionFileSystem
 
testBloomFilter() - Method in class org.apache.hadoop.hbase.regionserver.TestHStoreFile
 
TestBloomFilterChunk - Class in org.apache.hadoop.hbase.util
 
TestBloomFilterChunk() - Constructor for class org.apache.hadoop.hbase.util.TestBloomFilterChunk
 
testBloomFilterSize() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testBloomFold() - Method in class org.apache.hadoop.hbase.util.TestBloomFilterChunk
 
testBloomPerf() - Method in class org.apache.hadoop.hbase.util.TestBloomFilterChunk
 
testBloomTypes() - Method in class org.apache.hadoop.hbase.regionserver.TestHStoreFile
 
testBogusArgs() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
testBootMasterFirst() - Method in class org.apache.hadoop.hbase.TestClusterBootOrder
Tests launching the cluster by first starting master, and then the regionserver to ensure that it does not matter which is started first.
testBootRegionServerFirst() - Method in class org.apache.hadoop.hbase.TestClusterBootOrder
Tests launching the cluster by first starting regionserver, and then the master to ensure that it does not matter which is started first.
testBothTableAndNamespace() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaSettingsFactory
 
TestBoundedPriorityBlockingQueue - Class in org.apache.hadoop.hbase.util
 
TestBoundedPriorityBlockingQueue() - Constructor for class org.apache.hadoop.hbase.util.TestBoundedPriorityBlockingQueue
 
TestBoundedRegionGroupingStrategy - Class in org.apache.hadoop.hbase.wal
 
TestBoundedRegionGroupingStrategy() - Constructor for class org.apache.hadoop.hbase.wal.TestBoundedRegionGroupingStrategy
 
testBoundsGreaterThanDefault() - Method in class org.apache.hadoop.hbase.wal.TestBoundedRegionGroupingStrategy
 
testBucketCache() - Method in class org.apache.hadoop.hbase.io.hfile.TestBlockCacheReporting
 
testBucketCacheConfigL1L2Setup() - Method in class org.apache.hadoop.hbase.io.hfile.TestCacheConfig
Assert that when BUCKET_CACHE_COMBINED_KEY is false, the non-default, that we deploy LruBlockCache as L1 with a BucketCache for L2.
testBucketSize() - Method in class org.apache.hadoop.hbase.util.TestLossyCounting
 
TestBufferChain - Class in org.apache.hadoop.hbase.ipc
 
TestBufferChain() - Constructor for class org.apache.hadoop.hbase.ipc.TestBufferChain
 
TestBufferedDataBlockEncoder - Class in org.apache.hadoop.hbase.io.encoding
 
TestBufferedDataBlockEncoder() - Constructor for class org.apache.hadoop.hbase.io.encoding.TestBufferedDataBlockEncoder
 
TestBufferedMutator - Class in org.apache.hadoop.hbase.client
 
TestBufferedMutator() - Constructor for class org.apache.hadoop.hbase.client.TestBufferedMutator
 
TestBufferedMutator.MyBufferedMutator - Class in org.apache.hadoop.hbase.client
My BufferedMutator.
testBufferedMutatorImplWithSharedPool() - Method in class org.apache.hadoop.hbase.client.TestAsyncProcess
 
TestBufferedMutatorParams - Class in org.apache.hadoop.hbase.client
 
TestBufferedMutatorParams() - Constructor for class org.apache.hadoop.hbase.client.TestBufferedMutatorParams
 
testBuild() - Method in class org.apache.hadoop.hbase.client.TestCoprocessorDescriptor
 
testBuildCellBlock() - Method in class org.apache.hadoop.hbase.ipc.TestCellBlockBuilder
 
testBuilder() - Method in class org.apache.hadoop.hbase.client.TestColumnFamilyDescriptorBuilder
 
testBuilder() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionInfoBuilder
 
testBuildHashtable() - Method in class org.apache.hadoop.hbase.util.TestJSONMetricUtil
 
testBuildObjectName() - Method in class org.apache.hadoop.hbase.util.TestJSONMetricUtil
 
testBulkDelete() - Method in class org.apache.hadoop.hbase.spark.TestJavaHBaseContext
 
testBulkGet() - Method in class org.apache.hadoop.hbase.spark.TestJavaHBaseContext
 
testBulkLoad() - Method in class org.apache.hadoop.hbase.client.TestReplicaWithCluster
 
testBulkLoad() - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad
 
TestBulkLoad - Class in org.apache.hadoop.hbase.regionserver
This class attempts to unit test bulk HLog loading.
TestBulkLoad() - Constructor for class org.apache.hadoop.hbase.regionserver.TestBulkLoad
 
testBulkLoad() - Method in class org.apache.hadoop.hbase.regionserver.TestScannerWithBulkload
 
testBulkLoad() - Method in class org.apache.hadoop.hbase.spark.IntegrationTestSparkBulkLoad
 
testBulkLoad() - Method in class org.apache.hadoop.hbase.spark.TestJavaHBaseContext
 
TestBulkLoadCheckingViolationPolicyEnforcement - Class in org.apache.hadoop.hbase.quotas.policies
 
TestBulkLoadCheckingViolationPolicyEnforcement() - Constructor for class org.apache.hadoop.hbase.quotas.policies.TestBulkLoadCheckingViolationPolicyEnforcement
 
testBulkLoadNativeHFile() - Method in class org.apache.hadoop.hbase.regionserver.TestScannerWithBulkload
 
testBulkLoadReplicationEnabled() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testBulkLoadThinRows() - Method in class org.apache.hadoop.hbase.spark.TestJavaHBaseContext
 
testBulkLoadWithParallelScan() - Method in class org.apache.hadoop.hbase.regionserver.TestScannerWithBulkload
 
testBulkOutputWithAnExistingTable() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTsv
 
testBulkOutputWithAnExistingTableNoStrictTrue() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTsv
 
testBulkOutputWithInvalidLabels() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithVisibilityLabels
 
testBulkOutputWithoutAnExistingTable() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTsv
 
testBulkOutputWithTsvImporterTextMapper() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTsv
 
testBulkOutputWithTsvImporterTextMapper() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithVisibilityLabels
 
testBulkOutputWithTsvImporterTextMapperWithInvalidLabels() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithVisibilityLabels
 
testBulkPut() - Method in class org.apache.hadoop.hbase.spark.TestJavaHBaseContext
 
testBusyRegionSplitPolicy() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionSplitPolicy
 
testBypassAlsoCompletes() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverBypass
Test that when bypass is called, we skip out calling any other coprocessors stacked up method, in this case, a prePut.
testBypassProcedure() - Method in class org.apache.hadoop.hbase.client.TestHbck
 
TestByteBufferArray - Class in org.apache.hadoop.hbase.util
 
TestByteBufferArray() - Constructor for class org.apache.hadoop.hbase.util.TestByteBufferArray
 
testByteBufferBackedKeyValue() - Method in class org.apache.hadoop.hbase.TestByteBufferKeyValue
 
testByteBufferBackedKeyValueWithTags() - Method in class org.apache.hadoop.hbase.TestByteBufferKeyValue
 
testByteBufferCreation() - Method in class org.apache.hadoop.hbase.util.TestByteBufferArray
 
testByteBufferCreation1() - Method in class org.apache.hadoop.hbase.util.TestByteBufferArray
 
TestByteBufferKeyValue - Class in org.apache.hadoop.hbase
 
TestByteBufferKeyValue() - Constructor for class org.apache.hadoop.hbase.TestByteBufferKeyValue
 
TestByteBufferListOutputStream - Class in org.apache.hadoop.hbase.io
 
TestByteBufferListOutputStream() - Constructor for class org.apache.hadoop.hbase.io.TestByteBufferListOutputStream
 
TestByteBufferOutputStream - Class in org.apache.hadoop.hbase.io
 
TestByteBufferOutputStream() - Constructor for class org.apache.hadoop.hbase.io.TestByteBufferOutputStream
 
TestByteBufferPool - Class in org.apache.hadoop.hbase.io
 
TestByteBufferPool() - Constructor for class org.apache.hadoop.hbase.io.TestByteBufferPool
 
testByteBufferReuse() - Method in class org.apache.hadoop.hbase.io.TestByteBufferOutputStream
 
TestByteBufferUtils - Class in org.apache.hadoop.hbase.util
 
TestByteBufferUtils(boolean) - Constructor for class org.apache.hadoop.hbase.util.TestByteBufferUtils
 
TestByteBuffUtils - Class in org.apache.hadoop.hbase.util
 
TestByteBuffUtils() - Constructor for class org.apache.hadoop.hbase.util.TestByteBuffUtils
 
TestByteRangeWithKVSerialization - Class in org.apache.hadoop.hbase.util
 
TestByteRangeWithKVSerialization() - Constructor for class org.apache.hadoop.hbase.util.TestByteRangeWithKVSerialization
 
TestBytes - Class in org.apache.hadoop.hbase.util
 
TestBytes() - Constructor for class org.apache.hadoop.hbase.util.TestBytes
 
testCacheBlockNextBlockMetadataMissing() - Method in class org.apache.hadoop.hbase.io.hfile.TestLruBlockCache
 
testCacheBlocks() - Method in class org.apache.hadoop.hbase.io.hfile.TestForceCacheImportantBlocks
 
testCacheClearingOnCallQueueTooBig() - Method in class org.apache.hadoop.hbase.client.TestMetaCache
 
TestCacheConfig - Class in org.apache.hadoop.hbase.io.hfile
Tests that CacheConfig does as expected.
TestCacheConfig() - Constructor for class org.apache.hadoop.hbase.io.hfile.TestCacheConfig
 
testCacheConfigDefaultLRUBlockCache() - Method in class org.apache.hadoop.hbase.io.hfile.TestCacheConfig
 
testCacheConsistency() - Method in class org.apache.hadoop.hbase.util.TestFSTableDescriptors
 
TestCachedBlockQueue - Class in org.apache.hadoop.hbase.io.hfile
 
TestCachedBlockQueue() - Constructor for class org.apache.hadoop.hbase.io.hfile.TestCachedBlockQueue
 
TestCachedMobFile - Class in org.apache.hadoop.hbase.mob
 
TestCachedMobFile() - Constructor for class org.apache.hadoop.hbase.mob.TestCachedMobFile
 
testCacheEvictionInMemoryForceMode() - Method in class org.apache.hadoop.hbase.io.hfile.TestLruBlockCache
 
testCacheEvictionSimple() - Method in class org.apache.hadoop.hbase.io.hfile.TestLruBlockCache
 
testCacheEvictionThreadSafe() - Method in class org.apache.hadoop.hbase.io.hfile.TestLruBlockCache
 
testCacheEvictionThreePriorities() - Method in class org.apache.hadoop.hbase.io.hfile.TestLruBlockCache
 
testCacheEvictionTwoPriorities() - Method in class org.apache.hadoop.hbase.io.hfile.TestLruBlockCache
 
testCacheGetGroups() - Method in class org.apache.hadoop.hbase.security.TestUser
 
testCacheGetGroupsRoot() - Method in class org.apache.hadoop.hbase.security.TestUser
 
testCacheLimit() - Method in class org.apache.hadoop.hbase.client.TestClientScanner
 
testCacheMultiThreaded(BlockCache, int, int, int, double) - Static method in class org.apache.hadoop.hbase.io.hfile.CacheTestUtils
 
TestCacheOnWrite - Class in org.apache.hadoop.hbase.io.hfile
Tests HFile cache-on-write functionality for the following block types: data blocks, non-root index blocks, and Bloom filter blocks.
TestCacheOnWrite(TestCacheOnWrite.CacheOnWriteType, Compression.Algorithm, boolean, BlockCache) - Constructor for class org.apache.hadoop.hbase.io.hfile.TestCacheOnWrite
 
testCacheOnWriteEvictOnClose() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
Tests that cache on write works all the way up from the client-side.
testCacheOnWriteEvictOnClose() - Method in class org.apache.hadoop.hbase.regionserver.TestHStoreFile
 
TestCacheOnWriteInSchema - Class in org.apache.hadoop.hbase.regionserver
Tests HFile cache-on-write functionality for data blocks, non-root index blocks, and Bloom filter blocks, as specified by the column family.
TestCacheOnWriteInSchema(TestCacheOnWriteInSchema.CacheOnWriteType) - Constructor for class org.apache.hadoop.hbase.regionserver.TestCacheOnWriteInSchema
 
testCacheOnWriteInSchema() - Method in class org.apache.hadoop.hbase.regionserver.TestCacheOnWriteInSchema
 
testCacheSeqNums() - Method in class org.apache.hadoop.hbase.client.TestConnectionImplementation
Test that stale cache updates don't override newer cached values.
testCacheSimple(BlockCache, int, int) - Static method in class org.apache.hadoop.hbase.io.hfile.CacheTestUtils
 
testCacheSimple() - Method in class org.apache.hadoop.hbase.io.hfile.TestLruBlockCache
 
testCachingForHTableMultiplexerMultiPut() - Method in class org.apache.hadoop.hbase.client.TestRegionLocationCaching
 
testCachingForHTableMultiplexerSinglePut() - Method in class org.apache.hadoop.hbase.client.TestRegionLocationCaching
 
testCachingForHTableMultiPut() - Method in class org.apache.hadoop.hbase.client.TestRegionLocationCaching
 
testCachingForHTableSinglePut() - Method in class org.apache.hadoop.hbase.client.TestRegionLocationCaching
 
testCallableSleep() - Method in class org.apache.hadoop.hbase.client.TestCISleep
 
testCallQueueInfo() - Method in class org.apache.hadoop.hbase.ipc.TestFifoRpcScheduler
 
testCallQueueInfo() - Method in class org.apache.hadoop.hbase.ipc.TestMasterFifoRpcScheduler
 
testCallQueueInfo() - Method in class org.apache.hadoop.hbase.ipc.TestSimpleRpcScheduler
 
testCallQueueTooBigExceptionDoesntTriggerPffe() - Method in class org.apache.hadoop.hbase.client.TestFastFail
 
testCallQueueTooLarge() - Method in class org.apache.hadoop.hbase.client.TestAsyncProcess
 
TestCallRunner - Class in org.apache.hadoop.hbase.ipc
 
TestCallRunner() - Constructor for class org.apache.hadoop.hbase.ipc.TestCallRunner
 
testCalSleepTimeMs() - Method in class org.apache.hadoop.hbase.io.hadoopbackport.TestThrottledInputStream
 
testCancelChore() - Method in class org.apache.hadoop.hbase.TestChoreService
 
testCancelOfMultiGet() - Method in class org.apache.hadoop.hbase.client.TestReplicasClient
 
testCancelOfScan() - Method in class org.apache.hadoop.hbase.client.TestReplicasClient
 
testCancelOpeningWithoutZK() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerNoMaster
Test that if we do a close while opening it stops the opening.
testCancelPeriodicFlush() - Method in class org.apache.hadoop.hbase.client.TestAsyncBufferMutator
 
testCancelPeriodicFlushByClose() - Method in class org.apache.hadoop.hbase.client.TestAsyncBufferMutator
 
testCancelPeriodicFlushByManuallyFlush() - Method in class org.apache.hadoop.hbase.client.TestAsyncBufferMutator
 
testCanExecuteByRate(RateLimiter, int) - Method in class org.apache.hadoop.hbase.quotas.TestRateLimiter
 
testCanExecuteOfAverageIntervalRateLimiter() - Method in class org.apache.hadoop.hbase.quotas.TestRateLimiter
 
testCanExecuteOfFixedIntervalRateLimiter() - Method in class org.apache.hadoop.hbase.quotas.TestRateLimiter
 
testCannotDeleteDefaultAndHbaseNamespaces() - Method in class org.apache.hadoop.hbase.rest.TestNamespacesInstanceResource
 
testCanSplitJustAfterASplit() - Method in class org.apache.hadoop.hbase.regionserver.TestEndToEndSplitTransaction
 
testCarryForwardTTLTag() - Method in class org.apache.hadoop.hbase.TestTagUtil
 
testCatalogJanitor() - Method in class org.apache.hadoop.hbase.client.TestAsyncToolAdminApi
 
TestCatalogJanitor - Class in org.apache.hadoop.hbase.master
 
TestCatalogJanitor() - Constructor for class org.apache.hadoop.hbase.master.TestCatalogJanitor
 
TestCatalogJanitorInMemoryStates - Class in org.apache.hadoop.hbase.master
 
TestCatalogJanitorInMemoryStates() - Constructor for class org.apache.hadoop.hbase.master.TestCatalogJanitorInMemoryStates
 
testCeilingKey() - Method in class org.apache.hadoop.hbase.types.TestCopyOnWriteMaps
 
testCellArrayMapAsc() - Method in class org.apache.hadoop.hbase.regionserver.TestCellFlatSet
 
TestCellBasedHFileOutputFormat2 - Class in org.apache.hadoop.hbase.mapreduce
Simple test for HFileOutputFormat2.
TestCellBasedHFileOutputFormat2() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestCellBasedHFileOutputFormat2
 
TestCellBasedImportExport2 - Class in org.apache.hadoop.hbase.mapreduce
Tests the table import and table export MR job functionality
TestCellBasedImportExport2() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestCellBasedImportExport2
 
TestCellBasedWALPlayer2 - Class in org.apache.hadoop.hbase.mapreduce
Basic test for the WALPlayer M/R tool
TestCellBasedWALPlayer2() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestCellBasedWALPlayer2
 
TestCellBlockBuilder - Class in org.apache.hadoop.hbase.ipc
 
TestCellBlockBuilder() - Constructor for class org.apache.hadoop.hbase.ipc.TestCellBlockBuilder
 
TestCellBuilder - Class in org.apache.hadoop.hbase
 
TestCellBuilder() - Constructor for class org.apache.hadoop.hbase.TestCellBuilder
 
testCellBuilderWithDeepCopy() - Method in class org.apache.hadoop.hbase.TestCellBuilder
 
testCellBuilderWithShallowCopy() - Method in class org.apache.hadoop.hbase.TestCellBuilder
 
testCellChunkMap() - Method in class org.apache.hadoop.hbase.regionserver.TestCellFlatSet
 
TestCellComparator - Class in org.apache.hadoop.hbase
 
TestCellComparator() - Constructor for class org.apache.hadoop.hbase.TestCellComparator
 
testCellCounteEndTimeRange() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellCounter
Test CellCounter with time range all data should print to output
testCellCounteOutOfTimeRange() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellCounter
Test CellCounter with time range all data should print to output
TestCellCounter - Class in org.apache.hadoop.hbase.mapreduce
 
TestCellCounter() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestCellCounter
 
testCellCounter() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellCounter
Test CellCounter all data should print to output
testCellCounterForCompleteTable() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellCounter
Test CellCounter for complete table all data should print to output
testCellCounterMain() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellCounter
Test main method of CellCounter
testCellCounterPrefix() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellCounter
Test CellCounter all data should print to output
testCellCounterStartTimeRange() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellCounter
Test CellCounter with time range all data should print to output
TestCellCounterWithoutOutputDir() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellCounter
 
testCellFieldsAsPrimitiveTypesFromByteBufferedCell() - Method in class org.apache.hadoop.hbase.TestCellUtil
 
testCellFieldsCompare() - Method in class org.apache.hadoop.hbase.filter.TestComparators
 
TestCellFlatSet - Class in org.apache.hadoop.hbase.regionserver
 
TestCellFlatSet(String) - Constructor for class org.apache.hadoop.hbase.regionserver.TestCellFlatSet
 
testCellSizeLimit() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
TestCellSkipListSet - Class in org.apache.hadoop.hbase.regionserver
 
TestCellSkipListSet() - Constructor for class org.apache.hadoop.hbase.regionserver.TestCellSkipListSet
 
testCellTTLs() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
TestCellUtil - Class in org.apache.hadoop.hbase
 
TestCellUtil() - Constructor for class org.apache.hadoop.hbase.TestCellUtil
 
testCellUtilTypeMethods() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testCFKeyRotation() - Method in class org.apache.hadoop.hbase.regionserver.TestEncryptionKeyRotation
 
testChainChunkBiggerThanSomeArrays() - Method in class org.apache.hadoop.hbase.ipc.TestBufferChain
 
testChainChunkBiggerThanWholeArray() - Method in class org.apache.hadoop.hbase.ipc.TestBufferChain
 
testChainWALEntryFilter() - Method in class org.apache.hadoop.hbase.replication.TestReplicationWALEntryFilters
 
TestChangeSplitPolicyAction - Class in org.apache.hadoop.hbase.chaos.actions
 
TestChangeSplitPolicyAction() - Constructor for class org.apache.hadoop.hbase.chaos.actions.TestChangeSplitPolicyAction
 
testChangeSplitPolicyAction() - Method in class org.apache.hadoop.hbase.chaos.actions.TestChangeSplitPolicyAction
 
testChangeTable() - Method in class org.apache.hadoop.hbase.client.TestReplicaWithCluster
 
testChangeToSerial() - Method in class org.apache.hadoop.hbase.replication.TestAddToSerialReplicationPeer
 
testChangingChoreServices() - Method in class org.apache.hadoop.hbase.TestChoreService
 
TestChangingEncoding - Class in org.apache.hadoop.hbase.io.encoding
Tests changing data block encoding settings of a column family.
TestChangingEncoding() - Constructor for class org.apache.hadoop.hbase.io.encoding.TestChangingEncoding
 
testChangingEncoding() - Method in class org.apache.hadoop.hbase.io.encoding.TestChangingEncoding
 
testChangingEncodingWithCompaction() - Method in class org.apache.hadoop.hbase.io.encoding.TestChangingEncoding
 
testChangingNumberOfPeerRegionServers() - Method in class org.apache.hadoop.hbase.replication.TestReplicationChangingPeerRegionservers
 
testChangingReplicaCount() - Method in class org.apache.hadoop.hbase.client.TestMetaWithReplicas
 
testCheckAndDelete() - Method in class org.apache.hadoop.hbase.client.TestAsyncTable
 
testCheckAndDelete() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testCheckAndDelete() - Method in class org.apache.hadoop.hbase.rest.client.TestRemoteHTableRetries
 
testCheckAndDelete() - Method in class org.apache.hadoop.hbase.rest.client.TestRemoteTable
 
testCheckAndDelete_ThatDeleteWasWritten() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testCheckAndDeleteHooks() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverInterface
 
testCheckAndDeleteWithCompareOp() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testCheckAndMutate() - Method in class org.apache.hadoop.hbase.client.TestAsyncTable
 
TestCheckAndMutate - Class in org.apache.hadoop.hbase.client
 
TestCheckAndMutate() - Constructor for class org.apache.hadoop.hbase.client.TestCheckAndMutate
 
testCheckAndMutate() - Method in class org.apache.hadoop.hbase.client.TestCheckAndMutate
 
testCheckAndMutate_WithCorrectValue() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testCheckAndMutate_WithEmptyRowValue() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testCheckAndMutate_WithNonEqualCompareOp() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testCheckAndMutate_WithWrongValue() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testCheckAndMutateTimestampsAreMonotonic() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testCheckAndMutateWithBuilder() - Method in class org.apache.hadoop.hbase.client.TestCheckAndMutate
 
testCheckAndMutateWithTimeRange() - Method in class org.apache.hadoop.hbase.client.TestAsyncTable
 
testCheckAndMutateWithTimeRange() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testCheckAndPut() - Method in class org.apache.hadoop.hbase.client.TestAsyncTable
 
testCheckAndPut() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testCheckAndPut() - Method in class org.apache.hadoop.hbase.rest.client.TestRemoteHTableRetries
 
testCheckAndPut_ThatPutWasWritten() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testCheckAndPut_wrongRowInPut() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testCheckAndPutCount() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerMetrics
 
testCheckAndPutHooks() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverInterface
 
testCheckAndPutWithCompareOp() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testCheckAndRowMutateTimestampsAreMonotonic() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testCheckAppend() - Method in class org.apache.hadoop.hbase.quotas.policies.TestDisableTableViolationPolicyEnforcement
 
testCheckAppend() - Method in class org.apache.hadoop.hbase.quotas.policies.TestNoInsertsViolationPolicyEnforcement
 
testCheckAppend() - Method in class org.apache.hadoop.hbase.quotas.policies.TestNoWritesCompactionsViolationPolicyEnforcement
 
testCheckAppend() - Method in class org.apache.hadoop.hbase.quotas.policies.TestNoWritesViolationPolicyEnforcement
 
testCheckColumnEnforceVersions() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.TestScanWildcardColumnTracker
 
testCheckColumnOk() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.TestScanWildcardColumnTracker
 
testCheckDelete() - Method in class org.apache.hadoop.hbase.quotas.policies.TestDisableTableViolationPolicyEnforcement
 
testCheckDelete() - Method in class org.apache.hadoop.hbase.quotas.policies.TestNoInsertsViolationPolicyEnforcement
 
testCheckDelete() - Method in class org.apache.hadoop.hbase.quotas.policies.TestNoWritesCompactionsViolationPolicyEnforcement
 
testCheckDelete() - Method in class org.apache.hadoop.hbase.quotas.policies.TestNoWritesViolationPolicyEnforcement
 
testCheckHBaseAvailableWithoutCluster() - Method in class org.apache.hadoop.hbase.client.TestAdmin2
Check that we have an exception if the cluster is not there.
testCheckIfObserversNotified() - Method in class org.apache.hadoop.hbase.conf.TestConfigurationManager
Test if observers get notified by the ConfigurationManager when the Configuration is reloaded.
testCheckIncrement() - Method in class org.apache.hadoop.hbase.quotas.policies.TestDisableTableViolationPolicyEnforcement
 
testCheckIncrement() - Method in class org.apache.hadoop.hbase.quotas.policies.TestNoInsertsViolationPolicyEnforcement
 
testCheckIncrement() - Method in class org.apache.hadoop.hbase.quotas.policies.TestNoWritesCompactionsViolationPolicyEnforcement
 
testCheckIncrement() - Method in class org.apache.hadoop.hbase.quotas.policies.TestNoWritesViolationPolicyEnforcement
 
testCheckKeyValueBytesFailureCase() - Method in class org.apache.hadoop.hbase.TestKeyValue
 
testCheckPut() - Method in class org.apache.hadoop.hbase.quotas.policies.TestDisableTableViolationPolicyEnforcement
 
testCheckPut() - Method in class org.apache.hadoop.hbase.quotas.policies.TestNoInsertsViolationPolicyEnforcement
 
testCheckPut() - Method in class org.apache.hadoop.hbase.quotas.policies.TestNoWritesCompactionsViolationPolicyEnforcement
 
testCheckPut() - Method in class org.apache.hadoop.hbase.quotas.policies.TestNoWritesViolationPolicyEnforcement
 
TestChecksum - Class in org.apache.hadoop.hbase.io.hfile
 
TestChecksum() - Constructor for class org.apache.hadoop.hbase.io.hfile.TestChecksum
 
testChecksumChunks() - Method in class org.apache.hadoop.hbase.io.hfile.TestChecksum
Test different values of bytesPerChecksum
testChecksumCorruption() - Method in class org.apache.hadoop.hbase.io.hfile.TestChecksum
Introduce checksum failures and check that we can still read the data
testChecksumCorruptionInternals(boolean) - Method in class org.apache.hadoop.hbase.io.hfile.TestChecksum
 
testChecksumInternals(boolean) - Method in class org.apache.hadoop.hbase.io.hfile.TestChecksum
 
TestCheckTestClasses - Class in org.apache.hadoop.hbase
Checks tests are categorized.
TestCheckTestClasses() - Constructor for class org.apache.hadoop.hbase.TestCheckTestClasses
 
TestChoreService - Class in org.apache.hadoop.hbase
 
TestChoreService() - Constructor for class org.apache.hadoop.hbase.TestChoreService
 
TestChoreService.ScheduledChoreSamples - Class in org.apache.hadoop.hbase
A few ScheduledChore samples that are useful for testing with ChoreService
TestChoreService.ScheduledChoreSamples.CountingChore - Class in org.apache.hadoop.hbase
 
TestChoreService.ScheduledChoreSamples.DoNothingChore - Class in org.apache.hadoop.hbase
Lightweight ScheduledChore used primarily to fill the scheduling queue in tests
TestChoreService.ScheduledChoreSamples.FailInitialChore - Class in org.apache.hadoop.hbase
A Chore that will try to execute the initial chore a few times before succeeding.
TestChoreService.ScheduledChoreSamples.SampleStopper - Class in org.apache.hadoop.hbase
Straight forward stopper implementation that is used by default when one is not provided
TestChoreService.ScheduledChoreSamples.SleepingChore - Class in org.apache.hadoop.hbase
 
TestChoreService.ScheduledChoreSamples.SlowChore - Class in org.apache.hadoop.hbase
Sleeps for longer than the scheduled period.
testChoreServiceConstruction() - Method in class org.apache.hadoop.hbase.TestChoreService
 
TestCIBadHostname - Class in org.apache.hadoop.hbase.client
Tests that we fail fast when hostname resolution is not working and do not cache unresolved InetSocketAddresses.
TestCIBadHostname() - Constructor for class org.apache.hadoop.hbase.client.TestCIBadHostname
 
TestCIDeleteOperationTimeout - Class in org.apache.hadoop.hbase.client
 
TestCIDeleteOperationTimeout() - Constructor for class org.apache.hadoop.hbase.client.TestCIDeleteOperationTimeout
 
TestCIDeleteRpcTimeout - Class in org.apache.hadoop.hbase.client
 
TestCIDeleteRpcTimeout() - Constructor for class org.apache.hadoop.hbase.client.TestCIDeleteRpcTimeout
 
TestCIGetOperationTimeout - Class in org.apache.hadoop.hbase.client
 
TestCIGetOperationTimeout() - Constructor for class org.apache.hadoop.hbase.client.TestCIGetOperationTimeout
 
TestCIGetRpcTimeout - Class in org.apache.hadoop.hbase.client
 
TestCIGetRpcTimeout() - Constructor for class org.apache.hadoop.hbase.client.TestCIGetRpcTimeout
 
TestCIIncrementRpcTimeout - Class in org.apache.hadoop.hbase.client
 
TestCIIncrementRpcTimeout() - Constructor for class org.apache.hadoop.hbase.client.TestCIIncrementRpcTimeout
 
TestCipherProvider - Class in org.apache.hadoop.hbase.io.crypto
 
TestCipherProvider() - Constructor for class org.apache.hadoop.hbase.io.crypto.TestCipherProvider
 
TestCipherProvider.MyCipherProvider - Class in org.apache.hadoop.hbase.io.crypto
 
TestCIPutOperationTimeout - Class in org.apache.hadoop.hbase.client
 
TestCIPutOperationTimeout() - Constructor for class org.apache.hadoop.hbase.client.TestCIPutOperationTimeout
 
TestCIPutRpcTimeout - Class in org.apache.hadoop.hbase.client
 
TestCIPutRpcTimeout() - Constructor for class org.apache.hadoop.hbase.client.TestCIPutRpcTimeout
 
TestCISleep - Class in org.apache.hadoop.hbase.client
 
TestCISleep() - Constructor for class org.apache.hadoop.hbase.client.TestCISleep
 
testClaimQueueChangeCversion() - Method in class org.apache.hadoop.hbase.replication.TestZKReplicationQueueStorage
 
TestClassFilter(Class<?>) - Constructor for class org.apache.hadoop.hbase.ClassTestFinder.TestClassFilter
 
TestClassFilter() - Constructor for class org.apache.hadoop.hbase.ClassTestFinder.TestClassFilter
 
TestClassFinder - Class in org.apache.hadoop.hbase
 
TestClassFinder() - Constructor for class org.apache.hadoop.hbase.TestClassFinder
 
testClassFinderCanFindClassesInDirs() - Method in class org.apache.hadoop.hbase.TestClassFinder
 
testClassFinderCanFindClassesInJars() - Method in class org.apache.hadoop.hbase.TestClassFinder
 
testClassFinderDefaultsToOwnPackage() - Method in class org.apache.hadoop.hbase.TestClassFinder
 
testClassFinderFiltersByClassInDirs() - Method in class org.apache.hadoop.hbase.TestClassFinder
 
testClassFinderFiltersByClassInJar() - Method in class org.apache.hadoop.hbase.TestClassFinder
 
testClassFinderFiltersByNameInDirs() - Method in class org.apache.hadoop.hbase.TestClassFinder
 
testClassFinderFiltersByNameInJar() - Method in class org.apache.hadoop.hbase.TestClassFinder
 
testClassFinderFiltersByPathInDirs() - Method in class org.apache.hadoop.hbase.TestClassFinder
 
testClassFinderFiltersByPathInJar() - Method in class org.apache.hadoop.hbase.TestClassFinder
 
testClassFinderHandlesConflicts() - Method in class org.apache.hadoop.hbase.TestClassFinder
 
testClassFinderHandlesNestedPackages() - Method in class org.apache.hadoop.hbase.TestClassFinder
 
TestClassLoading - Class in org.apache.hadoop.hbase.coprocessor
Test coprocessors class loading.
TestClassLoading() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestClassLoading
 
TestClassLoading.TestMasterCoprocessor - Class in org.apache.hadoop.hbase.coprocessor
 
testClassLoadingFromHDFS() - Method in class org.apache.hadoop.hbase.coprocessor.TestClassLoading
 
testClassLoadingFromLibDirInJar() - Method in class org.apache.hadoop.hbase.coprocessor.TestClassLoading
 
testClassLoadingFromLocalFS() - Method in class org.apache.hadoop.hbase.coprocessor.TestClassLoading
 
testClassLoadingFromRelativeLibDirInJar() - Method in class org.apache.hadoop.hbase.coprocessor.TestClassLoading
 
testClassMethodsAreBuilderStyle() - Method in class org.apache.hadoop.hbase.client.TestColumnFamilyDescriptorBuilder
 
testClassMethodsAreBuilderStyle() - Method in class org.apache.hadoop.hbase.client.TestImmutableHColumnDescriptor
 
testClassMethodsAreBuilderStyle() - Method in class org.apache.hadoop.hbase.client.TestImmutableHTableDescriptor
 
testClassMethodsAreBuilderStyle() - Method in class org.apache.hadoop.hbase.client.TestTableDescriptorBuilder
 
testClassMethodsAreBuilderStyle() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaFilter
 
testClassMethodsAreBuilderStyle() - Method in class org.apache.hadoop.hbase.replication.TestReplicationPeerConfig
 
testClassMethodsAreBuilderStyle() - Method in class org.apache.hadoop.hbase.TestHColumnDescriptor
Deprecated.
 
testClassMethodsAreBuilderStyle() - Method in class org.apache.hadoop.hbase.TestHTableDescriptor
Deprecated.
 
testClean() - Method in class org.apache.hadoop.hbase.master.TestDeadServer
 
testCleaner() - Method in class org.apache.hadoop.hbase.mob.TestExpiredMobFileCleaner
Creates a 3 day old hfile and an 1 day old hfile then sets expiry to 2 days.
testCleanerChore() - Method in class org.apache.hadoop.hbase.client.TestAsyncToolAdminApi
 
testCleanMergeReference() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionMergeTransactionOnCluster
 
testCleanParent() - Method in class org.apache.hadoop.hbase.master.TestCatalogJanitor
Test clearing a split parent.
testCleanReplicationBarrierWithDeletedTable() - Method in class org.apache.hadoop.hbase.util.TestHBaseFsckCleanReplicationBarriers
 
testCleanReplicationBarrierWithExistTable() - Method in class org.apache.hadoop.hbase.util.TestHBaseFsckCleanReplicationBarriers
 
testCleanReplicationBarrierWithNonExistTable() - Method in class org.apache.hadoop.hbase.util.TestHBaseFsckCleanReplicationBarriers
 
testCleanup() - Method in class org.apache.hadoop.hbase.regionserver.TestServerNonceManager
 
TestCleanupCompactedFileOnRegionClose - Class in org.apache.hadoop.hbase.regionserver
 
TestCleanupCompactedFileOnRegionClose() - Constructor for class org.apache.hadoop.hbase.regionserver.TestCleanupCompactedFileOnRegionClose
 
TestCleanupMetaWAL - Class in org.apache.hadoop.hbase.regionserver
 
TestCleanupMetaWAL() - Constructor for class org.apache.hadoop.hbase.regionserver.TestCleanupMetaWAL
 
testCleanupMetaWAL() - Method in class org.apache.hadoop.hbase.regionserver.TestCleanupMetaWAL
 
testCleanupOldJars() - Method in class org.apache.hadoop.hbase.util.TestCoprocessorClassLoader
 
testCleanupOnClose() - Method in class org.apache.hadoop.hbase.regionserver.TestCleanupCompactedFileOnRegionClose
 
testCleanZNode() - Method in class org.apache.hadoop.hbase.zookeeper.TestZKNodeTracker
 
testClearBlockCache() - Method in class org.apache.hadoop.hbase.regionserver.TestClearRegionBlockCache
 
testClearBlockCacheFromAdmin() - Method in class org.apache.hadoop.hbase.regionserver.TestClearRegionBlockCache
 
testClearBlockCacheFromAsyncAdmin() - Method in class org.apache.hadoop.hbase.regionserver.TestClearRegionBlockCache
 
testClearDeadServer() - Method in class org.apache.hadoop.hbase.master.TestDeadServer
 
testClearDeadServers() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
testClearFiles() - Method in class org.apache.hadoop.hbase.regionserver.TestStripeStoreFileManager
 
TestClearRegionBlockCache - Class in org.apache.hadoop.hbase.regionserver
 
TestClearRegionBlockCache() - Constructor for class org.apache.hadoop.hbase.regionserver.TestClearRegionBlockCache
 
TestClientClusterMetrics - Class in org.apache.hadoop.hbase
 
TestClientClusterMetrics() - Constructor for class org.apache.hadoop.hbase.TestClientClusterMetrics
 
TestClientClusterMetrics.MyObserver - Class in org.apache.hadoop.hbase
 
TestClientClusterStatus - Class in org.apache.hadoop.hbase
Test the ClusterStatus.
TestClientClusterStatus() - Constructor for class org.apache.hadoop.hbase.TestClientClusterStatus
 
TestClientClusterStatus.MyObserver - Class in org.apache.hadoop.hbase
 
TestClientExceptionsUtil - Class in org.apache.hadoop.hbase.exceptions
 
TestClientExceptionsUtil() - Constructor for class org.apache.hadoop.hbase.exceptions.TestClientExceptionsUtil
 
TestClientExponentialBackoff - Class in org.apache.hadoop.hbase.client
 
TestClientExponentialBackoff() - Constructor for class org.apache.hadoop.hbase.client.TestClientExponentialBackoff
 
TestClientNoCluster - Class in org.apache.hadoop.hbase.client
Test client behavior w/o setting up a cluster.
TestClientNoCluster() - Constructor for class org.apache.hadoop.hbase.client.TestClientNoCluster
 
TestClientOperationInterrupt - Class in org.apache.hadoop.hbase.client
 
TestClientOperationInterrupt() - Constructor for class org.apache.hadoop.hbase.client.TestClientOperationInterrupt
 
TestClientOperationInterrupt.TestCoprocessor - Class in org.apache.hadoop.hbase.client
 
TestClientOperationTimeout - Class in org.apache.hadoop.hbase
These tests verify that the RPC timeouts ('hbase.client.operation.timeout' and 'hbase.client.scanner.timeout.period') work correctly using a modified Region Server which injects delays to get, scan and mutate operations.
TestClientOperationTimeout() - Constructor for class org.apache.hadoop.hbase.TestClientOperationTimeout
 
TestClientOperationTimeout.DelayedRSRpcServices - Class in org.apache.hadoop.hbase
This RSRpcServices class injects delay for Rpc calls and after executes super methods.
testClientPoolRoundRobin() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testClientPoolThreadLocal() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
TestClientPushback - Class in org.apache.hadoop.hbase.client
Test that we can actually send and use region metrics to slowdown client writes
TestClientPushback() - Constructor for class org.apache.hadoop.hbase.client.TestClientPushback
 
TestClientScanner - Class in org.apache.hadoop.hbase.client
Test the ClientScanner.
TestClientScanner() - Constructor for class org.apache.hadoop.hbase.client.TestClientScanner
 
TestClientScanner.MockRpcRetryingCallerFactory - Class in org.apache.hadoop.hbase.client
 
testClientScannerIsResetWhenScanThrowsIOException() - Method in class org.apache.hadoop.hbase.client.TestFromClientSideScanExcpetion
Tests the case where a Scan can throw an IOException in the middle of the seek / reseek leaving the server side RegionScanner to be in dirty state.
TestClientScannerRPCTimeout - Class in org.apache.hadoop.hbase.client
Test the scenario where a HRegionServer#scan() call, while scanning, timeout at client side and getting retried.
TestClientScannerRPCTimeout() - Constructor for class org.apache.hadoop.hbase.client.TestClientScannerRPCTimeout
 
TestClientTimeouts - Class in org.apache.hadoop.hbase.client
 
TestClientTimeouts() - Constructor for class org.apache.hadoop.hbase.client.TestClientTimeouts
 
TestClientTimeouts.RandomTimeoutRpcClient - Class in org.apache.hadoop.hbase.client
Rpc Channel implementation with RandomTimeoutBlockingRpcChannel
testClientTracksServerPushback() - Method in class org.apache.hadoop.hbase.client.TestClientPushback
 
TestClockSkewDetection - Class in org.apache.hadoop.hbase.master
 
TestClockSkewDetection() - Constructor for class org.apache.hadoop.hbase.master.TestClockSkewDetection
 
testClockSkewDetection() - Method in class org.apache.hadoop.hbase.master.TestClockSkewDetection
 
testClone() - Method in class org.apache.hadoop.hbase.client.TestBufferedMutatorParams
 
testClone() - Method in class org.apache.hadoop.hbase.TestIndividualBytesFieldCell
 
testCloneAndRestoreSnapshot() - Method in class org.apache.hadoop.hbase.client.RestoreSnapshotFromClientCloneTestBase
 
testCloneCellFieldsFromByteBufferedCell() - Method in class org.apache.hadoop.hbase.TestCellUtil
 
testCloneLinksAfterDelete() - Method in class org.apache.hadoop.hbase.client.CloneSnapshotFromClientCloneLinksAfterDeleteTestBase
Verify that tables created from the snapshot are still alive after source table deletion.
testCloneLinksAfterDelete() - Method in class org.apache.hadoop.hbase.client.TestMobCloneSnapshotFromClientCloneLinksAfterDelete
 
testCloneNonExistentSnapshot() - Method in class org.apache.hadoop.hbase.client.CloneSnapshotFromClientErrorTestBase
 
testCloneNonExistentSnapshot() - Method in class org.apache.hadoop.hbase.snapshot.TestRestoreFlushSnapshotFromClient
 
testCloneNonExistentSnapshot() - Method in class org.apache.hadoop.hbase.snapshot.TestSnapshotClientRetries
 
testCloneOnMissingNamespace() - Method in class org.apache.hadoop.hbase.client.CloneSnapshotFromClientErrorTestBase
 
testCloneSnapshot() - Method in class org.apache.hadoop.hbase.client.CloneSnapshotFromClientNormalTestBase
 
testCloneSnapshot() - Method in class org.apache.hadoop.hbase.client.TestAsyncSnapshotAdminApi
 
testCloneSnapshot() - Method in class org.apache.hadoop.hbase.namespace.TestNamespaceAuditor
 
testCloneSnapshot() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroups
 
testCloneSnapshot() - Method in class org.apache.hadoop.hbase.snapshot.TestRestoreFlushSnapshotFromClient
 
testCloneSnapshotCrossNamespace() - Method in class org.apache.hadoop.hbase.client.CloneSnapshotFromClientNormalTestBase
 
TestCloneSnapshotFromClientCloneLinksAfterDelete - Class in org.apache.hadoop.hbase.client
 
TestCloneSnapshotFromClientCloneLinksAfterDelete() - Constructor for class org.apache.hadoop.hbase.client.TestCloneSnapshotFromClientCloneLinksAfterDelete
 
TestCloneSnapshotFromClientError - Class in org.apache.hadoop.hbase.client
 
TestCloneSnapshotFromClientError() - Constructor for class org.apache.hadoop.hbase.client.TestCloneSnapshotFromClientError
 
TestCloneSnapshotFromClientNormal - Class in org.apache.hadoop.hbase.client
 
TestCloneSnapshotFromClientNormal() - Constructor for class org.apache.hadoop.hbase.client.TestCloneSnapshotFromClientNormal
 
testCloneSnapshotOfCloned() - Method in class org.apache.hadoop.hbase.client.RestoreSnapshotFromClientCloneTestBase
 
testCloneSnapshotQuotaExceed() - Method in class org.apache.hadoop.hbase.namespace.TestNamespaceAuditor
 
testCloneTableSchema() - Method in class org.apache.hadoop.hbase.client.TestAdmin1
 
testCloneTableSchema() - Method in class org.apache.hadoop.hbase.client.TestAsyncTableAdminApi
 
testCloneTableSchemaPreservingSplits() - Method in class org.apache.hadoop.hbase.client.TestAdmin1
 
testCloneTableSchemaPreservingSplits() - Method in class org.apache.hadoop.hbase.client.TestAsyncTableAdminApi
 
testCloneTableSchemaWithExistentDestinationTable() - Method in class org.apache.hadoop.hbase.client.TestAdmin1
 
testCloneTableSchemaWithExistentDestinationTable() - Method in class org.apache.hadoop.hbase.client.TestAsyncTableAdminApi
 
testCloneTableSchemaWithNonExistentSourceTable() - Method in class org.apache.hadoop.hbase.client.TestAdmin1
 
testCloneTableSchemaWithNonExistentSourceTable() - Method in class org.apache.hadoop.hbase.client.TestAsyncTableAdminApi
 
testCloseByRegionServer() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerNoMaster
 
testCloseCarryingSnapshot() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
Test for Bug 2 of HBASE-10466.
testClosedMutate() - Method in class org.apache.hadoop.hbase.client.TestAsyncBufferMutator
 
testCloseRegionIfInvalidRegionNameIsPassed() - Method in class org.apache.hadoop.hbase.client.TestAdmin2
 
testCloseRegionThatFetchesTheHRIFromMeta() - Method in class org.apache.hadoop.hbase.client.TestAdmin2
 
testCloseRegionWrittenToWAL() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testCloseScannerWhileSuspending() - Method in class org.apache.hadoop.hbase.client.TestAsyncTableScannerCloseWhileSuspending
 
testCloseWithFailingFlush() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testClosing() - Method in class org.apache.hadoop.hbase.client.TestConnectionImplementation
 
testClosingAlreadyClosedConnection() - Method in class org.apache.hadoop.hbase.client.TestHTableMultiplexerViaMocks
 
TestClusterBootOrder - Class in org.apache.hadoop.hbase
Tests the boot order indifference between regionserver and master
TestClusterBootOrder() - Constructor for class org.apache.hadoop.hbase.TestClusterBootOrder
 
testClusterConnection() - Method in class org.apache.hadoop.hbase.client.TestConnectionImplementation
 
TestClusterId - Class in org.apache.hadoop.hbase.regionserver
Test metrics incremented on region server operations.
TestClusterId() - Constructor for class org.apache.hadoop.hbase.regionserver.TestClusterId
 
testClusterId() - Method in class org.apache.hadoop.hbase.regionserver.TestClusterId
 
testClusterKey() - Method in class org.apache.hadoop.hbase.zookeeper.TestZKConfig
 
testClusterKeyWithMultiplePorts() - Method in class org.apache.hadoop.hbase.zookeeper.TestZKConfig
 
TestClusterPortAssignment - Class in org.apache.hadoop.hbase
 
TestClusterPortAssignment() - Constructor for class org.apache.hadoop.hbase.TestClusterPortAssignment
 
testClusterPortAssignment() - Method in class org.apache.hadoop.hbase.TestClusterPortAssignment
Check that we can start an HBase cluster specifying a custom set of RPC and infoserver ports.
testClusterRequests() - Method in class org.apache.hadoop.hbase.master.TestMasterMetrics
 
testClusterRestart() - Method in class org.apache.hadoop.hbase.master.TestRestartCluster
 
testClusterStatus() - Method in class org.apache.hadoop.hbase.client.TestConnectionImplementation
 
TestClusterStatusPublisher - Class in org.apache.hadoop.hbase.master
 
TestClusterStatusPublisher() - Constructor for class org.apache.hadoop.hbase.master.TestClusterStatusPublisher
 
testCodecs(Configuration, int, String, String, boolean, boolean) - Static method in class org.apache.hadoop.hbase.regionserver.DataBlockEncodingTool
Test a data block encoder on the given HFile.
testCoDelScheduling() - Method in class org.apache.hadoop.hbase.ipc.TestSimpleRpcScheduler
 
testCollectFamilies() - Method in class org.apache.hadoop.hbase.regionserver.wal.TestFSWALEntry
 
testColumnCompare() - Method in class org.apache.hadoop.hbase.TestKeyValue
 
testColumnCompare_prefix() - Method in class org.apache.hadoop.hbase.TestKeyValue
Test a corner case when the family qualifier is a prefix of the column qualifier.
testColumnCountGetFilter() - Method in class org.apache.hadoop.hbase.filter.TestFilterSerialization
 
testColumnCountGetFilter() - Method in class org.apache.hadoop.hbase.filter.TestParseFilter
 
TestColumnFamilyDescriptorBuilder - Class in org.apache.hadoop.hbase.client
 
TestColumnFamilyDescriptorBuilder() - Constructor for class org.apache.hadoop.hbase.client.TestColumnFamilyDescriptorBuilder
 
TestColumnFamilyDescriptorLowerCaseEnum - Class in org.apache.hadoop.hbase.client
Testcase for HBASE-21732.
TestColumnFamilyDescriptorLowerCaseEnum() - Constructor for class org.apache.hadoop.hbase.client.TestColumnFamilyDescriptorLowerCaseEnum
 
testColumnFamilySettings() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedHFileOutputFormat2
Test that HFileOutputFormat2 RecordWriter uses compression and bloom filter settings from the column family descriptor
testColumnFamilySettings() - Method in class org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat2
Test that HFileOutputFormat2 RecordWriter uses compression and bloom filter settings from the column family descriptor
TestColumnPaginationFilter - Class in org.apache.hadoop.hbase.filter
Test for the ColumnPaginationFilter, used mainly to test the successful serialization of the filter.
TestColumnPaginationFilter() - Constructor for class org.apache.hadoop.hbase.filter.TestColumnPaginationFilter
 
testColumnPaginationFilter() - Method in class org.apache.hadoop.hbase.filter.TestFilter
 
testColumnPaginationFilter() - Method in class org.apache.hadoop.hbase.filter.TestFilterSerialization
 
testColumnPaginationFilter() - Method in class org.apache.hadoop.hbase.filter.TestParseFilter
 
testColumnPaginationFilterColumnOffset() - Method in class org.apache.hadoop.hbase.filter.TestFilter
 
TestColumnPrefixFilter - Class in org.apache.hadoop.hbase.filter
 
TestColumnPrefixFilter() - Constructor for class org.apache.hadoop.hbase.filter.TestColumnPrefixFilter
 
testColumnPrefixFilter() - Method in class org.apache.hadoop.hbase.filter.TestColumnPrefixFilter
 
testColumnPrefixFilter() - Method in class org.apache.hadoop.hbase.filter.TestFilterSerialization
 
testColumnPrefixFilter() - Method in class org.apache.hadoop.hbase.filter.TestParseFilter
 
testColumnPrefixFilterConcatWithOR() - Method in class org.apache.hadoop.hbase.filter.TestFilterListOnMini
Test case for HBASE-21620
testColumnPrefixFilterWithFilterList() - Method in class org.apache.hadoop.hbase.filter.TestColumnPrefixFilter
 
TestColumnRangeFilter - Class in org.apache.hadoop.hbase.filter
 
TestColumnRangeFilter() - Constructor for class org.apache.hadoop.hbase.filter.TestColumnRangeFilter
 
testColumnRangeFilter() - Method in class org.apache.hadoop.hbase.filter.TestFilterSerialization
 
testColumnRangeFilter() - Method in class org.apache.hadoop.hbase.filter.TestParseFilter
 
TestColumnRangeFilterClient() - Method in class org.apache.hadoop.hbase.filter.TestColumnRangeFilter
 
TestColumnRangeFilterWithColumnPaginationFilter() - Method in class org.apache.hadoop.hbase.filter.TestColumnRangeFilter
 
testColumns() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.TestNewVersionBehaviorTracker
 
TestColumnSeeking - Class in org.apache.hadoop.hbase.regionserver
 
TestColumnSeeking() - Constructor for class org.apache.hadoop.hbase.regionserver.TestColumnSeeking
 
testColumnValueFilter() - Method in class org.apache.hadoop.hbase.filter.TestFilter
 
testColumnValueFilter() - Method in class org.apache.hadoop.hbase.filter.TestFilterSerialization
 
testColumnValueFilter() - Method in class org.apache.hadoop.hbase.filter.TestParseFilter
 
testColumnWithEmptyQualifier() - Method in class org.apache.hadoop.hbase.rest.TestTableScan
 
testCombine1() - Method in class org.apache.hadoop.hbase.client.TestCompleteResultScanResultCache
 
testCombine2() - Method in class org.apache.hadoop.hbase.client.TestCompleteResultScanResultCache
 
testCombine3() - Method in class org.apache.hadoop.hbase.client.TestCompleteResultScanResultCache
 
testCombine4() - Method in class org.apache.hadoop.hbase.client.TestCompleteResultScanResultCache
 
TestCombinedBlockCache - Class in org.apache.hadoop.hbase.io.hfile
 
TestCombinedBlockCache() - Constructor for class org.apache.hadoop.hbase.io.hfile.TestCombinedBlockCache
 
testCombinedCacheStats() - Method in class org.apache.hadoop.hbase.io.hfile.TestCombinedBlockCache
 
testCombiner() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableMapReduceBase
 
testCommandLineWorks() - Method in class org.apache.hadoop.hbase.zookeeper.TestZKMainServer
We need delete of a znode to work at least.
testCommitFile() - Method in class org.apache.hadoop.hbase.regionserver.TestHMobStore
 
TestCommonFSUtils - Class in org.apache.hadoop.hbase.util
TestCommonFSUtils() - Constructor for class org.apache.hadoop.hbase.util.TestCommonFSUtils
 
testCommonPrefixComparators() - Method in class org.apache.hadoop.hbase.io.encoding.TestBufferedDataBlockEncoder
 
TestCommonsAES - Class in org.apache.hadoop.hbase.io.crypto.aes
 
TestCommonsAES() - Constructor for class org.apache.hadoop.hbase.io.crypto.aes.TestCommonsAES
 
TestCommonsAES.TestRNG - Class in org.apache.hadoop.hbase.io.crypto.aes
 
testCompact() - Method in class org.apache.hadoop.hbase.client.TestAsyncRegionAdminApi
 
testCompactDelFilesChangeMaxDelFileCount() - Method in class org.apache.hadoop.hbase.mob.compactions.TestPartitionedMobCompactor
 
testCompactDelFilesWithDefaultBatchSize() - Method in class org.apache.hadoop.hbase.mob.compactions.TestPartitionedMobCompactor
 
testCompactDelFilesWithSmallBatchSize() - Method in class org.apache.hadoop.hbase.mob.compactions.TestPartitionedMobCompactor
 
testCompactedBulkLoadedFiles() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestWALReplay
HRegion test case that is made of a major compacted HFile (created with three bulk loaded files) and an edit in the memstore.
testCompactedPartition() - Method in class org.apache.hadoop.hbase.mob.compactions.TestPartitionedMobCompactionRequest
 
testCompactedPartitionId() - Method in class org.apache.hadoop.hbase.mob.compactions.TestPartitionedMobCompactionRequest
 
testCompactFilesWithDstDirFull() - Method in class org.apache.hadoop.hbase.mob.compactions.TestPartitionedMobCompactor
 
testCompactFilesWithMultiDelFiles() - Method in class org.apache.hadoop.hbase.mob.compactions.TestPartitionedMobCompactor
 
testCompactFilesWithOneDelFile() - Method in class org.apache.hadoop.hbase.mob.compactions.TestPartitionedMobCompactor
 
testCompactFilesWithoutDelFile() - Method in class org.apache.hadoop.hbase.mob.compactions.TestPartitionedMobCompactor
 
testCompactingATable() - Method in class org.apache.hadoop.hbase.util.compaction.TestMajorCompactor
 
TestCompactingMemStore - Class in org.apache.hadoop.hbase.regionserver
compacted memstore test case
TestCompactingMemStore() - Constructor for class org.apache.hadoop.hbase.regionserver.TestCompactingMemStore
 
TestCompactingMemStore.MyCompactingMemStore - Class in org.apache.hadoop.hbase.regionserver
 
TestCompactingToCellFlatMapMemStore - Class in org.apache.hadoop.hbase.regionserver
compacted memstore test case
TestCompactingToCellFlatMapMemStore(String) - Constructor for class org.apache.hadoop.hbase.regionserver.TestCompactingToCellFlatMapMemStore
 
TestCompaction - Class in org.apache.hadoop.hbase.regionserver
Test compaction framework and common functions
TestCompaction() - Constructor for class org.apache.hadoop.hbase.regionserver.TestCompaction
constructor
testCompaction() - Method in class org.apache.hadoop.hbase.regionserver.TestMetricsRegionServer
 
testCompaction() - Method in class org.apache.hadoop.hbase.regionserver.throttle.TestCompactionWithThroughputController
 
TestCompaction.BlockingStoreMockMaker - Class in org.apache.hadoop.hbase.regionserver
 
TestCompaction.BlockingStoreMockMaker.BlockingCompactionContext - Class in org.apache.hadoop.hbase.regionserver
 
TestCompaction.DummyCompactor - Class in org.apache.hadoop.hbase.regionserver
 
TestCompaction.Tracker - Class in org.apache.hadoop.hbase.regionserver
Simple CompactionLifeCycleTracker on which you can wait until the requested compaction finishes.
testCompaction1Bucket() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactingMemStore
 
testCompaction1Bucket() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactingToCellFlatMapMemStore
 
testCompaction2Buckets() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactingMemStore
 
testCompaction2Buckets() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactingToCellFlatMapMemStore
 
testCompaction3Buckets() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactingMemStore
 
testCompaction3Buckets() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactingToCellFlatMapMemStore
 
testCompactionAffectedByScanners() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testCompactionAfterRefresh() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactionFileNotFound
 
testCompactionAndFlushConflict() - Method in class org.apache.hadoop.hbase.regionserver.TestStripeStoreFileManager
 
TestCompactionArchiveConcurrentClose - Class in org.apache.hadoop.hbase.regionserver
Tests a race condition between archiving of compacted files in CompactedHFilesDischarger chore and HRegion.close();
TestCompactionArchiveConcurrentClose() - Constructor for class org.apache.hadoop.hbase.regionserver.TestCompactionArchiveConcurrentClose
 
TestCompactionArchiveIOException - Class in org.apache.hadoop.hbase.regionserver
Tests that archiving compacted files behaves correctly when encountering exceptions.
TestCompactionArchiveIOException() - Constructor for class org.apache.hadoop.hbase.regionserver.TestCompactionArchiveIOException
 
testCompactionConfigurationOnlineChange() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerOnlineConfigChange
Test that the configurations in the CompactionConfiguration class change properly.
testCompactionContextForceSelect() - Method in class org.apache.hadoop.hbase.regionserver.TestStripeStoreEngine
 
testCompactionEmptyHFile() - Method in class org.apache.hadoop.hbase.regionserver.TestDefaultCompactSelection
 
testCompactionFailure() - Method in class org.apache.hadoop.hbase.regionserver.TestCompaction
 
TestCompactionFileNotFound - Class in org.apache.hadoop.hbase.regionserver
This class tests the scenario where a store refresh happens due to a file not found during scan, after a compaction but before the compacted files are archived.
TestCompactionFileNotFound() - Constructor for class org.apache.hadoop.hbase.regionserver.TestCompactionFileNotFound
 
testCompactionFromPrimary() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
TestCompactionInDeadRegionServer - Class in org.apache.hadoop.hbase.regionserver
This testcase is used to ensure that the compaction marker will fail a compaction if the RS is already dead.
TestCompactionInDeadRegionServer() - Constructor for class org.apache.hadoop.hbase.regionserver.TestCompactionInDeadRegionServer
 
TestCompactionInDeadRegionServer.IgnoreYouAreDeadRS - Class in org.apache.hadoop.hbase.regionserver
 
TestCompactionLifeCycleTracker - Class in org.apache.hadoop.hbase.regionserver
Confirm that the function of CompactionLifeCycleTracker is OK as we do not use it in our own code.
TestCompactionLifeCycleTracker() - Constructor for class org.apache.hadoop.hbase.regionserver.TestCompactionLifeCycleTracker
 
TestCompactionLifeCycleTracker.CompactionObserver - Class in org.apache.hadoop.hbase.regionserver
 
testCompactionOverride() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverInterface
Tests overriding compaction handling via coprocessor hooks
TestCompactionPolicy - Class in org.apache.hadoop.hbase.regionserver
 
TestCompactionPolicy() - Constructor for class org.apache.hadoop.hbase.regionserver.TestCompactionPolicy
 
testCompactionPressurePolicy() - Method in class org.apache.hadoop.hbase.client.TestClientExponentialBackoff
 
testCompactionQueuePriorities() - Method in class org.apache.hadoop.hbase.regionserver.TestCompaction
Test compaction priority management and multiple compactions per store (HBASE-8665).
testCompactionRatio() - Method in class org.apache.hadoop.hbase.regionserver.TestDefaultCompactSelection
 
testCompactionRecordDoesntBlockRolling() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestLogRolling
Tests that logs are deleted when some region has a compaction record in WAL and no other records.
TestCompactionScanQueryMatcher - Class in org.apache.hadoop.hbase.regionserver.querymatcher
 
TestCompactionScanQueryMatcher() - Constructor for class org.apache.hadoop.hbase.regionserver.querymatcher.TestCompactionScanQueryMatcher
 
testCompactionSelectAllFilesMonthlyPolicy() - Method in class org.apache.hadoop.hbase.mob.compactions.TestPartitionedMobCompactor
 
testCompactionSelectAllFilesMonthlyPolicyWithPastMonth() - Method in class org.apache.hadoop.hbase.mob.compactions.TestPartitionedMobCompactor
 
testCompactionSelectAllFilesMonthlyPolicyWithPastWeek() - Method in class org.apache.hadoop.hbase.mob.compactions.TestPartitionedMobCompactor
 
testCompactionSelectAllFilesWeeklyPolicy() - Method in class org.apache.hadoop.hbase.mob.compactions.TestPartitionedMobCompactor
 
testCompactionSelectAllFilesWeeklyPolicyWithPastWeek() - Method in class org.apache.hadoop.hbase.mob.compactions.TestPartitionedMobCompactor
 
testCompactionSelectNoFilesWithinCurrentWeekMonthlyPolicy() - Method in class org.apache.hadoop.hbase.mob.compactions.TestPartitionedMobCompactor
 
testCompactionSelectPartFilesMonthlyPolicy() - Method in class org.apache.hadoop.hbase.mob.compactions.TestPartitionedMobCompactor
 
testCompactionSelectPartFilesMonthlyPolicyWithPastMonth() - Method in class org.apache.hadoop.hbase.mob.compactions.TestPartitionedMobCompactor
 
testCompactionSelectPartFilesMonthlyPolicyWithPastWeek() - Method in class org.apache.hadoop.hbase.mob.compactions.TestPartitionedMobCompactor
 
testCompactionSelectPartFilesWeeklyPolicy() - Method in class org.apache.hadoop.hbase.mob.compactions.TestPartitionedMobCompactor
 
testCompactionSelectPartFilesWeeklyPolicyWithPastWeek() - Method in class org.apache.hadoop.hbase.mob.compactions.TestPartitionedMobCompactor
 
testCompactionSelectWithAllFiles() - Method in class org.apache.hadoop.hbase.mob.compactions.TestPartitionedMobCompactor
 
testCompactionSelectWithForceAllFiles() - Method in class org.apache.hadoop.hbase.mob.compactions.TestPartitionedMobCompactor
 
testCompactionSelectWithPartFiles() - Method in class org.apache.hadoop.hbase.mob.compactions.TestPartitionedMobCompactor
 
testCompactionSeqId() - Method in class org.apache.hadoop.hbase.regionserver.TestCompaction
Firstly write 10 cells (with different time stamp) to a qualifier and flush to hfile1, then write 10 cells (with different time stamp) to the same qualifier and flush to hfile2.
TestCompactionState - Class in org.apache.hadoop.hbase.regionserver
Unit tests to test retrieving table/region compaction state
TestCompactionState() - Constructor for class org.apache.hadoop.hbase.regionserver.TestCompactionState
 
testCompactionTimestamps() - Method in class org.apache.hadoop.hbase.client.TestAdmin1
 
testCompactionTimestamps() - Method in class org.apache.hadoop.hbase.client.TestAsyncTableAdminApi2
 
testCompactionTimestamps() - Method in class org.apache.hadoop.hbase.client.TestServerLoadDurability
 
TestCompactionWithCoprocessor - Class in org.apache.hadoop.hbase.regionserver
Make sure compaction tests still pass with the preFlush and preCompact overridden to implement the default behavior
TestCompactionWithCoprocessor() - Constructor for class org.apache.hadoop.hbase.regionserver.TestCompactionWithCoprocessor
constructor
testCompactionWithCorruptResult() - Method in class org.apache.hadoop.hbase.regionserver.TestCompaction
 
testCompactionWithHFileLink() - Method in class org.apache.hadoop.hbase.mob.compactions.TestMobCompactor
 
TestCompactionWithThroughputController - Class in org.apache.hadoop.hbase.regionserver.throttle
 
TestCompactionWithThroughputController() - Constructor for class org.apache.hadoop.hbase.regionserver.throttle.TestCompactionWithThroughputController
 
testCompactMob() - Method in class org.apache.hadoop.hbase.client.TestAsyncRegionAdminApi
 
testCompactRegionServer() - Method in class org.apache.hadoop.hbase.client.TestAsyncRegionAdminApi
 
TestCompactSplitThread - Class in org.apache.hadoop.hbase.regionserver
 
TestCompactSplitThread() - Constructor for class org.apache.hadoop.hbase.regionserver.TestCompactSplitThread
 
testComparator() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionInfo
 
testComparator() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionInfoBuilder
 
testComparatorIsHBase1Compatible() - Method in class org.apache.hadoop.hbase.io.hfile.TestFixedFileTrailer
 
TestComparators - Class in org.apache.hadoop.hbase.filter
 
TestComparators() - Constructor for class org.apache.hadoop.hbase.filter.TestComparators
 
TestComparatorSerialization - Class in org.apache.hadoop.hbase.filter
 
TestComparatorSerialization() - Constructor for class org.apache.hadoop.hbase.filter.TestComparatorSerialization
 
testCompare() - Method in class org.apache.hadoop.hbase.mob.TestCachedMobFile
 
testCompare() - Method in class org.apache.hadoop.hbase.TestByteBufferKeyValue
 
testCompare() - Method in class org.apache.hadoop.hbase.TestSize
 
testCompareByteBufferedCell() - Method in class org.apache.hadoop.hbase.TestCellComparator
 
testCompareCells() - Method in class org.apache.hadoop.hbase.TestCellComparator
 
testCompareCellWithKey() - Method in class org.apache.hadoop.hbase.TestCellComparator
 
testCompareFilter() - Method in class org.apache.hadoop.hbase.TestSerialization
 
testCompareResults() - Method in class org.apache.hadoop.hbase.client.TestResult
Verify that Result.compareResults(...) behaves correctly.
testCompareStoreFileCount() - Method in class org.apache.hadoop.hbase.regionserver.TestPerColumnFamilyFlush
 
testCompareTo() - Method in class org.apache.hadoop.hbase.master.TestRegionPlan
 
testCompareTo() - Method in class org.apache.hadoop.hbase.TestHRegionLocation
 
testCompareTo() - Method in class org.apache.hadoop.hbase.util.TestByteBufferUtils
 
testCompareToHashCode() - Method in class org.apache.hadoop.hbase.regionserver.TestMetricsTableSourceImpl
 
testCompareToHashCodeEquals() - Method in class org.apache.hadoop.hbase.regionserver.TestMetricsRegionSourceImpl
 
testCompareVersion() - Method in class org.apache.hadoop.hbase.util.TestVersionInfo
 
testCompareWithoutRow() - Method in class org.apache.hadoop.hbase.TestKeyValue
 
testComparison() - Method in class org.apache.hadoop.hbase.io.TestImmutableBytesWritable
 
TestCompatibilitySingletonFactory - Class in org.apache.hadoop.hbase
 
TestCompatibilitySingletonFactory() - Constructor for class org.apache.hadoop.hbase.TestCompatibilitySingletonFactory
 
testCompleteResult() - Method in class org.apache.hadoop.hbase.client.TestLimitedScanWithFilter
 
testCompleteResult() - Method in class org.apache.hadoop.hbase.client.TestRawAsyncTableLimitedScanWithFilter
 
TestCompleteResultScanResultCache - Class in org.apache.hadoop.hbase.client
 
TestCompleteResultScanResultCache() - Constructor for class org.apache.hadoop.hbase.client.TestCompleteResultScanResultCache
 
testCompleteResultWhenRegionMove() - Method in class org.apache.hadoop.hbase.TestPartialResultsFromClientSide
 
testCompleteSnapshotWithNoSnapshotDirectoryFailure() - Method in class org.apache.hadoop.hbase.snapshot.TestSnapshotDescriptionUtils
Test that we throw an exception if there is no working snapshot directory when we attempt to 'complete' the snapshot
testComplex() - Method in class org.apache.hadoop.hbase.util.TestRegionSplitCalculator
 
testComplexMulti() - Method in class org.apache.hadoop.hbase.zookeeper.TestZKMulti
 
TestCompoundBloomFilter - Class in org.apache.hadoop.hbase.regionserver
Tests writing Bloom filter blocks in the same part of the file as data blocks.
TestCompoundBloomFilter() - Constructor for class org.apache.hadoop.hbase.regionserver.TestCompoundBloomFilter
 
testCompoundBloomFilter() - Method in class org.apache.hadoop.hbase.regionserver.TestCompoundBloomFilter
 
testCompoundBloomSizing() - Method in class org.apache.hadoop.hbase.regionserver.TestCompoundBloomFilter
 
testCompoundCall() - Method in class org.apache.hadoop.hbase.regionserver.TestServerCustomProtocol
 
TestCompoundConfiguration - Class in org.apache.hadoop.hbase
 
TestCompoundConfiguration() - Constructor for class org.apache.hadoop.hbase.TestCompoundConfiguration
 
testCompoundFilter() - Method in class org.apache.hadoop.hbase.rest.TestTableScan
 
testCompoundFilter1() - Method in class org.apache.hadoop.hbase.filter.TestParseFilter
 
testCompoundFilter2() - Method in class org.apache.hadoop.hbase.filter.TestParseFilter
 
testCompoundFilter3() - Method in class org.apache.hadoop.hbase.filter.TestParseFilter
 
testCompoundFilter4() - Method in class org.apache.hadoop.hbase.filter.TestParseFilter
 
testCompoundFilter5() - Method in class org.apache.hadoop.hbase.filter.TestParseFilter
 
testCompressCellBlock() - Method in class org.apache.hadoop.hbase.ipc.AbstractTestIPC
It is hard to verify the compression is actually happening under the wraps.
testCompressedInt() - Method in class org.apache.hadoop.hbase.util.TestByteBufferUtils
Test 7-bit encoding of integers.
testCompressingWithClearDictionaries() - Method in class org.apache.hadoop.hbase.regionserver.wal.TestCompressor
 
testCompressingWithNullDictionaries() - Method in class org.apache.hadoop.hbase.regionserver.wal.TestCompressor
 
testCompressionIncreasesEffectiveBlockCacheSize() - Method in class org.apache.hadoop.hbase.io.hfile.TestLazyDataBlockDecompression
 
testCompressionOrdinance() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFile
Make sure the ordinals for our compression algorithms do not change on us.
TestCompressionTest - Class in org.apache.hadoop.hbase.util
 
TestCompressionTest() - Constructor for class org.apache.hadoop.hbase.util.TestCompressionTest
 
TestCompressor - Class in org.apache.hadoop.hbase.regionserver.wal
Test our compressor class.
TestCompressor() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.TestCompressor
 
testCompressUncompressTags1() - Method in class org.apache.hadoop.hbase.io.TestTagCompressionContext
 
testCompressUncompressTags2() - Method in class org.apache.hadoop.hbase.io.TestTagCompressionContext
 
testCompressUncompressTagsWithOffheapKeyValue1() - Method in class org.apache.hadoop.hbase.io.TestTagCompressionContext
 
testCompressUncompressTagsWithOffheapKeyValue2() - Method in class org.apache.hadoop.hbase.io.TestTagCompressionContext
 
testcomputeHDFSBlocksDistribution() - Method in class org.apache.hadoop.hbase.util.TestFSUtils
 
TestConcatenatedLists - Class in org.apache.hadoop.hbase.util
 
TestConcatenatedLists() - Constructor for class org.apache.hadoop.hbase.util.TestConcatenatedLists
 
testConcurrentAttempts() - Method in class org.apache.hadoop.hbase.regionserver.TestServerNonceManager
 
testConcurrentIncludeTimestampCorrectness() - Method in class org.apache.hadoop.hbase.regionserver.TestSyncTimeRangeTracker
Run a bunch of threads against a single TimeRangeTracker and ensure we arrive at right range.
testConcurrentLocate() - Method in class org.apache.hadoop.hbase.client.TestAsyncNonMetaRegionLocator
 
testConcurrentPeerOperations() - Method in class org.apache.hadoop.hbase.client.replication.TestReplicationAdmin
 
testConcurrentReading() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFileBlock
 
testConcurrentReadingInternals() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFileBlock
 
testConcurrentSnapshottingAttempts() - Method in class org.apache.hadoop.hbase.snapshot.TestFlushSnapshotFromClient
Demonstrate that we reject snapshot requests if there is a snapshot already running on the same table currently running and that concurrent snapshots on different tables can both succeed concurretly.
testConcurrentSplitLogAndReplayRecoverEdit() - Method in class org.apache.hadoop.hbase.wal.TestWALSplit
https://issues.apache.org/jira/browse/HBASE-4862
testConcurrentWrites() - Method in class org.apache.hadoop.hbase.wal.TestBoundedRegionGroupingStrategy
Write to a log file with three concurrent threads and verifying all data is written.
testConcurrentWrites() - Method in class org.apache.hadoop.hbase.wal.TestFSHLogProvider
Write to a log file with three concurrent threads and verifying all data is written.
testConfiguration() - Method in class org.apache.hadoop.hbase.http.lib.TestStaticUserWebFilter
 
TestConfigurationManager - Class in org.apache.hadoop.hbase.conf
 
TestConfigurationManager() - Constructor for class org.apache.hadoop.hbase.conf.TestConfigurationManager
 
TestConfigurationUtil - Class in org.apache.hadoop.hbase.util
 
TestConfigurationUtil() - Constructor for class org.apache.hadoop.hbase.util.TestConfigurationUtil
 
testConflictRegionServerHostnameConfigurationsAbortServer() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerHostname
 
TestConfServlet - Class in org.apache.hadoop.hbase.http.conf
Basic test case that the ConfServlet can write configuration to its output in XML and JSON format.
TestConfServlet() - Constructor for class org.apache.hadoop.hbase.http.conf.TestConfServlet
 
testCongestion() - Method in class org.apache.hadoop.hbase.util.TestWeakObjectPool
 
testConnection() - Method in class org.apache.hadoop.hbase.client.TestConnectionImplementation
This test checks that one can connect to the cluster with only the ZooKeeper quorum set.
TestConnectionCache - Class in org.apache.hadoop.hbase.util
 
TestConnectionCache() - Constructor for class org.apache.hadoop.hbase.util.TestConnectionCache
 
testConnectionChore() - Method in class org.apache.hadoop.hbase.util.TestConnectionCache
test for ConnectionCache cleaning expired Connection
testConnectionCloseAllowsInterrupt() - Method in class org.apache.hadoop.hbase.client.TestConnectionImplementation
Test that we can handle connection close: it will trigger a retry, but the calls will finish.
testConnectionClosedOnRegionLocate() - Method in class org.apache.hadoop.hbase.client.TestClientNoCluster
 
testConnectionCloseWithOutstandingRPCs() - Method in class org.apache.hadoop.hbase.ipc.AbstractTestIPC
Tests that the connection closing is handled by the client with outstanding RPC calls
testConnectionClosing() - Method in class org.apache.hadoop.hbase.client.TestHTableMultiplexerViaMocks
 
testConnectionCut() - Method in class org.apache.hadoop.hbase.client.TestConnectionImplementation
Test that the connection to the dead server is cut immediately when we receive the notification.
testConnectionDefaultUsesCodec() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide3
 
testConnectionExhaustion() - Method in class org.apache.hadoop.hbase.mapred.TestTableOutputFormatConnectionExhaust
 
testConnectionIdle() - Method in class org.apache.hadoop.hbase.client.TestConnectionImplementation
Test that connection can become idle without breaking everything.
TestConnectionImplementation - Class in org.apache.hadoop.hbase.client
This class is for testing HBaseConnectionManager features
TestConnectionImplementation() - Constructor for class org.apache.hadoop.hbase.client.TestConnectionImplementation
 
TestConnectionImplementation.BlockingFilter - Class in org.apache.hadoop.hbase.client
 
testConnectionManagement() - Method in class org.apache.hadoop.hbase.client.TestConnectionImplementation
Test that Connection or Pool are not closed when managed externally
testConnectionNotAllowsInterrupt() - Method in class org.apache.hadoop.hbase.client.TestConnectionImplementation
 
testConnectionRideOverClusterRestart() - Method in class org.apache.hadoop.hbase.client.TestConnectionImplementation
 
TestConnectionUtils - Class in org.apache.hadoop.hbase.client
 
TestConnectionUtils() - Constructor for class org.apache.hadoop.hbase.client.TestConnectionUtils
 
testConnectToDatanodeFailed() - Method in class org.apache.hadoop.hbase.io.asyncfs.TestFanOutOneBlockAsyncDFSOutput
 
testConsecutiveExports() - Method in class org.apache.hadoop.hbase.snapshot.TestExportSnapshot
 
testConsistencyWithHadoopVLong() - Method in class org.apache.hadoop.hbase.util.TestByteBufferUtils
 
testConstantSizePolicy() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionSplitPolicy
 
testConstantSizePolicyWithJitter() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionSplitPolicy
 
testConstrainedPlacement() - Method in class org.apache.hadoop.hbase.favored.TestFavoredNodeAssignmentHelper
 
testConstruction() - Method in class org.apache.hadoop.hbase.filter.TestFilterList
 
testConstructorAndVerify() - Static method in class org.apache.hadoop.hbase.TestIndividualBytesFieldCell
 
testConstructWithNullElements() - Method in class org.apache.hadoop.hbase.TestRegionLocations
 
testConstuctor() - Method in class org.apache.hadoop.hbase.regionserver.TestMetricsHeapMemoryManager
 
testConstuctor() - Method in class org.apache.hadoop.hbase.regionserver.TestMetricsRegionServer
 
testContains() - Method in class org.apache.hadoop.hbase.util.TestBytes
 
TestContainsNothing() - Method in class org.apache.hadoop.hbase.io.util.TestLRUDictionary
 
testContainsRange() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionInfo
 
testContainsRange() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionInfoBuilder
 
testContainsWithoutReplicatingAll() - Method in class org.apache.hadoop.hbase.replication.TestReplicationUtil
 
testContainsWithReplicatingAll() - Method in class org.apache.hadoop.hbase.replication.TestReplicationUtil
 
testContendedAcrossCellsIncrement() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionIncrement
Have each thread update its own Cell.
testContendedLogRolling() - Method in class org.apache.hadoop.hbase.regionserver.wal.TestLogRollingNoCluster
Spin up a bunch of threads and have them all append to a WAL.
testContentTypes() - Method in class org.apache.hadoop.hbase.http.TestHttpServer
 
TestContext(Configuration) - Constructor for class org.apache.hadoop.hbase.MultithreadedTestUtil.TestContext
 
testContextSpecificServletFilterWhenInitThrowsException() - Method in class org.apache.hadoop.hbase.http.TestServletFilter
Similar to the above test case, except that it uses a different API to add the filter.
testContinuousIngest() - Method in class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList
 
testContinuousIngest() - Method in class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedListWithVisibility
 
testConversion() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerRegionSpaceUseReport
 
testConversion() - Method in class org.apache.hadoop.hbase.TestSize
 
testConvert() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionInfo
 
testConvert() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionInfoBuilder
 
TestCoprocessor() - Constructor for class org.apache.hadoop.hbase.client.TestClientOperationInterrupt.TestCoprocessor
 
TestCoprocessor() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestRegionObserverBypass.TestCoprocessor
 
TestCoprocessor2() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestRegionObserverBypass.TestCoprocessor2
 
TestCoprocessor3() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestRegionObserverBypass.TestCoprocessor3
 
testCoprocessorCanCreateConnectionToRemoteTable() - Method in class org.apache.hadoop.hbase.coprocessor.TestOpenTableInCoprocessor
 
testCoprocessorCanCreateConnectionToRemoteTableWithCustomPool() - Method in class org.apache.hadoop.hbase.coprocessor.TestOpenTableInCoprocessor
 
TestCoprocessorClassLoader - Class in org.apache.hadoop.hbase.util
Test TestCoprocessorClassLoader.
TestCoprocessorClassLoader() - Constructor for class org.apache.hadoop.hbase.util.TestCoprocessorClassLoader
 
TestCoprocessorConfiguration - Class in org.apache.hadoop.hbase.coprocessor
Tests for global coprocessor loading configuration
TestCoprocessorConfiguration() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestCoprocessorConfiguration
 
TestCoprocessorConfiguration.SystemCoprocessor - Class in org.apache.hadoop.hbase.coprocessor
 
TestCoprocessorConfiguration.TableCoprocessor - Class in org.apache.hadoop.hbase.coprocessor
 
TestCoprocessorDescriptor - Class in org.apache.hadoop.hbase.client
 
TestCoprocessorDescriptor() - Constructor for class org.apache.hadoop.hbase.client.TestCoprocessorDescriptor
 
TestCoprocessorEndpoint - Class in org.apache.hadoop.hbase.coprocessor
TestEndpoint: test cases to verify coprocessor Endpoint
TestCoprocessorEndpoint() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestCoprocessorEndpoint
 
testCoprocessorError() - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorEndpoint
 
TestCoprocessorForTags() - Constructor for class org.apache.hadoop.hbase.regionserver.TestTags.TestCoprocessorForTags
 
TestCoprocessorForTagsAtSink() - Constructor for class org.apache.hadoop.hbase.replication.TestReplicationWithTags.TestCoprocessorForTagsAtSink
 
TestCoprocessorForTagsAtSource() - Constructor for class org.apache.hadoop.hbase.replication.TestReplicationWithTags.TestCoprocessorForTagsAtSource
 
TestCoprocessorHost - Class in org.apache.hadoop.hbase.coprocessor
 
TestCoprocessorHost() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestCoprocessorHost
 
TestCoprocessorHost.SimpleRegionObserverV2 - Class in org.apache.hadoop.hbase.coprocessor
 
TestCoprocessorInterface - Class in org.apache.hadoop.hbase.coprocessor
 
TestCoprocessorInterface() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestCoprocessorInterface
 
testCoprocessorInterface() - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorInterface
 
TestCoprocessorInterface.CoprocessorII - Class in org.apache.hadoop.hbase.coprocessor
 
TestCoprocessorInterface.CoprocessorImpl - Class in org.apache.hadoop.hbase.coprocessor
 
TestCoprocessorMetrics - Class in org.apache.hadoop.hbase.coprocessor
Testing of coprocessor metrics end-to-end.
TestCoprocessorMetrics() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestCoprocessorMetrics
 
TestCoprocessorMetrics.CustomMasterObserver - Class in org.apache.hadoop.hbase.coprocessor
MasterObserver that has a Timer metric for create table operation.
TestCoprocessorMetrics.CustomRegionEndpoint - Class in org.apache.hadoop.hbase.coprocessor
RegionEndpoint to test metrics from endpoint calls
TestCoprocessorMetrics.CustomRegionObserver - Class in org.apache.hadoop.hbase.coprocessor
RegionObserver that has a Counter for preGet()
TestCoprocessorMetrics.CustomRegionObserver2 - Class in org.apache.hadoop.hbase.coprocessor
 
TestCoprocessorMetrics.CustomRegionServerObserver - Class in org.apache.hadoop.hbase.coprocessor
RegionServerObserver that has a Counter for rollWAL requests.
TestCoprocessorMetrics.CustomWALObserver - Class in org.apache.hadoop.hbase.coprocessor
WALObserver that has a Counter for walEdits written.
TestCoprocessorRpcUtils - Class in org.apache.hadoop.hbase.ipc
 
TestCoprocessorRpcUtils() - Constructor for class org.apache.hadoop.hbase.ipc.TestCoprocessorRpcUtils
 
TestCoprocessorScanPolicy - Class in org.apache.hadoop.hbase.util
 
TestCoprocessorScanPolicy(boolean) - Constructor for class org.apache.hadoop.hbase.util.TestCoprocessorScanPolicy
 
TestCoprocessorScanPolicy.ScanObserver - Class in org.apache.hadoop.hbase.util
 
testCoprocessorService() - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorEndpoint
 
TestCoprocessorServiceBackwardCompatibility - Class in org.apache.hadoop.hbase.coprocessor
Tests to ensure that 2.0 is backward compatible in loading CoprocessorService.
TestCoprocessorServiceBackwardCompatibility() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestCoprocessorServiceBackwardCompatibility
 
TestCoprocessorServiceBackwardCompatibility.DummyCoprocessorService - Class in org.apache.hadoop.hbase.coprocessor
 
testCoprocessorServiceLoadedByMaster() - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorServiceBackwardCompatibility
 
testCoprocessorServiceNullResponse() - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorEndpoint
 
TestCoprocessorShortCircuitRPC - Class in org.apache.hadoop.hbase.coprocessor
Ensure Coprocessors get ShortCircuit Connections when they get a Connection from their CoprocessorEnvironment.
TestCoprocessorShortCircuitRPC() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestCoprocessorShortCircuitRPC
 
TestCoprocessorShortCircuitRPC.TestMasterCoprocessor - Class in org.apache.hadoop.hbase.coprocessor
 
TestCoprocessorShortCircuitRPC.TestRegionCoprocessor - Class in org.apache.hadoop.hbase.coprocessor
 
TestCoprocessorShortCircuitRPC.TestRegionServerCoprocessor - Class in org.apache.hadoop.hbase.coprocessor
 
TestCoprocessorStop - Class in org.apache.hadoop.hbase.coprocessor
Tests for master and regionserver coprocessor stop method
TestCoprocessorStop() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestCoprocessorStop
 
TestCoprocessorStop.FooCoprocessor - Class in org.apache.hadoop.hbase.coprocessor
 
TestCoprocessorTableEndpoint - Class in org.apache.hadoop.hbase.coprocessor
 
TestCoprocessorTableEndpoint() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestCoprocessorTableEndpoint
 
testCoprocessorTableEndpoint() - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorTableEndpoint
 
testCopy() - Method in class org.apache.hadoop.hbase.util.TestBytes
 
testCopyAndCompare() - Method in class org.apache.hadoop.hbase.util.TestByteBuffUtils
 
testCopyFilesParallel() - Method in class org.apache.hadoop.hbase.util.TestFSUtils
 
testCopyFromArrayToBuffer() - Method in class org.apache.hadoop.hbase.util.TestByteBufferUtils
 
testCopyFromBuffer() - Method in class org.apache.hadoop.hbase.util.TestByteBufferUtils
Test copying from buffer.
testCopyFromBufferToArray() - Method in class org.apache.hadoop.hbase.util.TestByteBufferUtils
 
testCopyFromSrcToDestWithThreads() - Method in class org.apache.hadoop.hbase.util.TestByteBufferUtils
 
testCopyFromStream() - Method in class org.apache.hadoop.hbase.util.TestByteBufferUtils
Test copying data from stream.
TestCopyOnWriteMaps - Class in org.apache.hadoop.hbase.types
 
TestCopyOnWriteMaps() - Constructor for class org.apache.hadoop.hbase.types.TestCopyOnWriteMaps
 
TestCopyTable - Class in org.apache.hadoop.hbase.mapreduce
Basic test for the CopyTable M/R tool
TestCopyTable() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestCopyTable
 
testCopyTable() - Method in class org.apache.hadoop.hbase.mapreduce.TestCopyTable
Simple end-to-end test
testCopyTableWithBulkload() - Method in class org.apache.hadoop.hbase.mapreduce.TestCopyTable
Simple end-to-end test with bulkload.
testCopyToStreamWithOffset() - Method in class org.apache.hadoop.hbase.util.TestByteBufferUtils
Test copying to stream from buffer with offset.
TestCoreMasterCoprocessor - Class in org.apache.hadoop.hbase.coprocessor
Test CoreCoprocessor Annotation works giving access to facility not usually available.
TestCoreMasterCoprocessor() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestCoreMasterCoprocessor
 
TestCoreMasterCoprocessor.CoreMasterCoprocessor - Class in org.apache.hadoop.hbase.coprocessor
Annotate with CoreCoprocessor.
TestCoreMasterCoprocessor.NotCoreMasterCoprocessor - Class in org.apache.hadoop.hbase.coprocessor
No annotation with CoreCoprocessor.
testCorePoolDecrease() - Method in class org.apache.hadoop.hbase.TestChoreService
 
testCorePoolIncrease() - Method in class org.apache.hadoop.hbase.TestChoreService
 
testCoreRegionCoprocessor() - Method in class org.apache.hadoop.hbase.coprocessor.TestCoreMasterCoprocessor
Assert that when a Coprocessor is annotated with CoreCoprocessor, then it is possible to access a MasterServices instance.
TestCoreRegionCoprocessor - Class in org.apache.hadoop.hbase.coprocessor
Test CoreCoprocessor Annotation works giving access to facility not usually available.
TestCoreRegionCoprocessor() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestCoreRegionCoprocessor
 
testCoreRegionCoprocessor() - Method in class org.apache.hadoop.hbase.coprocessor.TestCoreRegionCoprocessor
Assert that when a Coprocessor is annotated with CoreCoprocessor, then it is possible to access a RegionServerServices instance.
testCoreRegionCoprocessor() - Method in class org.apache.hadoop.hbase.coprocessor.TestCoreRegionServerCoprocessor
Assert that when a Coprocessor is annotated with CoreCoprocessor, then it is possible to access a RegionServerServices instance.
TestCoreRegionCoprocessor.CoreRegionCoprocessor - Class in org.apache.hadoop.hbase.coprocessor
Annotate with CoreCoprocessor.
TestCoreRegionCoprocessor.NotCoreRegionCoprocessor - Class in org.apache.hadoop.hbase.coprocessor
No annotation with CoreCoprocessor.
TestCoreRegionServerCoprocessor - Class in org.apache.hadoop.hbase.coprocessor
Test CoreCoprocessor Annotation works giving access to facility not usually available.
TestCoreRegionServerCoprocessor() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestCoreRegionServerCoprocessor
 
TestCoreRegionServerCoprocessor.CoreRegionServerCoprocessor - Class in org.apache.hadoop.hbase.coprocessor
Annotate with CoreCoprocessor.
TestCoreRegionServerCoprocessor.NotCoreRegionServerCoprocessor - Class in org.apache.hadoop.hbase.coprocessor
No annotation with CoreCoprocessor.
testCorrectAndUniqueKeys() - Method in class org.apache.hadoop.hbase.util.TestLoadTestKVGenerator
 
testCorrectFilterString() - Method in class org.apache.hadoop.hbase.filter.TestParseFilter
 
testCorrupt0LengthHFile() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFile
Create 0-length hfile and show that it fails
testCorruptedFileGetsArchivedIfSkipErrors() - Method in class org.apache.hadoop.hbase.wal.TestWALSplit
 
testCorruptedLogFilesSkipErrorsFalseDoesNotTouchLogs() - Method in class org.apache.hadoop.hbase.wal.TestWALSplit
 
testCorruptedSnapshot() - Method in class org.apache.hadoop.hbase.client.RestoreSnapshotFromClientSimpleTestBase
 
testCorruptTruncatedHFile() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFile
Create a truncated hfile and verify that exception thrown.
testCorruptWALTrailer() - Method in class org.apache.hadoop.hbase.wal.TestWALSplit
 
testCountController() - Method in class org.apache.hadoop.hbase.client.TestRpcControllerFactory
check some of the methods and make sure we are incrementing each time.
testCounter() - Method in class org.apache.hadoop.hbase.regionserver.TestMetricsHeapMemoryManager
 
TestCounter - Class in org.apache.hadoop.hbase.util
 
TestCounter() - Constructor for class org.apache.hadoop.hbase.util.TestCounter
 
testCountOfCellsAfterFlatteningByIterator() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactingToCellFlatMapMemStore
 
testCountOfCellsAfterFlatteningByScan() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactingToCellFlatMapMemStore
 
testCPMutationsAreWrittenToWALEdit() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverForAddingMutationsFromCoprocessors
Tests that added mutations from coprocessors end up in the WAL.
testCrashProcedureReplay() - Method in class org.apache.hadoop.hbase.master.TestDeadServer
 
testCrazyRandomChanges() - Method in class org.apache.hadoop.hbase.io.encoding.TestChangingEncoding
 
testCreate() - Method in class org.apache.hadoop.hbase.mob.TestMobFileName
 
testCreateACL() - Method in class org.apache.hadoop.hbase.zookeeper.TestZKUtilNoServer
 
testCreateACLWithSameUser() - Method in class org.apache.hadoop.hbase.zookeeper.TestZKUtilNoServer
 
testCreateAndDelete() - Method in class org.apache.hadoop.hbase.client.TestAsyncNamespaceAdminApi
 
testCreateAndDrop() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
testCreateAndUpdate() - Method in class org.apache.hadoop.hbase.util.TestFSTableDescriptors
 
testCreateBadTables() - Method in class org.apache.hadoop.hbase.client.TestAdmin2
 
testCreateBasedOnConfig() - Method in class org.apache.hadoop.hbase.regionserver.TestStripeStoreEngine
 
testCreateCellScannerOverflow() - Method in class org.apache.hadoop.hbase.TestCellUtil
Was overflowing if 100k or so lists of cellscanners to return.
testCreateComparator() - Method in class org.apache.hadoop.hbase.io.hfile.TestFixedFileTrailer
 
testCreateConnection() - Method in class org.apache.hadoop.hbase.client.TestConnectionImplementation
Trivial test to verify that nobody messes with ConnectionFactory.createConnection(Configuration)
testCreateDefault() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionSplitPolicy
 
testCreateDeleteTable() - Method in class org.apache.hadoop.hbase.client.TestReplicaWithCluster
 
testCreatedServerIsNotAlive() - Method in class org.apache.hadoop.hbase.http.TestHttpServerLifecycle
Test that the server is alive once started
testCreateHRegionInfoName() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionInfo
 
testCreateKey() - Method in class org.apache.hadoop.hbase.regionserver.TestCompoundBloomFilter
 
testCreateKeyOnly() - Method in class org.apache.hadoop.hbase.TestKeyValue
 
testCreateKeyValueFromKey() - Method in class org.apache.hadoop.hbase.TestKeyValue
 
testCreateKeyValueInvalidNegativeLength() - Method in class org.apache.hadoop.hbase.TestSerialization
 
testCreateMultiRegion() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
testCreateNamespaceAndTable() - Method in class org.apache.hbase.archetypes.exemplars.client.TestHelloHBase
 
testCreateNamespaceAndTable() - Method in class org.apache.hbase.archetypes.exemplars.shaded_client.TestHelloHBase
 
testCreateParentFailed() - Method in class org.apache.hadoop.hbase.io.asyncfs.TestFanOutOneBlockAsyncDFSOutput
This is important for fencing when recover from RS crash.
testCreatePreparesCodec() - Method in class org.apache.hadoop.hbase.regionserver.wal.TestCustomWALCellCodec
Test that a custom WALCellCodec will be completely setup when it is instantiated via WALCellCodec
testCreatePreparesCodecInvalidClass() - Method in class org.apache.hadoop.hbase.regionserver.wal.TestCustomWALCellCodec
Test that a custom WALCellCodec will fail if provided an invalid code class.
testCreatePresplitTableHex() - Method in class org.apache.hadoop.hbase.util.TestRegionSplitter
Test creating a pre-split table using the HexStringSplit algorithm.
testCreatePresplitTableUniform() - Method in class org.apache.hadoop.hbase.util.TestRegionSplitter
Test creating a pre-split table using the UniformSplit algorithm.
testCreateRegionInfoName() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionInfoBuilder
 
testCreateScannerAndSnapshotConcurrently() - Method in class org.apache.hadoop.hbase.regionserver.TestHStore
 
testCreateSilentIsReallySilent() - Method in class org.apache.hadoop.hbase.zookeeper.TestZKUtil
A test for HBASE-3238
testCreateTable() - Method in class org.apache.hadoop.hbase.client.TestAdmin1
 
testCreateTable() - Method in class org.apache.hadoop.hbase.client.TestAsyncTableAdminApi
 
testCreateTable() - Method in class org.apache.hadoop.hbase.client.TestTableFavoredNodes
 
testCreateTableDescriptorUpdatesIfExistsAlready() - Method in class org.apache.hadoop.hbase.util.TestFSTableDescriptors
 
testCreateTableNumberOfRegions() - Method in class org.apache.hadoop.hbase.client.TestAdmin1
 
testCreateTableNumberOfRegions() - Method in class org.apache.hadoop.hbase.client.TestAsyncTableAdminApi
 
testCreateTableRPCTimeOut() - Method in class org.apache.hadoop.hbase.client.TestAdmin2
HMaster.createTable used to be kind of synchronous call Thus creating of table with lots of regions can cause RPC timeout After the fix to make createTable truly async, RPC timeout shouldn't be an issue anymore
testCreateTableWithDefault() - Method in class org.apache.hadoop.hbase.TestHColumnDescriptorDefaultVersions
 
testCreateTableWithDefaultFromConf() - Method in class org.apache.hadoop.hbase.TestHColumnDescriptorDefaultVersions
 
testCreateTableWithEmptyRowInTheSplitKeys() - Method in class org.apache.hadoop.hbase.client.TestAdmin1
 
testCreateTableWithEmptyRowInTheSplitKeys() - Method in class org.apache.hadoop.hbase.client.TestAsyncTableAdminApi
 
testCreateTableWithMultipleReplicas() - Method in class org.apache.hadoop.hbase.master.TestMasterOperationsForRegionReplicas
 
testCreateTableWithOnlyEmptyStartRow() - Method in class org.apache.hadoop.hbase.client.TestAdmin1
 
testCreateTableWithOnlyEmptyStartRow() - Method in class org.apache.hadoop.hbase.client.TestAsyncTableAdminApi
 
testCreateTableWithRegions() - Method in class org.apache.hadoop.hbase.client.TestAdmin1
 
testCreateTableWithRegions() - Method in class org.apache.hadoop.hbase.client.TestAsyncTableAdminApi
 
testCreateTableWithRegions() - Method in class org.apache.hadoop.hbase.IntegrationTestManyRegions
 
testCreateTableWithSetVersion() - Method in class org.apache.hadoop.hbase.TestHColumnDescriptorDefaultVersions
 
testCreateTableWithSingleReplica() - Method in class org.apache.hadoop.hbase.master.TestMasterOperationsForRegionReplicas
 
testCreateTableWithZeroRegionReplicas() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testCreateUserForTestingGroupCache() - Method in class org.apache.hadoop.hbase.security.TestUser
 
testCreateWhenRsgroupNoOnlineServers() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
testCreateWithParents() - Method in class org.apache.hadoop.hbase.zookeeper.TestZKUtil
Create a znode with data
testCreateWriter() - Method in class org.apache.hadoop.hbase.regionserver.TestHStore
Verify that compression and data block encoding are respected by the Store.createWriterInTmp() method, used on store flush.
testCrossRowAtomicInRegion() - Method in class org.apache.hadoop.hbase.client.TestMvccConsistentScanner
 
testCurrentOnEmptyCell() - Method in class org.apache.hadoop.hbase.client.TestResult
 
testCurrentTimeInMillis() - Method in class org.apache.hadoop.hbase.util.TestEnvironmentEdgeManager
 
testCustomFilter() - Method in class org.apache.hadoop.hbase.rest.TestTableScan
 
testCustomMetaProvider() - Method in class org.apache.hadoop.hbase.wal.TestWALFactory
 
testCustomParts() - Method in class org.apache.hadoop.hbase.regionserver.TestDefaultStoreEngine
 
testCustomPolicy() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionSplitPolicy
Test setting up a customized split policy
testCustomProvider() - Method in class org.apache.hadoop.hbase.io.crypto.TestCipherProvider
 
testCustomProvider() - Method in class org.apache.hadoop.hbase.wal.TestWALFactory
 
testCustomReplicationEndpoint() - Method in class org.apache.hadoop.hbase.replication.TestReplicationEndpoint
 
TestCustomWALCellCodec - Class in org.apache.hadoop.hbase.regionserver.wal
Test that we can create, load, setup our own custom codec
TestCustomWALCellCodec() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.TestCustomWALCellCodec
 
TestCustomWALCellCodec.CustomWALCellCodec - Class in org.apache.hadoop.hbase.regionserver.wal
 
testCyclicReplication1() - Method in class org.apache.hadoop.hbase.replication.TestMasterReplication
It tests the replication scenario involving 0 -> 1 -> 0.
testCyclicReplication2() - Method in class org.apache.hadoop.hbase.replication.TestMasterReplication
Tests the cyclic replication scenario of 0 -> 1 -> 2 -> 0 by adding and deleting rows to a table in each clusters and ensuring that the each of these clusters get the appropriate mutations.
testCyclicReplication3() - Method in class org.apache.hadoop.hbase.replication.TestMasterReplication
Tests cyclic replication scenario of 0 -> 1 -> 2 -> 1.
TestDataBlockEncoders - Class in org.apache.hadoop.hbase.io.encoding
Test all of the data block encoding algorithms for correctness.
TestDataBlockEncoders(boolean, boolean, boolean) - Constructor for class org.apache.hadoop.hbase.io.encoding.TestDataBlockEncoders
 
TestDataBlockEncoding - Class in org.apache.hadoop.hbase.io.encoding
 
TestDataBlockEncoding() - Constructor for class org.apache.hadoop.hbase.io.encoding.TestDataBlockEncoding
 
testDataBlockEncoding() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFileBlock
Test encoding/decoding data blocks.
testDataBlockEncoding() - Method in class org.apache.hadoop.hbase.mob.TestMobDataBlockEncoding
 
testDataBlockEncoding(DataBlockEncoding) - Method in class org.apache.hadoop.hbase.mob.TestMobDataBlockEncoding
 
testDataBlockEncodingEverywhere() - Method in class org.apache.hadoop.hbase.regionserver.TestMajorCompaction
 
testDataBlockEncodingInCacheOnly() - Method in class org.apache.hadoop.hbase.regionserver.TestMajorCompaction
 
testDataBlockEncodingMetaData() - Method in class org.apache.hadoop.hbase.regionserver.TestHStoreFile
Check if data block encoding information is saved correctly in HFile's file info.
TestDataBlockEncodingTool - Class in org.apache.hadoop.hbase.regionserver
Test DataBlockEncodingTool.
TestDataBlockEncodingTool() - Constructor for class org.apache.hadoop.hbase.regionserver.TestDataBlockEncodingTool
 
testDataBlockEncryption() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFileEncryption
 
testDataCorrectnessReplayingRecoveredEdits() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionOnCluster
 
testDataInMemoryWithoutWAL() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testDatalossWhenInputError() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestWALReplay
testcase for https://issues.apache.org/jira/browse/HBASE-15252
TestDateTieredCompactionPolicy - Class in org.apache.hadoop.hbase.regionserver
 
TestDateTieredCompactionPolicy() - Constructor for class org.apache.hadoop.hbase.regionserver.TestDateTieredCompactionPolicy
 
TestDateTieredCompactionPolicyOverflow - Class in org.apache.hadoop.hbase.regionserver
 
TestDateTieredCompactionPolicyOverflow() - Constructor for class org.apache.hadoop.hbase.regionserver.TestDateTieredCompactionPolicyOverflow
 
TestDeadServer - Class in org.apache.hadoop.hbase.master
 
TestDeadServer() - Constructor for class org.apache.hadoop.hbase.master.TestDeadServer
 
testDeadWorker() - Method in class org.apache.hadoop.hbase.master.TestSplitLogManager
 
testDecommissionRegionServers() - Method in class org.apache.hadoop.hbase.client.TestAdmin2
 
TestDefaultCompactSelection - Class in org.apache.hadoop.hbase.regionserver
 
TestDefaultCompactSelection() - Constructor for class org.apache.hadoop.hbase.regionserver.TestDefaultCompactSelection
 
testDefaultConfigurationProperties() - Method in class org.apache.hadoop.hbase.quotas.TestFileSystemUtilizationChore
 
TestDefaultEnvironmentEdge - Class in org.apache.hadoop.hbase.util
Tests to make sure that the default environment edge conforms to appropriate behaviour.
TestDefaultEnvironmentEdge() - Constructor for class org.apache.hadoop.hbase.util.TestDefaultEnvironmentEdge
 
testDefaultInMemoryCompaction() - Method in class org.apache.hadoop.hbase.TestPerformanceEvaluation
 
testDefaultMasterMetrics() - Method in class org.apache.hadoop.hbase.master.TestMasterMetrics
 
testDefaultMasterProcMetrics() - Method in class org.apache.hadoop.hbase.master.TestMasterMetrics
 
TestDefaultMemStore - Class in org.apache.hadoop.hbase.regionserver
memstore test case
TestDefaultMemStore() - Constructor for class org.apache.hadoop.hbase.regionserver.TestDefaultMemStore
 
TestDefaultMobStoreFlusher - Class in org.apache.hadoop.hbase.mob
 
TestDefaultMobStoreFlusher() - Constructor for class org.apache.hadoop.hbase.mob.TestDefaultMobStoreFlusher
 
testDefaultNamespaceCreateAndAssign() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroups
 
testDefaultProvider() - Method in class org.apache.hadoop.hbase.io.crypto.TestCipherProvider
 
testDefaultProvider() - Method in class org.apache.hadoop.hbase.wal.TestWALFactory
 
testDefaults() - Method in class org.apache.hadoop.hbase.TestClientClusterMetrics
 
testDefaults() - Method in class org.apache.hadoop.hbase.TestClientClusterStatus
 
TestDefaultStoreEngine - Class in org.apache.hadoop.hbase.regionserver
 
TestDefaultStoreEngine() - Constructor for class org.apache.hadoop.hbase.regionserver.TestDefaultStoreEngine
 
TestDefaultStoreEngine.DummyCompactionPolicy - Class in org.apache.hadoop.hbase.regionserver
 
TestDefaultStoreEngine.DummyCompactor - Class in org.apache.hadoop.hbase.regionserver
 
TestDefaultStoreEngine.DummyStoreFlusher - Class in org.apache.hadoop.hbase.regionserver
 
testDelayedDeleteOnFailure() - Method in class org.apache.hadoop.hbase.master.AbstractTestDLS
 
TestDelayingRunner - Class in org.apache.hadoop.hbase.client
 
TestDelayingRunner() - Constructor for class org.apache.hadoop.hbase.client.TestDelayingRunner
 
testDelayingRunner() - Method in class org.apache.hadoop.hbase.client.TestDelayingRunner
 
testDelete() - Method in class org.apache.hadoop.hbase.client.TestRowComparator
 
testDelete() - Method in class org.apache.hadoop.hbase.regionserver.TestMinVersions
Make sure the Deletes behave as expected with minimum versions
testDelete() - Method in class org.apache.hadoop.hbase.rest.client.TestRemoteHTableRetries
 
testDelete() - Method in class org.apache.hadoop.hbase.rest.client.TestRemoteTable
 
testDelete() - Method in class org.apache.hadoop.hbase.shaded.protobuf.TestProtobufUtil
Test Delete Mutate conversions.
testDelete_CheckFamily() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testDelete_CheckTimestampUpdated() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testDelete_mixed() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testDelete_multiDeleteColumn() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testDeleteAndExists() - Method in class org.apache.hadoop.hbase.util.TestFSUtils
 
testDeleteAttributes() - Method in class org.apache.hadoop.hbase.client.TestAttributes
 
testDeleteCell() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverForAddingMutationsFromCoprocessors
 
TestDeleteCellCoprocessor() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestRegionObserverForAddingMutationsFromCoprocessors.TestDeleteCellCoprocessor
 
testdeleteChildrenRecursivelyMulti() - Method in class org.apache.hadoop.hbase.zookeeper.TestZKMulti
Verifies that for the given root node, it should delete all the child nodes recursively using multi-update api.
testDeleteChildrenRecursivelyMultiOrSequential() - Method in class org.apache.hadoop.hbase.zookeeper.TestZKMulti
 
testDeleteColumn() - Method in class org.apache.hadoop.hbase.regionserver.TestStoreScanner
 
testDeleteColumnDelete() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.TestScanDeleteTracker
 
testDeleteColumnFamily() - Method in class org.apache.hadoop.hbase.client.TestAsyncTableAdminApi2
 
testDeleteColumns_PostInsert() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testDeleteCopyConstructor() - Method in class org.apache.hadoop.hbase.client.TestMutation
 
testDeletedByDelete() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.TestScanDeleteTracker
 
testDeletedByDeleteColumn() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.TestScanDeleteTracker
 
testDeletedByDeleteFamily() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.TestScanDeleteTracker
 
testDeletedByDeleteFamilyVersion() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.TestScanDeleteTracker
 
testDeleteDeleteColumn() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.TestScanDeleteTracker
 
testDeletedRowThenGoodRow() - Method in class org.apache.hadoop.hbase.regionserver.TestStoreScanner
 
testDeleteEditUnknownColumnFamilyAndOrTable() - Method in class org.apache.hadoop.hbase.client.TestAdmin1
 
testDeleteExpiredStoreFiles() - Method in class org.apache.hadoop.hbase.regionserver.TestHStore
 
testDeleteExpiredStoreFiles(int) - Method in class org.apache.hadoop.hbase.regionserver.TestHStore
 
testDeleteFamily() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverForAddingMutationsFromCoprocessors
 
testDeleteFamily() - Method in class org.apache.hadoop.hbase.regionserver.TestNewVersionBehaviorFromClientSide
 
testDeleteFamily() - Method in class org.apache.hadoop.hbase.regionserver.TestStoreScanner
 
testDeleteFamilyBloomFilter() - Method in class org.apache.hadoop.hbase.regionserver.TestHStoreFile
 
TestDeleteFamilyCoprocessor() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestRegionObserverForAddingMutationsFromCoprocessors.TestDeleteFamilyCoprocessor
 
testDeleteFamilyVersion() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testDeleteFamilyVersionWithOtherDeletes() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testDeleteForSureClearsAllTableRowsFromMeta() - Method in class org.apache.hadoop.hbase.client.TestEnableTable
We were only clearing rows that had a hregioninfo column in hbase:meta.
testDeleteId() - Method in class org.apache.hadoop.hbase.client.TestAttributes
 
testDeleteIfEquals() - Method in class org.apache.hadoop.hbase.regionserver.TestMasterAddressTracker
 
testDeleteIteration() - Method in class org.apache.hadoop.hbase.client.TestPutDeleteEtcCellIteration
 
testDeleteKeepDelete() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.TestScanDeleteTracker
 
testDeleteKeepVersionZero() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.TestScanDeleteTracker
 
testDeleteLastColumnFamily() - Method in class org.apache.hadoop.hbase.client.TestAdmin1
 
testDeleteLatestVersionOfSpecifiedColumn() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testDeleteMarkerExpiration() - Method in class org.apache.hadoop.hbase.regionserver.TestKeepDeletes
Test delete marker removal from store files.
testDeleteMarkerExpirationEmptyStore() - Method in class org.apache.hadoop.hbase.regionserver.TestKeepDeletes
Verify that delete markers are removed from an otherwise empty store.
testDeleteMarkerLongevity() - Method in class org.apache.hadoop.hbase.regionserver.TestStoreScanner
 
testDeleteMarkerVersioning() - Method in class org.apache.hadoop.hbase.regionserver.TestKeepDeletes
Verify that column/version delete makers are sorted with their respective puts and removed correctly by versioning (i.e.
TestDeleteMobTable - Class in org.apache.hadoop.hbase.regionserver
 
TestDeleteMobTable() - Constructor for class org.apache.hadoop.hbase.regionserver.TestDeleteMobTable
 
testDeleteMobTable() - Method in class org.apache.hadoop.hbase.regionserver.TestDeleteMobTable
 
testDeleteNodeRecursivelyMulti() - Method in class org.apache.hadoop.hbase.zookeeper.TestZKMulti
Verifies that for the given root node, it should delete all the nodes recursively using multi-update api.
testDeleteNodeRecursivelyMultiOrSequential() - Method in class org.apache.hadoop.hbase.zookeeper.TestZKMulti
 
testDeleteNonExistentColumn() - Method in class org.apache.hadoop.hbase.rest.TestDeleteRow
 
testDeleteNonMobTable() - Method in class org.apache.hadoop.hbase.regionserver.TestDeleteMobTable
 
testDeleteReservedNS() - Method in class org.apache.hadoop.hbase.client.TestAsyncNamespaceAdminApi
 
testDeleteReservedNS() - Method in class org.apache.hadoop.hbase.TestNamespace
 
testDeleteRow() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverForAddingMutationsFromCoprocessors
 
TestDeleteRow - Class in org.apache.hadoop.hbase.rest
 
TestDeleteRow() - Constructor for class org.apache.hadoop.hbase.rest.TestDeleteRow
 
testDeleteRow() - Method in class org.apache.hbase.archetypes.exemplars.client.TestHelloHBase
 
testDeleteRow() - Method in class org.apache.hbase.archetypes.exemplars.shaded_client.TestHelloHBase
 
TestDeleteRowCoprocessor() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestRegionObserverForAddingMutationsFromCoprocessors.TestDeleteRowCoprocessor
 
testDeleteRowWithBloomFilter() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
Testcase to cover bug-fix for HBASE-2823 Ensures correct delete when issuing delete row on columns with bloom filter set to row+col (BloomType.ROWCOL)
testDeleteRowWithFutureTs() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testDeletes() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testDeletesAfterNoInserts() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotas
 
testDeleteSameColumnFamilyTwice() - Method in class org.apache.hadoop.hbase.client.TestAsyncTableAdminApi2
 
testDeleteSnapshots() - Method in class org.apache.hadoop.hbase.client.TestAsyncSnapshotAdminApi
 
testDeleteSpecifiedVersionOfSpecifiedColumn() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testDeletesWithReverseScan() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testDeleteTable() - Method in class org.apache.hadoop.hbase.client.TestAsyncTableAdminApi
 
testDeleteTable() - Method in class org.apache.hadoop.hbase.namespace.TestNamespaceAuditor
 
testDeleteTableSnapshots() - Method in class org.apache.hadoop.hbase.client.TestSnapshotFromClient
 
testDeleteTableSnapshotsWithRegex() - Method in class org.apache.hadoop.hbase.client.TestSnapshotFromClient
 
TestDeleteTimeStamp - Class in org.apache.hadoop.hbase.client
 
TestDeleteTimeStamp() - Constructor for class org.apache.hadoop.hbase.client.TestDeleteTimeStamp
 
testDeleteTypes() - Method in class org.apache.hadoop.hbase.replication.TestReplicationSmallTests
Verify that version and column delete marker types are replicated correctly.
testDeleteVersionMaskingMultiplePuts() - Method in class org.apache.hadoop.hbase.regionserver.TestStoreScanner
 
testDeleteVersionSameTimestamp() - Method in class org.apache.hadoop.hbase.regionserver.TestStoreScanner
 
testDeleteVersionsMixedAndMultipleVersionReturn() - Method in class org.apache.hadoop.hbase.regionserver.TestStoreScanner
 
testDeleteWithDoNotRetryIOException() - Method in class org.apache.hadoop.hbase.client.TestTableOperationException
 
testDeleteWithFailed() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testDeleteWithIOException() - Method in class org.apache.hadoop.hbase.client.TestTableOperationException
 
testDeleteXML() - Method in class org.apache.hadoop.hbase.rest.TestDeleteRow
 
testDelimitedKeyPrefixRegionSplitPolicy() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionSplitPolicy
 
testDelta() - Method in class org.apache.hadoop.hbase.client.TestTableDescriptorUtils
 
TestDependentColumnFilter - Class in org.apache.hadoop.hbase.filter
 
TestDependentColumnFilter() - Constructor for class org.apache.hadoop.hbase.filter.TestDependentColumnFilter
 
testDependentColumnFilter() - Method in class org.apache.hadoop.hbase.filter.TestFilterSerialization
 
testDependentColumnFilter() - Method in class org.apache.hadoop.hbase.filter.TestParseFilter
 
testDeprecatedExtensionOfTableInputFormatBase() - Method in class org.apache.hadoop.hbase.mapred.TestTableInputFormat
 
testDeprecatedExtensionOfTableInputFormatBase() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormat
 
testDeregisterOnOutOfScope() - Method in class org.apache.hadoop.hbase.conf.TestConfigurationManager
Test if out-of-scope observers are deregistered on GC.
testDesc() - Method in class org.apache.hadoop.hbase.regionserver.TestCellFlatSet
 
testDescendingIterator() - Method in class org.apache.hadoop.hbase.regionserver.TestCellSkipListSet
 
testDescribeMatchesAfterClone() - Method in class org.apache.hadoop.hbase.client.TestSnapshotMetadata
Verify that the describe for a cloned table matches the describe from the original.
testDescribeMatchesAfterMetadataChangeAndRestore() - Method in class org.apache.hadoop.hbase.client.TestSnapshotMetadata
Verify that if metadata changed after a snapshot was taken, that the old metadata replaces the new metadata during a restore
testDescribeMatchesAfterRestore() - Method in class org.apache.hadoop.hbase.client.TestSnapshotMetadata
Verify that the describe for a restored table matches the describe for one the original.
testDescribeOnEmptyTableMatchesAfterMetadataChangeAndRestore() - Method in class org.apache.hadoop.hbase.client.TestSnapshotMetadata
Verify that when the table is empty, making metadata changes after the restore does not affect the restored table's original metadata
testDFSHedgedReadMetrics() - Method in class org.apache.hadoop.hbase.util.TestFSUtils
Ugly test that ensures we can get at the hedged read counters in dfsclient.
testDiffEndKey() - Method in class org.apache.hadoop.hbase.util.TestHBaseFsckComparator
 
testDifferentConfWithCryptoAES() - Method in class org.apache.hadoop.hbase.security.TestSecureIPC
Test various combinations of Server and Client configuration for Crypto AES.
testDiffStartKey() - Method in class org.apache.hadoop.hbase.util.TestHBaseFsckComparator
 
testDiffTable() - Method in class org.apache.hadoop.hbase.util.TestHBaseFsckComparator
 
testDir - Static variable in class org.apache.hadoop.hbase.HBaseTestCase
Deprecated.
 
testDirectoryAndWildcard() - Method in class org.apache.hadoop.hbase.util.TestCoprocessorClassLoader
 
testDisableAndEnableReplication() - Method in class org.apache.hadoop.hbase.client.replication.TestReplicationAdminWithClusters
 
testDisableAndEnableTable() - Method in class org.apache.hadoop.hbase.client.TestAdmin1
 
testDisableAndEnableTable() - Method in class org.apache.hadoop.hbase.client.TestAsyncTableAdminApi3
 
testDisableAndEnableTables() - Method in class org.apache.hadoop.hbase.client.TestAdmin1
 
testDisableAndEnableTables() - Method in class org.apache.hadoop.hbase.client.TestAsyncTableAdminApi3
 
testDisableAndMove() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionMove
 
testDisableCacheDataBlock() - Method in class org.apache.hadoop.hbase.io.hfile.TestCacheConfig
 
testDisableCatalogTable() - Method in class org.apache.hadoop.hbase.client.TestAdmin2
 
testDisableCatalogTable() - Method in class org.apache.hadoop.hbase.client.TestAsyncTableAdminApi2
 
testDisabled() - Method in class org.apache.hadoop.hbase.client.TestAsyncTable
 
testDisabled() - Method in class org.apache.hadoop.hbase.mapreduce.TestRegionSizeCalculator
When calculator is disabled, it should return 0 for each request.
testDisabledAuthorizationOfDefaultServlets() - Method in class org.apache.hadoop.hbase.http.TestHttpServer
Verify the access for /logs, /stacks, /conf, /logLevel and /metrics servlets, when authentication filters are set, but authorization is not enabled.
testDisabledTable() - Method in class org.apache.hadoop.hbase.replication.TestAddToSerialReplicationPeer
 
testDisabledTableMove() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
TestDisabledWAL - Class in org.apache.hadoop.hbase.wal
 
TestDisabledWAL() - Constructor for class org.apache.hadoop.hbase.wal.TestDisabledWAL
 
testDisabledWAL() - Method in class org.apache.hadoop.hbase.wal.TestDisabledWAL
 
testDisableEnable() - Method in class org.apache.hadoop.hbase.replication.TestReplicationSmallTests
Test disable/enable replication, trying to insert, make sure nothing's replicated, enable it, the insert should be replicated
testDisableInactivePeer() - Method in class org.apache.hadoop.hbase.replication.TestReplicationDisableInactivePeer
Test disabling an inactive peer.
testDisableReplicationForNonExistingTable() - Method in class org.apache.hadoop.hbase.client.replication.TestReplicationAdminWithClusters
 
testDisableReplicationForNonExistingTable() - Method in class org.apache.hadoop.hbase.client.TestAsyncReplicationAdminApiWithClusters
 
testDisableReplicationWhenTableNameAsNull() - Method in class org.apache.hadoop.hbase.client.replication.TestReplicationAdminWithClusters
 
testDisableReplicationWhenTableNameAsNull() - Method in class org.apache.hadoop.hbase.client.TestAsyncReplicationAdminApiWithClusters
 
testDisableTable() - Method in class org.apache.hadoop.hbase.client.TestAsyncNonMetaRegionLocator
 
testDisableTableReplication() - Method in class org.apache.hadoop.hbase.client.replication.TestReplicationAdminWithTwoDifferentZKClusters
 
TestDisableTableViolationPolicyEnforcement - Class in org.apache.hadoop.hbase.quotas.policies
TestDisableTableViolationPolicyEnforcement() - Constructor for class org.apache.hadoop.hbase.quotas.policies.TestDisableTableViolationPolicyEnforcement
 
testDisablingTable() - Method in class org.apache.hadoop.hbase.replication.TestAddToSerialReplicationPeer
 
testDisallowedJSONPCallback() - Method in class org.apache.hadoop.hbase.http.jmx.TestJMXJsonServlet
 
testDistributedScan() - Method in class org.apache.hadoop.hbase.spark.TestJavaHBaseContext
 
TestDLSAsyncFSWAL - Class in org.apache.hadoop.hbase.master
 
TestDLSAsyncFSWAL() - Constructor for class org.apache.hadoop.hbase.master.TestDLSAsyncFSWAL
 
TestDLSFSHLog - Class in org.apache.hadoop.hbase.master
 
TestDLSFSHLog() - Constructor for class org.apache.hadoop.hbase.master.TestDLSFSHLog
 
testDoNotAddDefaultObserver() - Method in class org.apache.hadoop.hbase.quotas.TestMasterQuotasObserverWithMocks
 
testDoNotRetryMetaTableAccessor() - Method in class org.apache.hadoop.hbase.client.TestClientNoCluster
 
testDoNotRetryOnScanNext() - Method in class org.apache.hadoop.hbase.client.TestClientNoCluster
 
testDontThrowUnknowScannerExceptionToClient() - Method in class org.apache.hadoop.hbase.TestPartialResultsFromClientSide
 
testDoubleLoadingAndPriorityValue() - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorHost
 
testDoubleScan() - Method in class org.apache.hadoop.hbase.coprocessor.TestRowProcessorEndpoint
 
TestDriver - Class in org.apache.hadoop.hbase.mapred
 
TestDriver() - Constructor for class org.apache.hadoop.hbase.mapred.TestDriver
 
testDriverMainMethod() - Method in class org.apache.hadoop.hbase.mapred.TestDriver
 
TestDropTimeoutRequest - Class in org.apache.hadoop.hbase.client
Test a drop timeout request.
TestDropTimeoutRequest() - Constructor for class org.apache.hadoop.hbase.client.TestDropTimeoutRequest
 
testDropTimeoutRequest() - Method in class org.apache.hadoop.hbase.client.TestDropTimeoutRequest
 
TestDropTimeoutRequest.SleepLongerAtFirstCoprocessor - Class in org.apache.hadoop.hbase.client
Coprocessor that sleeps a while the first time you do a Get
testDryModeWithBulkModeAndTableDoesNotExistsCreateTableSetToYes() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTsv
 
testDryModeWithBulkOutputAndTableDoesNotExistsCreateTableSetToNo() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTsv
If table is not present in bulk mode and create.table is not set to yes, import should fail with TableNotFoundException.
testDryModeWithBulkOutputAndTableExists() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTsv
 
testDryModeWithoutBulkOutputAndTableDoesNotExists() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTsv
If table is not present in non-bulk mode, dry run should fail just like normal mode.
testDryModeWithoutBulkOutputAndTableExists() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTsv
 
testDuplicateAppend() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
Test append result when there are duplicate rpc request.
testDuplicateHFileResolution() - Method in class org.apache.hadoop.hbase.master.TestCatalogJanitor
Test that if a store file with the same name is present as those already backed up cause the already archived files to be timestamped backup
testDuplicateIncrement() - Method in class org.apache.hadoop.hbase.client.TestIncrementsFromClientSide
Test increment result when there are duplicate rpc request.
testDuplicateVersions() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testDuplicateVersions() - Method in class org.apache.hadoop.hbase.regionserver.TestColumnSeeking
 
testDurability() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedImportExport2
 
testDurability() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportExport
 
testDurability() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
TestDurability - Class in org.apache.hadoop.hbase.regionserver.wal
Tests for WAL write durability
TestDurability() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.TestDurability
 
testDurability() - Method in class org.apache.hadoop.hbase.regionserver.wal.TestDurability
 
TestDynamicClassLoader - Class in org.apache.hadoop.hbase.util
Test TestDynamicClassLoader
TestDynamicClassLoader() - Constructor for class org.apache.hadoop.hbase.util.TestDynamicClassLoader
 
testDynamicCoprocessorTableEndpoint() - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorTableEndpoint
 
testDynamicFilter() - Method in class org.apache.hadoop.hbase.client.TestGet
 
testDynamicLogLevel() - Method in class org.apache.hadoop.hbase.http.log.TestLogLevel
 
testEcho() - Method in class org.apache.hadoop.hbase.http.TestHttpServer
 
testEcho() - Method in class org.apache.hadoop.hbase.http.TestSSLHttpServer
 
testEchoMap() - Method in class org.apache.hadoop.hbase.http.TestHttpServer
Test the echo map servlet that uses getParameterMap.
testEditAdd() - Method in class org.apache.hadoop.hbase.wal.TestWALFactory
Tests that we can write out an edit, close, and then read it back in again.
testEditsBehindDroppedTableTiming() - Method in class org.apache.hadoop.hbase.replication.TestReplicationDroppedTables
 
testEditsDroppedWithDroppedTable() - Method in class org.apache.hadoop.hbase.replication.TestReplicationDroppedTables
 
testEditsDroppedWithDroppedTableNS() - Method in class org.apache.hadoop.hbase.replication.TestReplicationDroppedTables
 
testEditsStuckBehindDroppedTable() - Method in class org.apache.hadoop.hbase.replication.TestReplicationDroppedTables
 
testEmpty() - Method in class org.apache.hadoop.hbase.master.TestClusterStatusPublisher
 
testEmpty() - Method in class org.apache.hadoop.hbase.util.TestConcatenatedLists
 
testEmpty() - Method in class org.apache.hadoop.hbase.util.TestSimpleMutableByteRange
 
testEmptyDelimiter() - Method in class org.apache.hadoop.hbase.types.TestTerminatedWrapper
 
testEmptyExportFileSystemState() - Method in class org.apache.hadoop.hbase.snapshot.TestExportSnapshot
 
testEmptyFilterList() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testEmptyFilterListTransformCell() - Method in class org.apache.hadoop.hbase.filter.TestFilterList
 
testEmptyHFile() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFile
Test empty HFile.
testEmptyKeyValues() - Method in class org.apache.hadoop.hbase.io.encoding.TestDataBlockEncoders
Test data block encoding of empty KeyValue.
testEmptyLogDir() - Method in class org.apache.hadoop.hbase.master.TestSplitLogManager
 
testEmptyLogFiles() - Method in class org.apache.hadoop.hbase.wal.TestWALSplit
 
testEmptyMetaDaughterLocationDuringSplit() - Method in class org.apache.hadoop.hbase.TestMetaTableAccessor
 
testEmptyNamespaceName() - Method in class org.apache.hadoop.hbase.TestTableName
 
testEmptyOpenLogFiles() - Method in class org.apache.hadoop.hbase.wal.TestWALSplit
 
testEmptyResultIsReadonly() - Method in class org.apache.hadoop.hbase.client.TestResult
Verifies that one can't modify instance of EMPTY_RESULT.
testEmptyResultsForStripes() - Method in class org.apache.hadoop.hbase.regionserver.TestStripeStoreFileManager
 
testEmptyReturnType() - Method in class org.apache.hadoop.hbase.regionserver.TestServerCustomProtocol
 
testEmptyStoreFile() - Method in class org.apache.hadoop.hbase.regionserver.TestHStore
Test for hbase-1686.
testEmptyStoreFileRestrictKeyRanges() - Method in class org.apache.hadoop.hbase.regionserver.TestHStoreFile
 
testEmptyTableName() - Method in class org.apache.hadoop.hbase.TestTableName
 
testEmptyValue() - Method in class org.apache.hadoop.hbase.filter.TestNullComparator
 
testEmptyWALEditAreNotSeen() - Method in class org.apache.hadoop.hbase.coprocessor.TestWALObserver
Coprocessors shouldn't get notice of empty waledits.
testEmptyWALRecovery() - Method in class org.apache.hadoop.hbase.replication.TestReplicationEmptyWALRecovery
 
testEnableAndDisableTableReplication() - Method in class org.apache.hadoop.hbase.client.TestAsyncReplicationAdminApiWithClusters
 
testEnableDisable() - Method in class org.apache.hadoop.hbase.client.replication.TestReplicationAdmin
basic checks that when we add a peer that it is enabled, and that we can disable
testEnableDisableAddColumnDeleteColumn() - Method in class org.apache.hadoop.hbase.client.TestAdmin1
 
testEnableDisablePeer() - Method in class org.apache.hadoop.hbase.client.TestAsyncReplicationAdminApi
 
testEnableReplicationForExplicitSetTableCfs() - Method in class org.apache.hadoop.hbase.client.replication.TestReplicationAdminWithClusters
 
testEnableReplicationForExplicitSetTableCfs() - Method in class org.apache.hadoop.hbase.client.TestAsyncReplicationAdminApiWithClusters
 
testEnableReplicationForNonExistingTable() - Method in class org.apache.hadoop.hbase.client.replication.TestReplicationAdminWithClusters
 
testEnableReplicationForNonExistingTable() - Method in class org.apache.hadoop.hbase.client.TestAsyncReplicationAdminApiWithClusters
 
testEnableReplicationWhenReplicationNotEnabled() - Method in class org.apache.hadoop.hbase.client.replication.TestReplicationAdminWithClusters
 
testEnableReplicationWhenSlaveClusterDoesntHaveTable() - Method in class org.apache.hadoop.hbase.client.replication.TestReplicationAdminWithClusters
 
testEnableReplicationWhenSlaveClusterDoesntHaveTable() - Method in class org.apache.hadoop.hbase.client.TestAsyncReplicationAdminApiWithClusters
 
testEnableReplicationWhenTableDescriptorIsNotSameInClusters() - Method in class org.apache.hadoop.hbase.client.replication.TestReplicationAdminWithClusters
 
testEnableReplicationWhenTableDescriptorIsNotSameInClusters() - Method in class org.apache.hadoop.hbase.client.TestAsyncReplicationAdminApiWithClusters
 
testEnableReplicationWhenTableNameAsNull() - Method in class org.apache.hadoop.hbase.client.replication.TestReplicationAdminWithClusters
 
testEnableReplicationWhenTableNameAsNull() - Method in class org.apache.hadoop.hbase.client.TestAsyncReplicationAdminApiWithClusters
 
TestEnableRSGroup - Class in org.apache.hadoop.hbase.rsgroup
Test enable RSGroup
TestEnableRSGroup() - Constructor for class org.apache.hadoop.hbase.rsgroup.TestEnableRSGroup
 
testEnableRSGroup() - Method in class org.apache.hadoop.hbase.rsgroup.TestEnableRSGroup
 
TestEnableTable - Class in org.apache.hadoop.hbase.client
 
TestEnableTable() - Constructor for class org.apache.hadoop.hbase.client.TestEnableTable
 
TestEnableTable.MasterSyncObserver - Class in org.apache.hadoop.hbase.client
 
testEnableTableReplication() - Method in class org.apache.hadoop.hbase.client.replication.TestReplicationAdminWithTwoDifferentZKClusters
 
testEnableTableRetainAssignment() - Method in class org.apache.hadoop.hbase.client.TestAdmin1
Test retain assignment on enableTable.
testEnableTableRetainAssignment() - Method in class org.apache.hadoop.hbase.client.TestAsyncTableAdminApi3
 
testEnableTableWithNoRegionServers() - Method in class org.apache.hadoop.hbase.client.TestEnableTable
 
testEnablingTable() - Method in class org.apache.hadoop.hbase.replication.TestAddToSerialReplicationPeer
 
testEncodeDecode() - Method in class org.apache.hadoop.hbase.types.TestUnion2
 
testEncodeDecodeKVsWithTags() - Method in class org.apache.hadoop.hbase.regionserver.wal.TestWALCellCodecWithCompression
 
testEncodeDecodeKVsWithTagsWithTagsCompression() - Method in class org.apache.hadoop.hbase.regionserver.wal.TestWALCellCodecWithCompression
 
testEncodeDecodeOffKVsWithTagsWithTagsCompression() - Method in class org.apache.hadoop.hbase.regionserver.wal.TestWALCellCodecWithCompression
 
testEncodedLength() - Method in class org.apache.hadoop.hbase.types.TestOrderedBlob
 
testEncodedLength() - Method in class org.apache.hadoop.hbase.types.TestOrderedBlobVar
 
testEncodedLength() - Method in class org.apache.hadoop.hbase.types.TestOrderedString
 
testEncodedSeeker() - Method in class org.apache.hadoop.hbase.io.encoding.TestEncodedSeekers
 
TestEncodedSeekers - Class in org.apache.hadoop.hbase.io.encoding
Tests encoded seekers by loading and reading values.
TestEncodedSeekers(DataBlockEncoding, boolean, boolean) - Constructor for class org.apache.hadoop.hbase.io.encoding.TestEncodedSeekers
 
testEncodedValueCheck() - Method in class org.apache.hadoop.hbase.util.TestOrderedBytes
Test encoded value check
testEncodedValueContainsTerm() - Method in class org.apache.hadoop.hbase.types.TestTerminatedWrapper
 
testEncoding() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFileDataBlockEncoder
Test encoding.
testEncodingWithCache() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFileDataBlockEncoder
Test putting and taking out blocks into cache with different encoding options.
testEncodingWithOffheapKeyValue() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFileDataBlockEncoder
Test encoding with offheap keyvalue.
TestEncryption - Class in org.apache.hadoop.hbase.io.crypto
 
TestEncryption() - Constructor for class org.apache.hadoop.hbase.io.crypto.TestEncryption
 
TestEncryptionKeyRotation - Class in org.apache.hadoop.hbase.regionserver
 
TestEncryptionKeyRotation() - Constructor for class org.apache.hadoop.hbase.regionserver.TestEncryptionKeyRotation
 
TestEncryptionRandomKeying - Class in org.apache.hadoop.hbase.regionserver
 
TestEncryptionRandomKeying() - Constructor for class org.apache.hadoop.hbase.regionserver.TestEncryptionRandomKeying
 
TestEncryptionTest - Class in org.apache.hadoop.hbase.util
 
TestEncryptionTest() - Constructor for class org.apache.hadoop.hbase.util.TestEncryptionTest
 
TestEncryptionTest.FailingCipherProvider - Class in org.apache.hadoop.hbase.util
 
TestEncryptionTest.FailingKeyProvider - Class in org.apache.hadoop.hbase.util
 
TestEncryptionUtil - Class in org.apache.hadoop.hbase.security
 
TestEncryptionUtil() - Constructor for class org.apache.hadoop.hbase.security.TestEncryptionUtil
 
testEndpoint() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionServerCoprocessorEndpoint
 
testEndpointExceptions() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionServerCoprocessorEndpoint
 
testEndToEnd() - Method in class org.apache.hadoop.hbase.filter.TestFuzzyRowFilterEndToEnd
 
TestEndToEndSplitTransaction - Class in org.apache.hadoop.hbase.regionserver
 
TestEndToEndSplitTransaction() - Constructor for class org.apache.hadoop.hbase.regionserver.TestEndToEndSplitTransaction
 
testEnsureSpaceForKey() - Method in class org.apache.hadoop.hbase.io.encoding.TestBufferedDataBlockEncoder
 
testEntityLock() - Method in class org.apache.hadoop.hbase.client.locking.TestEntityLocks
Test basic lock function - requestLock, await, unlock.
TestEntityLocks - Class in org.apache.hadoop.hbase.client.locking
 
TestEntityLocks() - Constructor for class org.apache.hadoop.hbase.client.locking.TestEntityLocks
 
testEntityLockTimeout() - Method in class org.apache.hadoop.hbase.client.locking.TestEntityLocks
Test that abort is called when lock times out.
testEntrySink() - Method in class org.apache.hadoop.hbase.wal.TestWALMethods
 
TestEnvironmentEdgeManager - Class in org.apache.hadoop.hbase.util
 
TestEnvironmentEdgeManager() - Constructor for class org.apache.hadoop.hbase.util.TestEnvironmentEdgeManager
 
testEOFisIgnored() - Method in class org.apache.hadoop.hbase.wal.TestWALSplit
 
testEqual() - Method in class org.apache.hadoop.hbase.TestSize
 
testEquality() - Method in class org.apache.hadoop.hbase.io.hfile.TestLruCachedBlock
 
testEquals() - Method in class org.apache.hadoop.hbase.io.TestFileLink
 
testEquals() - Method in class org.apache.hadoop.hbase.master.TestRegionPlan
 
testEquals() - Method in class org.apache.hadoop.hbase.mob.TestMobFileName
 
testEquals() - Method in class org.apache.hadoop.hbase.util.TestByteBufferUtils
 
testEquals() - Method in class org.apache.hadoop.hbase.util.TestHBaseFsckComparator
 
testEqualsAndHashCode() - Method in class org.apache.hadoop.hbase.TestKeyValue
 
testEqualsInstance() - Method in class org.apache.hadoop.hbase.util.TestHBaseFsckComparator
 
testEqualsValue() - Method in class org.apache.hadoop.hbase.filter.TestBigDecimalComparator
 
testEqualsWithLink() - Method in class org.apache.hadoop.hbase.regionserver.TestStoreFileInfo
 
testEqualsWithNulls() - Method in class org.apache.hadoop.hbase.master.TestRegionPlan
 
testEquivalenceOfScanResults() - Method in class org.apache.hadoop.hbase.TestPartialResultsFromClientSide
Ensure that the results returned from a scanner that retrieves all results in a single RPC call matches the results that are returned from a scanner that must incrementally combine partial results into complete results.
testEquivalenceOfScanResults(Table, Scan, Scan) - Method in class org.apache.hadoop.hbase.TestPartialResultsFromClientSide
 
testErrorAfterUpdate() - Method in class org.apache.hadoop.hbase.replication.TestReplicationProcedureRetry
 
testErrorBackoffTimeCalculation() - Method in class org.apache.hadoop.hbase.client.TestConnectionImplementation
 
testErrorBeforeUpdate() - Method in class org.apache.hadoop.hbase.replication.TestReplicationProcedureRetry
 
testErrorPropagation() - Method in class org.apache.hadoop.hbase.errorhandling.TestForeignExceptionDispatcher
Tests that a dispatcher only dispatches only the first exception, and does not propagate subsequent exceptions.
testErrors() - Method in class org.apache.hadoop.hbase.client.TestAsyncProcess
 
testErrorsServers() - Method in class org.apache.hadoop.hbase.client.TestAsyncProcess
 
testEscape() - Method in class org.apache.hadoop.hbase.util.TestJRubyFormat
 
testExceedTableQuotaInNamespace() - Method in class org.apache.hadoop.hbase.namespace.TestNamespaceAuditor
 
testException() - Method in class org.apache.hadoop.hbase.shaded.protobuf.TestProtobufUtil
 
testExceptionCaching() - Method in class org.apache.hadoop.hbase.util.TestCompressionTest
 
testExceptionDuringInitialization() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionServerCoprocessorExceptionWithAbort
 
testExceptionFromCoprocessorDuringPut() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionServerCoprocessorExceptionWithAbort
 
testExceptionFromCoprocessorDuringPut() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionServerCoprocessorExceptionWithRemove
 
testExceptionFromCoprocessorWhenCreatingTable() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterCoprocessorExceptionWithAbort
 
testExceptionFromCoprocessorWhenCreatingTable() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterCoprocessorExceptionWithRemove
 
testExceptionOnPolicyEnforcementDisable() - Method in class org.apache.hadoop.hbase.quotas.TestRegionServerSpaceQuotaManager
 
testExceptionOnPolicyEnforcementEnable() - Method in class org.apache.hadoop.hbase.quotas.TestRegionServerSpaceQuotaManager
 
testExceptionsFromReplicasArePropagated() - Method in class org.apache.hadoop.hbase.client.TestClientScanner
Tests the case where all replicas of a region throw an exception.
testExceptionThrownOnMismatchedPartialResults() - Method in class org.apache.hadoop.hbase.TestPartialResultsFromClientSide
When reconstructing the complete result from its partials we ensure that the row of each partial result is the same.
testExclude() - Method in class org.apache.hadoop.hbase.util.TestRegionMover
To test that we successfully exclude a server from the unloading process We test for the number of regions on Excluded server and also test that regions are unloaded successfully
testExcludeAllFromMinorCompaction() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedHFileOutputFormat2
This test is to test the scenario happened in HBASE-6901.
testExcludeAllFromMinorCompaction() - Method in class org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat2
This test is to test the scenario happened in HBASE-6901.
testExcludeMinorCompaction() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedHFileOutputFormat2
 
testExcludeMinorCompaction() - Method in class org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat2
 
testExecProcedure() - Method in class org.apache.hadoop.hbase.client.TestAsyncProcedureAdminApi
 
testExecProcedureWithRet() - Method in class org.apache.hadoop.hbase.client.TestAsyncProcedureAdminApi
 
testExecutionOnSample() - Method in class org.apache.hadoop.hbase.io.encoding.TestDataBlockEncoders
Test whether compression -> decompression gives the consistent results on pseudorandom sample.
testExistingCluster() - Method in class org.apache.hadoop.hbase.master.TestMasterRepairMode
 
testExistingManifest() - Method in class org.apache.hadoop.hbase.mapreduce.TestJarFinder
 
testExpandedClasspath() - Method in class org.apache.hadoop.hbase.mapreduce.TestJarFinder
 
testExpectedNumberOfCellsPerPartialResult() - Method in class org.apache.hadoop.hbase.TestPartialResultsFromClientSide
Setting the max result size allows us to control how many cells we expect to see on each call to next on the scanner.
testExpectedNumberOfCellsPerPartialResult(Scan) - Method in class org.apache.hadoop.hbase.TestPartialResultsFromClientSide
 
testExpectedNumberOfCellsPerPartialResult(Scan, int) - Method in class org.apache.hadoop.hbase.TestPartialResultsFromClientSide
 
testExpectedValuesOfPartialResults() - Method in class org.apache.hadoop.hbase.TestPartialResultsFromClientSide
Ensure that the expected key values appear in a result returned from a scanner that is combining partial results into complete results
testExpectedValuesOfPartialResults(boolean) - Method in class org.apache.hadoop.hbase.TestPartialResultsFromClientSide
 
testExpiredDeleteFamily() - Method in class org.apache.hadoop.hbase.regionserver.TestStoreScanner
Ensure that expired delete family markers don't override valid puts
TestExpiredMobFileCleaner - Class in org.apache.hadoop.hbase.mob
 
TestExpiredMobFileCleaner() - Constructor for class org.apache.hadoop.hbase.mob.TestExpiredMobFileCleaner
 
testExpireMetaRegionServer() - Method in class org.apache.hadoop.hbase.master.TestMetaShutdownHandler
This test will test the expire handling of a meta-carrying region server.
testExplicitColum() - Method in class org.apache.hadoop.hbase.regionserver.TestNewVersionBehaviorFromClientSide
 
TestExplicitColumnTracker - Class in org.apache.hadoop.hbase.regionserver.querymatcher
 
TestExplicitColumnTracker() - Constructor for class org.apache.hadoop.hbase.regionserver.querymatcher.TestExplicitColumnTracker
 
testExportFailure() - Method in class org.apache.hadoop.hbase.snapshot.TestExportSnapshot
Check that ExportSnapshot will fail if we inject failure more times than MR will retry.
testExportFileSystemState() - Method in class org.apache.hadoop.hbase.snapshot.TestExportSnapshot
Verify if exported snapshot and copied files matches the original one.
testExportFileSystemState(TableName, byte[], byte[], int, Path, boolean) - Method in class org.apache.hadoop.hbase.snapshot.TestExportSnapshot
 
testExportFileSystemState(Configuration, TableName, byte[], byte[], int, Path, Path, boolean, TestExportSnapshot.RegionPredicate, boolean) - Static method in class org.apache.hadoop.hbase.snapshot.TestExportSnapshot
Creates destination directory, runs ExportSnapshot() tool, and runs some verifications.
testExportFileSystemStateWithSkipTmp() - Method in class org.apache.hadoop.hbase.snapshot.TestExportSnapshot
 
testExportMain() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedImportExport2
test main method.
testExportMain() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportExport
test main method.
testExportRetry() - Method in class org.apache.hadoop.hbase.snapshot.TestExportSnapshot
Check that ExportSnapshot will succeed if something fails but the retry succeed.
testExportScan() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedImportExport2
 
testExportScan() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportExport
 
testExportScannerBatching() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedImportExport2
Test export scanner batching
testExportScannerBatching() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportExport
Test export scanner batching
TestExportSnapshot - Class in org.apache.hadoop.hbase.snapshot
Test Export Snapshot Tool
TestExportSnapshot() - Constructor for class org.apache.hadoop.hbase.snapshot.TestExportSnapshot
 
TestExportSnapshot.RegionPredicate - Interface in org.apache.hadoop.hbase.snapshot
 
TestExportSnapshotHelpers - Class in org.apache.hadoop.hbase.snapshot
Test Export Snapshot Tool helpers
TestExportSnapshotHelpers() - Constructor for class org.apache.hadoop.hbase.snapshot.TestExportSnapshotHelpers
 
TestExportSnapshotNoCluster - Class in org.apache.hadoop.hbase.snapshot
Test Export Snapshot Tool
TestExportSnapshotNoCluster() - Constructor for class org.apache.hadoop.hbase.snapshot.TestExportSnapshotNoCluster
 
testExportWithTargetName() - Method in class org.apache.hadoop.hbase.snapshot.TestExportSnapshot
 
testExtendedCellBuilderWithDeepCopy() - Method in class org.apache.hadoop.hbase.TestCellBuilder
 
testExtendedCellBuilderWithShallowCopy() - Method in class org.apache.hadoop.hbase.TestCellBuilder
 
testExtensionOfTableInputFormatBase() - Method in class org.apache.hadoop.hbase.mapred.TestTableInputFormat
Verify the example we present in javadocs on TableInputFormatBase
testExtensionOfTableInputFormatBase() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormat
Verify the example we present in javadocs on TableInputFormatBase
testExtreme() - Method in class org.apache.hadoop.hbase.regionserver.TestSimpleTimeRangeTracker
 
testExtremeLimiters() - Method in class org.apache.hadoop.hbase.quotas.TestRateLimiter
 
testFactory() - Method in class org.apache.hadoop.hbase.ipc.TestRpcMetrics
 
testFail() - Method in class org.apache.hadoop.hbase.client.TestAsyncProcess
 
testFailAndSuccess() - Method in class org.apache.hadoop.hbase.client.TestAsyncProcess
 
TestFailedAppendAndSync - Class in org.apache.hadoop.hbase.regionserver
Testing sync/append failures.
TestFailedAppendAndSync() - Constructor for class org.apache.hadoop.hbase.regionserver.TestFailedAppendAndSync
 
testFailedPut() - Method in class org.apache.hadoop.hbase.client.TestAsyncProcessWithRegionException
 
testFailedPutAndNewPut() - Method in class org.apache.hadoop.hbase.client.TestAsyncProcess
 
testFailedPutWithoutActionException() - Method in class org.apache.hadoop.hbase.client.TestAsyncProcessWithRegionException
 
testFailedServer() - Method in class org.apache.hadoop.hbase.ipc.TestHBaseClient
 
TestFailedServersLog - Class in org.apache.hadoop.hbase.ipc
 
TestFailedServersLog() - Constructor for class org.apache.hadoop.hbase.ipc.TestFailedServersLog
 
testFailedToCreateWALIfParentRenamed() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestFSWAL
 
testFailingCreateTable() - Method in class org.apache.hadoop.hbase.rest.client.TestRemoteAdminRetries
 
testFailingDeleteTable() - Method in class org.apache.hadoop.hbase.rest.client.TestRemoteAdminRetries
 
testFailingGetClusterStatus() - Method in class org.apache.hadoop.hbase.rest.client.TestRemoteAdminRetries
 
testFailingGetClusterVersion() - Method in class org.apache.hadoop.hbase.rest.client.TestRemoteAdminRetries
 
testFailingGetRestVersion() - Method in class org.apache.hadoop.hbase.rest.client.TestRemoteAdminRetries
 
testFailingGetTableAvailable() - Method in class org.apache.hadoop.hbase.rest.client.TestRemoteAdminRetries
 
testFailingGetTableList() - Method in class org.apache.hadoop.hbase.rest.client.TestRemoteAdminRetries
 
testFailOnExternalEntities() - Method in class org.apache.hadoop.hbase.rest.client.TestXmlParsing
 
testFailover() - Method in class org.apache.hadoop.hbase.master.TestMasterNoCluster
Test master failover.
testFailRemoveGroup() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
testFailure(Failure) - Method in class org.apache.hadoop.hbase.TimedOutTestsListener
 
testFailureOnUnrecognizedOption() - Method in class org.apache.hadoop.hbase.util.AbstractHBaseToolTest
 
testFallbackToDefaultRpcControllerFactory() - Method in class org.apache.hadoop.hbase.client.TestRpcControllerFactory
 
testFamilyFilter() - Method in class org.apache.hadoop.hbase.filter.TestFilter
 
testFamilyFilter() - Method in class org.apache.hadoop.hbase.filter.TestFilterSerialization
 
testFamilyFilter() - Method in class org.apache.hadoop.hbase.filter.TestParseFilter
 
testFamilyVersionDelete() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.TestNewVersionBehaviorTracker
 
testFamilyVersionsDelete() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.TestNewVersionBehaviorTracker
 
testFamilyWithAndWithoutColon() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
TestFanOutOneBlockAsyncDFSOutput - Class in org.apache.hadoop.hbase.io.asyncfs
 
TestFanOutOneBlockAsyncDFSOutput() - Constructor for class org.apache.hadoop.hbase.io.asyncfs.TestFanOutOneBlockAsyncDFSOutput
 
TestFastFail - Class in org.apache.hadoop.hbase.client
 
TestFastFail() - Constructor for class org.apache.hadoop.hbase.client.TestFastFail
 
testFastFail() - Method in class org.apache.hadoop.hbase.client.TestFastFail
 
TestFastFail.CallQueueTooBigPffeInterceptor - Class in org.apache.hadoop.hbase.client
 
TestFastFail.MyPreemptiveFastFailInterceptor - Class in org.apache.hadoop.hbase.client
 
testFaultyScanner() - Method in class org.apache.hadoop.hbase.regionserver.TestScannerRetriableFailure
 
TestFavoredNodeAssignmentHelper - Class in org.apache.hadoop.hbase.favored
 
TestFavoredNodeAssignmentHelper() - Constructor for class org.apache.hadoop.hbase.favored.TestFavoredNodeAssignmentHelper
 
testFavoredNodes() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionFavoredNodes
 
testFavoredNodesPresentForRandomAssignment() - Method in class org.apache.hadoop.hbase.master.TestRegionPlacement2
 
testFavoredNodesPresentForRoundRobinAssignment() - Method in class org.apache.hadoop.hbase.master.TestRegionPlacement2
 
testFencingAroundCompaction() - Method in class org.apache.hadoop.hbase.TestIOFencing
Test that puts up a regionserver, starts a compaction on a loaded region but holds the compaction until after we have killed the server and the region has come up on a new regionserver altogether.
testFencingAroundCompactionAfterWALSync() - Method in class org.apache.hadoop.hbase.TestIOFencing
Test that puts up a regionserver, starts a compaction on a loaded region but holds the compaction completion until after we have killed the server and the region has come up on a new regionserver altogether.
testFetchSpaceQuota() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaObserverChoreWithMiniCluster
 
testFifo() - Method in class org.apache.hadoop.hbase.regionserver.TestRpcSchedulerFactory
 
TestFifoRpcScheduler - Class in org.apache.hadoop.hbase.ipc
 
TestFifoRpcScheduler() - Constructor for class org.apache.hadoop.hbase.ipc.TestFifoRpcScheduler
 
testFifoSamePriority() - Method in class org.apache.hadoop.hbase.util.TestBoundedPriorityBlockingQueue
 
testFileBucketCacheConfig() - Method in class org.apache.hadoop.hbase.io.hfile.TestCacheConfig
 
testFileIsNotAFile() - Method in class org.apache.hadoop.hbase.quotas.policies.TestBulkLoadCheckingViolationPolicyEnforcement
 
TestFileLink - Class in org.apache.hadoop.hbase.io
Test that FileLink switches between alternate locations when the current location moves or gets deleted.
TestFileLink() - Constructor for class org.apache.hadoop.hbase.io.TestFileLink
 
TestFileNameFilter() - Constructor for class org.apache.hadoop.hbase.ClassTestFinder.TestFileNameFilter
 
testFilesUnderLimit() - Method in class org.apache.hadoop.hbase.quotas.policies.TestBulkLoadCheckingViolationPolicyEnforcement
 
TestFileSystemUtilizationChore - Class in org.apache.hadoop.hbase.quotas
TestFileSystemUtilizationChore() - Constructor for class org.apache.hadoop.hbase.quotas.TestFileSystemUtilizationChore
 
TestFilter - Class in org.apache.hadoop.hbase.filter
Test filters at the HRegion doorstep.
TestFilter() - Constructor for class org.apache.hadoop.hbase.filter.TestFilter
 
testFilter() - Method in class org.apache.hadoop.hbase.http.lib.TestStaticUserWebFilter
 
testFilter() - Method in class org.apache.hadoop.hbase.rest.TestResourceFilter
 
TestFilter.SlowScanFilter - Class in org.apache.hadoop.hbase.filter
Filter which makes sleeps for a second between each row of a scan.
testFilterAcrossMultipleRegions() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
Test filters when multiple regions.
testFilterAllRecords() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testFilterCell() - Method in class org.apache.hadoop.hbase.filter.TestFilterList
Test filterCell logic.
testFilterCell() - Method in class org.apache.hadoop.hbase.filter.TestSingleColumnValueExcludeFilter
Test the overridden functionality of filterCell(Cell)
testFilterCellNextCol() - Method in class org.apache.hadoop.hbase.regionserver.TestSwitchToStreamRead
 
testFilterCellNextRow() - Method in class org.apache.hadoop.hbase.regionserver.TestSwitchToStreamRead
 
testFilterDropping() - Method in class org.apache.hadoop.hbase.filter.TestDependentColumnFilter
Test that the filter correctly drops rows without a corresponding timestamp
testFilteredStatusDoesNotThrowOnNotFound() - Method in class org.apache.hadoop.hbase.util.TestFSUtils
 
TestFilterFromRegionSide - Class in org.apache.hadoop.hbase.filter
To test behavior of filters at server from region side.
TestFilterFromRegionSide() - Constructor for class org.apache.hadoop.hbase.filter.TestFilterFromRegionSide
 
TestFilterFromRegionSide.FirstSeveralCellsFilter - Class in org.apache.hadoop.hbase.filter
 
testFilteringMissingTables() - Method in class org.apache.hadoop.hbase.quotas.TestTablesWithQuotas
 
testFilterInvocation() - Method in class org.apache.hadoop.hbase.filter.TestInvocationRecordFilter
 
testFilterList() - Method in class org.apache.hadoop.hbase.filter.TestFilter
 
TestFilterList - Class in org.apache.hadoop.hbase.filter
 
TestFilterList() - Constructor for class org.apache.hadoop.hbase.filter.TestFilterList
 
testFilterList() - Method in class org.apache.hadoop.hbase.filter.TestFilterSerialization
 
testFilterList() - Method in class org.apache.hadoop.hbase.filter.TestFuzzyRowFilterEndToEnd
 
testFilterList() - Method in class org.apache.hadoop.hbase.rest.TestScannersWithFilters
 
TestFilterList.AlwaysNextColFilter - Class in org.apache.hadoop.hbase.filter
 
TestFilterListOnMini - Class in org.apache.hadoop.hbase.filter
Tests filter Lists in ways that rely on a MiniCluster.
TestFilterListOnMini() - Constructor for class org.apache.hadoop.hbase.filter.TestFilterListOnMini
 
TestFilterListOrOperatorWithBlkCnt - Class in org.apache.hadoop.hbase.filter
 
TestFilterListOrOperatorWithBlkCnt() - Constructor for class org.apache.hadoop.hbase.filter.TestFilterListOrOperatorWithBlkCnt
 
testFilterListTwoFiltersMustPassOne() - Method in class org.apache.hadoop.hbase.filter.TestFilterList
When we do a "MUST_PASS_ONE" (a logical 'OR') of the above two filters we expect to get the same result as the 'prefix' only result.
testFilterListWithInclusiveStopFilterMustPassOne() - Method in class org.apache.hadoop.hbase.filter.TestFilterList
When we do a "MUST_PASS_ONE" (a logical 'OR') of the two filters we expect to get the same result as the inclusive stop result.
testFilterListWithORWhenPassingCellMismatchPreviousRC() - Method in class org.apache.hadoop.hbase.filter.TestFilterList
 
testFilterListWithPrefixFilter() - Method in class org.apache.hadoop.hbase.filter.TestFilter
 
testFilterListWithSingleColumnValueFilter() - Method in class org.apache.hadoop.hbase.filter.TestFilter
 
testFilterRegions() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaObserverChoreWithMiniCluster
 
testFilterRegionsByNamespace() - Method in class org.apache.hadoop.hbase.quotas.TestNamespaceQuotaViolationStore
 
testFilterRegionsByTable() - Method in class org.apache.hadoop.hbase.quotas.TestTableQuotaViolationStore
 
testFilterRow() - Method in class org.apache.hadoop.hbase.regionserver.TestSwitchToStreamRead
 
testFilterRowKey() - Method in class org.apache.hadoop.hbase.regionserver.TestSwitchToStreamRead
 
testFilters() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testFilters() - Method in class org.apache.hadoop.hbase.regionserver.TestMinVersions
Verify that basic filters still behave correctly with minimum versions enabled.
testFilters() - Method in class org.apache.hadoop.hbase.regionserver.TestScanner
 
TestFilterSerialization - Class in org.apache.hadoop.hbase.filter
 
TestFilterSerialization() - Constructor for class org.apache.hadoop.hbase.filter.TestFilterSerialization
 
testFiltersWithOR() - Method in class org.apache.hadoop.hbase.filter.TestFilterListOnMini
 
testFiltersWithReverseScan() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testFilterWithLongCompartor() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
TestFilterWithScanLimits - Class in org.apache.hadoop.hbase.filter
Test if Filter is incompatible with scan-limits
TestFilterWithScanLimits() - Constructor for class org.apache.hadoop.hbase.filter.TestFilterWithScanLimits
 
testFilterWrapper() - Method in class org.apache.hadoop.hbase.filter.TestFilterSerialization
 
TestFilterWrapper - Class in org.apache.hadoop.hbase.filter
Test if the FilterWrapper retains the same semantics defined in the Filter
TestFilterWrapper() - Constructor for class org.apache.hadoop.hbase.filter.TestFilterWrapper
 
testFilterWrapper() - Method in class org.apache.hadoop.hbase.filter.TestFilterWrapper
 
testFindCommonPrefixInFlatKey() - Method in class org.apache.hadoop.hbase.TestCellUtil
 
testFindException() - Method in class org.apache.hadoop.hbase.exceptions.TestClientExceptionsUtil
 
testFindLower() - Method in class org.apache.hadoop.hbase.regionserver.wal.TestSequenceIdAccounting
 
testFindMemStoresEligibleForFlush() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestFSWAL
On rolling a wal after reaching the threshold, WAL.rollWriter() returns the list of regions which should be flushed in order to archive the oldest wal file.
testFindOnEmpty() - Method in class org.apache.hadoop.hbase.types.TestCopyOnWriteMaps
 
testFinished(Description) - Method in class org.apache.hadoop.hbase.ResourceCheckerJUnitListener
 
testFirstEntry() - Method in class org.apache.hadoop.hbase.types.TestCopyOnWriteMaps
 
testFirstKey() - Method in class org.apache.hadoop.hbase.types.TestCopyOnWriteMaps
 
testFirstKeyInBlockOnSample() - Method in class org.apache.hadoop.hbase.io.encoding.TestDataBlockEncoders
Test whether the decompression of first key is implemented correctly.
testFirstKeyMatchingQualifierFilter() - Method in class org.apache.hadoop.hbase.filter.TestFirstKeyValueMatchingQualifiersFilter
testFirstKeyOnlyFilter() - Method in class org.apache.hadoop.hbase.filter.TestFilter
 
testFirstKeyOnlyFilter() - Method in class org.apache.hadoop.hbase.filter.TestFilterSerialization
 
testFirstKeyOnlyFilter() - Method in class org.apache.hadoop.hbase.filter.TestParseFilter
 
testFirstKeyOnlyFilter() - Method in class org.apache.hadoop.hbase.rest.TestScannersWithFilters
 
testFirstKeyOnlyFilterAndBatch() - Method in class org.apache.hadoop.hbase.filter.TestFilterFromRegionSide
 
testFirstKeyValueMatchingQualifiersFilter() - Method in class org.apache.hadoop.hbase.filter.TestFilterSerialization
 
TestFirstKeyValueMatchingQualifiersFilter - Class in org.apache.hadoop.hbase.filter
 
TestFirstKeyValueMatchingQualifiersFilter() - Constructor for class org.apache.hadoop.hbase.filter.TestFirstKeyValueMatchingQualifiersFilter
 
testFirstLastOnRow() - Method in class org.apache.hadoop.hbase.TestKeyValue
 
testFirstLineCorruptionLogFileSkipErrorsPasses() - Method in class org.apache.hadoop.hbase.wal.TestWALSplit
 
testFirstSeveralCellsFilterAndBatch() - Method in class org.apache.hadoop.hbase.filter.TestFilterFromRegionSide
 
TestFixedFileTrailer - Class in org.apache.hadoop.hbase.io.hfile
 
TestFixedFileTrailer(int) - Constructor for class org.apache.hadoop.hbase.io.hfile.TestFixedFileTrailer
 
testFixedIntervalResourceAvailability() - Method in class org.apache.hadoop.hbase.quotas.TestRateLimiter
 
TestFixedLengthWrapper - Class in org.apache.hadoop.hbase.types
 
TestFixedLengthWrapper() - Constructor for class org.apache.hadoop.hbase.types.TestFixedLengthWrapper
 
testFixedSizeString() - Method in class org.apache.hadoop.hbase.util.TestBytes
 
testFlatteningToBigCellChunkMap() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactingToCellFlatMapMemStore
CellChunkMap Segment index requires all cell data to be written in the MSLAB Chunks.
testFlatteningToCellChunkMap() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactingToCellFlatMapMemStore
 
testFlatteningToJumboCellChunkMap() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactingToCellFlatMapMemStore
CellChunkMap Segment index requires all cell data to be written in the MSLAB Chunks.
testFloat32() - Method in class org.apache.hadoop.hbase.util.TestOrderedBytes
Test float32 encoding.
testFloat64() - Method in class org.apache.hadoop.hbase.util.TestOrderedBytes
Test float64 encoding.
testFloorEntry() - Method in class org.apache.hadoop.hbase.types.TestCopyOnWriteMaps
 
testFloorKey() - Method in class org.apache.hadoop.hbase.types.TestCopyOnWriteMaps
 
testFlush() - Method in class org.apache.hadoop.hbase.client.TestAsyncProcess
 
testFlush() - Method in class org.apache.hadoop.hbase.regionserver.TestMetricsRegionServer
 
testFlush() - Method in class org.apache.hadoop.hbase.regionserver.wal.TestHBaseWalOnEC
 
testFlushAndCompactionsInPrimary() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionReplicas
 
testFlushAndCompactionwithCombinations() - Method in class org.apache.hadoop.hbase.regionserver.TestTags
 
testFlushAndCompactionWithoutTags() - Method in class org.apache.hadoop.hbase.regionserver.TestTags
 
testFlushAndMemstoreSizeCounting() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
A test case of HBASE-21041
testFlushAndMemstoreSizeCounting() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionWithInMemoryFlush
A test case of HBASE-21041
testFlushBeforeCompletingScanWithFilter() - Method in class org.apache.hadoop.hbase.regionserver.TestHStore
 
testFlushBeforeCompletingScanWithFilterHint() - Method in class org.apache.hadoop.hbase.regionserver.TestHStore
 
testFlushBeforeCompletingScanWoFilter() - Method in class org.apache.hadoop.hbase.regionserver.TestHStore
 
testFlushCacheWhileScanning() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
Flushes the cache in a thread while scanning.
testFlushCommitsNoAbort() - Method in class org.apache.hadoop.hbase.client.TestMultiParallel
 
testFlushCommitsWithAbort() - Method in class org.apache.hadoop.hbase.client.TestMultiParallel
Only run one Multi test with a forced RegionServer abort.
testFlushControl() - Method in class org.apache.hadoop.hbase.regionserver.throttle.TestFlushWithThroughputController
 
testFlushControlForStripedStore() - Method in class org.apache.hadoop.hbase.regionserver.throttle.TestFlushWithThroughputController
Test the logic for striped store.
testFlushCreateListDestroy() - Method in class org.apache.hadoop.hbase.snapshot.TestFlushSnapshotFromClient
Basic end-to-end test of simple-flush-based snapshots
testFlushedFileWithNoTags() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testFlushedSequenceIdsSentToHMaster() - Method in class org.apache.hadoop.hbase.wal.TestWALFiltering
 
TestFlushFromClient - Class in org.apache.hadoop.hbase.client
 
TestFlushFromClient() - Constructor for class org.apache.hadoop.hbase.client.TestFlushFromClient
 
testFlushingWhenLogRolling() - Method in class org.apache.hadoop.hbase.regionserver.TestPerColumnFamilyFlush
When a log roll is about to happen, we do a flush of the regions who will be affected by the log roll.
TestFlushLifeCycleTracker - Class in org.apache.hadoop.hbase.regionserver
Confirm that the function of FlushLifeCycleTracker is OK as we do not use it in our own code.
TestFlushLifeCycleTracker() - Constructor for class org.apache.hadoop.hbase.regionserver.TestFlushLifeCycleTracker
 
TestFlushLifeCycleTracker.FlushObserver - Class in org.apache.hadoop.hbase.regionserver
 
testFlushMarkers() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testFlushMarkersWALFail() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testFlushMobFile() - Method in class org.apache.hadoop.hbase.mob.TestDefaultMobStoreFlusher
 
testFlushNonMobFile() - Method in class org.apache.hadoop.hbase.mob.TestDefaultMobStoreFlusher
 
testFlushPrimary() - Method in class org.apache.hadoop.hbase.client.TestReplicasClient
 
testFlushRegion() - Method in class org.apache.hadoop.hbase.client.TestFlushFromClient
 
TestFlushRegionEntry - Class in org.apache.hadoop.hbase.regionserver
 
TestFlushRegionEntry() - Constructor for class org.apache.hadoop.hbase.regionserver.TestFlushRegionEntry
 
testFlushRegionEntryEquality() - Method in class org.apache.hadoop.hbase.regionserver.TestFlushRegionEntry
 
testFlushRegionServer() - Method in class org.apache.hadoop.hbase.client.TestFlushFromClient
 
testFlushResult() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
Test that we get the expected flush results back
testFlushSecondary() - Method in class org.apache.hadoop.hbase.client.TestReplicasClient
 
testFlushSequenceIdIsGreaterThanAllEditsInHFile() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestFSWAL
Test flush for sure has a sequence id that is beyond the last edit appended.
testFlushSizeAccounting() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
Test we do not lose data if we fail a flush and then close.
testFlushSizeSizing() - Method in class org.apache.hadoop.hbase.regionserver.TestHStore
Test we do not lose data if we fail a flush and then close.
TestFlushSnapshotFromClient - Class in org.apache.hadoop.hbase.snapshot
Test creating/using/deleting snapshots from the client
TestFlushSnapshotFromClient() - Constructor for class org.apache.hadoop.hbase.snapshot.TestFlushSnapshotFromClient
 
testFlushTable() - Method in class org.apache.hadoop.hbase.client.TestFlushFromClient
 
testFlushTable() - Method in class org.apache.hadoop.hbase.client.TestReplicasClient
 
testFlushTableAndRegion() - Method in class org.apache.hadoop.hbase.client.TestAsyncRegionAdminApi
 
testFlushTableSnapshot() - Method in class org.apache.hadoop.hbase.snapshot.TestFlushSnapshotFromClient
Test simple flush snapshotting a table that is online
testFlushTableSnapshotWithProcedure() - Method in class org.apache.hadoop.hbase.snapshot.TestFlushSnapshotFromClient
Test simple flush snapshotting a table that is online
testFlushThroughputTuning() - Method in class org.apache.hadoop.hbase.regionserver.throttle.TestFlushWithThroughputController
testFlushWithTableCompactionDisabled() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactSplitThread
 
TestFlushWithThroughputController - Class in org.apache.hadoop.hbase.regionserver.throttle
 
TestFlushWithThroughputController() - Constructor for class org.apache.hadoop.hbase.regionserver.throttle.TestFlushWithThroughputController
 
testFoldableByteSize() - Method in class org.apache.hadoop.hbase.util.TestBloomFilterChunk
 
testFolder - Static variable in class org.apache.hadoop.hbase.regionserver.TestBulkLoad
 
testForbidden() - Method in class org.apache.hadoop.hbase.rest.TestGetAndPutResource
 
TestForceCacheImportantBlocks - Class in org.apache.hadoop.hbase.io.hfile
Make sure we always cache important block types, such as index blocks, as long as we have a block cache, even though block caching might be disabled for the column family.
TestForceCacheImportantBlocks(int, boolean) - Constructor for class org.apache.hadoop.hbase.io.hfile.TestForceCacheImportantBlocks
 
testForceCopyOfBigCellIntoImmutableSegment() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactingToCellFlatMapMemStore
CellChunkMap Segment index requires all cell data to be written in the MSLAB Chunks.
testForceSplit() - Method in class org.apache.hadoop.hbase.client.TestAdmin1
Tests forcing split from client and having scanners successfully ride over split.
testForceSplitMultiFamily() - Method in class org.apache.hadoop.hbase.client.TestAdmin1
Multi-family scenario.
testForceSplitRegionWithReference() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionSplitPolicy
 
testForceTrigger() - Method in class org.apache.hadoop.hbase.TestChoreService
 
testForCheckingIfEnableAndDisableWorksFineAfterSwitch() - Method in class org.apache.hadoop.hbase.master.TestMasterRestartAfterDisablingTable
 
TestForeignExceptionDispatcher - Class in org.apache.hadoop.hbase.errorhandling
Test that we propagate errors through an dispatcher exactly once via different failure injection mechanisms.
TestForeignExceptionDispatcher() - Constructor for class org.apache.hadoop.hbase.errorhandling.TestForeignExceptionDispatcher
 
TestForeignExceptionSerialization - Class in org.apache.hadoop.hbase.errorhandling
Test that we correctly serialize exceptions from a remote source
TestForeignExceptionSerialization() - Constructor for class org.apache.hadoop.hbase.errorhandling.TestForeignExceptionSerialization
 
testFormatTableInfoSequenceId() - Method in class org.apache.hadoop.hbase.util.TestFSTableDescriptors
 
testForRaceCondition() - Method in class org.apache.hadoop.hbase.regionserver.TestSecureBulkLoadManager
After a secure bulkload finished , there is a clean-up for FileSystems used in the bulkload.
testFrequencyOfChores() - Method in class org.apache.hadoop.hbase.TestChoreService
 
TestFromClientSide - Class in org.apache.hadoop.hbase.client
Run tests that use the HBase clients; Table.
TestFromClientSide() - Constructor for class org.apache.hadoop.hbase.client.TestFromClientSide
 
TestFromClientSide3 - Class in org.apache.hadoop.hbase.client
 
TestFromClientSide3() - Constructor for class org.apache.hadoop.hbase.client.TestFromClientSide3
 
TestFromClientSide3.WaitingForMultiMutationsObserver - Class in org.apache.hadoop.hbase.client
 
TestFromClientSide3.WaitingForScanObserver - Class in org.apache.hadoop.hbase.client
 
TestFromClientSide3WoUnsafe - Class in org.apache.hadoop.hbase.util
 
TestFromClientSide3WoUnsafe() - Constructor for class org.apache.hadoop.hbase.util.TestFromClientSide3WoUnsafe
 
TestFromClientSideNoCodec - Class in org.apache.hadoop.hbase.client
Do some ops and prove that client and server can work w/o codecs; that we can pb all the time.
TestFromClientSideNoCodec() - Constructor for class org.apache.hadoop.hbase.client.TestFromClientSideNoCodec
 
TestFromClientSideScanExcpetion - Class in org.apache.hadoop.hbase.client
 
TestFromClientSideScanExcpetion() - Constructor for class org.apache.hadoop.hbase.client.TestFromClientSideScanExcpetion
 
TestFromClientSideScanExcpetion.MyHRegion - Class in org.apache.hadoop.hbase.client
 
TestFromClientSideScanExcpetion.MyHStore - Class in org.apache.hadoop.hbase.client
 
TestFromClientSideScanExcpetion.MyStoreScanner - Class in org.apache.hadoop.hbase.client
 
TestFromClientSideScanExcpetionWithCoprocessor - Class in org.apache.hadoop.hbase.client
Test all client operations with a coprocessor that just implements the default flush/compact/scan policy.
TestFromClientSideScanExcpetionWithCoprocessor() - Constructor for class org.apache.hadoop.hbase.client.TestFromClientSideScanExcpetionWithCoprocessor
 
testFromClientSideWhileSplitting() - Method in class org.apache.hadoop.hbase.regionserver.TestEndToEndSplitTransaction
Tests that the client sees meta table changes as atomic during splits
TestFromClientSideWithCoprocessor - Class in org.apache.hadoop.hbase.client
Test all client operations with a coprocessor that just implements the default flush/compact/scan policy.
TestFromClientSideWithCoprocessor() - Constructor for class org.apache.hadoop.hbase.client.TestFromClientSideWithCoprocessor
 
testFsckWithEncryption() - Method in class org.apache.hadoop.hbase.util.TestHBaseFsckEncryption
 
TestFSErrorsExposed - Class in org.apache.hadoop.hbase.regionserver
Test cases that ensure that file system level errors are bubbled up appropriately to clients, rather than swallowed.
TestFSErrorsExposed() - Constructor for class org.apache.hadoop.hbase.regionserver.TestFSErrorsExposed
 
TestFSHDFSUtils - Class in org.apache.hadoop.hbase.util
Test our recoverLease loop against mocked up filesystem.
TestFSHDFSUtils() - Constructor for class org.apache.hadoop.hbase.util.TestFSHDFSUtils
 
TestFSHLog - Class in org.apache.hadoop.hbase.regionserver.wal
Provides FSHLog test cases.
TestFSHLog() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.TestFSHLog
 
TestFSHLogProvider - Class in org.apache.hadoop.hbase.wal
 
TestFSHLogProvider() - Constructor for class org.apache.hadoop.hbase.wal.TestFSHLogProvider
 
TestFSTableDescriptorForceCreation - Class in org.apache.hadoop.hbase
 
TestFSTableDescriptorForceCreation() - Constructor for class org.apache.hadoop.hbase.TestFSTableDescriptorForceCreation
 
TestFSTableDescriptors - Class in org.apache.hadoop.hbase.util
TestFSTableDescriptors() - Constructor for class org.apache.hadoop.hbase.util.TestFSTableDescriptors
 
testFsUriSetProperly() - Method in class org.apache.hadoop.hbase.master.TestMasterFileSystem
 
testFsUriSetProperly() - Method in class org.apache.hadoop.hbase.master.TestMasterFileSystemWithWALDir
 
TestFSUtils - Class in org.apache.hadoop.hbase.util
Test FSUtils.
TestFSUtils() - Constructor for class org.apache.hadoop.hbase.util.TestFSUtils
 
TestFSVisitor - Class in org.apache.hadoop.hbase.util
Test FSUtils.
TestFSVisitor() - Constructor for class org.apache.hadoop.hbase.util.TestFSVisitor
 
TestFSWALEntry - Class in org.apache.hadoop.hbase.regionserver.wal
 
TestFSWALEntry() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.TestFSWALEntry
 
TestFullLogReconstruction - Class in org.apache.hadoop.hbase
 
TestFullLogReconstruction() - Constructor for class org.apache.hadoop.hbase.TestFullLogReconstruction
 
testFullRowGetDoesNotOverreadWhenRowInsideOneBlock() - Method in class org.apache.hadoop.hbase.regionserver.TestStoreScanner
 
testFullRowSpansBlocks() - Method in class org.apache.hadoop.hbase.regionserver.TestStoreScanner
 
testFullSystemBubblesFSErrors() - Method in class org.apache.hadoop.hbase.regionserver.TestFSErrorsExposed
Cluster test which starts a region server with a region, then removes the data from HDFS underneath it, and ensures that errors are bubbled to the client.
testFullTableScan() - Method in class org.apache.hadoop.hbase.rest.TestScannerResource
 
TestFuzzyRowAndColumnRangeFilter - Class in org.apache.hadoop.hbase.filter
 
TestFuzzyRowAndColumnRangeFilter() - Constructor for class org.apache.hadoop.hbase.filter.TestFuzzyRowAndColumnRangeFilter
 
testFuzzyRowFilter() - Method in class org.apache.hadoop.hbase.filter.TestFilterSerialization
 
TestFuzzyRowFilter - Class in org.apache.hadoop.hbase.filter
 
TestFuzzyRowFilter() - Constructor for class org.apache.hadoop.hbase.filter.TestFuzzyRowFilter
 
TestFuzzyRowFilterEndToEnd - Class in org.apache.hadoop.hbase.filter
 
TestFuzzyRowFilterEndToEnd() - Constructor for class org.apache.hadoop.hbase.filter.TestFuzzyRowFilterEndToEnd
 
testGauge() - Method in class org.apache.hadoop.hbase.regionserver.TestMetricsHeapMemoryManager
 
testGenerateAndLoad() - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestImportTsv
 
testGenMissingFavoredNodeMultiRack() - Method in class org.apache.hadoop.hbase.favored.TestFavoredNodeAssignmentHelper
 
testGenMissingFavoredNodeOneRack() - Method in class org.apache.hadoop.hbase.favored.TestFavoredNodeAssignmentHelper
 
TestGet - Class in org.apache.hadoop.hbase.client
 
TestGet() - Constructor for class org.apache.hadoop.hbase.client.TestGet
 
testGet() - Method in class org.apache.hadoop.hbase.client.TestRowComparator
 
testGet() - Method in class org.apache.hadoop.hbase.mob.TestMobFileName
 
testGet() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerMetrics
 
testGet() - Method in class org.apache.hadoop.hbase.regionserver.wal.TestSyncFuture
 
testGet() - Method in class org.apache.hadoop.hbase.rest.client.TestRemoteHTableRetries
 
testGet() - Method in class org.apache.hadoop.hbase.rest.client.TestRemoteTable
 
testGet() - Method in class org.apache.hadoop.hbase.shaded.protobuf.TestProtobufUtil
Test basic Get conversions.
testGet() - Method in class org.apache.hadoop.hbase.TestSerialization
 
testGet_Basic() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testGet_Empty() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testGet_EmptyTable() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testGet_FamilyChecker() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testGet_FromFilesOnly() - Method in class org.apache.hadoop.hbase.regionserver.TestHStore
Getting data from files only
testGet_FromMemStoreAndFiles() - Method in class org.apache.hadoop.hbase.regionserver.TestHStore
Getting data from memstore and files
testGet_FromMemStoreOnly() - Method in class org.apache.hadoop.hbase.regionserver.TestHStore
Getting data from memstore only
testGet_memstoreAndSnapShot() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactingMemStore
 
testGet_memstoreAndSnapShot() - Method in class org.apache.hadoop.hbase.regionserver.TestDefaultMemStore
 
testGet_NonExistentRow() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testGet_NullQualifier() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testGetAdminBadHostname() - Method in class org.apache.hadoop.hbase.client.TestCIBadHostname
 
testGetAfterCompaction() - Method in class org.apache.hadoop.hbase.mob.compactions.TestMobCompactor
This case tests the following mob compaction and normal compaction scenario, after mob compaction, the mob reference in new bulkloaded hfile will win even after it is compacted with some other normal hfiles.
testGetAll() - Method in class org.apache.hadoop.hbase.util.TestFSTableDescriptors
 
testGetAllHFileRefsCversionChange() - Method in class org.apache.hadoop.hbase.replication.TestZKReplicationQueueStorage
 
testGetAllTablesWithQuotas() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaObserverChoreWithMiniCluster
 
testGetAllWALsCversionChange() - Method in class org.apache.hadoop.hbase.replication.TestZKReplicationQueueStorage
 
testGetAndExists() - Method in class org.apache.hadoop.hbase.zookeeper.TestReadOnlyZKClient
 
TestGetAndPutResource - Class in org.apache.hadoop.hbase.rest
 
TestGetAndPutResource() - Constructor for class org.apache.hadoop.hbase.rest.TestGetAndPutResource
 
testGetAndSetKeyValuesWithValues() - Method in class org.apache.hadoop.hbase.util.TestConfigurationUtil
 
testGetArchivePath() - Method in class org.apache.hadoop.hbase.util.TestHFileArchiveUtil
 
testGetAtomicity() - Method in class org.apache.hadoop.hbase.AcidGuaranteesTestBase
 
testGetAtomicity() - Method in class org.apache.hadoop.hbase.IntegrationTestAcidGuarantees
 
testGetAttributes() - Method in class org.apache.hadoop.hbase.client.TestGet
 
testGetBackBytesWePutIn() - Method in class org.apache.hadoop.hbase.ipc.TestBufferChain
 
testGetBestLocations() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableSnapshotInputFormat
 
testGetBytesForByteBuffer() - Method in class org.apache.hadoop.hbase.util.TestBytes
 
testGetChildDataAndWatchForNewChildrenShouldNotThrowNPE() - Method in class org.apache.hadoop.hbase.zookeeper.TestZKUtil
Test should not fail with NPE when getChildDataAndWatchForNewChildren invoked with wrongNode
testGetClientBadHostname() - Method in class org.apache.hadoop.hbase.client.TestCIBadHostname
 
TestGetClosestAtOrBefore - Class in org.apache.hadoop.hbase.regionserver
TestGet is a medley of tests of get all done up as a single test.
TestGetClosestAtOrBefore() - Constructor for class org.apache.hadoop.hbase.regionserver.TestGetClosestAtOrBefore
 
testGetClosestBefore() - Method in class org.apache.hadoop.hbase.regionserver.TestMinVersions
Verify behavior of getClosestBefore(...)
testGetClosestRowBefore() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testGetClosestRowBefore2() - Method in class org.apache.hadoop.hbase.regionserver.TestGetClosestAtOrBefore
For HBASE-694
testGetClosestRowBefore3() - Method in class org.apache.hadoop.hbase.regionserver.TestGetClosestAtOrBefore
Test file of multiple deletes and with deletes as final key.
testGetClusterStatusPB() - Method in class org.apache.hadoop.hbase.rest.TestStatusResource
 
testGetClusterStatusXML() - Method in class org.apache.hadoop.hbase.rest.TestStatusResource
 
testgetColumnHint() - Method in class org.apache.hadoop.hbase.regionserver.TestNewVersionBehaviorFromClientSide
 
testGetCompactionPressureForStripedStore() - Method in class org.apache.hadoop.hbase.regionserver.throttle.TestCompactionWithThroughputController
Test the logic that we calculate compaction pressure for a striped store.
testGetConfiguration() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
Verifies that getConfiguration returns the same Configuration object used to create the HTable instance.
testGetCurrent() - Method in class org.apache.hadoop.hbase.security.TestUser
Make sure that we're returning a result for the current user.
testGetCurrentTimeUsesSystemClock() - Method in class org.apache.hadoop.hbase.util.TestDefaultEnvironmentEdge
 
testGetCurrentTimeUsesSystemClock() - Method in class org.apache.hadoop.hbase.util.TestIncrementingEnvironmentEdge
 
testGetDataBlockEncoder() - Method in class org.apache.hadoop.hbase.io.encoding.TestDataBlockEncoding
 
testGetDoesntSeekWithNoHint() - Method in class org.apache.hadoop.hbase.regionserver.TestTimestampFilterSeekHint
 
testGetEmptyRow() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide3
 
testGetFavoredNodes() - Method in class org.apache.hadoop.hbase.favored.TestFavoredNodeAssignmentHelper
 
testGetFilesForGetAndScan() - Method in class org.apache.hadoop.hbase.regionserver.TestStripeStoreFileManager
 
testGetFromFiles() - Method in class org.apache.hadoop.hbase.regionserver.TestHMobStore
Getting MOB data from files
testGetFromMemStore() - Method in class org.apache.hadoop.hbase.regionserver.TestHMobStore
Getting data from memstore
testGetFromMemStoreAndFiles() - Method in class org.apache.hadoop.hbase.regionserver.TestHMobStore
Getting data from memstore and files
testgetHDFSBlocksDistribution() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testGetHostNameMinusDomain() - Method in class org.apache.hadoop.hbase.TestServerName
 
testGetHostWithoutDomain() - Method in class org.apache.hadoop.hbase.net.TestAddress
 
testGetHRegionInfo() - Method in class org.apache.hadoop.hbase.TestMetaTableAccessorNoCluster
 
testGetId() - Method in class org.apache.hadoop.hbase.client.TestAttributes
 
TestGetInfoPort - Class in org.apache.hadoop.hbase.master
Trivial test to confirm that we do not get 0 infoPort.
TestGetInfoPort() - Constructor for class org.apache.hadoop.hbase.master.TestGetInfoPort
 
testGetInstance() - Method in class org.apache.hadoop.hbase.master.TestMetricsMasterProcSourceImpl
 
testGetInstance() - Method in class org.apache.hadoop.hbase.master.TestMetricsMasterSourceImpl
 
testGetInstance() - Method in class org.apache.hadoop.hbase.regionserver.TestMetricsRegionServerSourceImpl
 
testGetInstance() - Method in class org.apache.hadoop.hbase.regionserver.wal.TestMetricsWALSourceImpl
 
testGetInstance() - Method in class org.apache.hadoop.hbase.TestCompatibilitySingletonFactory
 
testGetInstance() - Method in class org.apache.hadoop.hbase.zookeeper.TestMetricsZooKeeperSourceImpl
 
testGetInstanceNoHadoopCompat() - Method in class org.apache.hadoop.hbase.master.TestMetricsMasterSourceFactory
 
testGetInstanceNoHadoopCompat() - Method in class org.apache.hadoop.hbase.regionserver.TestMetricsRegionServerSourceFactory
 
testGetInstanceNoHadoopCompat() - Method in class org.apache.hadoop.hbase.regionserver.wal.TestMetricsWALSource
 
testGetInstanceNoHadoopCompat() - Method in class org.apache.hadoop.hbase.rest.TestMetricsRESTSource
 
testGetInstanceNoHadoopCompat() - Method in class org.apache.hadoop.hbase.zookeeper.TestMetricsZooKeeperSource
 
testGetIntStrictlyForwardWithPosOnMultiBuffers() - Method in class org.apache.hadoop.hbase.nio.TestMultiByteBuff
 
testGetKeyMethods() - Method in class org.apache.hadoop.hbase.TestByteBufferKeyValue
 
testGetKeyValuesWithUnsetKey() - Method in class org.apache.hadoop.hbase.util.TestConfigurationUtil
 
TestGetLastFlushedSequenceId - Class in org.apache.hadoop.hbase.master
Trivial test to confirm that we can get last flushed sequence id by encodedRegionName.
TestGetLastFlushedSequenceId() - Constructor for class org.apache.hadoop.hbase.master.TestGetLastFlushedSequenceId
 
testGetLastGCInfo() - Method in class org.apache.hadoop.hbase.util.TestJSONMetricUtil
 
testGetListOfRegionServers() - Method in class org.apache.hadoop.hbase.replication.TestReplicationTrackerZKImpl
 
testGetLocks() - Method in class org.apache.hadoop.hbase.client.TestAdmin2
 
testGetLocksOperation() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver
 
testGetMassive() - Method in class org.apache.hadoop.hbase.regionserver.TestMobStoreScanner
 
testGetMasterInfoPort() - Method in class org.apache.hadoop.hbase.client.TestAsyncClusterAdminApi
 
testGetMasterInfoPort() - Method in class org.apache.hadoop.hbase.TestInfoServers
 
testGetMaxFileSize() - Method in class org.apache.hadoop.hbase.client.TestTableDescriptorBuilder
Test default value handling for maxFileSize
testGetMaxFileSize() - Method in class org.apache.hadoop.hbase.TestHTableDescriptor
Deprecated.
Test default value handling for maxFileSize
testGetMaxResults() - Method in class org.apache.hadoop.hbase.client.TestScannersFromClientSide
Test from client side for get with maxResultPerCF set
testGetMemStoreFlushSize() - Method in class org.apache.hadoop.hbase.client.TestTableDescriptorBuilder
Test default value handling for memStoreFlushSize
testGetMemStoreFlushSize() - Method in class org.apache.hadoop.hbase.TestHTableDescriptor
Deprecated.
Test default value handling for memStoreFlushSize
testGetMetaServerConnectionFails() - Method in class org.apache.hadoop.hbase.TestMetaTableLocator
Test we survive a connection refused ConnectException
testGetMetaTableRows() - Method in class org.apache.hadoop.hbase.TestHBaseTestingUtilSpinup
 
testGetMultiVersion() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.TestExplicitColumnTracker
 
testGetNamespaceTablesAndCannotDeleteNamespace() - Method in class org.apache.hadoop.hbase.rest.TestNamespacesInstanceResource
 
testGetNextForFuzzyRuleForward() - Method in class org.apache.hadoop.hbase.filter.TestFuzzyRowFilter
 
testGetNextForFuzzyRuleReverse() - Method in class org.apache.hadoop.hbase.filter.TestFuzzyRowFilter
 
testGetNextRow() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactingMemStore
Test getNextRow from memstore
testGetNextRow() - Method in class org.apache.hadoop.hbase.regionserver.TestDefaultMemStore
Test getNextRow from memstore
testGetNoResultNoStaleRegionWithReplica() - Method in class org.apache.hadoop.hbase.client.TestReplicasClient
 
testGetNoResultNotStaleSleepRegionWithReplica() - Method in class org.apache.hadoop.hbase.client.TestReplicasClient
 
testGetNoResultStaleRegionWithReplica() - Method in class org.apache.hadoop.hbase.client.TestReplicasClient
 
testGetOneRandomRack() - Method in class org.apache.hadoop.hbase.favored.TestFavoredNodeAssignmentHelper
 
testGetOnlineRegions() - Method in class org.apache.hadoop.hbase.client.TestAsyncRegionAdminApi
 
testGetOnTargetRegionReplica() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionReplicas
 
testGetPassword() - Method in class org.apache.hadoop.hbase.TestHBaseConfiguration
 
testGetPauseTime() - Method in class org.apache.hadoop.hbase.client.TestConnectionUtils
 
testGetPrimitivesWithSmallIndividualBBs() - Method in class org.apache.hadoop.hbase.nio.TestMultiByteBuff
 
TestGetProcedureResult - Class in org.apache.hadoop.hbase.client
Testcase for HBASE-19608.
TestGetProcedureResult() - Constructor for class org.apache.hadoop.hbase.client.TestGetProcedureResult
 
TestGetProcedureResult.DummyProcedure - Class in org.apache.hadoop.hbase.client
 
testGetProcedures() - Method in class org.apache.hadoop.hbase.client.TestAdmin2
 
testGetProceduresOperation() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver
 
testGetRandomServerMultiRack() - Method in class org.apache.hadoop.hbase.favored.TestFavoredNodeAssignmentHelper
 
testGetRandomServerSingleRack() - Method in class org.apache.hadoop.hbase.favored.TestFavoredNodeAssignmentHelper
 
testGetReferencesFromFiles() - Method in class org.apache.hadoop.hbase.regionserver.TestHMobStore
Getting the reference data from files
testGetRegion() - Method in class org.apache.hadoop.hbase.client.TestAdmin2
 
testGetRegion() - Method in class org.apache.hadoop.hbase.TestMetaTableAccessor
 
testGetRegionByStateOfTable() - Method in class org.apache.hadoop.hbase.client.TestAsyncRegionAdminApi
 
testGetRegionInfo() - Method in class org.apache.hadoop.hbase.client.TestAdmin2
TestCase for HBASE-21355
testGetRegionLoads() - Method in class org.apache.hadoop.hbase.client.TestAsyncClusterAdminApi
 
testGetRegionLocation() - Method in class org.apache.hadoop.hbase.client.TestAsyncRegionAdminApi2
 
testGetRegionLocationFromPrimaryMetaRegion() - Method in class org.apache.hadoop.hbase.client.TestReplicaWithCluster
 
testGetRegionServerCoprocessors() - Method in class org.apache.hadoop.hbase.TestJMXListener
 
testGetRegionsFromMetaTable() - Method in class org.apache.hadoop.hbase.TestMetaTableAccessor
 
testGetRegionsInRange() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
TestGetReplicationLoad - Class in org.apache.hadoop.hbase.master
 
TestGetReplicationLoad() - Constructor for class org.apache.hadoop.hbase.master.TestGetReplicationLoad
 
TestGetReplicationLoad.MyMaster - Class in org.apache.hadoop.hbase.master
 
testGetReplicationMetrics() - Method in class org.apache.hadoop.hbase.master.TestGetReplicationLoad
 
testGetRowConstructor() - Method in class org.apache.hadoop.hbase.client.TestGet
 
TestGetRowFromGetCopyConstructor() - Method in class org.apache.hadoop.hbase.client.TestGet
 
testGetRowOffset() - Method in class org.apache.hadoop.hbase.client.TestScannersFromClientSide
Test from client side for get with rowOffset
testGetRowVersions() - Method in class org.apache.hadoop.hbase.TestMultiVersions
Verifies versions across a cluster restart.
testGetRSGroupInfo() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsWithACL
 
testGetRSGroupInfoOfServer() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsWithACL
 
testGetRSGroupInfoOfTable() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsWithACL
 
TestGetScanColumnsWithNewVersionBehavior - Class in org.apache.hadoop.hbase.client
Testcase for HBASE-21032, where use the wrong readType from a Scan instance which is actually a get scan and cause returning only 1 cell per rpc call.
TestGetScanColumnsWithNewVersionBehavior() - Constructor for class org.apache.hadoop.hbase.client.TestGetScanColumnsWithNewVersionBehavior
 
testGetScanner() - Method in class org.apache.hadoop.hbase.mob.TestMobFile
 
testGetScanner() - Method in class org.apache.hadoop.hbase.rest.client.TestRemoteHTableRetries
 
testGetScanner_WithNoFamilies() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testGetScanner_WithNotOkFamilies() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testGetScanner_WithOkFamilies() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testGetScanner_WithRegionClosed() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
This method tests https://issues.apache.org/jira/browse/HBASE-2516.
TestGetScanPartialResult - Class in org.apache.hadoop.hbase.client
Testcase for HBASE-21032, where use the wrong readType from a Scan instance which is actually a get scan and cause returning only 1 cell per rpc call.
TestGetScanPartialResult() - Constructor for class org.apache.hadoop.hbase.client.TestGetScanPartialResult
 
testGetSeek() - Method in class org.apache.hadoop.hbase.regionserver.TestTimestampFilterSeekHint
 
testGetServerNameFromWALDirectoryName() - Method in class org.apache.hadoop.hbase.wal.TestFSHLogProvider
 
testGetSetRemoveCP() - Method in class org.apache.hadoop.hbase.client.TestTableDescriptorBuilder
Test cps in the table description
testGetSetRemoveCP() - Method in class org.apache.hadoop.hbase.TestHTableDescriptor
Deprecated.
Test cps in the table description
testGetShort() - Method in class org.apache.hadoop.hbase.nio.TestMultiByteBuff
Test right answer though we span many sub-buffers.
testGetShortMidpoint() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFile
 
testGetSingleVersion() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.TestExplicitColumnTracker
 
testGetSpaceQuota() - Method in class org.apache.hadoop.hbase.quotas.TestNamespaceQuotaViolationStore
 
testGetSpaceQuota() - Method in class org.apache.hadoop.hbase.quotas.TestTableQuotaViolationStore
 
testGetSplitEditFilesSorted() - Method in class org.apache.hadoop.hbase.wal.TestWALMethods
Assert that getSplitEditFilesSorted returns files in expected order and that it skips moved-aside files.
testGetSplitPoint() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionSplitPolicy
 
testGetSplitPointEdgeCases() - Method in class org.apache.hadoop.hbase.regionserver.TestStripeStoreFileManager
 
testGetSplits() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScan
Tests a MR scan using specific number of mappers.
testGetStargateVersionJSON() - Method in class org.apache.hadoop.hbase.rest.TestVersionResource
 
testGetStargateVersionPB() - Method in class org.apache.hadoop.hbase.rest.TestVersionResource
 
testGetStargateVersionText() - Method in class org.apache.hadoop.hbase.rest.TestVersionResource
 
testGetStargateVersionXML() - Method in class org.apache.hadoop.hbase.rest.TestVersionResource
 
testGetStartEndKeysWithRegionReplicas() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testGetStorageClusterVersionJSON() - Method in class org.apache.hadoop.hbase.rest.TestVersionResource
 
testGetStorageClusterVersionText() - Method in class org.apache.hadoop.hbase.rest.TestVersionResource
 
testGetStorageClusterVersionXML() - Method in class org.apache.hadoop.hbase.rest.TestVersionResource
 
testGetStoreArchivePath() - Method in class org.apache.hadoop.hbase.util.TestHFileArchiveUtil
 
testGetStripeBoundarySplits() - Method in class org.apache.hadoop.hbase.regionserver.TestStripeStoreFileManager
 
testGetsWithMultiColumnsAndExplicitTracker() - Method in class org.apache.hadoop.hbase.client.TestBlockEvictionFromClient
 
testGetTableArchivePath() - Method in class org.apache.hadoop.hbase.util.TestHFileArchiveUtil
 
testGetTableDescriptor() - Method in class org.apache.hadoop.hbase.client.TestAdmin1
 
testGetTableDescriptor() - Method in class org.apache.hadoop.hbase.client.TestAsyncTableAdminApi3
 
testGetTableDescriptor() - Method in class org.apache.hadoop.hbase.rest.client.TestRemoteTable
 
testGetTableMetrics() - Method in class org.apache.hadoop.hbase.regionserver.TestMetricsTableSourceImpl
 
testGetTableRegions() - Method in class org.apache.hadoop.hbase.client.TestAdmin2
For HBASE-2556
testGetTablesByNamespace() - Method in class org.apache.hadoop.hbase.quotas.TestTablesWithQuotas
 
testGetter() - Method in class org.apache.hadoop.hbase.quotas.TestActivePolicyEnforcement
 
testGetTimeout() - Method in class org.apache.hadoop.hbase.TestClientOperationTimeout
Tests that a get on a table throws SocketTimeoutException when the operation takes longer than 'hbase.client.operation.timeout'.
testGetTimestamp() - Method in class org.apache.hadoop.hbase.TestKeyValue
Tests that getTimestamp() does always return the proper timestamp, even after updating it.
testGetToScan() - Method in class org.apache.hadoop.hbase.client.TestScan
 
testGetType() - Method in class org.apache.hadoop.hbase.TestCellUtil
 
testGetUnbalancedSplits() - Method in class org.apache.hadoop.hbase.regionserver.TestStripeStoreFileManager
 
testGetWALRootDir() - Method in class org.apache.hadoop.hbase.util.TestCommonFSUtils
 
testGetWALRootDirIllegalWALDir() - Method in class org.apache.hadoop.hbase.util.TestCommonFSUtils
 
testGetWhileRegionClose() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testGetWithCellsInDifferentFiles() - Method in class org.apache.hadoop.hbase.client.TestBlockEvictionFromClient
 
testGetWithDelete() - Method in class org.apache.hadoop.hbase.regionserver.TestDefaultMemStore
 
testGetWithDeleteColumn() - Method in class org.apache.hadoop.hbase.regionserver.TestDefaultMemStore
 
testGetWithDeleteFamily() - Method in class org.apache.hadoop.hbase.regionserver.TestDefaultMemStore
 
testGetWithDoNotRetryIOException() - Method in class org.apache.hadoop.hbase.client.TestTableOperationException
 
testGetWithFilter() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testGetWithIOException() - Method in class org.apache.hadoop.hbase.client.TestTableOperationException
 
testGetWithMultipleColumnFamilies() - Method in class org.apache.hadoop.hbase.client.TestBlockEvictionFromClient
 
testGetWithPosOnMultiBuffers() - Method in class org.apache.hadoop.hbase.nio.TestMultiByteBuff
 
testGetZKQuorumServersString() - Method in class org.apache.hadoop.hbase.zookeeper.TestHQuorumPeer
 
testGetZooKeeperClusterKey() - Method in class org.apache.hadoop.hbase.zookeeper.TestZKConfig
 
TestGlobalFilter - Class in org.apache.hadoop.hbase.http
 
TestGlobalFilter() - Constructor for class org.apache.hadoop.hbase.http.TestGlobalFilter
 
TestGlobalFilter.RecordingFilter - Class in org.apache.hadoop.hbase.http
A very simple filter that records accessed uri's
TestGlobalFilter.RecordingFilter.Initializer - Class in org.apache.hadoop.hbase.http
Configuration for RecordingFilter
testGlobalMemStore() - Method in class org.apache.hadoop.hbase.TestGlobalMemStoreSize
Test the global mem store size in the region server is equal to sum of each region's mem store size
TestGlobalMemStoreSize - Class in org.apache.hadoop.hbase
Test HBASE-3694 whether the GlobalMemStoreSize is the same as the summary of all the online region's MemStoreSize
TestGlobalMemStoreSize() - Constructor for class org.apache.hadoop.hbase.TestGlobalMemStoreSize
 
TestGlobalQuotaSettingsImpl - Class in org.apache.hadoop.hbase.quotas
 
TestGlobalQuotaSettingsImpl() - Constructor for class org.apache.hadoop.hbase.quotas.TestGlobalQuotaSettingsImpl
 
testGreaterThanValue() - Method in class org.apache.hadoop.hbase.filter.TestBigDecimalComparator
 
testGroupBalance() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
testGroupInfoMultiAccessing() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroups
 
TestGroupingTableMap - Class in org.apache.hadoop.hbase.mapred
 
TestGroupingTableMap() - Constructor for class org.apache.hadoop.hbase.mapred.TestGroupingTableMap
 
TestGroupingTableMapper - Class in org.apache.hadoop.hbase.mapreduce
 
TestGroupingTableMapper() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestGroupingTableMapper
 
testGroupingTableMapper() - Method in class org.apache.hadoop.hbase.mapreduce.TestGroupingTableMapper
Test GroupingTableMapper class
testGzipCompression() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFileBlock
 
TestGzipFilter - Class in org.apache.hadoop.hbase.rest
 
TestGzipFilter() - Constructor for class org.apache.hadoop.hbase.rest.TestGzipFilter
 
testGzipFilter() - Method in class org.apache.hadoop.hbase.rest.TestGzipFilter
 
TestGZIPResponseWrapper - Class in org.apache.hadoop.hbase.rest
 
TestGZIPResponseWrapper() - Constructor for class org.apache.hadoop.hbase.rest.TestGZIPResponseWrapper
 
testHalfScanAndReseek() - Method in class org.apache.hadoop.hbase.io.TestHalfStoreFileReader
Test the scanner and reseek of a half hfile scanner.
testHalfScanner() - Method in class org.apache.hadoop.hbase.io.TestHalfStoreFileReader
 
TestHalfStoreFileReader - Class in org.apache.hadoop.hbase.io
 
TestHalfStoreFileReader() - Constructor for class org.apache.hadoop.hbase.io.TestHalfStoreFileReader
 
testHandleErrorsInFlush() - Method in class org.apache.hadoop.hbase.regionserver.TestHStore
 
testHandlerIsolation() - Method in class org.apache.hadoop.hbase.ipc.TestSimpleRpcScheduler
 
testHas() - Method in class org.apache.hadoop.hbase.client.TestPutDotHas
 
testHasAdministratorAccess() - Method in class org.apache.hadoop.hbase.http.TestHttpServer
 
testHash() - Method in class org.apache.hadoop.hbase.io.TestImmutableBytesWritable
 
testHash() - Method in class org.apache.hadoop.hbase.TestServerName
 
testHashAndEqualsCode() - Method in class org.apache.hadoop.hbase.TestHRegionLocation
HRegionLocations are equal if they have the same 'location' -- i.e.
testHashCode() - Method in class org.apache.hadoop.hbase.io.TestFileLink
 
testHashCode() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableSplit
 
testHashCode() - Method in class org.apache.hadoop.hbase.mob.TestMobFileName
 
testHashCode_length() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableSplit
length of region should not influence hashcode
TestHashTable - Class in org.apache.hadoop.hbase.mapreduce
Basic test for the HashTable M/R tool
TestHashTable() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestHashTable
 
testHashTable() - Method in class org.apache.hadoop.hbase.mapreduce.TestHashTable
 
testHasIgnoreTS() - Method in class org.apache.hadoop.hbase.client.TestPutDotHas
 
testHasIgnoreValue() - Method in class org.apache.hadoop.hbase.client.TestPutDotHas
 
testHasIgnoreValueIgnoreTS() - Method in class org.apache.hadoop.hbase.client.TestPutDotHas
 
testHasRemaining() - Method in class org.apache.hadoop.hbase.nio.TestMultiByteBuff
 
testHBASE14489() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverInterface
 
testHBASE14782() - Method in class org.apache.hadoop.hbase.filter.TestFuzzyRowFilterEndToEnd
 
testHBase14905() - Method in class org.apache.hadoop.hbase.replication.TestVerifyReplication
 
testHBase16372InCompactionWritePath() - Method in class org.apache.hadoop.hbase.client.TestAvoidCellReferencesIntoShippedBlocks
 
testHBASE16372InReadPath() - Method in class org.apache.hadoop.hbase.client.TestAvoidCellReferencesIntoShippedBlocks
 
testHBase3583() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverInterface
 
testHBase3758() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverInterface
 
testHBase3810() - Method in class org.apache.hadoop.hbase.coprocessor.TestClassLoading
 
testHBase737() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
test for HBASE-737
TestHBaseAdminNoCluster - Class in org.apache.hadoop.hbase.client
 
TestHBaseAdminNoCluster() - Constructor for class org.apache.hadoop.hbase.client.TestHBaseAdminNoCluster
 
TestHBaseClient - Class in org.apache.hadoop.hbase.ipc
 
TestHBaseClient() - Constructor for class org.apache.hadoop.hbase.ipc.TestHBaseClient
 
TestHBaseConfiguration - Class in org.apache.hadoop.hbase
 
TestHBaseConfiguration() - Constructor for class org.apache.hadoop.hbase.TestHBaseConfiguration
 
TestHBaseFsckCleanReplicationBarriers - Class in org.apache.hadoop.hbase.util
 
TestHBaseFsckCleanReplicationBarriers() - Constructor for class org.apache.hadoop.hbase.util.TestHBaseFsckCleanReplicationBarriers
 
TestHBaseFsckComparator - Class in org.apache.hadoop.hbase.util
Test the comparator used by Hbck.
TestHBaseFsckComparator() - Constructor for class org.apache.hadoop.hbase.util.TestHBaseFsckComparator
 
TestHBaseFsckEncryption - Class in org.apache.hadoop.hbase.util
 
TestHBaseFsckEncryption() - Constructor for class org.apache.hadoop.hbase.util.TestHBaseFsckEncryption
 
TestHBaseFsckMOB - Class in org.apache.hadoop.hbase.util
 
TestHBaseFsckMOB() - Constructor for class org.apache.hadoop.hbase.util.TestHBaseFsckMOB
 
TestHBaseFsckReplication - Class in org.apache.hadoop.hbase.util
 
TestHBaseFsckReplication() - Constructor for class org.apache.hadoop.hbase.util.TestHBaseFsckReplication
 
testHBaseFsckWithExcessMetaReplicas() - Method in class org.apache.hadoop.hbase.client.TestMetaWithReplicas
 
testHBaseFsckWithFewerMetaReplicas() - Method in class org.apache.hadoop.hbase.client.TestMetaWithReplicas
 
testHBaseFsckWithFewerMetaReplicaZnodes() - Method in class org.apache.hadoop.hbase.client.TestMetaWithReplicas
 
testHBaseFsckWithMetaReplicas() - Method in class org.apache.hadoop.hbase.client.TestMetaWithReplicas
 
testHBaseIDZNodeACL() - Method in class org.apache.hadoop.hbase.zookeeper.TestZooKeeperACL
When authentication is enabled on ZooKeeper, /hbase/hbaseid should be created with 2 ACLs: one specifies that the hbase user has full access to the node; the other, that it is world-readable.
testHBaseMasterServerZNodeACL() - Method in class org.apache.hadoop.hbase.zookeeper.TestZooKeeperACL
When authentication is enabled on ZooKeeper, /hbase/master should be created with 2 ACLs: one specifies that the hbase user has full access to the node; the other, that it is world-readable.
TestHBaseMRTestingUtility - Class in org.apache.hadoop.hbase.mapreduce
 
TestHBaseMRTestingUtility() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestHBaseMRTestingUtility
 
TestHBaseOnOtherDfsCluster - Class in org.apache.hadoop.hbase
Test that an HBase cluster can run on top of an existing MiniDfsCluster
TestHBaseOnOtherDfsCluster() - Constructor for class org.apache.hadoop.hbase.TestHBaseOnOtherDfsCluster
 
testHbasePutDeleteCell() - Method in class org.apache.hadoop.hbase.client.TestPutWithDelete
 
testHBaseRootRegionServerZNodeACL() - Method in class org.apache.hadoop.hbase.zookeeper.TestZooKeeperACL
When authentication is enabled on ZooKeeper, /hbase/root-region-server should be created with 2 ACLs: one specifies that the hbase user has full access to the node; the other, that it is world-readable.
testHBaseRootZNodeACL() - Method in class org.apache.hadoop.hbase.zookeeper.TestZooKeeperACL
Create a node and check its ACL.
TestHBaseRpcControllerImpl - Class in org.apache.hadoop.hbase.ipc
 
TestHBaseRpcControllerImpl() - Constructor for class org.apache.hadoop.hbase.ipc.TestHBaseRpcControllerImpl
 
TestHBaseSaslRpcClient - Class in org.apache.hadoop.hbase.security
 
TestHBaseSaslRpcClient() - Constructor for class org.apache.hadoop.hbase.security.TestHBaseSaslRpcClient
 
testHBaseSaslRpcClientCreation() - Method in class org.apache.hadoop.hbase.security.TestHBaseSaslRpcClient
 
TestHBaseTestingUtility - Class in org.apache.hadoop.hbase
Test our testing utility class
TestHBaseTestingUtility() - Constructor for class org.apache.hadoop.hbase.TestHBaseTestingUtility
 
TestHBaseTestingUtilSpinup - Class in org.apache.hadoop.hbase
Make sure we can spin up a HBTU without a hbase-site.xml
TestHBaseTestingUtilSpinup() - Constructor for class org.apache.hadoop.hbase.TestHBaseTestingUtilSpinup
 
TestHBaseWalOnEC - Class in org.apache.hadoop.hbase.regionserver.wal
 
TestHBaseWalOnEC() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.TestHBaseWalOnEC
 
TestHbck - Class in org.apache.hadoop.hbase.client
Class to test HBaseHbck.
TestHbck() - Constructor for class org.apache.hadoop.hbase.client.TestHbck
 
TestHbck.SuspendProcedure - Class in org.apache.hadoop.hbase.client
 
TestHColumnDescriptor - Class in org.apache.hadoop.hbase
Deprecated.
TestHColumnDescriptor() - Constructor for class org.apache.hadoop.hbase.TestHColumnDescriptor
Deprecated.
 
testHColumnDescriptorCachedMaxVersions() - Method in class org.apache.hadoop.hbase.TestHColumnDescriptorDefaultVersions
 
TestHColumnDescriptorDefaultVersions - Class in org.apache.hadoop.hbase
Verify that the HColumnDescriptor version is set correctly by default, hbase-site.xml, and user input
TestHColumnDescriptorDefaultVersions() - Constructor for class org.apache.hadoop.hbase.TestHColumnDescriptorDefaultVersions
 
testHColumnDescriptorShouldThrowIAEWhenFamilyNameEmpty() - Method in class org.apache.hadoop.hbase.client.TestColumnFamilyDescriptorBuilder
Tests HColumnDescriptor with empty familyName
testHColumnDescriptorShouldThrowIAEWhenFamilyNameEmpty() - Method in class org.apache.hadoop.hbase.TestHColumnDescriptor
Deprecated.
Tests HColumnDescriptor with empty familyName
testHColumnValidName() - Method in class org.apache.hadoop.hbase.client.TestAdmin1
 
TestHDFSBlocksDistribution - Class in org.apache.hadoop.hbase
 
TestHDFSBlocksDistribution() - Constructor for class org.apache.hadoop.hbase.TestHDFSBlocksDistribution
 
TestHDFSBlocksDistribution.MockHDFSBlocksDistribution - Class in org.apache.hadoop.hbase
 
testHDFSLinkReadDuringDelete() - Method in class org.apache.hadoop.hbase.io.TestFileLink
Test that link is still readable even when the current file gets deleted.
testHDFSLinkReadDuringRename() - Method in class org.apache.hadoop.hbase.io.TestFileLink
Test, on HDFS, that the FileLink is still readable even when the current file gets renamed.
TestHdfsSnapshotHRegion - Class in org.apache.hadoop.hbase.regionserver
 
TestHdfsSnapshotHRegion() - Constructor for class org.apache.hadoop.hbase.regionserver.TestHdfsSnapshotHRegion
 
testHdfsStreaming(Path) - Method in class org.apache.hadoop.hbase.ScanPerformanceEvaluation
 
testHeader() - Method in class org.apache.hadoop.hbase.rest.TestGZIPResponseWrapper
wrapper should set all headers except "content-length"
testHeaderSizeInCacheWithoutChecksum() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFileDataBlockEncoder
Test for HBASE-5746.
testHeadTail() - Method in class org.apache.hadoop.hbase.regionserver.TestCellSkipListSet
 
testHealthCheckerFail() - Method in class org.apache.hadoop.hbase.TestNodeHealthCheckChore
 
testHealthCheckerSuccess() - Method in class org.apache.hadoop.hbase.TestNodeHealthCheckChore
 
testHealthCheckerTimeout() - Method in class org.apache.hadoop.hbase.TestNodeHealthCheckChore
 
TestHeapMemoryManager - Class in org.apache.hadoop.hbase.regionserver
 
TestHeapMemoryManager() - Constructor for class org.apache.hadoop.hbase.regionserver.TestHeapMemoryManager
 
testHeapMemoryManagerWhenOffheapFlushesHappenUnderReadHeavyCase() - Method in class org.apache.hadoop.hbase.regionserver.TestHeapMemoryManager
 
testHeapMemoryManagerWithOffheapMemstoreAndMixedWorkload() - Method in class org.apache.hadoop.hbase.regionserver.TestHeapMemoryManager
 
testHeapOccupancyPolicy() - Method in class org.apache.hadoop.hbase.client.TestClientExponentialBackoff
 
TestHeapSize - Class in org.apache.hadoop.hbase.io
Testing the sizing that HeapSize offers and compares to the size given by ClassSize.
TestHeapSize() - Constructor for class org.apache.hadoop.hbase.io.TestHeapSize
 
testHeapSize() - Method in class org.apache.hadoop.hbase.TestTagRewriteCell
 
testHeapSizeChanges(BlockCache, int) - Static method in class org.apache.hadoop.hbase.io.hfile.CacheTestUtils
Just checks if heapsize grows when something is cached, and gets smaller when the same object is evicted
testHeapSizeForBlockIndex() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFileBlockIndex
Checks if the HeapSize calculator is within reason
testHeartbeat() - Method in class org.apache.hadoop.hbase.io.asyncfs.TestFanOutOneBlockAsyncDFSOutput
 
testHeartbeatBetweenColumnFamilies() - Method in class org.apache.hadoop.hbase.regionserver.TestScannerHeartbeatMessages
Test the case that the time limit for scans is reached in between column families
testHeartbeatBetweenRows() - Method in class org.apache.hadoop.hbase.regionserver.TestScannerHeartbeatMessages
Test the case that the time limit for the scan is reached after each full row of cells is fetched.
testHeartbeatException() - Method in class org.apache.hadoop.hbase.client.locking.TestEntityLocks
Test that abort is called when lockHeartbeat fails with IOException.
testHeartbeatWithSparseCellFilter() - Method in class org.apache.hadoop.hbase.regionserver.TestScannerHeartbeatMessages
Test the case that there is a filter which filters most of cells
testHeartbeatWithSparseFilter() - Method in class org.apache.hadoop.hbase.client.AbstractTestResultScannerCursor
 
testHeartbeatWithSparseFilter() - Method in class org.apache.hadoop.hbase.client.TestRawAsyncScanCursor
 
testHeartbeatWithSparseFilterReversed() - Method in class org.apache.hadoop.hbase.client.AbstractTestResultScannerCursor
 
testHeartbeatWithSparseFilterReversed() - Method in class org.apache.hadoop.hbase.client.TestRawAsyncScanCursor
 
testHeartbeatWithSparseRowFilter() - Method in class org.apache.hadoop.hbase.regionserver.TestScannerHeartbeatMessages
Test the case that there is a filter which filters most of rows
testHedgedRead() - Method in class org.apache.hadoop.hbase.client.TestReplicasClient
 
TestHelloHBase - Class in org.apache.hbase.archetypes.exemplars.client
Unit testing for HelloHBase.
TestHelloHBase() - Constructor for class org.apache.hbase.archetypes.exemplars.client.TestHelloHBase
 
TestHelloHBase - Class in org.apache.hbase.archetypes.exemplars.shaded_client
Unit testing for HelloHBase.
TestHelloHBase() - Constructor for class org.apache.hbase.archetypes.exemplars.shaded_client.TestHelloHBase
 
TestHFile - Class in org.apache.hadoop.hbase.io.hfile
test hfile features.
TestHFile() - Constructor for class org.apache.hadoop.hbase.io.hfile.TestHFile
 
testHFileAllCellsWithoutTags() - Method in class org.apache.hadoop.hbase.regionserver.TestDataBlockEncodingTool
 
testHFileAllCellsWithTags() - Method in class org.apache.hadoop.hbase.regionserver.TestDataBlockEncodingTool
 
TestHFileArchiveUtil - Class in org.apache.hadoop.hbase.util
Test that the utility works as expected
TestHFileArchiveUtil() - Constructor for class org.apache.hadoop.hbase.util.TestHFileArchiveUtil
 
TestHFileBlock - Class in org.apache.hadoop.hbase.io.hfile
 
TestHFileBlock(boolean, boolean) - Constructor for class org.apache.hadoop.hbase.io.hfile.TestHFileBlock
 
TestHFileBlockIndex - Class in org.apache.hadoop.hbase.io.hfile
 
TestHFileBlockIndex(Compression.Algorithm) - Constructor for class org.apache.hadoop.hbase.io.hfile.TestHFileBlockIndex
 
TestHFileBlockPositionalRead - Class in org.apache.hadoop.hbase.io.hfile
Unit test suite covering HFileBlock positional read logic.
TestHFileBlockPositionalRead() - Constructor for class org.apache.hadoop.hbase.io.hfile.TestHFileBlockPositionalRead
 
testHFileCyclicReplication() - Method in class org.apache.hadoop.hbase.replication.TestMasterReplication
It tests the replication scenario involving 0 -> 1 -> 0.
TestHFileDataBlockEncoder - Class in org.apache.hadoop.hbase.io.hfile
 
TestHFileDataBlockEncoder(HFileDataBlockEncoder, boolean) - Constructor for class org.apache.hadoop.hbase.io.hfile.TestHFileDataBlockEncoder
Create test for given data block encoding configuration.
TestHFileEncryption - Class in org.apache.hadoop.hbase.io.hfile
 
TestHFileEncryption() - Constructor for class org.apache.hadoop.hbase.io.hfile.TestHFileEncryption
 
testHFileEncryption() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFileEncryption
 
testHFileEncryptionMetadata() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFileEncryption
 
testHFilefeaturesInternals(boolean) - Method in class org.apache.hadoop.hbase.io.hfile.TestHFile
 
testHFileFormatV3() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFileWriterV3
 
testHFileHalfCellsWithTags() - Method in class org.apache.hadoop.hbase.regionserver.TestDataBlockEncodingTool
 
TestHFileInlineToRootChunkConversion - Class in org.apache.hadoop.hbase.io.hfile
Test a case when an inline index chunk is converted to a root one.
TestHFileInlineToRootChunkConversion() - Constructor for class org.apache.hadoop.hbase.io.hfile.TestHFileInlineToRootChunkConversion
 
TestHFileLink - Class in org.apache.hadoop.hbase.io
Test that FileLink switches between alternate locations when the current location moves or gets deleted.
TestHFileLink() - Constructor for class org.apache.hadoop.hbase.io.TestHFileLink
 
testHFileLink() - Method in class org.apache.hadoop.hbase.regionserver.TestHStoreFile
 
testHFileMultiSlaveReplication() - Method in class org.apache.hadoop.hbase.replication.TestMasterReplication
It tests the multi slave hfile replication scenario involving 0 -> 1, 2.
TestHFileOutputFormat2 - Class in org.apache.hadoop.hbase.mapreduce
Simple test for HFileOutputFormat2.
TestHFileOutputFormat2() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat2
 
testHfileRefsReplicationQueues() - Method in class org.apache.hadoop.hbase.replication.TestReplicationStateBasic
 
testHFileReplication() - Method in class org.apache.hadoop.hbase.client.TestAdmin1
 
testHFileReplicationForConfiguredTableCfs() - Method in class org.apache.hadoop.hbase.replication.TestMasterReplication
It tests the bulk loaded hfile replication scenario to only explicitly specified table column families.
testHFileScannerThrowsErrors() - Method in class org.apache.hadoop.hbase.regionserver.TestFSErrorsExposed
Injects errors into the pread calls of an on-disk file, and makes sure those bubble up to the HFile scanner
TestHFileSeek - Class in org.apache.hadoop.hbase.io.hfile
test the performance for seek.
TestHFileSeek() - Constructor for class org.apache.hadoop.hbase.io.hfile.TestHFileSeek
 
testHFileWriterAndReader() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFileBlockIndex
Testing block index through the HFile writer/reader APIs.
TestHFileWriterV3 - Class in org.apache.hadoop.hbase.io.hfile
Testing writing a version 3 HFile.
TestHFileWriterV3(boolean) - Constructor for class org.apache.hadoop.hbase.io.hfile.TestHFileWriterV3
 
testHigherKey() - Method in class org.apache.hadoop.hbase.types.TestCopyOnWriteMaps
 
testHintPassThru() - Method in class org.apache.hadoop.hbase.filter.TestFilterList
Test pass-thru of hints.
TestHMasterCommandLine - Class in org.apache.hadoop.hbase.master
 
TestHMasterCommandLine() - Constructor for class org.apache.hadoop.hbase.master.TestHMasterCommandLine
 
TestHMasterRPCException - Class in org.apache.hadoop.hbase.master
 
TestHMasterRPCException() - Constructor for class org.apache.hadoop.hbase.master.TestHMasterRPCException
 
testHMConnectorServerWhenShutdownCluster() - Method in class org.apache.hadoop.hbase.TestJMXConnectorServer
This tests to validate the HMaster's ConnectorServer after unauthorised shutdown call.
testHMConnectorServerWhenStopMaster() - Method in class org.apache.hadoop.hbase.TestJMXConnectorServer
This tests to validate the HMaster's ConnectorServer after unauthorised stopMaster call.
TestHMobStore - Class in org.apache.hadoop.hbase.regionserver
 
TestHMobStore() - Constructor for class org.apache.hadoop.hbase.regionserver.TestHMobStore
 
testHolesInMeta() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testHostNameCaseSensitivity() - Method in class org.apache.hadoop.hbase.TestServerName
 
testHostPortParse() - Method in class org.apache.hadoop.hbase.zookeeper.TestZKMainServer
 
TestHQuorumPeer - Class in org.apache.hadoop.hbase.zookeeper
Test for HQuorumPeer.
TestHQuorumPeer() - Constructor for class org.apache.hadoop.hbase.zookeeper.TestHQuorumPeer
 
TestHRegion - Class in org.apache.hadoop.hbase.regionserver
Basic stand-alone testing of HRegion.
TestHRegion() - Constructor for class org.apache.hadoop.hbase.regionserver.TestHRegion
 
TestHRegion.FlushThread - Class in org.apache.hadoop.hbase.regionserver
 
TestHRegion.HRegionForTesting - Class in org.apache.hadoop.hbase.regionserver
The same as HRegion class, the only difference is that instantiateHStore will create a different HStore - HStoreForTesting.
TestHRegion.HStoreForTesting - Class in org.apache.hadoop.hbase.regionserver
HStoreForTesting is merely the same as HStore, the difference is in the doCompaction method of HStoreForTesting there is a checkpoint "hbase.hstore.compaction.complete" which doesn't let hstore compaction complete.
TestHRegion.PutThread - Class in org.apache.hadoop.hbase.regionserver
 
TestHRegionFileSystem - Class in org.apache.hadoop.hbase.regionserver
 
TestHRegionFileSystem() - Constructor for class org.apache.hadoop.hbase.regionserver.TestHRegionFileSystem
 
TestHRegionInfo - Class in org.apache.hadoop.hbase.regionserver
 
TestHRegionInfo() - Constructor for class org.apache.hadoop.hbase.regionserver.TestHRegionInfo
 
TestHRegionLocation - Class in org.apache.hadoop.hbase
 
TestHRegionLocation() - Constructor for class org.apache.hadoop.hbase.TestHRegionLocation
 
TestHRegionOnCluster - Class in org.apache.hadoop.hbase.regionserver
Tests that need to spin up a cluster testing an HRegion.
TestHRegionOnCluster() - Constructor for class org.apache.hadoop.hbase.regionserver.TestHRegionOnCluster
 
TestHRegionPartitioner - Class in org.apache.hadoop.hbase.mapreduce
 
TestHRegionPartitioner() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestHRegionPartitioner
 
testHRegionPartitioner() - Method in class org.apache.hadoop.hbase.mapreduce.TestHRegionPartitioner
Test HRegionPartitioner
TestHRegionReplayEvents - Class in org.apache.hadoop.hbase.regionserver
Tests of HRegion methods for replaying flush, compaction, region open, etc events for secondary region replicas
TestHRegionReplayEvents() - Constructor for class org.apache.hadoop.hbase.regionserver.TestHRegionReplayEvents
 
TestHRegionServerBulkLoad - Class in org.apache.hadoop.hbase.regionserver
Tests bulk loading of HFiles and shows the atomicity or lack of atomicity of the region server's bullkLoad functionality.
TestHRegionServerBulkLoad(int) - Constructor for class org.apache.hadoop.hbase.regionserver.TestHRegionServerBulkLoad
 
TestHRegionServerBulkLoad.AtomicHFileLoader - Class in org.apache.hadoop.hbase.regionserver
Thread that does full scans of the table looking for any partially completed rows.
TestHRegionServerBulkLoad.AtomicScanReader - Class in org.apache.hadoop.hbase.regionserver
Thread that does full scans of the table looking for any partially completed rows.
TestHRegionServerBulkLoad.MyObserver - Class in org.apache.hadoop.hbase.regionserver
 
TestHRegionServerBulkLoadWithOldClient - Class in org.apache.hadoop.hbase.regionserver
Tests bulk loading of HFiles with old non-secure client for backward compatibility.
TestHRegionServerBulkLoadWithOldClient(int) - Constructor for class org.apache.hadoop.hbase.regionserver.TestHRegionServerBulkLoadWithOldClient
 
TestHRegionServerBulkLoadWithOldClient.AtomicHFileLoader - Class in org.apache.hadoop.hbase.regionserver
 
TestHRegionServerBulkLoadWithOldSecureEndpoint - Class in org.apache.hadoop.hbase.regionserver
Tests bulk loading of HFiles with old secure Endpoint client for backward compatibility.
TestHRegionServerBulkLoadWithOldSecureEndpoint(int) - Constructor for class org.apache.hadoop.hbase.regionserver.TestHRegionServerBulkLoadWithOldSecureEndpoint
 
TestHRegionServerBulkLoadWithOldSecureEndpoint.AtomicHFileLoader - Class in org.apache.hadoop.hbase.regionserver
 
TestHRegionWithInMemoryFlush - Class in org.apache.hadoop.hbase.regionserver
A test similar to TestHRegion, but with in-memory flush families.
TestHRegionWithInMemoryFlush() - Constructor for class org.apache.hadoop.hbase.regionserver.TestHRegionWithInMemoryFlush
 
TestHStore - Class in org.apache.hadoop.hbase.regionserver
Test class for the HStore
TestHStore() - Constructor for class org.apache.hadoop.hbase.regionserver.TestHStore
 
TestHStore.DummyStoreEngine - Class in org.apache.hadoop.hbase.regionserver
 
TestHStore.MyCompactingMemStore - Class in org.apache.hadoop.hbase.regionserver
 
TestHStore.MyCompactingMemStoreWithCustomCompactor - Class in org.apache.hadoop.hbase.regionserver
 
TestHStoreFile - Class in org.apache.hadoop.hbase.regionserver
Test HStoreFile
TestHStoreFile() - Constructor for class org.apache.hadoop.hbase.regionserver.TestHStoreFile
 
testHTableBatchWithEmptyPut() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide3
 
testHTableDeleteWithList() - Method in class org.apache.hadoop.hbase.client.TestMultiParallel
 
TestHTableDescriptor - Class in org.apache.hadoop.hbase
Deprecated.
TestHTableDescriptor() - Constructor for class org.apache.hadoop.hbase.TestHTableDescriptor
Deprecated.
 
testHTableExistsAllBeforeGet() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide3
 
testHTableExistsBeforeGet() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide3
 
testHTableExistsMethodMultipleRegionsMultipleGets() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide3
 
testHTableExistsMethodMultipleRegionsSingleGet() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide3
 
testHTableExistsMethodSingleRegionMultipleGets() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide3
 
testHTableExistsMethodSingleRegionSingleGet() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide3
 
testHTableInterfaceMethods() - Method in class org.apache.hadoop.hbase.coprocessor.TestAppendTimeRange
 
testHTableInterfaceMethods() - Method in class org.apache.hadoop.hbase.coprocessor.TestIncrementTimeRange
 
TestHTableMultiplexer - Class in org.apache.hadoop.hbase.client
 
TestHTableMultiplexer() - Constructor for class org.apache.hadoop.hbase.client.TestHTableMultiplexer
 
testHTableMultiplexer() - Method in class org.apache.hadoop.hbase.client.TestHTableMultiplexer
 
TestHTableMultiplexerFlushCache - Class in org.apache.hadoop.hbase.client
 
TestHTableMultiplexerFlushCache() - Constructor for class org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache
 
TestHTableMultiplexerViaMocks - Class in org.apache.hadoop.hbase.client
 
TestHTableMultiplexerViaMocks() - Constructor for class org.apache.hadoop.hbase.client.TestHTableMultiplexerViaMocks
 
testHTablePutSuccess() - Method in class org.apache.hadoop.hbase.client.TestAsyncProcess
 
testHTableWithLargeBatch() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide3
 
TestHtmlQuoting - Class in org.apache.hadoop.hbase.http
 
TestHtmlQuoting() - Constructor for class org.apache.hadoop.hbase.http.TestHtmlQuoting
 
testHttpMethods() - Method in class org.apache.hadoop.hbase.http.TestHttpServer
 
TestHttpProxyExample - Class in org.apache.hadoop.hbase.client.example
 
TestHttpProxyExample() - Constructor for class org.apache.hadoop.hbase.client.example.TestHttpProxyExample
 
TestHttpRequestLog - Class in org.apache.hadoop.hbase.http
 
TestHttpRequestLog() - Constructor for class org.apache.hadoop.hbase.http.TestHttpRequestLog
 
TestHttpRequestLogAppender - Class in org.apache.hadoop.hbase.http
 
TestHttpRequestLogAppender() - Constructor for class org.apache.hadoop.hbase.http.TestHttpRequestLogAppender
 
TestHttpServer - Class in org.apache.hadoop.hbase.http
 
TestHttpServer() - Constructor for class org.apache.hadoop.hbase.http.TestHttpServer
 
TestHttpServer.DummyFilterInitializer - Class in org.apache.hadoop.hbase.http
FilterInitializer that initialized the DummyFilter.
TestHttpServer.DummyServletFilter - Class in org.apache.hadoop.hbase.http
Dummy filter that mimics as an authentication filter.
TestHttpServer.EchoMapServlet - Class in org.apache.hadoop.hbase.http
 
TestHttpServer.EchoServlet - Class in org.apache.hadoop.hbase.http
 
TestHttpServer.HtmlContentServlet - Class in org.apache.hadoop.hbase.http
 
TestHttpServer.LongHeaderServlet - Class in org.apache.hadoop.hbase.http
 
TestHttpServer.MyGroupsProvider - Class in org.apache.hadoop.hbase.http
Custom user->group mapping service.
TestHttpServerLifecycle - Class in org.apache.hadoop.hbase.http
 
TestHttpServerLifecycle() - Constructor for class org.apache.hadoop.hbase.http.TestHttpServerLifecycle
 
TestHttpServerWebapps - Class in org.apache.hadoop.hbase.http
Test webapp loading
TestHttpServerWebapps() - Constructor for class org.apache.hadoop.hbase.http.TestHttpServerWebapps
 
TestIdentityTableMap - Class in org.apache.hadoop.hbase.mapred
 
TestIdentityTableMap() - Constructor for class org.apache.hadoop.hbase.mapred.TestIdentityTableMap
 
TestIdLock - Class in org.apache.hadoop.hbase.util
 
TestIdLock() - Constructor for class org.apache.hadoop.hbase.util.TestIdLock
 
TestIdReadWriteLock - Class in org.apache.hadoop.hbase.util
 
TestIdReadWriteLock() - Constructor for class org.apache.hadoop.hbase.util.TestIdReadWriteLock
 
testIfExtendedCellImplemented() - Method in class org.apache.hadoop.hbase.TestIndividualBytesFieldCell
 
testIfWeHaveNewReferenceFilesButOldStoreFiles() - Method in class org.apache.hadoop.hbase.util.compaction.TestMajorCompactionRequest
 
testIgnoreRegionReplicas() - Method in class org.apache.hadoop.hbase.quotas.TestFileSystemUtilizationChore
 
testIgnoreSplitParents() - Method in class org.apache.hadoop.hbase.quotas.TestFileSystemUtilizationChore
 
testIllegalFamily() - Method in class org.apache.hadoop.hbase.TestIndividualBytesFieldCell
 
testIllegalHTableNames() - Method in class org.apache.hadoop.hbase.TestHTableDescriptor
Deprecated.
 
testIllegalHTableNames() - Method in class org.apache.hadoop.hbase.TestTableName
 
testIllegalHTableNamesRegex() - Method in class org.apache.hadoop.hbase.TestHTableDescriptor
Deprecated.
 
testIllegalQualifier() - Method in class org.apache.hadoop.hbase.TestIndividualBytesFieldCell
 
testIllegalRegionTasks() - Method in class org.apache.hadoop.hbase.client.TestSimpleRequestController
 
testIllegalRequestHeapSize() - Method in class org.apache.hadoop.hbase.client.TestSimpleRequestController
 
testIllegalRequestRows() - Method in class org.apache.hadoop.hbase.client.TestSimpleRequestController
 
testIllegalRow() - Method in class org.apache.hadoop.hbase.TestIndividualBytesFieldCell
 
testIllegalRsTasks() - Method in class org.apache.hadoop.hbase.client.TestSimpleRequestController
 
testIllegalSubmittedSize() - Method in class org.apache.hadoop.hbase.client.TestSimpleRequestController
 
TestIllegalTableDescriptor - Class in org.apache.hadoop.hbase.client
 
TestIllegalTableDescriptor() - Constructor for class org.apache.hadoop.hbase.client.TestIllegalTableDescriptor
 
testIllegalTableDescriptor() - Method in class org.apache.hadoop.hbase.client.TestIllegalTableDescriptor
 
testIllegalTableNames() - Method in class org.apache.hadoop.hbase.client.TestTableDescriptorBuilder
 
testIllegalTableNamesRegex() - Method in class org.apache.hadoop.hbase.client.TestTableDescriptorBuilder
 
testIllegalTags() - Method in class org.apache.hadoop.hbase.TestIndividualBytesFieldCell
 
testIllegalTimestamp() - Method in class org.apache.hadoop.hbase.TestIndividualBytesFieldCell
 
testIllegalValue() - Method in class org.apache.hadoop.hbase.TestIndividualBytesFieldCell
 
testIllegalZooKeeperName() - Method in class org.apache.hadoop.hbase.TestHTableDescriptor
Deprecated.
 
testImmutable() - Method in class org.apache.hadoop.hbase.client.TestImmutableHColumnDescriptor
 
testImmutable() - Method in class org.apache.hadoop.hbase.client.TestImmutableHRegionInfo
 
testImmutable() - Method in class org.apache.hadoop.hbase.client.TestImmutableHTableDescriptor
 
TestImmutableBytesWritable - Class in org.apache.hadoop.hbase.io
 
TestImmutableBytesWritable() - Constructor for class org.apache.hadoop.hbase.io.TestImmutableBytesWritable
 
testImmutableGetters() - Method in class org.apache.hadoop.hbase.quotas.TestTablesWithQuotas
 
TestImmutableHColumnDescriptor - Class in org.apache.hadoop.hbase.client
 
TestImmutableHColumnDescriptor() - Constructor for class org.apache.hadoop.hbase.client.TestImmutableHColumnDescriptor
 
testImmutableHColumnDescriptor() - Method in class org.apache.hadoop.hbase.client.TestImmutableHTableDescriptor
 
TestImmutableHRegionInfo - Class in org.apache.hadoop.hbase.client
Test ImmutableHRegionInfo
TestImmutableHRegionInfo() - Constructor for class org.apache.hadoop.hbase.client.TestImmutableHRegionInfo
 
TestImmutableHTableDescriptor - Class in org.apache.hadoop.hbase.client
 
TestImmutableHTableDescriptor() - Constructor for class org.apache.hadoop.hbase.client.TestImmutableHTableDescriptor
 
testImport94Table() - Method in class org.apache.hadoop.hbase.coprocessor.TestImportExport
Skip the test which is unrelated to the coprocessor.Export.
testImport94Table() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedImportExport2
Test import data from 0.94 exported file
testImport94Table() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportExport
Test import data from 0.94 exported file
TestImportExport - Class in org.apache.hadoop.hbase.coprocessor
 
TestImportExport() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestImportExport
 
TestImportExport - Class in org.apache.hadoop.hbase.mapreduce
Tests the table import and table export MR job functionality
TestImportExport() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestImportExport
 
testImportMain() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedImportExport2
test main method.
testImportMain() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportExport
test main method.
testImportMain() - Method in class org.apache.hadoop.hbase.mapreduce.TestRowCounter
test main method.
TestImportTsv - Class in org.apache.hadoop.hbase.mapreduce
 
TestImportTsv() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestImportTsv
 
TestImportTsvParser - Class in org.apache.hadoop.hbase.mapreduce
TestImportTsvParser() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestImportTsvParser
 
TestImportTSVWithOperationAttributes - Class in org.apache.hadoop.hbase.mapreduce
 
TestImportTSVWithOperationAttributes() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithOperationAttributes
 
TestImportTSVWithOperationAttributes.OperationAttributesTestController - Class in org.apache.hadoop.hbase.mapreduce
 
TestImportTSVWithTTLs - Class in org.apache.hadoop.hbase.mapreduce
 
TestImportTSVWithTTLs() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithTTLs
 
TestImportTSVWithTTLs.TTLCheckingObserver - Class in org.apache.hadoop.hbase.mapreduce
 
TestImportTSVWithVisibilityLabels - Class in org.apache.hadoop.hbase.mapreduce
 
TestImportTSVWithVisibilityLabels() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithVisibilityLabels
 
testInclusiveStopFilter() - Method in class org.apache.hadoop.hbase.filter.TestFilter
 
testInclusiveStopFilter() - Method in class org.apache.hadoop.hbase.filter.TestFilterSerialization
 
TestInclusiveStopFilter - Class in org.apache.hadoop.hbase.filter
Tests the inclusive stop row filter
TestInclusiveStopFilter() - Constructor for class org.apache.hadoop.hbase.filter.TestInclusiveStopFilter
 
testInclusiveStopFilter() - Method in class org.apache.hadoop.hbase.filter.TestParseFilter
 
testInclusiveStopFilter() - Method in class org.apache.hadoop.hbase.rest.TestScannersWithFilters
 
testInclusiveStopFilterWithReverseScan() - Method in class org.apache.hadoop.hbase.filter.TestFilter
 
testIncompatibleThrottleTypes() - Method in class org.apache.hadoop.hbase.quotas.TestThrottleSettings
 
testIncompleteMetaTableReplicaInformation() - Method in class org.apache.hadoop.hbase.master.TestMasterOperationsForRegionReplicas
 
testIncorrectComparatorType() - Method in class org.apache.hadoop.hbase.filter.TestParseFilter
 
testIncorrectCompareOperator() - Method in class org.apache.hadoop.hbase.filter.TestParseFilter
 
testIncorrectFilterString() - Method in class org.apache.hadoop.hbase.filter.TestParseFilter
 
testIncreasingToUpperBoundRegionSplitPolicy() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionSplitPolicy
 
testIncrement() - Method in class org.apache.hadoop.hbase.client.TestAsyncTable
 
testIncrement() - Method in class org.apache.hadoop.hbase.client.TestAsyncTableNoncedRetry
 
TestIncrement - Class in org.apache.hadoop.hbase.client
 
TestIncrement() - Constructor for class org.apache.hadoop.hbase.client.TestIncrement
 
testIncrement() - Method in class org.apache.hadoop.hbase.client.TestIncrementsFromClientSide
 
testIncrement() - Method in class org.apache.hadoop.hbase.client.TestResultFromCoprocessor
 
testIncrement() - Method in class org.apache.hadoop.hbase.client.TestRowComparator
 
testIncrement() - Method in class org.apache.hadoop.hbase.coprocessor.TestIncrementAndAppendWithNullResult
 
testIncrement() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerMetrics
 
testIncrement() - Method in class org.apache.hadoop.hbase.regionserver.wal.TestDurability
 
testIncrement() - Method in class org.apache.hadoop.hbase.shaded.protobuf.TestProtobufUtil
Test Increment Mutate conversions.
testIncrement() - Method in class org.apache.hadoop.hbase.util.TestCounter
 
TestIncrementAndAppendWithNullResult - Class in org.apache.hadoop.hbase.coprocessor
 
TestIncrementAndAppendWithNullResult() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestIncrementAndAppendWithNullResult
 
TestIncrementAndAppendWithNullResult.MyObserver - Class in org.apache.hadoop.hbase.coprocessor
 
testIncrementAndGet() - Method in class org.apache.hadoop.hbase.util.TestCounter
 
testIncrementBytes() - Method in class org.apache.hadoop.hbase.util.TestBytes
 
testIncrementCopyConstructor() - Method in class org.apache.hadoop.hbase.client.TestMutation
 
TestIncrementFromClientSideWithCoprocessor - Class in org.apache.hadoop.hbase.client
Test all Increment client operations with a coprocessor that just implements the default flush/compact/scan policy.
TestIncrementFromClientSideWithCoprocessor() - Constructor for class org.apache.hadoop.hbase.client.TestIncrementFromClientSideWithCoprocessor
 
testIncrementHook() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverInterface
 
testIncrementIncrZeroAtFirst() - Method in class org.apache.hadoop.hbase.client.TestIncrementsFromClientSide
 
TestIncrementingEnvironmentEdge - Class in org.apache.hadoop.hbase.util
Tests that the incrementing environment edge increments time instead of using the default.
TestIncrementingEnvironmentEdge() - Constructor for class org.apache.hadoop.hbase.util.TestIncrementingEnvironmentEdge
 
testIncrementingInvalidValue() - Method in class org.apache.hadoop.hbase.client.TestIncrementsFromClientSide
 
testIncrementInstance() - Method in class org.apache.hadoop.hbase.client.TestIncrement
 
testIncrementInvalidArguments() - Method in class org.apache.hadoop.hbase.client.TestIncrementsFromClientSide
 
testIncrementIteration() - Method in class org.apache.hadoop.hbase.client.TestPutDeleteEtcCellIteration
 
testIncrementJSON() - Method in class org.apache.hadoop.hbase.rest.TestGetAndPutResource
 
testIncrementMultiThreads() - Method in class org.apache.hadoop.hbase.regionserver.TestAtomicOperation
Test multi-threaded increments.
testIncrementOnSameColumn() - Method in class org.apache.hadoop.hbase.client.TestIncrementsFromClientSide
 
testIncrementOutOfOrder() - Method in class org.apache.hadoop.hbase.client.TestIncrementsFromClientSide
 
testIncrementPB() - Method in class org.apache.hadoop.hbase.rest.TestGetAndPutResource
 
TestIncrementsFromClientSide - Class in org.apache.hadoop.hbase.client
Run Increment tests that use the HBase clients; HTable.
TestIncrementsFromClientSide() - Constructor for class org.apache.hadoop.hbase.client.TestIncrementsFromClientSide
 
TestIncrementTimeRange - Class in org.apache.hadoop.hbase.coprocessor
This test runs batch mutation with Increments which have custom TimeRange.
TestIncrementTimeRange() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestIncrementTimeRange
 
TestIncrementTimeRange.MyObserver - Class in org.apache.hadoop.hbase.coprocessor
 
testIncrementTimestampsAreMonotonic() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testIncrementWithCustomTimestamp() - Method in class org.apache.hadoop.hbase.client.TestIncrementsFromClientSide
 
testIncrementWithDeletes() - Method in class org.apache.hadoop.hbase.client.TestIncrementsFromClientSide
 
testIncrementWithDoNotRetryIOException() - Method in class org.apache.hadoop.hbase.client.TestTableOperationException
 
testIncrementWithIOException() - Method in class org.apache.hadoop.hbase.client.TestTableOperationException
 
testIncrementWithNonExistingFamily() - Method in class org.apache.hadoop.hbase.regionserver.TestAtomicOperation
 
testIncrementWithReturnResultsSetToFalse() - Method in class org.apache.hadoop.hbase.regionserver.wal.TestDurability
Test when returnResults set to false in increment it should not return the result instead it resturn null.
testIncrementXML() - Method in class org.apache.hadoop.hbase.rest.TestGetAndPutResource
 
testIncrWithReadOnlyTable() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testIndependentZKConnections() - Method in class org.apache.hadoop.hbase.client.TestZKAsyncRegistry
 
testIndexBuilder() - Method in class org.apache.hadoop.hbase.mapreduce.TestMapReduceExamples
Test IndexBuilder from examples
testIndexesScanWithOneDeletedRow() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testIndexOf() - Method in class org.apache.hadoop.hbase.util.TestBytes
 
TestIndividualBytesFieldCell - Class in org.apache.hadoop.hbase
 
TestIndividualBytesFieldCell() - Constructor for class org.apache.hadoop.hbase.TestIndividualBytesFieldCell
 
testInfiniteLoop() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.TestExplicitColumnTracker
Regression test for HBASE-2545
testInfo() - Method in class org.apache.hadoop.hbase.master.TestMasterMetricsWrapper
 
TestInfoServers - Class in org.apache.hadoop.hbase
Testing, info servers are disabled.
TestInfoServers() - Constructor for class org.apache.hadoop.hbase.TestInfoServers
 
testInfoServersRedirect() - Method in class org.apache.hadoop.hbase.TestInfoServers
Ensure when we go to top level index pages that we get redirected to an info-server specific status page.
testInfoServersStatusPages() - Method in class org.apache.hadoop.hbase.TestInfoServers
Test that the status pages in the minicluster load properly.
testIngest() - Method in class org.apache.hadoop.hbase.IntegrationTestIngest
 
testIngest() - Method in class org.apache.hadoop.hbase.IntegrationTestIngestWithMOB
 
testIngest() - Method in class org.apache.hadoop.hbase.IntegrationTestRegionReplicaReplication
 
TestingZKListener(ZKWatcher, String) - Constructor for class org.apache.hadoop.hbase.zookeeper.TestZKNodeTracker.TestingZKListener
 
testInitialChorePrecedence() - Method in class org.apache.hadoop.hbase.TestChoreService
 
testInitSaslProperties() - Method in class org.apache.hadoop.hbase.security.TestSaslUtil
 
testInitTableMapperJob1() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableMapReduceUtil
 
testInitTableMapperJob2() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableMapReduceUtil
 
testInitTableMapperJob3() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableMapReduceUtil
 
testInitTableMapperJob4() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableMapReduceUtil
 
testInitTableSnapshotMapperJobConfig() - Method in class org.apache.hadoop.hbase.mapred.TestTableSnapshotInputFormat
 
testInitTableSnapshotMapperJobConfig() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableSnapshotInputFormat
 
testInMemoryParentCleanup() - Method in class org.apache.hadoop.hbase.master.TestCatalogJanitorInMemoryStates
Test clearing a split parent from memory.
testInsert() - Method in class org.apache.hadoop.hbase.util.TestBoundedPriorityBlockingQueue
 
testInsertFilesIntoL0() - Method in class org.apache.hadoop.hbase.regionserver.TestStripeStoreFileManager
 
TestInstancePending - Class in org.apache.hadoop.hbase.zookeeper
 
TestInstancePending() - Constructor for class org.apache.hadoop.hbase.zookeeper.TestInstancePending
 
testInsufficientlyReportedTableFiltering() - Method in class org.apache.hadoop.hbase.quotas.TestTablesWithQuotas
 
testInsufficientRemainingRead() - Method in class org.apache.hadoop.hbase.types.TestFixedLengthWrapper
 
testInsufficientRemainingWrite() - Method in class org.apache.hadoop.hbase.types.TestFixedLengthWrapper
 
testInt16() - Method in class org.apache.hadoop.hbase.util.TestOrderedBytes
Test int16 encoding.
testInt32() - Method in class org.apache.hadoop.hbase.util.TestOrderedBytes
Test int32 encoding.
testInt64() - Method in class org.apache.hadoop.hbase.util.TestOrderedBytes
Test int64 encoding.
testInt8() - Method in class org.apache.hadoop.hbase.util.TestOrderedBytes
Test int8 encoding.
TestIntegrationTestBase - Class in org.apache.hadoop.hbase
 
TestIntegrationTestBase() - Constructor for class org.apache.hadoop.hbase.TestIntegrationTestBase
 
testInteractWithThreadPool() - Method in class org.apache.hadoop.hbase.util.TestStealJobQueue
 
testInterClusterReplication() - Method in class org.apache.hadoop.hbase.replication.TestReplicationEndpoint
 
TestInterfaceAlign - Class in org.apache.hadoop.hbase.client
 
TestInterfaceAlign() - Constructor for class org.apache.hadoop.hbase.client.TestInterfaceAlign
 
testIntermediateLevelIndicesWithLargeKeys() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFileBlockIndex
 
testIntermediateLevelIndicesWithLargeKeys(int) - Method in class org.apache.hadoop.hbase.io.hfile.TestHFileBlockIndex
 
testIntermediateLevelIndicesWithLargeKeysWithMinNumEntries() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFileBlockIndex
 
testInterning() - Method in class org.apache.hadoop.hbase.TestServerName
 
testInterningDoesWeakReferences() - Method in class org.apache.hadoop.hbase.TestServerName
 
testInterrupt50Percent() - Method in class org.apache.hadoop.hbase.client.TestClientOperationInterrupt
 
testInterruptCompaction() - Method in class org.apache.hadoop.hbase.regionserver.TestCompaction
Verify that you can stop a long-running compaction (used during RS shutdown)
testInterruptedDuringAction() - Method in class org.apache.hadoop.hbase.zookeeper.TestZKUtilNoServer
 
testInterruptible() - Method in class org.apache.hadoop.hbase.zookeeper.TestZKNodeTracker
Test that we can interrupt a node that is blocked on a wait.
testInterruptWaitOnMeta() - Method in class org.apache.hadoop.hbase.TestMetaTableLocator
Test interruptable while blocking wait on meta.
testIntFitsIn() - Method in class org.apache.hadoop.hbase.util.TestByteBufferUtils
Test how much bytes we need to store integer.
TestIntraRowPagination - Class in org.apache.hadoop.hbase.client
Test scan/get offset and limit settings within one row through HRegion API.
TestIntraRowPagination() - Constructor for class org.apache.hadoop.hbase.client.TestIntraRowPagination
 
testInvalidCheckParam() - Method in class org.apache.hadoop.hbase.rest.TestGetAndPutResource
 
testInvalidColumnFamily() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactionState
 
testInvalidColumnPut() - Method in class org.apache.hadoop.hbase.rest.TestGetAndPutResource
 
testInvalidHColumnDescriptor() - Method in class org.apache.hadoop.hbase.client.TestAdmin1
 
testInvalidMerges() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaGlobalsSettingsBypass
 
testInvalidNamespace() - Method in class org.apache.hadoop.hbase.TestTableName
 
testInvalidNamespacePostsAndPuts() - Method in class org.apache.hadoop.hbase.rest.TestNamespacesInstanceResource
 
testInvalidNamespaceQuotaSizeLimit() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceLimitSettings
 
testInvalidRegionServerHostnameAbortsServer() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerHostname
 
testInvalidSkip() - Method in class org.apache.hadoop.hbase.types.TestTerminatedWrapper
 
testInvalidTableQuotaSizeLimit() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceLimitSettings
 
TestInvocationRecordFilter - Class in org.apache.hadoop.hbase.filter
Test the invocation logic of the filters.
TestInvocationRecordFilter() - Constructor for class org.apache.hadoop.hbase.filter.TestInvocationRecordFilter
 
testIOEOnOutputThread() - Method in class org.apache.hadoop.hbase.wal.TestWALSplit
 
testIOExceptionThrownOnClose() - Method in class org.apache.hadoop.hbase.regionserver.TestCleanupCompactedFileOnRegionClose
 
TestIOFencing - Class in org.apache.hadoop.hbase
Test for the case where a regionserver going down has enough cycles to do damage to regions that have actually been assigned elsehwere.
TestIOFencing() - Constructor for class org.apache.hadoop.hbase.TestIOFencing
 
TestIOFencing.BlockCompactionsInCompletionHStore - Class in org.apache.hadoop.hbase
 
TestIOFencing.BlockCompactionsInCompletionRegion - Class in org.apache.hadoop.hbase
An override of HRegion that allows us park compactions in a holding pattern and then when appropriate for the test, allow them proceed again.
TestIOFencing.BlockCompactionsInPrepRegion - Class in org.apache.hadoop.hbase
An override of HRegion that allows us park compactions in a holding pattern and then when appropriate for the test, allow them proceed again.
TestIOFencing.CompactionBlockerRegion - Class in org.apache.hadoop.hbase
 
TestIPCUtil - Class in org.apache.hadoop.hbase.ipc
 
TestIPCUtil() - Constructor for class org.apache.hadoop.hbase.ipc.TestIPCUtil
 
TestIPv6NIOServerSocketChannel - Class in org.apache.hadoop.hbase
This tests whether ServerSocketChannel works over ipv6, which ZooKeeper depends on.
TestIPv6NIOServerSocketChannel() - Constructor for class org.apache.hadoop.hbase.TestIPv6NIOServerSocketChannel
 
testIsClientReadable() - Method in class org.apache.hadoop.hbase.zookeeper.TestZNodePaths
 
testIsDead() - Method in class org.apache.hadoop.hbase.master.TestDeadServer
 
TestIsDeleteFailure - Class in org.apache.hadoop.hbase.regionserver
Test failure in ScanDeleteTracker.isDeleted when ROWCOL bloom filter is used during a scan with a filter.
TestIsDeleteFailure() - Constructor for class org.apache.hadoop.hbase.regionserver.TestIsDeleteFailure
 
testIsDeleteFailure() - Method in class org.apache.hadoop.hbase.regionserver.TestIsDeleteFailure
 
testIsEmpty() - Method in class org.apache.hadoop.hbase.types.TestCopyOnWriteMaps
 
testIsEnabledOrDisabledOnUnknownTable() - Method in class org.apache.hadoop.hbase.client.TestAdmin2
 
testIsFileClosed() - Method in class org.apache.hadoop.hbase.util.TestFSHDFSUtils
Test that isFileClosed makes us recover lease faster.
testIsHDFS() - Method in class org.apache.hadoop.hbase.util.TestFSUtils
 
testIsMetaWhenAllHealthy() - Method in class org.apache.hadoop.hbase.TestMetaTableAccessor
 
testIsMetaWhenMetaGoesOffline() - Method in class org.apache.hadoop.hbase.TestMetaTableAccessor
 
testIsSameHdfs() - Method in class org.apache.hadoop.hbase.util.TestFSHDFSUtils
 
testIsStale() - Method in class org.apache.hadoop.hbase.regionserver.TestStoreFileRefresherChore
 
testIsTableAvailable() - Method in class org.apache.hadoop.hbase.client.TestAsyncTableAdminApi3
 
testIsTableEnabledAndDisabled() - Method in class org.apache.hadoop.hbase.client.TestAsyncTableAdminApi3
 
testIsWALDirectoryNameWithWALs() - Method in class org.apache.hadoop.hbase.master.TestMasterWALManager
 
testIsZooKeeperSecure() - Method in class org.apache.hadoop.hbase.zookeeper.TestZooKeeperACL
Check if ZooKeeper JaasConfiguration is valid.
testIsZooKeeperSecureWithProgrammaticConfig() - Method in class org.apache.hadoop.hbase.zookeeper.TestZooKeeperACL
Check if Programmatic way of setting zookeeper security settings is valid.
testIterator() - Method in class org.apache.hadoop.hbase.regionserver.TestCellSkipListSet
 
testIteratorIsolation() - Method in class org.apache.hadoop.hbase.util.TestSortedList
 
testIteratorScaner() - Method in class org.apache.hadoop.hbase.rest.client.TestRemoteTable
Test RemoteHable.Scanner.iterator method
testJar() - Method in class org.apache.hadoop.hbase.mapreduce.TestJarFinder
 
TestJarFinder - Class in org.apache.hadoop.hbase.mapreduce
This file was forked from hadoop/common/branches/branch-2@1350012.
TestJarFinder() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestJarFinder
 
testJavaEngine() - Method in class org.apache.hadoop.hbase.filter.TestRegexComparator
 
TestJavaHBaseContext - Class in org.apache.hadoop.hbase.spark
 
TestJavaHBaseContext() - Constructor for class org.apache.hadoop.hbase.spark.TestJavaHBaseContext
 
TestJavaHBaseContext.BulkLoadFunction - Class in org.apache.hadoop.hbase.spark
 
TestJavaHBaseContext.BulkLoadThinRowsFunction - Class in org.apache.hadoop.hbase.spark
 
TestJavaHBaseContext.GetFunction - Class in org.apache.hadoop.hbase.spark
 
TestJavaHBaseContext.PutFunction - Class in org.apache.hadoop.hbase.spark
 
TestJavaHBaseContext.ResultFunction - Class in org.apache.hadoop.hbase.spark
 
testJersey() - Method in class org.apache.hadoop.hbase.http.TestHttpServer
 
testJira6912() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testJiraTest1014() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
HBASE-1014 commit(BatchUpdate) method should return timestamp
testJiraTest1182() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
HBASE-1182 Scan for columns > some timestamp
testJiraTest33() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
HBASE-33 Add a HTable get/obtainScanner method that retrieves all versions of a particular column and row between two timestamps
testJiraTest52() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
HBASE-52 Add a means of scanning over all versions
testJiraTest861() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
HBASE-861 get with timestamp will return a value if there is a version with an earlier timestamp
testJiraTest867() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
HBASE-867 If millions of columns in a column family, hbase scanner won't come up Test will create numRows rows, each with numColsPerRow columns (1 version each), and attempt to scan them all.
TestJMXConnectorServer - Class in org.apache.hadoop.hbase
Test case for JMX Connector Server.
TestJMXConnectorServer() - Constructor for class org.apache.hadoop.hbase.TestJMXConnectorServer
 
TestJMXConnectorServer.MyAccessController - Class in org.apache.hadoop.hbase
 
TestJMXJsonServlet - Class in org.apache.hadoop.hbase.http.jmx
 
TestJMXJsonServlet() - Constructor for class org.apache.hadoop.hbase.http.jmx.TestJMXJsonServlet
 
TestJMXListener - Class in org.apache.hadoop.hbase
 
TestJMXListener() - Constructor for class org.apache.hadoop.hbase.TestJMXListener
 
testJmxMetrics_EnsembleMode() - Method in class org.apache.hadoop.hbase.TestStochasticBalancerJmxMetrics
In Ensemble mode, there should be only one ensemble table
testJmxMetrics_PerTableMode() - Method in class org.apache.hadoop.hbase.TestStochasticBalancerJmxMetrics
In per-table mode, each table has a set of metrics
testJobConfigurableExtensionOfTableInputFormatBase() - Method in class org.apache.hadoop.hbase.mapred.TestTableInputFormat
 
testJobConfigurableExtensionOfTableInputFormatBase() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormat
 
testJobConfiguration() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedHFileOutputFormat2
 
testJobConfiguration() - Method in class org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat2
 
testJobConfigurationsWithDryMode() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTsv
 
testJobConfigurationsWithTsvImporterTextMapper() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTsv
 
TestJoinedScanners - Class in org.apache.hadoop.hbase.regionserver
Test performance improvement of joined scanners optimization: https://issues.apache.org/jira/browse/HBASE-5416
TestJoinedScanners() - Constructor for class org.apache.hadoop.hbase.regionserver.TestJoinedScanners
 
testJoinedScanners() - Method in class org.apache.hadoop.hbase.regionserver.TestJoinedScanners
 
testJoniEngine() - Method in class org.apache.hadoop.hbase.filter.TestRegexComparator
 
TestJRubyFormat - Class in org.apache.hadoop.hbase.util
 
TestJRubyFormat() - Constructor for class org.apache.hadoop.hbase.util.TestJRubyFormat
 
TestJSONMetricUtil - Class in org.apache.hadoop.hbase.util
 
TestJSONMetricUtil() - Constructor for class org.apache.hadoop.hbase.util.TestJSONMetricUtil
 
testKeepDeletedCells() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
Basic client side validation of HBASE-4536
testKeepDeleteInmemstore() - Method in class org.apache.hadoop.hbase.regionserver.TestDefaultMemStore
 
TestKeepDeletes - Class in org.apache.hadoop.hbase.regionserver
 
TestKeepDeletes() - Constructor for class org.apache.hadoop.hbase.regionserver.TestKeepDeletes
 
TestKeyLocker - Class in org.apache.hadoop.hbase.util
 
TestKeyLocker() - Constructor for class org.apache.hadoop.hbase.util.TestKeyLocker
 
testKeyOnly() - Method in class org.apache.hadoop.hbase.filter.TestKeyOnlyFilter
 
testKeyOnlyFilter() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testKeyOnlyFilter() - Method in class org.apache.hadoop.hbase.filter.TestFilter
 
testKeyOnlyFilter() - Method in class org.apache.hadoop.hbase.filter.TestFilterSerialization
 
TestKeyOnlyFilter - Class in org.apache.hadoop.hbase.filter
 
TestKeyOnlyFilter() - Constructor for class org.apache.hadoop.hbase.filter.TestKeyOnlyFilter
 
testKeyOnlyFilter() - Method in class org.apache.hadoop.hbase.filter.TestParseFilter
 
testKeyOnlyFilterTransformCell() - Method in class org.apache.hadoop.hbase.filter.TestFilterList
 
testKeyOnlyFilterWithReverseScan() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
TestKeyProvider - Class in org.apache.hadoop.hbase.io.crypto
 
TestKeyProvider() - Constructor for class org.apache.hadoop.hbase.io.crypto.TestKeyProvider
 
testKeys() - Method in class org.apache.hadoop.hbase.types.TestCopyOnWriteMaps
 
testKeys() - Method in class org.apache.hadoop.hbase.util.TestWeakObjectPool
 
TestKeyStoreKeyProvider - Class in org.apache.hadoop.hbase.io.crypto
 
TestKeyStoreKeyProvider() - Constructor for class org.apache.hadoop.hbase.io.crypto.TestKeyStoreKeyProvider
 
testKeyStoreKeyProviderWithPassword() - Method in class org.apache.hadoop.hbase.io.crypto.TestKeyStoreKeyProvider
 
testKeyStoreKeyProviderWithPasswordFile() - Method in class org.apache.hadoop.hbase.io.crypto.TestKeyStoreKeyProvider
 
TestKeyValue - Class in org.apache.hadoop.hbase
 
TestKeyValue() - Constructor for class org.apache.hadoop.hbase.TestKeyValue
 
testKeyValue() - Method in class org.apache.hadoop.hbase.TestSerialization
 
testKeyValueBorderCases() - Method in class org.apache.hadoop.hbase.TestKeyValue
Tests cases where rows keys have characters below the ','.
TestKeyValueHeap - Class in org.apache.hadoop.hbase.regionserver
 
TestKeyValueHeap() - Constructor for class org.apache.hadoop.hbase.regionserver.TestKeyValueHeap
 
testKeyValueImporter() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedImportExport2
Test map method of Importer
testKeyValueImporter() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportExport
Test map method of Importer
TestKeyValueScanFixture - Class in org.apache.hadoop.hbase.regionserver
 
TestKeyValueScanFixture() - Constructor for class org.apache.hadoop.hbase.regionserver.TestKeyValueScanFixture
 
testKeyValueScanFixture() - Method in class org.apache.hadoop.hbase.regionserver.TestKeyValueScanFixture
 
testKeyValueSerialization() - Method in class org.apache.hadoop.hbase.TestKeyValue
 
testKeyWrapping() - Method in class org.apache.hadoop.hbase.security.TestEncryptionUtil
 
testKillMiniHBaseCluster() - Method in class org.apache.hadoop.hbase.TestHBaseTestingUtility
 
testKillRS() - Method in class org.apache.hadoop.hbase.replication.TestSerialReplicationFailover
 
testKillRS() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
testKillRsHoldingMeta() - Method in class org.apache.hadoop.hbase.mttr.IntegrationTestMTTR
 
testKillRSWithOpeningRegion2482() - Method in class org.apache.hadoop.hbase.master.TestMasterTransitions
In 2482, a RS with an opening region on it dies.
testKVCodecWithTagsForDecodedCellsWithNoTags() - Method in class org.apache.hadoop.hbase.io.encoding.TestBufferedDataBlockEncoder
 
testKVsWithTags() - Method in class org.apache.hadoop.hbase.TestKeyValue
 
testL2CacheWithInvalidBucketSize() - Method in class org.apache.hadoop.hbase.io.hfile.TestCacheConfig
 
testLABChunkQueue() - Method in class org.apache.hadoop.hbase.regionserver.TestMemStoreLAB
Test frequent chunk retirement with chunk pool triggered by lots of threads, making sure there's no memory leak (HBASE-16195)
testLABChunkQueueWithMultipleMSLABs() - Method in class org.apache.hadoop.hbase.regionserver.TestMemstoreLABWithoutPool
Test frequent chunk retirement with chunk pool triggered by lots of threads, making sure there's no memory leak (HBASE-16195)
testLABLargeAllocation() - Method in class org.apache.hadoop.hbase.regionserver.TestMemStoreLAB
 
testLABRandomAllocation() - Method in class org.apache.hadoop.hbase.regionserver.TestMemStoreLAB
Test a bunch of random allocations
testLABRandomAllocation() - Method in class org.apache.hadoop.hbase.regionserver.TestMemstoreLABWithoutPool
Test a bunch of random allocations
testLABThreading() - Method in class org.apache.hadoop.hbase.regionserver.TestMemStoreLAB
Test allocation from lots of threads, making sure the results don't overlap in any way
testLargeBlocks() - Method in class org.apache.hadoop.hbase.io.crypto.TestEncryption
 
testLargeRegion() - Method in class org.apache.hadoop.hbase.mapreduce.TestRegionSizeCalculator
When size of region in megabytes is larger than largest possible integer there could be error caused by lost of precision.
testLargerValue() - Method in class org.apache.hadoop.hbase.regionserver.TestMobStoreCompaction
During compaction, the mob threshold size is changed.
testLastEntry() - Method in class org.apache.hadoop.hbase.types.TestCopyOnWriteMaps
 
testLastKey() - Method in class org.apache.hadoop.hbase.types.TestCopyOnWriteMaps
 
testLastParentCleanedEvenIfDaughterGoneFirst() - Method in class org.apache.hadoop.hbase.master.TestCatalogJanitor
Make sure last parent with empty end key gets cleaned up even if daughter is cleaned up before it.
testLastRegionCompare() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionInfo
 
testLastRegionCompare() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionInfoBuilder
 
testLaterConfigsOverrideEarlier() - Method in class org.apache.hadoop.hbase.TestCompoundConfiguration
 
testLatestCellGetJSON() - Method in class org.apache.hadoop.hbase.rest.TestGetAndPutResource
 
testLatestVersionFilterWithExplicitColumn() - Method in class org.apache.hadoop.hbase.filter.TestFilter
 
TestLazyDataBlockDecompression - Class in org.apache.hadoop.hbase.io.hfile
A kind of integration test at the intersection of HFileBlock, CacheConfig, and LruBlockCache.
TestLazyDataBlockDecompression() - Constructor for class org.apache.hadoop.hbase.io.hfile.TestLazyDataBlockDecompression
 
testLazySeekBlocksRead() - Method in class org.apache.hadoop.hbase.regionserver.TestBlocksRead
Test # of blocks read (targeted at some of the cases Lazy Seek optimizes).
testLazySeekBlocksReadWithDelete() - Method in class org.apache.hadoop.hbase.regionserver.TestBlocksRead
 
testLeaderSelection() - Method in class org.apache.hadoop.hbase.zookeeper.TestZKLeaderManager
 
TestLeaseRenewal - Class in org.apache.hadoop.hbase.client
 
TestLeaseRenewal() - Constructor for class org.apache.hadoop.hbase.client.TestLeaseRenewal
 
testLeaseRenewal() - Method in class org.apache.hadoop.hbase.client.TestLeaseRenewal
 
testLegacySerialization() - Method in class org.apache.hadoop.hbase.regionserver.TestSimpleTimeRangeTracker
 
testLegalHTableNames() - Method in class org.apache.hadoop.hbase.TestHTableDescriptor
Deprecated.
 
testLegalHTableNames() - Method in class org.apache.hadoop.hbase.TestTableName
 
testLegalHTableNamesRegex() - Method in class org.apache.hadoop.hbase.TestHTableDescriptor
Deprecated.
 
testLegalTableNames() - Method in class org.apache.hadoop.hbase.client.TestTableDescriptorBuilder
 
testLegalTableNamesRegex() - Method in class org.apache.hadoop.hbase.client.TestTableDescriptorBuilder
 
testLengthIsSerialized() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableSplit
Length of region need to be properly serialized.
testLessThanValue() - Method in class org.apache.hadoop.hbase.filter.TestBigDecimalComparator
 
testLibJarName() - Method in class org.apache.hadoop.hbase.util.TestCoprocessorClassLoader
 
TestLimitedScanWithFilter - Class in org.apache.hadoop.hbase.client
With filter we may stop at a middle of row and think that we still have more cells for the current row but actually all the remaining cells will be filtered out by the filter.
TestLimitedScanWithFilter() - Constructor for class org.apache.hadoop.hbase.client.TestLimitedScanWithFilter
 
testLimiterBySmallerRate() - Method in class org.apache.hadoop.hbase.quotas.TestRateLimiter
 
testLimiterCompensationOverflow() - Method in class org.apache.hadoop.hbase.quotas.TestRateLimiter
 
testLimitOffset() - Method in class org.apache.hadoop.hbase.ipc.TestBufferChain
 
testLinkReadWithMissingFile() - Method in class org.apache.hadoop.hbase.io.TestFileLink
 
testListOfCellScannerables() - Method in class org.apache.hadoop.hbase.ipc.TestHBaseRpcControllerImpl
 
testListRowAccess() - Method in class org.apache.hadoop.hbase.client.TestAsyncProcess
 
testListRSGroup() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsWithACL
 
testListSnapshots() - Method in class org.apache.hadoop.hbase.client.TestAsyncSnapshotAdminApi
 
testListTables() - Method in class org.apache.hadoop.hbase.client.TestAsyncTableAdminApi3
 
testListTables() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testListTableSnapshots() - Method in class org.apache.hadoop.hbase.client.TestSnapshotFromClient
 
testListTableSnapshotsWithRegex() - Method in class org.apache.hadoop.hbase.client.TestSnapshotFromClient
 
testLiveAndDeadServersStatus() - Method in class org.apache.hadoop.hbase.TestClientClusterMetrics
 
testLiveAndDeadServersStatus() - Method in class org.apache.hadoop.hbase.TestClientClusterStatus
 
TestLoadAndSwitchEncodeOnDisk - Class in org.apache.hadoop.hbase.io.encoding
Uses the load tester
TestLoadAndSwitchEncodeOnDisk() - Constructor for class org.apache.hadoop.hbase.io.encoding.TestLoadAndSwitchEncodeOnDisk
 
testLoadAndVerify() - Method in class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify
 
testLoadClassFromAnotherPath() - Method in class org.apache.hadoop.hbase.util.TestDynamicClassLoader
 
testLoadClassFromLocalPath() - Method in class org.apache.hadoop.hbase.util.TestDynamicClassLoader
 
testLoadClassFromLocalPathWithDynamicDirOff() - Method in class org.apache.hadoop.hbase.util.TestDynamicClassLoader
 
testLoadError() - Method in class org.apache.hadoop.hbase.master.TestLoadProcedureError
 
testLoadFilesAfterSplit() - Method in class org.apache.hadoop.hbase.regionserver.TestStripeStoreFileManager
 
testLoadFilesWithBadStripe() - Method in class org.apache.hadoop.hbase.regionserver.TestStripeStoreFileManager
 
testLoadFilesWithGaps() - Method in class org.apache.hadoop.hbase.regionserver.TestStripeStoreFileManager
 
testLoadFilesWithRecoverableBadFiles() - Method in class org.apache.hadoop.hbase.regionserver.TestStripeStoreFileManager
 
testLoading() - Method in class org.apache.hadoop.hbase.replication.TestReplicationSmallTests
Do a more intense version testSmallBatch, one that will trigger wal rolling and other non-trivial code paths
testLoadMetaRegion() - Method in class org.apache.hadoop.hbase.util.TestRegionMover
UT for HBASE-21746
TestLoadProcedureError - Class in org.apache.hadoop.hbase.master
Testcase for HBASE-21490.
TestLoadProcedureError() - Constructor for class org.apache.hadoop.hbase.master.TestLoadProcedureError
 
TestLoadProcedureError.TestProcedure - Class in org.apache.hadoop.hbase.master
 
TestLoadTestKVGenerator - Class in org.apache.hadoop.hbase.util
 
TestLoadTestKVGenerator() - Constructor for class org.apache.hadoop.hbase.util.TestLoadTestKVGenerator
 
TestLocalAsyncOutput - Class in org.apache.hadoop.hbase.io.asyncfs
 
TestLocalAsyncOutput() - Constructor for class org.apache.hadoop.hbase.io.asyncfs.TestLocalAsyncOutput
 
testLocalFiles() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerMetrics
 
TestLocalHBaseCluster - Class in org.apache.hadoop.hbase
 
TestLocalHBaseCluster() - Constructor for class org.apache.hadoop.hbase.TestLocalHBaseCluster
 
testLocalHBaseCluster() - Method in class org.apache.hadoop.hbase.TestLocalHBaseCluster
Check that we can start a local HBase cluster specifying a custom master and regionserver class and then cast back to those classes; also that the cluster will launch and terminate cleanly.
TestLocalHBaseCluster.MyHMaster - Class in org.apache.hadoop.hbase
A private master class similar to that used by HMasterCommandLine when running in local mode.
TestLocalHBaseCluster.MyHRegionServer - Class in org.apache.hadoop.hbase
A private regionserver class with a dummy method for testing casts
testLocalLinkReadDuringRename() - Method in class org.apache.hadoop.hbase.io.TestFileLink
Test, on a local filesystem, that the FileLink is still readable even when the current file gets renamed.
testLocateAfter() - Method in class org.apache.hadoop.hbase.client.TestAsyncNonMetaRegionLocator
 
testLocateBeforeLastRegion() - Method in class org.apache.hadoop.hbase.client.TestAsyncNonMetaRegionLocator
 
testLocateError() - Method in class org.apache.hadoop.hbase.client.TestAsyncSingleRequestRpcRetryingCaller
 
testLocateRegionsWithRegionReplicas() - Method in class org.apache.hadoop.hbase.client.TestConnectionImplementation
 
testLocations() - Method in class org.apache.hadoop.hbase.client.TestReplicasClient
 
testLocker() - Method in class org.apache.hadoop.hbase.util.TestKeyLocker
 
testLockLeakWithDelta() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide3
 
testLockupAroundBadAssignSync() - Method in class org.apache.hadoop.hbase.regionserver.TestFailedAppendAndSync
Reproduce locking up that happens when we get an exceptions appending and syncing.
testLockupWhenSyncInMiddleOfZigZagSetup() - Method in class org.apache.hadoop.hbase.regionserver.TestWALLockup
Reproduce locking up that happens when we get an inopportune sync during setup for zigzaglatch wait.
testLogCannotBeWrittenOnceParsed() - Method in class org.apache.hadoop.hbase.wal.TestWALSplit
Simulates splitting a WAL out from under a regionserver that is still trying to write it.
testLogCleaning() - Method in class org.apache.hadoop.hbase.wal.TestFSHLogProvider
 
testLogDirectoryShouldBeDeletedAfterSuccessfulSplit() - Method in class org.apache.hadoop.hbase.wal.TestWALSplit
 
testLogFilesAreArchived() - Method in class org.apache.hadoop.hbase.master.TestSplitLogManager
 
testLoggingWithTraceOff() - Method in class org.apache.hadoop.hbase.ipc.TestRpcServerTraceLogging
 
testLoggingWithTraceOn() - Method in class org.apache.hadoop.hbase.ipc.TestRpcServerTraceLogging
 
testLoggingWithTraceOnLargeMax() - Method in class org.apache.hadoop.hbase.ipc.TestRpcServerTraceLogging
 
TestLogLevel - Class in org.apache.hadoop.hbase.http.log
 
TestLogLevel() - Constructor for class org.apache.hadoop.hbase.http.log.TestLogLevel
 
testLogReplayWithDistributedLogSplit() - Method in class org.apache.hadoop.hbase.regionserver.TestPerColumnFamilyFlush
 
TestLogRollAbort - Class in org.apache.hadoop.hbase.regionserver.wal
Tests for conditions that should trigger RegionServer aborts when rolling the current WAL fails.
TestLogRollAbort() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.TestLogRollAbort
 
testLogRollAfterSplitStart() - Method in class org.apache.hadoop.hbase.regionserver.wal.TestLogRollAbort
Tests the case where a RegionServer enters a GC pause, comes back online after the master declared it dead and started to split.
testLogRolling() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestLogRolling
Tests that logs are deleted
TestLogRolling - Class in org.apache.hadoop.hbase.regionserver.wal
 
TestLogRolling() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.TestLogRolling
 
TestLogRollingNoCluster - Class in org.apache.hadoop.hbase.regionserver.wal
Test many concurrent appenders to an WAL while rolling the log.
TestLogRollingNoCluster() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.TestLogRollingNoCluster
 
TestLogRollingNoCluster.HighLatencySyncWriter - Class in org.apache.hadoop.hbase.regionserver.wal
ProtobufLogWriter that simulates higher latencies in sync() call
testLogRollOnDatanodeDeath() - Method in class org.apache.hadoop.hbase.regionserver.wal.TestAsyncLogRolling
 
testLogRollOnDatanodeDeath() - Method in class org.apache.hadoop.hbase.regionserver.wal.TestLogRolling
Tests that logs are rolled upon detecting datanode death Requires an HDFS jar with HDFS-826 & syncFs() support (HDFS-200)
testLogRollOnNothingWritten() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestLogRolling
Tests that log rolling doesn't hang when no data is written.
testLogRollOnPipelineRestart() - Method in class org.apache.hadoop.hbase.regionserver.wal.TestLogRolling
Test that WAL is rolled when all data nodes in the pipeline have been restarted.
TestLogRollPeriod - Class in org.apache.hadoop.hbase.regionserver.wal
 
TestLogRollPeriod() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.TestLogRollPeriod
 
testLogRollRequested() - Method in class org.apache.hadoop.hbase.regionserver.wal.TestMetricsWAL
 
testLogsGetArchivedAfterSplit() - Method in class org.apache.hadoop.hbase.wal.TestWALSplit
 
testLogSplittingAfterMasterRecoveryDueToZKExpiry() - Method in class org.apache.hadoop.hbase.TestZooKeeper
Tests whether the logs are split when master recovers from a expired zookeeper session and an RS goes down.
TestLongComparator - Class in org.apache.hadoop.hbase.filter
 
TestLongComparator() - Constructor for class org.apache.hadoop.hbase.filter.TestLongComparator
 
testLongComparator() - Method in class org.apache.hadoop.hbase.filter.TestSingleColumnValueFilter
 
testLongFitsIn() - Method in class org.apache.hadoop.hbase.util.TestByteBufferUtils
Test how much bytes we need to store long.
testLongHeader() - Method in class org.apache.hadoop.hbase.http.TestHttpServer
Test that verifies headers can be up to 64K long.
testLongQualifier() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
Write an HFile block full with Cells whose qualifier that are identical between 0 and Short.MAX_VALUE.
testLoopedReplication() - Method in class org.apache.hadoop.hbase.replication.TestMasterReplication
Tests the replication scenario 0 -> 0.
TestLossyCounting - Class in org.apache.hadoop.hbase.util
 
TestLossyCounting() - Constructor for class org.apache.hadoop.hbase.util.TestLossyCounting
 
testLotsOfRegionReplicas() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionReplicaFailover
Tests the case where we are creating a table with a lot of regions and replicas.
testLowerKey() - Method in class org.apache.hadoop.hbase.types.TestCopyOnWriteMaps
 
testLowestModificationTime() - Method in class org.apache.hadoop.hbase.regionserver.TestHStore
 
testLruBlockCache() - Method in class org.apache.hadoop.hbase.io.hfile.TestBlockCacheReporting
 
TestLruBlockCache - Class in org.apache.hadoop.hbase.io.hfile
Tests the concurrent LruBlockCache.
TestLruBlockCache() - Constructor for class org.apache.hadoop.hbase.io.hfile.TestLruBlockCache
 
TestLruCachedBlock - Class in org.apache.hadoop.hbase.io.hfile
 
TestLruCachedBlock() - Constructor for class org.apache.hadoop.hbase.io.hfile.TestLruCachedBlock
 
TestLRUDictionary - Class in org.apache.hadoop.hbase.io.util
Tests LRUDictionary
TestLRUDictionary() - Constructor for class org.apache.hadoop.hbase.io.util.TestLRUDictionary
 
TestLRUPolicy() - Method in class org.apache.hadoop.hbase.io.util.TestLRUDictionary
 
testMagicCompaction3Buckets() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactingMemStore
 
testMainIndexBuilder() - Method in class org.apache.hadoop.hbase.mapreduce.TestMapReduceExamples
Test main method of IndexBuilder
testMainMethod() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedWALPlayer2
Test main method
testMainMethod() - Method in class org.apache.hadoop.hbase.mapreduce.TestCopyTable
Test main method of CopyTable.
testMainMethod() - Method in class org.apache.hadoop.hbase.mapreduce.TestWALPlayer
Test main method
testMainSampleUploader() - Method in class org.apache.hadoop.hbase.mapreduce.TestMapReduceExamples
Test main method of SampleUploader.
testMajorCompactingToNoOutput() - Method in class org.apache.hadoop.hbase.regionserver.TestMajorCompaction
Test that on a major compaction, if all cells are expired or deleted, then we'll end up with no product.
testMajorCompactingToNoOutputWithReverseScan() - Method in class org.apache.hadoop.hbase.regionserver.TestMajorCompaction
Test that on a major compaction, if all cells are expired or deleted, then we'll end up with no product.
testMajorCompactingWithKeepDeletedCells() - Method in class org.apache.hadoop.hbase.regionserver.TestMajorCompaction
Test that on a major compaction,Deleted cells are retained if keep deleted cells is set to true
testMajorCompaction() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactionState
 
TestMajorCompaction - Class in org.apache.hadoop.hbase.regionserver
Test major compactions
TestMajorCompaction(String) - Constructor for class org.apache.hadoop.hbase.regionserver.TestMajorCompaction
constructor
testMajorCompaction() - Method in class org.apache.hadoop.hbase.regionserver.TestMajorCompaction
Run compaction and flushing memstore Assert deletes get cleaned up.
testMajorCompactionAfterDelete() - Method in class org.apache.hadoop.hbase.regionserver.TestMobStoreCompaction
 
testMajorCompactionBetweenTwoUpdates() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testMajorCompactionFromAdmin() - Method in class org.apache.hadoop.hbase.mob.compactions.TestMobCompactor
 
testMajorCompactionOnFamily() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactionState
 
TestMajorCompactionRequest - Class in org.apache.hadoop.hbase.util.compaction
 
TestMajorCompactionRequest() - Constructor for class org.apache.hadoop.hbase.util.compaction.TestMajorCompactionRequest
 
testMajorCompactionWithMonthlyPolicy() - Method in class org.apache.hadoop.hbase.mob.compactions.TestMobCompactor
 
testMajorCompactionWithWeeklyFollowedByMonthly() - Method in class org.apache.hadoop.hbase.mob.compactions.TestMobCompactor
 
testMajorCompactionWithWeeklyFollowedByMonthlyFollowedByDaily() - Method in class org.apache.hadoop.hbase.mob.compactions.TestMobCompactor
 
testMajorCompactionWithWeeklyFollowedByMonthlyFollowedByWeekly() - Method in class org.apache.hadoop.hbase.mob.compactions.TestMobCompactor
 
testMajorCompactionWithWeeklyPolicy() - Method in class org.apache.hadoop.hbase.mob.compactions.TestMobCompactor
 
TestMajorCompactor - Class in org.apache.hadoop.hbase.util.compaction
 
TestMajorCompactor() - Constructor for class org.apache.hadoop.hbase.util.compaction.TestMajorCompactor
 
testMakeZKProps() - Method in class org.apache.hadoop.hbase.zookeeper.TestHQuorumPeer
 
TestMalformedCellFromClient - Class in org.apache.hadoop.hbase.client
The purpose of this test is to ensure whether rs deals with the malformed cells correctly.
TestMalformedCellFromClient() - Constructor for class org.apache.hadoop.hbase.client.TestMalformedCellFromClient
 
testMalformedMap() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerRegionSpaceUseReport
 
testManageSingleton() - Method in class org.apache.hadoop.hbase.util.TestEnvironmentEdgeManager
 
testManyMany() - Method in class org.apache.hadoop.hbase.util.TestConcatenatedLists
 
testManyOne() - Method in class org.apache.hadoop.hbase.util.TestConcatenatedLists
 
TestMapReduceExamples - Class in org.apache.hadoop.hbase.mapreduce
 
TestMapReduceExamples() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestMapReduceExamples
 
testMarkAndResetWithMBB() - Method in class org.apache.hadoop.hbase.nio.TestMultiByteBuff
 
TestMaster - Class in org.apache.hadoop.hbase.master
 
TestMaster() - Constructor for class org.apache.hadoop.hbase.master.TestMaster
 
TestMasterAbortAndRSGotKilled - Class in org.apache.hadoop.hbase.master
 
TestMasterAbortAndRSGotKilled() - Constructor for class org.apache.hadoop.hbase.master.TestMasterAbortAndRSGotKilled
 
TestMasterAbortAndRSGotKilled.DelayCloseCP - Class in org.apache.hadoop.hbase.master
 
TestMasterAddressTracker - Class in org.apache.hadoop.hbase.regionserver
 
TestMasterAddressTracker() - Constructor for class org.apache.hadoop.hbase.regionserver.TestMasterAddressTracker
 
TestMasterAddressTracker.NodeCreationListener - Class in org.apache.hadoop.hbase.regionserver
 
testMasterAddressTrackerFromZK() - Method in class org.apache.hadoop.hbase.regionserver.TestMasterAddressTracker
Unit tests that uses ZooKeeper but does not use the master-side methods but rather acts directly on ZK.
testMasterAndBackupMastersStatus() - Method in class org.apache.hadoop.hbase.TestClientClusterMetrics
 
testMasterAndBackupMastersStatus() - Method in class org.apache.hadoop.hbase.TestClientClusterStatus
 
TestMasterBalanceThrottling - Class in org.apache.hadoop.hbase.master
 
TestMasterBalanceThrottling() - Constructor for class org.apache.hadoop.hbase.master.TestMasterBalanceThrottling
 
testMasterBlockCache() - Method in class org.apache.hadoop.hbase.master.TestMasterNotCarryTable
 
TestMasterCoprocessor() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestClassLoading.TestMasterCoprocessor
 
TestMasterCoprocessor() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestCoprocessorShortCircuitRPC.TestMasterCoprocessor
 
testMasterCoprocessorError() - Method in class org.apache.hadoop.hbase.coprocessor.TestAsyncCoprocessorEndpoint
 
testMasterCoprocessorError() - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorEndpoint
 
TestMasterCoprocessorExceptionWithAbort - Class in org.apache.hadoop.hbase.coprocessor
Tests unhandled exceptions thrown by coprocessors running on master.
TestMasterCoprocessorExceptionWithAbort() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestMasterCoprocessorExceptionWithAbort
 
TestMasterCoprocessorExceptionWithAbort.BuggyMasterObserver - Class in org.apache.hadoop.hbase.coprocessor
 
TestMasterCoprocessorExceptionWithAbort.CreateTableThread - Class in org.apache.hadoop.hbase.coprocessor
 
TestMasterCoprocessorExceptionWithAbort.MasterTracker - Class in org.apache.hadoop.hbase.coprocessor
 
TestMasterCoprocessorExceptionWithRemove - Class in org.apache.hadoop.hbase.coprocessor
Tests unhandled exceptions thrown by coprocessors running on master.
TestMasterCoprocessorExceptionWithRemove() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestMasterCoprocessorExceptionWithRemove
 
TestMasterCoprocessorExceptionWithRemove.BuggyMasterObserver - Class in org.apache.hadoop.hbase.coprocessor
 
TestMasterCoprocessorExceptionWithRemove.MasterTracker - Class in org.apache.hadoop.hbase.coprocessor
 
testMasterCoprocessorHostDefaults() - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorConfiguration
 
testMasterCoprocessorService() - Method in class org.apache.hadoop.hbase.coprocessor.TestAsyncCoprocessorEndpoint
 
testMasterCoprocessorService() - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorEndpoint
 
TestMasterCoprocessorServices - Class in org.apache.hadoop.hbase.master
Tests that the MasterRpcServices is correctly searching for implementations of the Coprocessor Service and not just the "default" implementations of those services.
TestMasterCoprocessorServices() - Constructor for class org.apache.hadoop.hbase.master.TestMasterCoprocessorServices
 
testMasterCoprocessorsReported() - Method in class org.apache.hadoop.hbase.coprocessor.TestClassLoading
 
TestMasterFailover - Class in org.apache.hadoop.hbase.master
 
TestMasterFailover() - Constructor for class org.apache.hadoop.hbase.master.TestMasterFailover
 
TestMasterFailoverBalancerPersistence - Class in org.apache.hadoop.hbase.master
 
TestMasterFailoverBalancerPersistence() - Constructor for class org.apache.hadoop.hbase.master.TestMasterFailoverBalancerPersistence
 
testMasterFailoverBalancerPersistence() - Method in class org.apache.hadoop.hbase.master.TestMasterFailoverBalancerPersistence
Test that if the master fails, the load balancer maintains its state (running or not) when the next master takes over
TestMasterFifoRpcScheduler - Class in org.apache.hadoop.hbase.ipc
 
TestMasterFifoRpcScheduler() - Constructor for class org.apache.hadoop.hbase.ipc.TestMasterFifoRpcScheduler
 
TestMasterFileSystem - Class in org.apache.hadoop.hbase.master
Test the master filesystem in a local cluster
TestMasterFileSystem() - Constructor for class org.apache.hadoop.hbase.master.TestMasterFileSystem
 
TestMasterFileSystemWithWALDir - Class in org.apache.hadoop.hbase.master
Test the master filesystem in a local cluster
TestMasterFileSystemWithWALDir() - Constructor for class org.apache.hadoop.hbase.master.TestMasterFileSystemWithWALDir
 
testMasterInitWithObserverModeClientZKQuorum() - Method in class org.apache.hadoop.hbase.master.TestMasterNoCluster
 
testMasterInitWithSameClientServerZKQuorum() - Method in class org.apache.hadoop.hbase.master.TestMasterNoCluster
 
testMasterKeyRotation() - Method in class org.apache.hadoop.hbase.regionserver.TestEncryptionKeyRotation
 
testMasterMemStoreLAB() - Method in class org.apache.hadoop.hbase.master.TestMasterNotCarryTable
 
TestMasterMetrics - Class in org.apache.hadoop.hbase.master
 
TestMasterMetrics() - Constructor for class org.apache.hadoop.hbase.master.TestMasterMetrics
 
TestMasterMetrics.MyMaster - Class in org.apache.hadoop.hbase.master
 
TestMasterMetricsWrapper - Class in org.apache.hadoop.hbase.master
 
TestMasterMetricsWrapper() - Constructor for class org.apache.hadoop.hbase.master.TestMasterMetricsWrapper
 
testMasterMonitorCallableRetries() - Method in class org.apache.hadoop.hbase.client.TestHBaseAdminNoCluster
Verify that PleaseHoldException gets retried.
TestMasterNoCluster - Class in org.apache.hadoop.hbase.master
Standup the master and fake it to test various aspects of master function.
TestMasterNoCluster() - Constructor for class org.apache.hadoop.hbase.master.TestMasterNoCluster
 
TestMasterNotCarryTable - Class in org.apache.hadoop.hbase.master
 
TestMasterNotCarryTable() - Constructor for class org.apache.hadoop.hbase.master.TestMasterNotCarryTable
 
testMasterNotCarryTable() - Method in class org.apache.hadoop.hbase.master.TestMasterNotCarryTable
 
testMasterObserver() - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorMetrics
 
TestMasterObserver - Class in org.apache.hadoop.hbase.coprocessor
Tests invocation of the MasterObserver interface hooks at all appropriate times during normal HMaster operations.
TestMasterObserver() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestMasterObserver
 
TestMasterObserver.CPMasterObserver - Class in org.apache.hadoop.hbase.coprocessor
 
testMasterOnlineConfigChange() - Method in class org.apache.hadoop.hbase.client.TestAsyncClusterAdminApi
 
testMasterOnlineConfigChange() - Method in class org.apache.hadoop.hbase.client.TestUpdateConfiguration
 
TestMasterOperationsForRegionReplicas - Class in org.apache.hadoop.hbase.master
 
TestMasterOperationsForRegionReplicas() - Constructor for class org.apache.hadoop.hbase.master.TestMasterOperationsForRegionReplicas
 
testMasterOperationsRetries() - Method in class org.apache.hadoop.hbase.client.TestHBaseAdminNoCluster
 
testMasterOpsWhileSplitting() - Method in class org.apache.hadoop.hbase.master.TestMaster
 
TestMasterQosFunction - Class in org.apache.hadoop.hbase.master
 
TestMasterQosFunction() - Constructor for class org.apache.hadoop.hbase.master.TestMasterQosFunction
 
TestMasterQuotaManager - Class in org.apache.hadoop.hbase.quotas
 
TestMasterQuotaManager() - Constructor for class org.apache.hadoop.hbase.quotas.TestMasterQuotaManager
 
TestMasterQuotasObserver - Class in org.apache.hadoop.hbase.quotas
Test class for MasterQuotasObserver.
TestMasterQuotasObserver() - Constructor for class org.apache.hadoop.hbase.quotas.TestMasterQuotasObserver
 
TestMasterQuotasObserverWithMocks - Class in org.apache.hadoop.hbase.quotas
Test class for MasterQuotasObserver that does not require a cluster.
TestMasterQuotasObserverWithMocks() - Constructor for class org.apache.hadoop.hbase.quotas.TestMasterQuotasObserverWithMocks
 
TestMasterRepairMode - Class in org.apache.hadoop.hbase.master
 
TestMasterRepairMode() - Constructor for class org.apache.hadoop.hbase.master.TestMasterRepairMode
 
TestMasterReplication - Class in org.apache.hadoop.hbase.replication
 
TestMasterReplication() - Constructor for class org.apache.hadoop.hbase.replication.TestMasterReplication
 
TestMasterReplication.CoprocessorCounter - Class in org.apache.hadoop.hbase.replication
Use a coprocessor to count puts and deletes.
TestMasterRestartAfterDisablingTable - Class in org.apache.hadoop.hbase.master
 
TestMasterRestartAfterDisablingTable() - Constructor for class org.apache.hadoop.hbase.master.TestMasterRestartAfterDisablingTable
 
testMasterRestartAtRegionSplitPendingCatalogJanitor() - Method in class org.apache.hadoop.hbase.regionserver.TestSplitTransactionOnCluster
Verifies HBASE-5806.
testMasterRpcScheduler() - Method in class org.apache.hadoop.hbase.ipc.TestMasterFifoRpcScheduler
 
testMasterServerReadOnly() - Method in class org.apache.hadoop.hbase.TestInfoServers
 
testMasterSessionExpired() - Method in class org.apache.hadoop.hbase.TestZooKeeper
 
TestMasterShutdown - Class in org.apache.hadoop.hbase.master
 
TestMasterShutdown() - Constructor for class org.apache.hadoop.hbase.master.TestMasterShutdown
 
testMasterShutdown() - Method in class org.apache.hadoop.hbase.master.TestMasterShutdown
Simple test of shutdown.
testMasterShutdownBeforeStartingAnyRegionServer() - Method in class org.apache.hadoop.hbase.master.TestMasterShutdown
 
testMastersSystemTimeIsUsedInMergeRegions() - Method in class org.apache.hadoop.hbase.TestMetaTableAccessor
 
testMastersSystemTimeIsUsedInUpdateLocations() - Method in class org.apache.hadoop.hbase.TestMetaTableAccessor
Tests whether maximum of masters system time versus RSs local system time is used
testMasterStartsUpWithLogSplittingWork() - Method in class org.apache.hadoop.hbase.master.AbstractTestDLS
 
TestMasterStatusServlet - Class in org.apache.hadoop.hbase.master
Tests for the master status page and its template.
TestMasterStatusServlet() - Constructor for class org.apache.hadoop.hbase.master.TestMasterStatusServlet
 
testMasterSwitch() - Method in class org.apache.hadoop.hbase.client.TestSeparateClientZKCluster
 
TestMasterTransitions - Class in org.apache.hadoop.hbase.master
Test transitions of state across the master.
TestMasterTransitions() - Constructor for class org.apache.hadoop.hbase.master.TestMasterTransitions
 
TestMasterWALManager - Class in org.apache.hadoop.hbase.master
 
TestMasterWALManager() - Constructor for class org.apache.hadoop.hbase.master.TestMasterWALManager
 
testMasterZKSessionRecoveryFailure() - Method in class org.apache.hadoop.hbase.TestZooKeeper
Master recovery when the znode already exists.
testMatch_ExpiredExplicit() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.TestUserScanQueryMatcher
Verify that ScanQueryMatcher only skips expired KeyValue instances and does not exit early from the row (skipping later non-expired KeyValues).
testMatch_ExpiredWildcard() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.TestUserScanQueryMatcher
Verify that ScanQueryMatcher only skips expired KeyValue instances and does not exit early from the row (skipping later non-expired KeyValues).
testMatch_PartialRangeDropDeletes() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.TestCompactionScanQueryMatcher
 
testMatch_Wildcard() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.TestUserScanQueryMatcher
 
testMatchExplicitColumns() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.TestUserScanQueryMatcher
 
testMatchingCellFieldsFromByteBufferedCell() - Method in class org.apache.hadoop.hbase.TestCellUtil
 
testMatchingTail() - Method in class org.apache.hadoop.hbase.util.TestCommonFSUtils
Test path compare and prefix checking.
testMatchWhenFilterReturnsIncludeAndSeekNextRow() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.TestUserScanQueryMatcher
 
testMax() - Method in class org.apache.hadoop.hbase.client.TestAsyncAggregationClient
 
testMaxBlockSize() - Method in class org.apache.hadoop.hbase.io.hfile.TestLruBlockCache
 
testMaximumChoreServiceThreads() - Method in class org.apache.hadoop.hbase.TestChoreService
ChoreServices should never have a core pool size that exceeds the number of chores that have been scheduled with the service.
testMaxKeyValueSize() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testMaxLoad() - Method in class org.apache.hadoop.hbase.client.TestClientExponentialBackoff
 
testMaxResultSizeIsSetToDefault() - Method in class org.apache.hadoop.hbase.client.TestScannersFromClientSide
 
testMaxRetries() - Method in class org.apache.hadoop.hbase.client.TestAsyncAdminBuilder
 
testMaxRetries() - Method in class org.apache.hadoop.hbase.client.TestAsyncSingleRequestRpcRetryingCaller
 
TestMaxRetriesCoprocessor() - Constructor for class org.apache.hadoop.hbase.client.TestAsyncAdminBuilder.TestMaxRetriesCoprocessor
 
testMaxSend() - Method in class org.apache.hadoop.hbase.master.TestClusterStatusPublisher
 
testMaxTask() - Method in class org.apache.hadoop.hbase.client.TestAsyncProcess
 
testMaxThreads() - Method in class org.apache.hadoop.hbase.http.TestHttpServer
Test the maximum number of threads cannot be exceeded.
testMaxVersionMask() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.TestNewVersionBehaviorTracker
 
testMayHaveMoreCellsInRowReturnsTrueAndSetBatch() - Method in class org.apache.hadoop.hbase.TestPartialResultsFromClientSide
 
testMedian() - Method in class org.apache.hadoop.hbase.client.TestAsyncAggregationClient
 
testMedianWithWeight() - Method in class org.apache.hadoop.hbase.client.TestAsyncAggregationClient
 
testMemStore() - Method in class org.apache.hadoop.hbase.regionserver.TestMinVersions
Make sure the memstor behaves correctly with minimum versions
TestMemStoreChunkPool - Class in org.apache.hadoop.hbase.regionserver
Test the MemStoreChunkPool class
TestMemStoreChunkPool() - Constructor for class org.apache.hadoop.hbase.regionserver.TestMemStoreChunkPool
 
testMemstoreConcurrentControl() - Method in class org.apache.hadoop.hbase.regionserver.TestDefaultMemStore
 
testMemstoreDeletesVisibilityWithSameKey() - Method in class org.apache.hadoop.hbase.regionserver.TestDefaultMemStore
When we insert a higher-memstoreTS deletion of a cell but with the same timestamp, we still need to provide consistent reads for the same scanner.
testMemstoreEditsVisibilityWithSameKey() - Method in class org.apache.hadoop.hbase.regionserver.TestDefaultMemStore
Regression test for HBASE-2616, HBASE-2670.
TestMemStoreLAB - Class in org.apache.hadoop.hbase.regionserver
 
TestMemStoreLAB() - Constructor for class org.apache.hadoop.hbase.regionserver.TestMemStoreLAB
 
TestMemstoreLABWithoutPool - Class in org.apache.hadoop.hbase.regionserver
 
TestMemstoreLABWithoutPool() - Constructor for class org.apache.hadoop.hbase.regionserver.TestMemstoreLABWithoutPool
 
testMemstoreSizeAccountingWithFailedPostBatchMutate() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testMemstoreSnapshotSize() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testMerge() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaGlobalsSettingsBypass
 
testMerge() - Method in class org.apache.hadoop.hbase.quotas.TestThrottleSettings
 
testMerge() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionMergeTransactionOnCluster
This test tests 1, merging region not online; 2, merging same two regions; 3, merging unknown regions.
testMerge() - Method in class org.apache.hadoop.hbase.TestSequenceIdMonotonicallyIncreasing
 
testMergeAndRestartingMaster() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionMergeTransactionOnCluster
Not really restarting the master.
testMergeAndSortWithEmptyStartRow() - Method in class org.apache.hadoop.hbase.filter.TestMultiRowRangeFilter
 
testMergeAndSortWithEmptyStartRowAndStopRow() - Method in class org.apache.hadoop.hbase.filter.TestMultiRowRangeFilter
 
testMergeAndSortWithEmptyStopRow() - Method in class org.apache.hadoop.hbase.filter.TestMultiRowRangeFilter
 
testMergeAndSortWithoutOverlap() - Method in class org.apache.hadoop.hbase.filter.TestMultiRowRangeFilter
 
testMergeAndSortWithOverlap() - Method in class org.apache.hadoop.hbase.filter.TestMultiRowRangeFilter
 
testMergeAndSortWithRowExclusive() - Method in class org.apache.hadoop.hbase.filter.TestMultiRowRangeFilter
 
testMergeAndSortWithRowInclusive() - Method in class org.apache.hadoop.hbase.filter.TestMultiRowRangeFilter
 
testMergeAndSortWithStartRowInclusive() - Method in class org.apache.hadoop.hbase.filter.TestMultiRowRangeFilter
 
testMergeFilterResponseCase1() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.TestUserScanQueryMatcher
Here is the unit test for UserScanQueryMatcher#mergeFilterResponse, when the number of cells exceed the versions requested in scan, we should return SEEK_NEXT_COL, but if current match code is INCLUDE_AND_SEEK_NEXT_ROW, we can optimize to choose the max step between SEEK_NEXT_COL and INCLUDE_AND_SEEK_NEXT_ROW, which is SEEK_NEXT_ROW.
testMergeFilterResponseCase2() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.TestUserScanQueryMatcher
Here is the unit test for UserScanQueryMatcher#mergeFilterResponse: the match code may be changed to SEEK_NEXT_COL or INCLUDE_AND_SEEK_NEXT_COL after merging with filterResponse, even if the passed match code is neither SEEK_NEXT_COL nor INCLUDE_AND_SEEK_NEXT_COL.
testMergeLocations() - Method in class org.apache.hadoop.hbase.TestRegionLocations
 
testMergeLocationsWithDifferentRegionId() - Method in class org.apache.hadoop.hbase.TestRegionLocations
 
testMergeRegions() - Method in class org.apache.hadoop.hbase.client.TestAdmin1
 
testMergeRegions() - Method in class org.apache.hadoop.hbase.client.TestAsyncRegionAdminApi2
 
testMergeSpace() - Method in class org.apache.hadoop.hbase.quotas.TestGlobalQuotaSettingsImpl
 
testMergeSwitch() - Method in class org.apache.hadoop.hbase.client.TestAsyncRegionAdminApi2
 
testMergeSwitch() - Method in class org.apache.hadoop.hbase.client.TestSplitOrMergeStatus
 
testMergeTable() - Method in class org.apache.hadoop.hbase.client.TestTableFavoredNodes
 
TestMergeTableRegionsWhileRSCrash - Class in org.apache.hadoop.hbase.master
 
TestMergeTableRegionsWhileRSCrash() - Constructor for class org.apache.hadoop.hbase.master.TestMergeTableRegionsWhileRSCrash
 
testMergeThrottle() - Method in class org.apache.hadoop.hbase.quotas.TestGlobalQuotaSettingsImpl
 
testMergeThrottleAndSpace() - Method in class org.apache.hadoop.hbase.quotas.TestGlobalQuotaSettingsImpl
 
testMergeWithReplicas() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionMergeTransactionOnCluster
 
testMerging() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactingToCellFlatMapMemStore
 
testMetaAddressChange() - Method in class org.apache.hadoop.hbase.client.TestMetaWithReplicas
 
TestMetaAssignmentWithStopMaster - Class in org.apache.hadoop.hbase.master
 
TestMetaAssignmentWithStopMaster() - Constructor for class org.apache.hadoop.hbase.master.TestMetaAssignmentWithStopMaster
 
testMetaBlocks() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFile
 
TestMetaCache - Class in org.apache.hadoop.hbase.client
 
TestMetaCache() - Constructor for class org.apache.hadoop.hbase.client.TestMetaCache
 
TestMetaCache.CallQueueTooBigExceptionInjector - Class in org.apache.hadoop.hbase.client
Throws CallQueueTooBigException for all gets.
TestMetaCache.ExceptionInjector - Class in org.apache.hadoop.hbase.client
 
TestMetaCache.FakeRSRpcServices - Class in org.apache.hadoop.hbase.client
 
TestMetaCache.RegionServerWithFakeRpcServices - Class in org.apache.hadoop.hbase.client
 
TestMetaCache.RoundRobinExceptionInjector - Class in org.apache.hadoop.hbase.client
Rotates through the possible cache clearing and non-cache clearing exceptions for requests.
testMetaComparatorTableKeysWithCommaOk() - Method in class org.apache.hadoop.hbase.TestKeyValue
 
testMetaComparisons() - Method in class org.apache.hadoop.hbase.TestCellComparator
Test meta comparisons using our new ByteBufferKeyValue Cell type, the type we use everywhere in 2.0.
testMetaComparisons2() - Method in class org.apache.hadoop.hbase.TestCellComparator
More tests using ByteBufferKeyValue copied over from TestKeyValue which uses old KVs only.
testMetaExport() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedImportExport2
Test export hbase:meta table
testMetaExport() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportExport
Test export hbase:meta table
testMetaHTDReplicaCount() - Method in class org.apache.hadoop.hbase.client.TestMetaWithReplicas
 
testMetaInTransitionWhenMasterFailover() - Method in class org.apache.hadoop.hbase.master.TestMasterFailover
Test meta in transition when master failover.
testMetaKeyComparator() - Method in class org.apache.hadoop.hbase.TestKeyValue
 
testMetaLocationForRegionReplicasIsAddedAtRegionMerge() - Method in class org.apache.hadoop.hbase.TestMetaTableAccessor
 
testMetaLocationForRegionReplicasIsAddedAtRegionSplit() - Method in class org.apache.hadoop.hbase.TestMetaTableAccessor
 
testMetaLocationForRegionReplicasIsAddedAtTableCreation() - Method in class org.apache.hadoop.hbase.TestMetaTableAccessor
 
testMetaLocationsForRegionReplicas() - Method in class org.apache.hadoop.hbase.TestMetaTableAccessor
 
testMetaLookup() - Method in class org.apache.hadoop.hbase.TestMetaTableLocator
Test normal operations
testMetaLookupThreadPoolCreated() - Method in class org.apache.hadoop.hbase.client.TestMetaWithReplicas
 
testMetaMoveDuringClientZkClusterRestart() - Method in class org.apache.hadoop.hbase.client.TestSeparateClientZKCluster
 
testMetaReaderGetColumnMethods() - Method in class org.apache.hadoop.hbase.TestMetaTableAccessor
 
testMetaRegionMove() - Method in class org.apache.hadoop.hbase.client.TestSeparateClientZKCluster
 
testMetaScanner() - Method in class org.apache.hadoop.hbase.TestMetaTableAccessor
 
TestMetaShutdownHandler - Class in org.apache.hadoop.hbase.master
Tests handling of meta-carrying region server failover.
TestMetaShutdownHandler() - Constructor for class org.apache.hadoop.hbase.master.TestMetaShutdownHandler
 
TestMetaShutdownHandler.MyRegionServer - Class in org.apache.hadoop.hbase.master
 
TestMetaTableAccessor - Class in org.apache.hadoop.hbase
TestMetaTableAccessor() - Constructor for class org.apache.hadoop.hbase.TestMetaTableAccessor
 
TestMetaTableAccessor.SpyingRpcScheduler - Class in org.apache.hadoop.hbase
 
TestMetaTableAccessor.SpyingRpcSchedulerFactory - Class in org.apache.hadoop.hbase
 
TestMetaTableAccessorNoCluster - Class in org.apache.hadoop.hbase
Test MetaTableAccessor but without spinning up a cluster.
TestMetaTableAccessorNoCluster() - Constructor for class org.apache.hadoop.hbase.TestMetaTableAccessorNoCluster
 
TestMetaTableLocator - Class in org.apache.hadoop.hbase
TestMetaTableLocator() - Constructor for class org.apache.hadoop.hbase.TestMetaTableLocator
 
TestMetaTableMetrics - Class in org.apache.hadoop.hbase.coprocessor
 
TestMetaTableMetrics() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestMetaTableMetrics
 
testMetaTables() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionInfo
 
testMetaTables() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionInfoBuilder
 
testMetaTablesSnapshot() - Method in class org.apache.hadoop.hbase.client.TestSnapshotFromClient
Test snapshotting not allowed hbase:meta and -ROOT-
testMetaUpdatesGoToPriorityQueue() - Method in class org.apache.hadoop.hbase.TestMetaTableAccessor
 
TestMetaWithReplicas - Class in org.apache.hadoop.hbase.client
Tests the scenarios where replicas are enabled for the meta table
TestMetaWithReplicas() - Constructor for class org.apache.hadoop.hbase.client.TestMetaWithReplicas
 
testMetric(Scan, String, long) - Method in class org.apache.hadoop.hbase.TestServerSideScanMetricsFromClientSide
Run the scan to completetion and check the metric against the specified value
testMetrics() - Method in class org.apache.hadoop.hbase.io.TestMetricsIO
 
testMetrics() - Method in class org.apache.hadoop.hbase.rest.TestGetAndPutResource
 
TestMetricsConnection - Class in org.apache.hadoop.hbase.client
 
TestMetricsConnection() - Constructor for class org.apache.hadoop.hbase.client.TestMetricsConnection
 
TestMetricsHeapMemoryManager - Class in org.apache.hadoop.hbase.regionserver
Unit test version of rs metrics tests.
TestMetricsHeapMemoryManager() - Constructor for class org.apache.hadoop.hbase.regionserver.TestMetricsHeapMemoryManager
 
TestMetricsIO - Class in org.apache.hadoop.hbase.io
 
TestMetricsIO() - Constructor for class org.apache.hadoop.hbase.io.TestMetricsIO
 
TestMetricsMasterProcSourceImpl - Class in org.apache.hadoop.hbase.master
Test for MetricsMasterProcSourceImpl
TestMetricsMasterProcSourceImpl() - Constructor for class org.apache.hadoop.hbase.master.TestMetricsMasterProcSourceImpl
 
TestMetricsMasterSourceFactory - Class in org.apache.hadoop.hbase.master
Test for the CompatibilitySingletonFactory and building MetricsMasterSource
TestMetricsMasterSourceFactory() - Constructor for class org.apache.hadoop.hbase.master.TestMetricsMasterSourceFactory
 
TestMetricsMasterSourceImpl - Class in org.apache.hadoop.hbase.master
Test for MetricsMasterSourceImpl
TestMetricsMasterSourceImpl() - Constructor for class org.apache.hadoop.hbase.master.TestMetricsMasterSourceImpl
 
TestMetricsRegion - Class in org.apache.hadoop.hbase.regionserver
 
TestMetricsRegion() - Constructor for class org.apache.hadoop.hbase.regionserver.TestMetricsRegion
 
TestMetricsRegionServer - Class in org.apache.hadoop.hbase.regionserver
Unit test version of rs metrics tests.
TestMetricsRegionServer() - Constructor for class org.apache.hadoop.hbase.regionserver.TestMetricsRegionServer
 
TestMetricsRegionServerSourceFactory - Class in org.apache.hadoop.hbase.regionserver
Test for the CompatibilitySingletonFactory and building MetricsRegionServerSource
TestMetricsRegionServerSourceFactory() - Constructor for class org.apache.hadoop.hbase.regionserver.TestMetricsRegionServerSourceFactory
 
TestMetricsRegionServerSourceImpl - Class in org.apache.hadoop.hbase.regionserver
 
TestMetricsRegionServerSourceImpl() - Constructor for class org.apache.hadoop.hbase.regionserver.TestMetricsRegionServerSourceImpl
 
TestMetricsRegionSourceImpl - Class in org.apache.hadoop.hbase.regionserver
 
TestMetricsRegionSourceImpl() - Constructor for class org.apache.hadoop.hbase.regionserver.TestMetricsRegionSourceImpl
 
TestMetricsRESTSource - Class in org.apache.hadoop.hbase.rest
Test of Rest Metrics Source interface.
TestMetricsRESTSource() - Constructor for class org.apache.hadoop.hbase.rest.TestMetricsRESTSource
 
TestMetricsRESTSourceImpl - Class in org.apache.hadoop.hbase.rest
Test for hadoop 2's version of MetricsRESTSource.
TestMetricsRESTSourceImpl() - Constructor for class org.apache.hadoop.hbase.rest.TestMetricsRESTSourceImpl
 
testMetricsSourceBaseSourcePassthrough() - Method in class org.apache.hadoop.hbase.replication.TestReplicationEndpoint
 
TestMetricsTableAggregate - Class in org.apache.hadoop.hbase.regionserver
 
TestMetricsTableAggregate() - Constructor for class org.apache.hadoop.hbase.regionserver.TestMetricsTableAggregate
 
TestMetricsTableLatencies - Class in org.apache.hadoop.hbase.regionserver
 
TestMetricsTableLatencies() - Constructor for class org.apache.hadoop.hbase.regionserver.TestMetricsTableLatencies
 
TestMetricsTableSourceImpl - Class in org.apache.hadoop.hbase.regionserver
Test for MetricsTableSourceImpl
TestMetricsTableSourceImpl() - Constructor for class org.apache.hadoop.hbase.regionserver.TestMetricsTableSourceImpl
 
TestMetricsWAL - Class in org.apache.hadoop.hbase.regionserver.wal
 
TestMetricsWAL() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.TestMetricsWAL
 
TestMetricsWALSource - Class in org.apache.hadoop.hbase.regionserver.wal
 
TestMetricsWALSource() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.TestMetricsWALSource
 
TestMetricsWALSourceImpl - Class in org.apache.hadoop.hbase.regionserver.wal
 
TestMetricsWALSourceImpl() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.TestMetricsWALSourceImpl
 
TestMetricsZooKeeperSource - Class in org.apache.hadoop.hbase.zookeeper
 
TestMetricsZooKeeperSource() - Constructor for class org.apache.hadoop.hbase.zookeeper.TestMetricsZooKeeperSource
 
TestMetricsZooKeeperSourceImpl - Class in org.apache.hadoop.hbase.zookeeper
 
TestMetricsZooKeeperSourceImpl() - Constructor for class org.apache.hadoop.hbase.zookeeper.TestMetricsZooKeeperSourceImpl
 
testMiddleGarbageCorruptionSkipErrorsReadsHalfOfFile() - Method in class org.apache.hadoop.hbase.wal.TestWALSplit
 
testMidKeyInHFile() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFileWriterV3
 
testMidKeyOnLeafIndexBlockBoundary() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFileBlockIndex
to check if looks good when midKey on a leaf index block boundary
testMigration() - Method in class org.apache.hadoop.hbase.master.TestTableStateManager
 
testMillions() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testMin() - Method in class org.apache.hadoop.hbase.client.TestAsyncAggregationClient
 
TestMiniBatchOperationInProgress - Class in org.apache.hadoop.hbase.regionserver
 
TestMiniBatchOperationInProgress() - Constructor for class org.apache.hadoop.hbase.regionserver.TestMiniBatchOperationInProgress
 
testMiniBatchOperationInProgressMethods() - Method in class org.apache.hadoop.hbase.regionserver.TestMiniBatchOperationInProgress
 
testMiniCluster() - Method in class org.apache.hadoop.hbase.TestHBaseTestingUtility
 
testMiniClusterBindToWildcard() - Method in class org.apache.hadoop.hbase.TestHBaseTestingUtility
 
TestMiniClusterLoadEncoded - Class in org.apache.hadoop.hbase.util
Runs a load test on a mini HBase cluster with data block encoding turned on.
TestMiniClusterLoadEncoded(DataBlockEncoding) - Constructor for class org.apache.hadoop.hbase.util.TestMiniClusterLoadEncoded
 
TestMiniClusterLoadParallel - Class in org.apache.hadoop.hbase.util
A write/read/verify load test on a mini HBase cluster.
TestMiniClusterLoadParallel(boolean, DataBlockEncoding) - Constructor for class org.apache.hadoop.hbase.util.TestMiniClusterLoadParallel
 
TestMiniClusterLoadSequential - Class in org.apache.hadoop.hbase.util
A write/read/verify load test on a mini HBase cluster.
TestMiniClusterLoadSequential(boolean, DataBlockEncoding) - Constructor for class org.apache.hadoop.hbase.util.TestMiniClusterLoadSequential
 
testMiniClusterWithSSLOn() - Method in class org.apache.hadoop.hbase.TestHBaseTestingUtility
 
testMiniDFSCluster() - Method in class org.apache.hadoop.hbase.TestHBaseTestingUtility
 
testMiniZooKeeperWithMultipleClientPorts() - Method in class org.apache.hadoop.hbase.TestHBaseTestingUtility
 
testMiniZooKeeperWithMultipleServers() - Method in class org.apache.hadoop.hbase.TestHBaseTestingUtility
 
testMiniZooKeeperWithOneServer() - Method in class org.apache.hadoop.hbase.TestHBaseTestingUtility
 
testMinorCompaction() - Method in class org.apache.hadoop.hbase.mob.compactions.TestMobCompactor
 
testMinorCompaction() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactionState
 
TestMinorCompaction - Class in org.apache.hadoop.hbase.regionserver
Test minor compactions
TestMinorCompaction() - Constructor for class org.apache.hadoop.hbase.regionserver.TestMinorCompaction
constructor
testMinorCompactionOnFamily() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactionState
 
testMinorCompactionWithDeleteColumn1() - Method in class org.apache.hadoop.hbase.regionserver.TestMinorCompaction
 
testMinorCompactionWithDeleteColumn2() - Method in class org.apache.hadoop.hbase.regionserver.TestMinorCompaction
 
testMinorCompactionWithDeleteColumnFamily() - Method in class org.apache.hadoop.hbase.regionserver.TestMinorCompaction
 
testMinorCompactionWithDeleteRow() - Method in class org.apache.hadoop.hbase.regionserver.TestMinorCompaction
 
testMinorCompactionWithDeleteVersion1() - Method in class org.apache.hadoop.hbase.regionserver.TestMinorCompaction
 
testMinorCompactionWithDeleteVersion2() - Method in class org.apache.hadoop.hbase.regionserver.TestMinorCompaction
 
testMinorCompactionWithMonthlyPolicy() - Method in class org.apache.hadoop.hbase.mob.compactions.TestMobCompactor
 
testMinorCompactionWithWeeklyPolicy() - Method in class org.apache.hadoop.hbase.mob.compactions.TestMobCompactor
 
TestMinVersions - Class in org.apache.hadoop.hbase.regionserver
Test Minimum Versions feature (HBASE-4071).
TestMinVersions() - Constructor for class org.apache.hadoop.hbase.regionserver.TestMinVersions
 
testMinVersionsAndTTL() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.TestNewVersionBehaviorTracker
 
testMirroring() - Method in class org.apache.hadoop.hbase.master.TestMirroringTableStateManager
 
TestMirroringTableStateManager - Class in org.apache.hadoop.hbase.master
Tests that table state is mirrored out to zookeeper for hbase-1.x clients.
TestMirroringTableStateManager() - Constructor for class org.apache.hadoop.hbase.master.TestMirroringTableStateManager
 
testMiscHTableStuff() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testMisplacedRegions() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroups
 
testMissingAllColumns() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotaViolationPolicyRefresherChore
 
testMissingConfigurationThrowsException() - Method in class org.apache.hadoop.hbase.http.TestSpnegoHttpServer
 
testMissingDesiredColumn() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotaViolationPolicyRefresherChore
 
testMissingReportsRemovesQuota() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaObserverChoreRegionReports
 
testMissingRequiredOption() - Method in class org.apache.hadoop.hbase.util.AbstractHBaseToolTest
 
testMissingServerResource() - Method in class org.apache.hadoop.hbase.http.TestHttpServerWebapps
Test that an invalid webapp triggers an exception
testMixed() - Method in class org.apache.hadoop.hbase.client.TestAsyncTableBatch
 
testMixedAtomicity() - Method in class org.apache.hadoop.hbase.AcidGuaranteesTestBase
 
testMixedAtomicity() - Method in class org.apache.hadoop.hbase.IntegrationTestAcidGuarantees
 
testMobCellSizeThreshold() - Method in class org.apache.hadoop.hbase.regionserver.TestHMobStore
Getting data from memstore and files
TestMobCloneSnapshotFromClientCloneLinksAfterDelete - Class in org.apache.hadoop.hbase.client
 
TestMobCloneSnapshotFromClientCloneLinksAfterDelete() - Constructor for class org.apache.hadoop.hbase.client.TestMobCloneSnapshotFromClientCloneLinksAfterDelete
 
TestMobCloneSnapshotFromClientCloneLinksAfterDelete.DelayFlushCoprocessor - Class in org.apache.hadoop.hbase.client
This coprocessor is used to delay the flush.
TestMobCloneSnapshotFromClientError - Class in org.apache.hadoop.hbase.client
 
TestMobCloneSnapshotFromClientError() - Constructor for class org.apache.hadoop.hbase.client.TestMobCloneSnapshotFromClientError
 
TestMobCloneSnapshotFromClientNormal - Class in org.apache.hadoop.hbase.client
 
TestMobCloneSnapshotFromClientNormal() - Constructor for class org.apache.hadoop.hbase.client.TestMobCloneSnapshotFromClientNormal
 
testMobCompactionWithBulkload() - Method in class org.apache.hadoop.hbase.regionserver.TestMobStoreCompaction
This test will first generate store files, then bulk load them and trigger the compaction.
TestMobCompactor - Class in org.apache.hadoop.hbase.mob.compactions
 
TestMobCompactor() - Constructor for class org.apache.hadoop.hbase.mob.compactions.TestMobCompactor
 
TestMobCompactor.CompactTwoLatestHfilesCopro - Class in org.apache.hadoop.hbase.mob.compactions
This copro overwrites the default compaction policy.
TestMobDataBlockEncoding - Class in org.apache.hadoop.hbase.mob
 
TestMobDataBlockEncoding() - Constructor for class org.apache.hadoop.hbase.mob.TestMobDataBlockEncoding
 
TestMobExportSnapshot - Class in org.apache.hadoop.hbase.snapshot
Test Export Snapshot Tool
TestMobExportSnapshot() - Constructor for class org.apache.hadoop.hbase.snapshot.TestMobExportSnapshot
 
testMobFamilyDelete() - Method in class org.apache.hadoop.hbase.regionserver.TestDeleteMobTable
 
TestMobFile - Class in org.apache.hadoop.hbase.mob
 
TestMobFile() - Constructor for class org.apache.hadoop.hbase.mob.TestMobFile
 
TestMobFileCache - Class in org.apache.hadoop.hbase.mob
 
TestMobFileCache() - Constructor for class org.apache.hadoop.hbase.mob.TestMobFileCache
 
testMobFileCache() - Method in class org.apache.hadoop.hbase.mob.TestMobFileCache
 
TestMobFileLink - Class in org.apache.hadoop.hbase.mob
 
TestMobFileLink() - Constructor for class org.apache.hadoop.hbase.mob.TestMobFileLink
 
TestMobFileName - Class in org.apache.hadoop.hbase.mob
 
TestMobFileName() - Constructor for class org.apache.hadoop.hbase.mob.TestMobFileName
 
testMobFilePath() - Method in class org.apache.hadoop.hbase.mob.TestMobFileLink
 
TestMobFlushSnapshotFromClient - Class in org.apache.hadoop.hbase.snapshot
Test creating/using/deleting snapshots from the client
TestMobFlushSnapshotFromClient() - Constructor for class org.apache.hadoop.hbase.snapshot.TestMobFlushSnapshotFromClient
 
testMobGetAtomicity() - Method in class org.apache.hadoop.hbase.AcidGuaranteesTestBase
 
testMobMetrics() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerMetrics
 
testMobMixedAtomicity() - Method in class org.apache.hadoop.hbase.AcidGuaranteesTestBase
 
TestMobRestoreFlushSnapshotFromClient - Class in org.apache.hadoop.hbase.snapshot
Test clone/restore snapshots from the client TODO This is essentially a clone of TestRestoreSnapshotFromClient.
TestMobRestoreFlushSnapshotFromClient() - Constructor for class org.apache.hadoop.hbase.snapshot.TestMobRestoreFlushSnapshotFromClient
 
TestMobRestoreSnapshotFromClientAfterSplittingRegions - Class in org.apache.hadoop.hbase.client
 
TestMobRestoreSnapshotFromClientAfterSplittingRegions() - Constructor for class org.apache.hadoop.hbase.client.TestMobRestoreSnapshotFromClientAfterSplittingRegions
 
TestMobRestoreSnapshotFromClientClone - Class in org.apache.hadoop.hbase.client
 
TestMobRestoreSnapshotFromClientClone() - Constructor for class org.apache.hadoop.hbase.client.TestMobRestoreSnapshotFromClientClone
 
TestMobRestoreSnapshotFromClientSchemaChange - Class in org.apache.hadoop.hbase.client
 
TestMobRestoreSnapshotFromClientSchemaChange() - Constructor for class org.apache.hadoop.hbase.client.TestMobRestoreSnapshotFromClientSchemaChange
 
TestMobRestoreSnapshotFromClientSimple - Class in org.apache.hadoop.hbase.client
 
TestMobRestoreSnapshotFromClientSimple() - Constructor for class org.apache.hadoop.hbase.client.TestMobRestoreSnapshotFromClientSimple
 
TestMobRestoreSnapshotHelper - Class in org.apache.hadoop.hbase.snapshot
Test the restore/clone operation from a file-system point of view.
TestMobRestoreSnapshotHelper() - Constructor for class org.apache.hadoop.hbase.snapshot.TestMobRestoreSnapshotHelper
 
testMobScanAtomicity() - Method in class org.apache.hadoop.hbase.AcidGuaranteesTestBase
 
TestMobSecureExportSnapshot - Class in org.apache.hadoop.hbase.snapshot
Reruns TestMobExportSnapshot using MobExportSnapshot in secure mode.
TestMobSecureExportSnapshot() - Constructor for class org.apache.hadoop.hbase.snapshot.TestMobSecureExportSnapshot
 
TestMobSnapshotCloneIndependence - Class in org.apache.hadoop.hbase.client
Test to verify that the cloned table is independent of the table from which it was cloned
TestMobSnapshotCloneIndependence() - Constructor for class org.apache.hadoop.hbase.client.TestMobSnapshotCloneIndependence
 
TestMobSnapshotFromClient - Class in org.apache.hadoop.hbase.client
Test create/using/deleting snapshots from the client
TestMobSnapshotFromClient() - Constructor for class org.apache.hadoop.hbase.client.TestMobSnapshotFromClient
 
TestMobStoreCompaction - Class in org.apache.hadoop.hbase.regionserver
Test mob store compaction
TestMobStoreCompaction() - Constructor for class org.apache.hadoop.hbase.regionserver.TestMobStoreCompaction
 
testMOBStoreEncryption() - Method in class org.apache.hadoop.hbase.regionserver.TestHMobStore
 
TestMobStoreScanner - Class in org.apache.hadoop.hbase.regionserver
 
TestMobStoreScanner() - Constructor for class org.apache.hadoop.hbase.regionserver.TestMobStoreScanner
 
testMobStoreScanner() - Method in class org.apache.hadoop.hbase.regionserver.TestMobStoreScanner
 
testMobValuesInHColumnDescriptorShouldReadable() - Method in class org.apache.hadoop.hbase.client.TestColumnFamilyDescriptorBuilder
 
testMobValuesInHColumnDescriptorShouldReadable() - Method in class org.apache.hadoop.hbase.TestHColumnDescriptor
Deprecated.
 
testModifyColumnFamily() - Method in class org.apache.hadoop.hbase.client.TestAsyncTableAdminApi2
 
testModifyFamily() - Method in class org.apache.hadoop.hbase.client.TestTableDescriptorBuilder
 
testModifyFamily() - Method in class org.apache.hadoop.hbase.TestHTableDescriptor
Deprecated.
 
testModifyInexistentFamily() - Method in class org.apache.hadoop.hbase.client.TestTableDescriptorBuilder
 
testModifyInexistentFamily() - Method in class org.apache.hadoop.hbase.TestHTableDescriptor
Deprecated.
 
testModifyNonExistingColumnFamily() - Method in class org.apache.hadoop.hbase.client.TestAsyncTableAdminApi2
 
testModifyRegionReplicasEnabledTable() - Method in class org.apache.hadoop.hbase.client.TestAdmin1
 
testModifyTableWithZeroRegionReplicas() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testMonkeyPropertiesParsing() - Method in class org.apache.hadoop.hbase.TestIntegrationTestBase
 
testMoreComparisons() - Method in class org.apache.hadoop.hbase.TestKeyValue
 
testMoreRegionsThanBound() - Method in class org.apache.hadoop.hbase.wal.TestBoundedRegionGroupingStrategy
Make sure we can successfully run with more regions then our bound.
testMoreRegionsThanBoundWithBoundsGreaterThanDefault() - Method in class org.apache.hadoop.hbase.wal.TestBoundedRegionGroupingStrategy
 
testMoreResults() - Method in class org.apache.hadoop.hbase.client.TestClientScanner
 
testMoveBack() - Method in class org.apache.hadoop.hbase.nio.TestMultiByteBuff
 
testMoveBufferToStream() - Method in class org.apache.hadoop.hbase.util.TestByteBufferUtils
Test copying to stream from buffer.
TestMovedRegionsCleaner - Class in org.apache.hadoop.hbase
Test whether background cleanup of MovedRegion entries is happening
TestMovedRegionsCleaner() - Constructor for class org.apache.hadoop.hbase.TestMovedRegionsCleaner
 
testMovedRegionsCleaner() - Method in class org.apache.hadoop.hbase.TestMovedRegionsCleaner
Start the cluster, wait for some time and verify that the background MovedRegion cleaner indeed gets called
testMovedWALDuringRecovery() - Method in class org.apache.hadoop.hbase.wal.TestWALSplit
 
testMoveMeta() - Method in class org.apache.hadoop.hbase.mttr.IntegrationTestMTTR
 
testMoveRegion() - Method in class org.apache.hadoop.hbase.client.TestAsyncRegionAdminApi
 
testMoveRegion() - Method in class org.apache.hadoop.hbase.mttr.IntegrationTestMTTR
 
testMoveRegion() - Method in class org.apache.hadoop.hbase.regionserver.TestRemoveRegionMetrics
 
testMoveRegionWhenNotInitialized() - Method in class org.apache.hadoop.hbase.master.TestMaster
 
testMoveServers() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
testMoveServers() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsWithACL
 
testMoveServersAndTables() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroups
 
testMoveServersAndTables() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
testMoveServersAndTables() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsWithACL
 
testMoveServersFromDefaultGroup() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
testMoveTables() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsWithACL
 
testMoveThrowsPleaseHoldException() - Method in class org.apache.hadoop.hbase.master.TestMaster
 
testMoveThrowsUnknownRegionException() - Method in class org.apache.hadoop.hbase.master.TestMaster
 
testMoveToPreviouslyAssignedRS() - Method in class org.apache.hadoop.hbase.client.TestAdmin2
 
testMPALL() - Method in class org.apache.hadoop.hbase.filter.TestFilterList
Test "must pass all"
testMPONE() - Method in class org.apache.hadoop.hbase.filter.TestFilterList
Test "must pass one"
testMPONEWithSeekNextUsingHint() - Method in class org.apache.hadoop.hbase.filter.TestFilterList
 
testMRIncrementalLoad() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedHFileOutputFormat2
 
testMRIncrementalLoad() - Method in class org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat2
 
testMRIncrementalLoadWithLocality() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedHFileOutputFormat2
Test for HFileOutputFormat2.LOCALITY_SENSITIVE_CONF_KEY = true This test could only check the correctness of original logic if LOCALITY_SENSITIVE_CONF_KEY is set to true.
testMRIncrementalLoadWithLocality() - Method in class org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat2
Test for HFileOutputFormat2.LOCALITY_SENSITIVE_CONF_KEY = true This test could only check the correctness of original logic if LOCALITY_SENSITIVE_CONF_KEY is set to true.
testMRIncrementalLoadWithPutSortReducer() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedHFileOutputFormat2
 
testMRIncrementalLoadWithPutSortReducer() - Method in class org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat2
 
testMRIncrementalLoadWithSplit() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedHFileOutputFormat2
 
testMRIncrementalLoadWithSplit() - Method in class org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat2
 
testMROnTable() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTsv
 
testMROnTable() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithOperationAttributes
 
testMROnTable() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithTTLs
 
testMROnTable() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithVisibilityLabels
 
testMROnTableWithBulkload() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithVisibilityLabels
 
testMROnTableWithCustomMapper() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTsv
 
testMROnTableWithDeletes() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithVisibilityLabels
 
testMROnTableWithInvalidOperationAttr() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithOperationAttributes
 
testMROnTableWithTimestamp() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTsv
 
testMRSplitsConnectionCount() - Method in class org.apache.hadoop.hbase.mapreduce.TestMultiTableInputFormatBase
Test getSplits only puts up one Connection.
testMRWithoutAnExistingTable() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTsv
 
testMRWithOutputFormat() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithVisibilityLabels
 
testMRYarnConfigsPopulation() - Method in class org.apache.hadoop.hbase.mapreduce.TestHBaseMRTestingUtility
 
testMulti() - Method in class org.apache.hadoop.hbase.client.TestConnectionImplementation
 
testMulti() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverBypass
Test various multiput operations.
testMulti() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverForAddingMutationsFromCoprocessors
Test various multiput operations.
testMultiAdd() - Method in class org.apache.hadoop.hbase.types.TestCopyOnWriteMaps
 
TestMultiByteBuff - Class in org.apache.hadoop.hbase.nio
 
TestMultiByteBuff() - Constructor for class org.apache.hadoop.hbase.nio.TestMultiByteBuff
 
TestMultiByteBuffInputStream - Class in org.apache.hadoop.hbase.io
 
TestMultiByteBuffInputStream() - Constructor for class org.apache.hadoop.hbase.io.TestMultiByteBuffInputStream
 
testMultiCellGetJson() - Method in class org.apache.hadoop.hbase.rest.TestGetAndPutResource
 
testMultiCellGetJSON() - Method in class org.apache.hadoop.hbase.rest.TestMultiRowResource
 
testMultiCellGetJSONNotFound() - Method in class org.apache.hadoop.hbase.rest.TestMultiRowResource
 
testMultiCellGetPutPB() - Method in class org.apache.hadoop.hbase.rest.TestGetAndPutResource
 
testMultiCellGetPutXML() - Method in class org.apache.hadoop.hbase.rest.TestGetAndPutResource
 
testMultiCellGetWithColsInQueryPathJSON() - Method in class org.apache.hadoop.hbase.rest.TestMultiRowResource
 
testMultiCellGetWithColsJSON() - Method in class org.apache.hadoop.hbase.rest.TestMultiRowResource
 
testMultiCellGetXML() - Method in class org.apache.hadoop.hbase.rest.TestMultiRowResource
 
testMultiClusters() - Method in class org.apache.hadoop.hbase.TestHBaseTestingUtility
Basic sanity test that spins up multiple HDFS and HBase clusters that share the same ZK ensemble.
testMultiColumnGetXML() - Method in class org.apache.hadoop.hbase.rest.TestGetAndPutResource
 
testMultiColumns() - Method in class org.apache.hadoop.hbase.client.TestTimestampsFilter
 
TestMultiColumnScanner - Class in org.apache.hadoop.hbase.regionserver
Tests optimized scanning of multiple columns.
TestMultiColumnScanner() - Constructor for class org.apache.hadoop.hbase.regionserver.TestMultiColumnScanner
 
testMultiColumnScanner() - Method in class org.apache.hadoop.hbase.regionserver.TestMultiColumnScanner
 
TestMultiColumnScannerWithAlgoGZAndNoDataEncoding - Class in org.apache.hadoop.hbase.regionserver
Test case for Compression.Algorithm.GZ and no use data block encoding.
TestMultiColumnScannerWithAlgoGZAndNoDataEncoding() - Constructor for class org.apache.hadoop.hbase.regionserver.TestMultiColumnScannerWithAlgoGZAndNoDataEncoding
 
TestMultiColumnScannerWithAlgoGZAndUseDataEncoding - Class in org.apache.hadoop.hbase.regionserver
Test case for Compression.Algorithm.GZ and use data block encoding.
TestMultiColumnScannerWithAlgoGZAndUseDataEncoding() - Constructor for class org.apache.hadoop.hbase.regionserver.TestMultiColumnScannerWithAlgoGZAndUseDataEncoding
 
TestMultiColumnScannerWithNoneAndNoDataEncoding - Class in org.apache.hadoop.hbase.regionserver
Test case for Compression.Algorithm.NONE and no use data block encoding.
TestMultiColumnScannerWithNoneAndNoDataEncoding() - Constructor for class org.apache.hadoop.hbase.regionserver.TestMultiColumnScannerWithNoneAndNoDataEncoding
 
TestMultiColumnScannerWithNoneAndUseDataEncoding - Class in org.apache.hadoop.hbase.regionserver
Test case for Compression.Algorithm.NONE and no use data block encoding.
TestMultiColumnScannerWithNoneAndUseDataEncoding() - Constructor for class org.apache.hadoop.hbase.regionserver.TestMultiColumnScannerWithNoneAndUseDataEncoding
 
testMultiFailure() - Method in class org.apache.hadoop.hbase.zookeeper.TestZKMulti
 
testMultiGet() - Method in class org.apache.hadoop.hbase.rest.client.TestRemoteTable
 
testMultiGets() - Method in class org.apache.hadoop.hbase.client.TestBlockEvictionFromClient
 
testMultiIndexLevelRandomHFileWithBlooms() - Method in class org.apache.hadoop.hbase.io.hfile.TestSeekBeforeWithInlineBlocks
Scanner.seekBefore() could fail because when seeking to a previous HFile data block, it needs to know the size of that data block, which it calculates using current data block offset and the previous data block offset.
testMultiLimits() - Method in class org.apache.hadoop.hbase.client.TestMultiRespectsLimits
 
TestMultiLogThreshold - Class in org.apache.hadoop.hbase.regionserver
Tests logging of large batch commands via Multi.
TestMultiLogThreshold() - Constructor for class org.apache.hadoop.hbase.regionserver.TestMultiLogThreshold
 
testMultiLogThresholdActions() - Method in class org.apache.hadoop.hbase.regionserver.TestMultiLogThreshold
 
testMultiLogThresholdRegionActions() - Method in class org.apache.hadoop.hbase.regionserver.TestMultiLogThreshold
 
testMultiMRIncrementalLoadWithPutSortReducer() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedHFileOutputFormat2
 
testMultiMRIncrementalLoadWithPutSortReducer() - Method in class org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat2
 
TestMultiMutationCoprocessor() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestRegionObserverForAddingMutationsFromCoprocessors.TestMultiMutationCoprocessor
 
testMultiNoLogThresholdAction() - Method in class org.apache.hadoop.hbase.regionserver.TestMultiLogThreshold
 
testMultiNoLogThresholdRegionActions() - Method in class org.apache.hadoop.hbase.regionserver.TestMultiLogThreshold
 
TestMultiParallel - Class in org.apache.hadoop.hbase.client
 
TestMultiParallel() - Constructor for class org.apache.hadoop.hbase.client.TestMultiParallel
 
TestMultiParallel.MyMasterObserver - Class in org.apache.hadoop.hbase.client
 
testMultipleCellCheckDeletePB() - Method in class org.apache.hadoop.hbase.rest.TestGetAndPutResource
 
testMultipleCellCheckPutPB() - Method in class org.apache.hadoop.hbase.rest.TestGetAndPutResource
 
testMultipleCellCheckPutXML() - Method in class org.apache.hadoop.hbase.rest.TestGetAndPutResource
 
testMultipleClients() - Method in class org.apache.hadoop.hbase.util.TestIdLock
 
testMultipleClients() - Method in class org.apache.hadoop.hbase.util.TestIdReadWriteLock
 
testMultipleCloseFromMaster() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerNoMaster
 
testMultipleColumnPrefixFilter() - Method in class org.apache.hadoop.hbase.filter.TestFilterSerialization
 
TestMultipleColumnPrefixFilter - Class in org.apache.hadoop.hbase.filter
 
TestMultipleColumnPrefixFilter() - Constructor for class org.apache.hadoop.hbase.filter.TestMultipleColumnPrefixFilter
 
testMultipleColumnPrefixFilter() - Method in class org.apache.hadoop.hbase.filter.TestMultipleColumnPrefixFilter
 
testMultipleColumnPrefixFilter() - Method in class org.apache.hadoop.hbase.filter.TestParseFilter
 
testMultipleColumnPrefixFilterWithColumnPrefixFilter() - Method in class org.apache.hadoop.hbase.filter.TestMultipleColumnPrefixFilter
 
testMultipleColumnPrefixFilterWithManyFamilies() - Method in class org.apache.hadoop.hbase.filter.TestMultipleColumnPrefixFilter
 
testMultipleCustomCompactionRequests() - Method in class org.apache.hadoop.hbase.regionserver.TestCompaction
HBASE-7947: Regression test to ensure adding to the correct list in the CompactSplit
testMultipleRegionsAndBatchPuts() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testMultipleRegionSizes() - Method in class org.apache.hadoop.hbase.quotas.TestFileSystemUtilizationChore
 
testMultipleResubmits() - Method in class org.apache.hadoop.hbase.master.TestSplitLogManager
 
testMultipleRowMultipleFamily() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testMultipleRows() - Method in class org.apache.hadoop.hbase.coprocessor.TestRowProcessorEndpoint
 
testMultipleStartStop() - Method in class org.apache.hadoop.hbase.TestHBaseTestingUtility
Test that we can start and stop multiple time a cluster with the same HBaseTestingUtility.
testMultipleTasks() - Method in class org.apache.hadoop.hbase.regionserver.TestSplitLogWorker
 
testMultipleTimestampRanges() - Method in class org.apache.hadoop.hbase.regionserver.TestSeekOptimizations
 
TestMultipleTimestamps - Class in org.apache.hadoop.hbase.client
Run tests related to TimestampsFilter using HBase client APIs.
TestMultipleTimestamps() - Constructor for class org.apache.hadoop.hbase.client.TestMultipleTimestamps
 
testMultipleTimestamps() - Method in class org.apache.hadoop.hbase.regionserver.TestHStore
Test to ensure correctness when using Stores with multiple timestamps
testMultipleTimestamps() - Method in class org.apache.hadoop.hbase.regionserver.TestHStoreFile
Test to ensure correctness when using StoreFile with multiple timestamps
testMultipleVersionsSimple() - Method in class org.apache.hadoop.hbase.regionserver.TestDefaultMemStore
 
testMultiPut() - Method in class org.apache.hadoop.hbase.coprocessor.TestPassCustomCellViaRegionObserver
 
testMultiQuotaThrottling() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaAdmin
 
testMultiRegionTable() - Method in class org.apache.hadoop.hbase.client.TestAsyncNonMetaRegionLocator
 
testMultiRegionTable() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableMapReduceBase
Test a map/reduce against a multi-region table
TestMultiRespectsLimits - Class in org.apache.hadoop.hbase.client
This test sets the multi size WAAAAAY low and then checks to make sure that gets will still make progress.
TestMultiRespectsLimits() - Constructor for class org.apache.hadoop.hbase.client.TestMultiRespectsLimits
 
testMultiRowMutation() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testMultiRowMutationMultiThreads() - Method in class org.apache.hadoop.hbase.regionserver.TestAtomicOperation
Test multi-threaded region mutations.
testMultiRowMutations() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide3
 
testMultiRowPut() - Method in class org.apache.hadoop.hbase.rest.client.TestRemoteHTableRetries
 
testMultiRowRangeFilter() - Method in class org.apache.hadoop.hbase.filter.TestFilterSerialization
 
TestMultiRowRangeFilter - Class in org.apache.hadoop.hbase.filter
 
TestMultiRowRangeFilter() - Constructor for class org.apache.hadoop.hbase.filter.TestMultiRowRangeFilter
 
testMultiRowRangeFilterWithEmptyStartRow() - Method in class org.apache.hadoop.hbase.filter.TestMultiRowRangeFilter
 
testMultiRowRangeFilterWithEmptyStopRow() - Method in class org.apache.hadoop.hbase.filter.TestMultiRowRangeFilter
 
testMultiRowRangeFilterWithExclusive() - Method in class org.apache.hadoop.hbase.filter.TestMultiRowRangeFilter
 
testMultiRowRangeFilterWithInclusive() - Method in class org.apache.hadoop.hbase.filter.TestMultiRowRangeFilter
 
testMultiRowRangeFilterWithoutRangeOverlap() - Method in class org.apache.hadoop.hbase.filter.TestMultiRowRangeFilter
 
testMultiRowRangeFilterWithRangeOverlap() - Method in class org.apache.hadoop.hbase.filter.TestMultiRowRangeFilter
 
testMultiRowRangeWithFilterListAndOperator() - Method in class org.apache.hadoop.hbase.filter.TestMultiRowRangeFilter
 
testMultiRowRangeWithFilterListOrOperator() - Method in class org.apache.hadoop.hbase.filter.TestMultiRowRangeFilter
 
testMultiRowRangeWithFilterListOrOperatorWithBlkCnt() - Method in class org.apache.hadoop.hbase.filter.TestFilterListOrOperatorWithBlkCnt
 
testMultiRowRangeWithInvalidRange() - Method in class org.apache.hadoop.hbase.filter.TestMultiRowRangeFilter
 
testMultiRowRangeWithoutRange() - Method in class org.apache.hadoop.hbase.filter.TestMultiRowRangeFilter
 
TestMultiRowResource - Class in org.apache.hadoop.hbase.rest
 
TestMultiRowResource(Boolean) - Constructor for class org.apache.hadoop.hbase.rest.TestMultiRowResource
 
TestMultiSlaveReplication - Class in org.apache.hadoop.hbase.replication
 
TestMultiSlaveReplication() - Constructor for class org.apache.hadoop.hbase.replication.TestMultiSlaveReplication
 
testMultiSlaveReplication() - Method in class org.apache.hadoop.hbase.replication.TestMultiSlaveReplication
 
testMultiSwitches() - Method in class org.apache.hadoop.hbase.client.TestSplitOrMergeStatus
 
TestMultiTableInputFormat - Class in org.apache.hadoop.hbase.mapreduce
Tests various scan start and stop row scenarios.
TestMultiTableInputFormat() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestMultiTableInputFormat
 
TestMultiTableInputFormatBase - Class in org.apache.hadoop.hbase.mapreduce
Tests of MultiTableInputFormatBase.
TestMultiTableInputFormatBase() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestMultiTableInputFormatBase
 
TestMultiTableInputFormatBase.MRSplitsConnection - Class in org.apache.hadoop.hbase.mapreduce
Connection to use above in Test.
testMultiTableMove() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
TestMultiTableSnapshotInputFormat - Class in org.apache.hadoop.hbase.mapred
 
TestMultiTableSnapshotInputFormat() - Constructor for class org.apache.hadoop.hbase.mapred.TestMultiTableSnapshotInputFormat
 
TestMultiTableSnapshotInputFormat - Class in org.apache.hadoop.hbase.mapreduce
 
TestMultiTableSnapshotInputFormat() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestMultiTableSnapshotInputFormat
 
TestMultiTableSnapshotInputFormat.Mapper - Class in org.apache.hadoop.hbase.mapred
 
TestMultiTableSnapshotInputFormat.Reducer - Class in org.apache.hadoop.hbase.mapred
 
TestMultiTableSnapshotInputFormatImpl - Class in org.apache.hadoop.hbase.mapreduce
 
TestMultiTableSnapshotInputFormatImpl() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestMultiTableSnapshotInputFormatImpl
 
TestMultiTableSnapshotInputFormatImpl.ScanWithEquals - Class in org.apache.hadoop.hbase.mapreduce
 
testMultiThreadedClients() - Method in class org.apache.hadoop.hbase.util.TestReusablePoolMap
 
testMultiThreadedClients() - Method in class org.apache.hadoop.hbase.util.TestRoundRobinPoolMap
 
testMultiThreadedClients() - Method in class org.apache.hadoop.hbase.util.TestThreadLocalPoolMap
 
TestMultithreadedTableMapper - Class in org.apache.hadoop.hbase.mapreduce
Test Map/Reduce job over HBase tables.
TestMultithreadedTableMapper() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestMultithreadedTableMapper
 
testMultithreadedTableMapper() - Method in class org.apache.hadoop.hbase.mapreduce.TestMultithreadedTableMapper
Test multithreadedTableMappper map/reduce against a multi-region table
TestMultithreadedTableMapper.ProcessContentsMapper - Class in org.apache.hadoop.hbase.mapreduce
Pass the given key and processed record reduce
TestMultiVersionConcurrencyControl - Class in org.apache.hadoop.hbase.regionserver
This is a hammer test that verifies MultiVersionConcurrencyControl in a multiple writer single reader scenario.
TestMultiVersionConcurrencyControl() - Constructor for class org.apache.hadoop.hbase.regionserver.TestMultiVersionConcurrencyControl
 
TestMultiVersionConcurrencyControlBasic - Class in org.apache.hadoop.hbase.regionserver
Very basic tests.
TestMultiVersionConcurrencyControlBasic() - Constructor for class org.apache.hadoop.hbase.regionserver.TestMultiVersionConcurrencyControlBasic
 
testMultiVersionGetColumn() - Method in class org.apache.hadoop.hbase.client.TestResult
 
testMultiVersionGetValue() - Method in class org.apache.hadoop.hbase.client.TestResult
 
testMultiVersionLoadValue() - Method in class org.apache.hadoop.hbase.client.TestResult
 
TestMultiVersions - Class in org.apache.hadoop.hbase
Port of old TestScanMultipleVersions, TestTimestamp and TestGetRowVersions from old testing framework to HBaseTestingUtility.
TestMultiVersions() - Constructor for class org.apache.hadoop.hbase.TestMultiVersions
 
testMutateRow() - Method in class org.apache.hadoop.hbase.client.TestAsyncTable
 
testMutateRow_WriteRequestCount() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
TestMutateRowsRecovery - Class in org.apache.hadoop.hbase.regionserver
 
TestMutateRowsRecovery() - Constructor for class org.apache.hadoop.hbase.regionserver.TestMutateRowsRecovery
 
testMutateRowStats() - Method in class org.apache.hadoop.hbase.client.TestClientPushback
 
TestMutation - Class in org.apache.hadoop.hbase.client
 
TestMutation() - Constructor for class org.apache.hadoop.hbase.client.TestMutation
 
testMutation() - Method in class org.apache.hadoop.hbase.coprocessor.TestPassCustomCellViaRegionObserver
 
testMutations() - Method in class org.apache.hadoop.hbase.io.TestHeapSize
 
testMutationsWithoutWal() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerMetrics
 
testMvcc() - Method in class org.apache.hadoop.hbase.regionserver.TestServerNonceManager
 
testMVCCCausingMisRead() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionIncrement
 
TestMvccConsistentScanner - Class in org.apache.hadoop.hbase.client
 
TestMvccConsistentScanner() - Constructor for class org.apache.hadoop.hbase.client.TestMvccConsistentScanner
 
testMVCCUsingMVCCPreAssign() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide3
A test case for issue HBASE-17482 After combile seqid with mvcc readpoint, seqid/mvcc is acquired and stamped onto cells in the append thread, a countdown latch is used to ensure that happened before cells can be put into memstore.
testName - Variable in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead
 
testName - Variable in class org.apache.hadoop.hbase.client.TestAsyncAdminBase
 
testName - Variable in class org.apache.hadoop.hbase.client.TestAsyncTable
 
testName - Variable in class org.apache.hadoop.hbase.client.TestAsyncTableNoncedRetry
 
testName - Variable in class org.apache.hadoop.hbase.client.TestMvccConsistentScanner
 
testName - Variable in class org.apache.hadoop.hbase.client.TestServerLoadDurability
 
testName - Variable in class org.apache.hadoop.hbase.client.TestSnapshotCloneIndependence
 
testName - Variable in class org.apache.hadoop.hbase.coprocessor.TestPassCustomCellViaRegionObserver
 
testName - Variable in class org.apache.hadoop.hbase.io.hfile.TestHFile
 
testName - Variable in class org.apache.hadoop.hbase.master.AbstractTestDLS
 
testName - Variable in class org.apache.hadoop.hbase.mob.TestCachedMobFile
 
testName - Variable in class org.apache.hadoop.hbase.mob.TestMobFile
 
testName - Variable in class org.apache.hadoop.hbase.quotas.TestMasterQuotasObserver
 
testName - Variable in class org.apache.hadoop.hbase.quotas.TestQuotaObserverChoreRegionReports
 
testName - Variable in class org.apache.hadoop.hbase.quotas.TestQuotaObserverChoreWithMiniCluster
 
testName - Variable in class org.apache.hadoop.hbase.quotas.TestQuotaStatusRPCs
 
testName - Variable in class org.apache.hadoop.hbase.quotas.TestQuotaTableUtil
 
testName - Variable in class org.apache.hadoop.hbase.quotas.TestRegionSizeUse
 
testName - Variable in class org.apache.hadoop.hbase.quotas.TestSnapshotQuotaObserverChore
 
testName - Variable in class org.apache.hadoop.hbase.quotas.TestSpaceQuotas
 
testName - Variable in class org.apache.hadoop.hbase.quotas.TestSpaceQuotasWithSnapshots
 
testName - Variable in class org.apache.hadoop.hbase.quotas.TestSuperUserQuotaPermissions
 
testName - Variable in class org.apache.hadoop.hbase.regionserver.TestBlocksRead
 
testName - Variable in class org.apache.hadoop.hbase.regionserver.TestGetClosestAtOrBefore
 
testName - Variable in class org.apache.hadoop.hbase.regionserver.TestRecoveredEdits
 
testName - Variable in class org.apache.hadoop.hbase.regionserver.TestRegionServerMetrics
 
testName - Variable in class org.apache.hadoop.hbase.regionserver.TestRpcSchedulerFactory
 
testName - Variable in class org.apache.hadoop.hbase.regionserver.TestRSKilledWhenInitializing
 
testName - Variable in class org.apache.hadoop.hbase.regionserver.TestSettingTimeoutOnBlockingPoint
 
testName - Variable in class org.apache.hadoop.hbase.regionserver.throttle.TestFlushWithThroughputController
 
testName - Variable in class org.apache.hadoop.hbase.snapshot.TestExportSnapshot
 
testNameConflictWhenSplit0() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestWALReplay
 
testNameConflictWhenSplit1() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestWALReplay
 
TestNamespace - Class in org.apache.hadoop.hbase
 
TestNamespace() - Constructor for class org.apache.hadoop.hbase.TestNamespace
 
TestNamespaceAuditor - Class in org.apache.hadoop.hbase.namespace
 
TestNamespaceAuditor() - Constructor for class org.apache.hadoop.hbase.namespace.TestNamespaceAuditor
 
TestNamespaceAuditor.CPMasterObserver - Class in org.apache.hadoop.hbase.namespace
 
TestNamespaceAuditor.CPRegionServerObserver - Class in org.apache.hadoop.hbase.namespace
 
TestNamespaceAuditor.CustomObserver - Class in org.apache.hadoop.hbase.namespace
 
TestNamespaceAuditor.MasterSyncObserver - Class in org.apache.hadoop.hbase.namespace
 
testNamespaceConstraint() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroups
 
testNamespaceCreateAndAssign() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroups
 
testNamespaceCreateAndDeletePBAndNoBody() - Method in class org.apache.hadoop.hbase.rest.TestNamespacesInstanceResource
 
testNamespaceCreateAndDeleteXMLAndJSON() - Method in class org.apache.hadoop.hbase.rest.TestNamespacesInstanceResource
 
testNamespaceExists() - Method in class org.apache.hbase.archetypes.exemplars.client.TestHelloHBase
 
testNamespaceExists() - Method in class org.apache.hbase.archetypes.exemplars.shaded_client.TestHelloHBase
 
testNamespaceGlobalReadAndWriteThrottle() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaThrottle
 
testNamespaceGlobalThrottle() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaThrottle
 
testNamespaceListPBandDefault() - Method in class org.apache.hadoop.hbase.rest.TestNamespacesResource
 
testNamespaceListXMLandJSON() - Method in class org.apache.hadoop.hbase.rest.TestNamespacesResource
 
testNamespaceLockInfo() - Method in class org.apache.hadoop.hbase.shaded.protobuf.TestProtobufUtil
 
testNamespaceOperations() - Method in class org.apache.hadoop.hbase.client.TestAsyncNamespaceAdminApi
 
testNamespaceOperations() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver
 
testNamespaceOperations() - Method in class org.apache.hadoop.hbase.TestNamespace
 
testNamespaceQuota() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceLimitSettings
 
testNamespaceQuotaUtil() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaTableUtil
 
TestNamespaceQuotaViolationStore - Class in org.apache.hadoop.hbase.quotas
TestNamespaceQuotaViolationStore() - Constructor for class org.apache.hadoop.hbase.quotas.TestNamespaceQuotaViolationStore
 
TestNamespaceReplication - Class in org.apache.hadoop.hbase.replication
 
TestNamespaceReplication() - Constructor for class org.apache.hadoop.hbase.replication.TestNamespaceReplication
 
testNamespaceReplication() - Method in class org.apache.hadoop.hbase.replication.TestNamespaceReplication
 
testNamespaceRPCQuotaRemoved() - Method in class org.apache.hadoop.hbase.quotas.TestMasterQuotasObserver
 
testNamespacesAndTableCfsConfigConflict() - Method in class org.apache.hadoop.hbase.client.replication.TestReplicationAdmin
 
testNamespacesAndTableCfsConfigConflict() - Method in class org.apache.hadoop.hbase.client.TestAsyncReplicationAdminApi
 
testNamespacesInheritSnapshotSize() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotasWithSnapshots
 
TestNamespacesInstanceResource - Class in org.apache.hadoop.hbase.rest
 
TestNamespacesInstanceResource() - Constructor for class org.apache.hadoop.hbase.rest.TestNamespacesInstanceResource
 
testNamespaceSpaceAndRPCQuotaRemoved() - Method in class org.apache.hadoop.hbase.quotas.TestMasterQuotasObserver
 
testNamespaceSpaceQuotaRemoved() - Method in class org.apache.hadoop.hbase.quotas.TestMasterQuotasObserver
 
TestNamespacesResource - Class in org.apache.hadoop.hbase.rest
 
TestNamespacesResource() - Constructor for class org.apache.hadoop.hbase.rest.TestNamespacesResource
 
testNamespaceTableCfWALEntryFilter() - Method in class org.apache.hadoop.hbase.replication.TestReplicationWALEntryFilters
 
testNamespaceTableCfWALEntryFilter2() - Method in class org.apache.hadoop.hbase.replication.TestReplicationWALEntryFilters
 
testNamespaceViolatesQuota() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaObserverChoreWithMiniCluster
 
testNativeSizes() - Method in class org.apache.hadoop.hbase.io.TestHeapSize
Test our hard-coded sizing of native java objects
testNeedsQuoting() - Method in class org.apache.hadoop.hbase.http.TestHtmlQuoting
 
testNegativeAuthorization() - Method in class org.apache.hadoop.hbase.rest.TestSecureRESTServer
 
testNegativeCustomFilter() - Method in class org.apache.hadoop.hbase.rest.TestTableScan
 
testNegativeMemstoreSize() - Method in class org.apache.hadoop.hbase.coprocessor.TestNegativeMemStoreSizeWithSlowCoprocessor
 
TestNegativeMemStoreSizeWithSlowCoprocessor - Class in org.apache.hadoop.hbase.coprocessor
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.
TestNegativeMemStoreSizeWithSlowCoprocessor() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestNegativeMemStoreSizeWithSlowCoprocessor
 
TestNegativeMemStoreSizeWithSlowCoprocessor.FlushingRegionObserver - Class in org.apache.hadoop.hbase.coprocessor
 
testNegativeTimestamp() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testNegativeTimestamps() - Method in class org.apache.hadoop.hbase.io.encoding.TestDataBlockEncoders
Test KeyValues with negative timestamp.
testNegativeToShort() - Method in class org.apache.hadoop.hbase.regionserver.wal.TestCompressor
 
testNeitherTableNorNamespace() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaSettingsFactory
 
testNestedFilterListWithSCVF() - Method in class org.apache.hadoop.hbase.filter.TestFilter
 
TestNettyIPC - Class in org.apache.hadoop.hbase.ipc
 
TestNettyIPC() - Constructor for class org.apache.hadoop.hbase.ipc.TestNettyIPC
 
TestNettyRpcServer - Class in org.apache.hadoop.hbase.ipc
 
TestNettyRpcServer() - Constructor for class org.apache.hadoop.hbase.ipc.TestNettyRpcServer
 
testNettyRpcServer() - Method in class org.apache.hadoop.hbase.ipc.TestNettyRpcServer
 
testNeverIncludeFakeCell() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.TestUserScanQueryMatcher
This is a cryptic test.
testNewBlocksHaveDefaultChecksum() - Method in class org.apache.hadoop.hbase.io.hfile.TestChecksum
 
testNewCluster() - Method in class org.apache.hadoop.hbase.master.TestMasterRepairMode
 
testNewOptionOverridesOldOption() - Method in class org.apache.hadoop.hbase.util.AbstractHBaseToolTest
 
testNewPolicyOverridesOld() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotaViolationPolicyRefresherChore
 
testNewStartedRegionServerVersion() - Method in class org.apache.hadoop.hbase.master.TestRestartCluster
 
TestNewVersionBehaviorFromClientSide - Class in org.apache.hadoop.hbase.regionserver
 
TestNewVersionBehaviorFromClientSide() - Constructor for class org.apache.hadoop.hbase.regionserver.TestNewVersionBehaviorFromClientSide
 
TestNewVersionBehaviorTracker - Class in org.apache.hadoop.hbase.regionserver.querymatcher
 
TestNewVersionBehaviorTracker() - Constructor for class org.apache.hadoop.hbase.regionserver.querymatcher.TestNewVersionBehaviorTracker
 
testNextOnSample() - Method in class org.apache.hadoop.hbase.io.encoding.TestDataBlockEncoders
 
testNoBackups() - Method in class org.apache.hadoop.hbase.regionserver.TestMasterAddressTracker
 
testNoBulkLoadChecksOnNoSnapshot() - Method in class org.apache.hadoop.hbase.quotas.TestActivePolicyEnforcement
 
testNoBulkLoadsWithNoWrites() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotas
 
testNoCacheHeader() - Method in class org.apache.hadoop.hbase.http.TestHttpServer
 
testNoCodec() - Method in class org.apache.hadoop.hbase.client.TestFromClientSideNoCodec
 
testNoCodec() - Method in class org.apache.hadoop.hbase.ipc.AbstractTestIPC
Ensure we do not HAVE TO HAVE a codec.
testNoCompactions() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotas
 
testNoCompression() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFileBlock
 
TestNodeHealthCheckChore - Class in org.apache.hadoop.hbase
 
TestNodeHealthCheckChore() - Constructor for class org.apache.hadoop.hbase.TestNodeHealthCheckChore
 
testNodeTracker() - Method in class org.apache.hadoop.hbase.zookeeper.TestZKNodeTracker
 
testNoDuplicateResultsWhenSplitting() - Method in class org.apache.hadoop.hbase.client.TestTableSnapshotScanner
 
testNoDuplicateResultsWhenSplitting() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableSnapshotInputFormat
 
testNoEdits() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestLogRollPeriod
Tests that the LogRoller perform the roll even if there are no edits
testNoEnableAfterDisablePolicy() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotas
 
testNoEndWithoutStart() - Method in class org.apache.hadoop.hbase.regionserver.TestServerNonceManager
 
testNoFilter() - Method in class org.apache.hadoop.hbase.filter.TestFilter
 
testNoFilter() - Method in class org.apache.hadoop.hbase.rest.TestScannersWithFilters
 
testNoGetRegionServerMetricsSourceImpl() - Method in class org.apache.hadoop.hbase.regionserver.TestMetricsRegionServerSourceImpl
 
testNoGetRegionServerMetricsSourceImpl() - Method in class org.apache.hadoop.hbase.regionserver.TestMetricsRegionSourceImpl
 
testNoGetTableMetricsSourceImpl() - Method in class org.apache.hadoop.hbase.regionserver.TestMetricsTableSourceImpl
 
testNoHFileLinkInRootDir() - Method in class org.apache.hadoop.hbase.snapshot.TestRestoreSnapshotHelper
 
TestNoInsertsViolationPolicyEnforcement - Class in org.apache.hadoop.hbase.quotas.policies
TestNoInsertsViolationPolicyEnforcement() - Constructor for class org.apache.hadoop.hbase.quotas.policies.TestNoInsertsViolationPolicyEnforcement
 
testNoInsertsWithAppend() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotas
 
testNoInsertsWithIncrement() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotas
 
testNoInsertsWithPut() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotas
 
testNoManifest() - Method in class org.apache.hadoop.hbase.mapreduce.TestJarFinder
 
testNoMaster() - Method in class org.apache.hadoop.hbase.regionserver.TestMasterAddressTracker
 
testNoMoreResults() - Method in class org.apache.hadoop.hbase.client.TestClientScanner
 
testNonAtomicOperations() - Method in class org.apache.hadoop.hbase.client.TestMalformedCellFromClient
This test depends on how regionserver process the batch ops.
testNonCachedGetRegionLocation() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testNonceCollision() - Method in class org.apache.hadoop.hbase.client.TestMultiParallel
 
testNonDefaultConfigurationProperties() - Method in class org.apache.hadoop.hbase.quotas.TestFileSystemUtilizationChore
 
testNone() - Method in class org.apache.hadoop.hbase.TestClientClusterStatus
 
testNonExistentRegionReplica() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionOpen
 
testNonExistentTableMove() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
testNonHFilesAreIgnored() - Method in class org.apache.hadoop.hbase.quotas.TestFileSystemUtilizationChore
 
testNonIdempotentOpsWithRetries() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionFileSystem
 
testNonNullableNullExtension() - Method in class org.apache.hadoop.hbase.types.TestStructNullExtension
Verify null extension respects the type's isNullable field.
testNonNullValue() - Method in class org.apache.hadoop.hbase.filter.TestNullComparator
 
testNoNode() - Method in class org.apache.hadoop.hbase.zookeeper.TestReadOnlyZKClient
 
testNonSuccessiveSplitsAreNotMerged() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatBase
 
testNonUserMajorCompactionRequest() - Method in class org.apache.hadoop.hbase.regionserver.TestMajorCompaction
Test for HBASE-5920 - Test user requested major compactions always occurring
testNonViolatingQuotaCachesPolicyEnforcment() - Method in class org.apache.hadoop.hbase.quotas.TestActivePolicyEnforcement
 
testNoObservationsOnCreation() - Method in class org.apache.hadoop.hbase.regionserver.TestObservedExceptionsInBatch
 
testNoOnlineRegions() - Method in class org.apache.hadoop.hbase.quotas.TestFileSystemUtilizationChore
 
testNoPartial() - Method in class org.apache.hadoop.hbase.client.TestCompleteResultScanResultCache
 
testNoPartialResultsWhenRowFilterPresent() - Method in class org.apache.hadoop.hbase.TestPartialResultsFromClientSide
When a scan has a filter where Filter.hasFilterRow() is true, the scanner should not return partial results.
testNoPeriodicFlush() - Method in class org.apache.hadoop.hbase.client.TestAsyncBufferMutator
 
testNoPolicyReturnsNoopEnforcement() - Method in class org.apache.hadoop.hbase.quotas.TestActivePolicyEnforcement
 
testNoQuotaReturnsSingletonPolicyEnforcement() - Method in class org.apache.hadoop.hbase.quotas.TestActivePolicyEnforcement
 
testNoReplicaRead() - Method in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead
 
testNoResultsHint() - Method in class org.apache.hadoop.hbase.client.TestClientScanner
 
testNormalizer() - Method in class org.apache.hadoop.hbase.client.TestAsyncToolAdminApi
 
testNormalStartEnd() - Method in class org.apache.hadoop.hbase.regionserver.TestServerNonceManager
 
testNoScanMetrics() - Method in class org.apache.hadoop.hbase.client.TestAsyncTableScanMetrics
 
testNoSuchCF() - Method in class org.apache.hadoop.hbase.rest.TestGetAndPutResource
 
testNoSuchTable() - Method in class org.apache.hadoop.hbase.util.TestFSTableDescriptors
 
testNoTable() - Method in class org.apache.hadoop.hbase.client.TestAsyncNonMetaRegionLocator
 
testNotCachingDataBlocksDuringCompaction() - Method in class org.apache.hadoop.hbase.io.hfile.TestCacheOnWrite
 
testNotCloseZkWhenPending() - Method in class org.apache.hadoop.hbase.zookeeper.TestReadOnlyZKClient
 
testNotExecuted() - Method in class org.apache.hadoop.hbase.regionserver.TestFlushLifeCycleTracker
 
testNoThrottleReturnsOriginal() - Method in class org.apache.hadoop.hbase.quotas.TestThrottleSettings
 
testNoTimeoutWaitForMeta() - Method in class org.apache.hadoop.hbase.TestMetaTableLocator
Test waiting on meat w/ no timeout specified.
testNotOverwrite() - Method in class org.apache.hadoop.hbase.io.asyncfs.TestOverwriteFileUnderConstruction
 
testNotPullingDeadRegionServerFromZK() - Method in class org.apache.hadoop.hbase.master.TestMasterNoCluster
 
TestNoWritesCompactionsViolationPolicyEnforcement - Class in org.apache.hadoop.hbase.quotas.policies
TestNoWritesCompactionsViolationPolicyEnforcement() - Constructor for class org.apache.hadoop.hbase.quotas.policies.TestNoWritesCompactionsViolationPolicyEnforcement
 
TestNoWritesViolationPolicyEnforcement - Class in org.apache.hadoop.hbase.quotas.policies
TestNoWritesViolationPolicyEnforcement() - Constructor for class org.apache.hadoop.hbase.quotas.policies.TestNoWritesViolationPolicyEnforcement
 
testNoWritesWithAppend() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotas
 
testNoWritesWithDelete() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotas
 
testNoWritesWithIncrement() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotas
 
testNoWritesWithPut() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotas
 
testNull() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testNullableNullExtension() - Method in class org.apache.hadoop.hbase.types.TestStructNullExtension
Positive cases for null extension.
testNullCall() - Method in class org.apache.hadoop.hbase.regionserver.TestServerCustomProtocol
 
testNullComparator() - Method in class org.apache.hadoop.hbase.filter.TestComparatorSerialization
 
TestNullComparator - Class in org.apache.hadoop.hbase.filter
 
TestNullComparator() - Constructor for class org.apache.hadoop.hbase.filter.TestNullComparator
 
testNullDelimiter() - Method in class org.apache.hadoop.hbase.types.TestTerminatedWrapper
 
testNullFamilyQualifierValueTags() - Method in class org.apache.hadoop.hbase.TestIndividualBytesFieldCell
Verify getXXXArray() and getXXXLength() when family/qualifier/value/tags are null.
testNullHashCode() - Method in class org.apache.hadoop.hbase.util.TestBytes
 
testNullMap() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerRegionSpaceUseReport
 
testNullMetaBlocks() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFile
 
testNullNamespace() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceLimitSettings
 
testNullNamespaceViolationPolicy() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceLimitSettings
 
testNullQualifier() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testNullQualifier() - Method in class org.apache.hadoop.hbase.client.TestGet
 
testNullQualifier() - Method in class org.apache.hadoop.hbase.client.TestScan
 
testNullReturn() - Method in class org.apache.hadoop.hbase.regionserver.TestServerCustomProtocol
 
testNulls() - Method in class org.apache.hadoop.hbase.client.TestClientExponentialBackoff
 
testNullTableName() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceLimitSettings
 
testNullTableViolationPolicy() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceLimitSettings
 
testNullValue() - Method in class org.apache.hadoop.hbase.filter.TestNullComparator
 
testNullWithReverseScan() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testNumberOfChoresMissingStartTime() - Method in class org.apache.hadoop.hbase.TestChoreService
 
testNumberOfMemStoreScannersAfterFlush() - Method in class org.apache.hadoop.hbase.regionserver.TestHStore
 
testNumberOfRunningChores() - Method in class org.apache.hadoop.hbase.TestChoreService
 
testNumCompactionThreadsOnlineChange() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerOnlineConfigChange
Check if the number of compaction threads changes online
testNumericInt() - Method in class org.apache.hadoop.hbase.util.TestOrderedBytes
Test integer encoding.
testNumericIntRealCompatibility() - Method in class org.apache.hadoop.hbase.util.TestOrderedBytes
Verify Real and Int encodings are compatible.
testNumericOther() - Method in class org.apache.hadoop.hbase.util.TestOrderedBytes
Fill gaps in Numeric encoding testing.
testNumericReal() - Method in class org.apache.hadoop.hbase.util.TestOrderedBytes
Test real encoding.
testNumOfSplits(int, int) - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanBase
Tests Number of inputSplits for MR job when specify number of mappers for TableInputFormatXXX This test does not run MR job
testNumOfSplitsMR(int, int) - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanBase
Run MR job to check the number of mapper = expectedNumOfSplits
testNumRegionsForTable() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaObserverChore
 
testObjectEquals() - Method in class org.apache.hadoop.hbase.filter.TestBigDecimalComparator
 
testObjectSize() - Method in class org.apache.hadoop.hbase.io.TestHeapSize
 
testObservedAfterRecording() - Method in class org.apache.hadoop.hbase.regionserver.TestObservedExceptionsInBatch
 
TestObservedExceptionsInBatch - Class in org.apache.hadoop.hbase.regionserver
TestObservedExceptionsInBatch() - Constructor for class org.apache.hadoop.hbase.regionserver.TestObservedExceptionsInBatch
 
testObserver() - Method in class org.apache.hadoop.hbase.TestClientClusterMetrics
 
testObserver() - Method in class org.apache.hadoop.hbase.TestClientClusterStatus
 
testObserverAddedByDefault() - Method in class org.apache.hadoop.hbase.quotas.TestMasterQuotasObserver
 
testOddSizedBlocks() - Method in class org.apache.hadoop.hbase.io.crypto.TestEncryption
 
testOfferInStealJobQueueShouldUnblock() - Method in class org.apache.hadoop.hbase.util.TestStealJobQueue
 
testOfferInStealQueueFromShouldUnblock() - Method in class org.apache.hadoop.hbase.util.TestStealJobQueue
 
testOffheapBBPool() - Method in class org.apache.hadoop.hbase.io.TestByteBufferPool
 
testOffHeapBucketCacheConfig() - Method in class org.apache.hadoop.hbase.io.hfile.TestCacheConfig
Assert that the caches are deployed with CombinedBlockCache and of the appropriate sizes.
testOffheapMemstoreHigherWaterMarkLimitsDueToDataSize() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerAccounting
 
testOffheapMemstoreHigherWaterMarkLimitsDueToHeapSize() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerAccounting
 
testOffheapMemstoreLowerWaterMarkLimitsDueToDataSize() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerAccounting
 
testOffheapMemstoreLowerWaterMarkLimitsDueToHeapSize() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerAccounting
 
testOffline() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsOfflineMode
 
testOfflineSnapshotAppendIndependent() - Method in class org.apache.hadoop.hbase.client.TestSnapshotCloneIndependence
Verify that adding data to the cloned table will not affect the original, and vice-versa when it is taken as an offline snapshot.
testOfflineSnapshotDeleteIndependent() - Method in class org.apache.hadoop.hbase.client.TestSnapshotCloneIndependence
 
testOfflineSnapshotMetadataChangesIndependent() - Method in class org.apache.hadoop.hbase.client.TestSnapshotCloneIndependence
Verify that adding netadata to the cloned table will not affect the original, and vice-versa when is taken as an online snapshot.
testOfflineSnapshotRegionOperationsIndependent() - Method in class org.apache.hadoop.hbase.client.TestSnapshotCloneIndependence
Verify that region operations, in this case splitting a region, are independent between the cloned table and the original.
testOfflineTableSnapshot() - Method in class org.apache.hadoop.hbase.client.TestSnapshotFromClient
Test snapshotting a table that is offline
testOfflineTableSnapshotWithEmptyRegions() - Method in class org.apache.hadoop.hbase.client.TestSnapshotFromClient
 
testOffPeakCompactionRatio() - Method in class org.apache.hadoop.hbase.regionserver.TestDefaultCompactSelection
 
testOldEntriesRemoved() - Method in class org.apache.hadoop.hbase.quotas.TestMasterQuotaManager
 
testOldOptionsWork() - Method in class org.apache.hadoop.hbase.util.AbstractHBaseToolTest
 
testOldPoliciesAreRemoved() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotaViolationPolicyRefresherChore
 
testOldRecoveredEditsFileSidelined() - Method in class org.apache.hadoop.hbase.wal.TestWALSplit
Test old recovered edits file doesn't break WALSplitter.
testOldStyleConfiguration() - Method in class org.apache.hadoop.hbase.http.lib.TestStaticUserWebFilter
 
testOnDiskRegionCreation() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionFileSystem
 
testOneFileInBatchOverLimit() - Method in class org.apache.hadoop.hbase.quotas.policies.TestBulkLoadCheckingViolationPolicyEnforcement
 
testOneMany() - Method in class org.apache.hadoop.hbase.util.TestConcatenatedLists
 
testOneOne() - Method in class org.apache.hadoop.hbase.util.TestConcatenatedLists
 
testOneRowRange() - Method in class org.apache.hadoop.hbase.filter.TestMultiRowRangeFilter
 
testOnheapBBPool() - Method in class org.apache.hadoop.hbase.io.TestByteBufferPool
 
testOnheapMemstoreHigherWaterMarkLimits() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerAccounting
 
testOnheapMemstoreLowerWaterMarkLimits() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerAccounting
 
testOnlineChangeTableSchema() - Method in class org.apache.hadoop.hbase.client.TestAdmin1
Verify schema modification takes.
testOnlineConfigChange() - Method in class org.apache.hadoop.hbase.client.TestUpdateConfiguration
 
testOnlineSnapshotAfterSplittingRegions() - Method in class org.apache.hadoop.hbase.client.TestRestoreSnapshotFromClientWithRegionReplicas
 
testOnlineSnapshotAppendIndependent() - Method in class org.apache.hadoop.hbase.client.TestSnapshotCloneIndependence
Verify that adding data to the cloned table will not affect the original, and vice-versa when it is taken as an online snapshot.
testOnlineSnapshotDeleteIndependent() - Method in class org.apache.hadoop.hbase.client.TestSnapshotCloneIndependence
 
testOnlineSnapshotMetadataChangesIndependent() - Method in class org.apache.hadoop.hbase.client.TestSnapshotCloneIndependence
Verify that adding metadata to the cloned table will not affect the original, and vice-versa when it is taken as an online snapshot.
testOnlineSnapshotRegionOperationsIndependent() - Method in class org.apache.hadoop.hbase.client.TestSnapshotCloneIndependence
Verify that region operations, in this case splitting a region, are independent between the cloned table and the original.
testOnlyReplayingFlushStartDoesNotHoldUpRegionClose() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionReplayEvents
Tests a case where we replay only a flush start marker, then the region is closed.
testOnlySetMetaWALProvider() - Method in class org.apache.hadoop.hbase.wal.TestWALFactory
 
testOnlySetWALProvider() - Method in class org.apache.hadoop.hbase.wal.TestWALFactory
 
testOnRegionChange() - Method in class org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache
 
testOnRegionMove() - Method in class org.apache.hadoop.hbase.client.TestHTableMultiplexerFlushCache
 
testOnServerWithNoProcedureSupport() - Method in class org.apache.hadoop.hbase.client.TestProcedureFuture
When a new client with procedure support tries to ask an old-master without proc-support the procedure result we get a DoNotRetryIOException (which is an UnsupportedOperationException) The future should trap that and fallback to the waitOperationResult().
testOpenClose() - Method in class org.apache.hadoop.hbase.mob.TestCachedMobFile
 
testOpenCloseRegionRPCIntendedForPreviousServer() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerNoMaster
Tests an on-the-fly RPC that was scheduled for the earlier RS on the same port for openRegion.
testOpeningReadOnlyRegionBasic() - Method in class org.apache.hadoop.hbase.regionserver.TestHdfsSnapshotHRegion
 
testOpenRegionReplica() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionReplicas
 
testOpenRegionWrittenToWAL() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
TestOpenSeqNumUnexpectedIncrease - Class in org.apache.hadoop.hbase.regionserver
Testcase for HBASE-20242
TestOpenSeqNumUnexpectedIncrease() - Constructor for class org.apache.hadoop.hbase.regionserver.TestOpenSeqNumUnexpectedIncrease
 
TestOpenSeqNumUnexpectedIncrease.MockHRegion - Class in org.apache.hadoop.hbase.regionserver
 
TestOpenTableInCoprocessor - Class in org.apache.hadoop.hbase.coprocessor
Test that a coprocessor can open a connection and write to another table, inside a hook.
TestOpenTableInCoprocessor() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestOpenTableInCoprocessor
 
TestOpenTableInCoprocessor.CustomThreadPoolCoprocessor - Class in org.apache.hadoop.hbase.coprocessor
Coprocessor that creates an HTable with a pool to write to another table
TestOpenTableInCoprocessor.SendToOtherTableCoprocessor - Class in org.apache.hadoop.hbase.coprocessor
Custom coprocessor that just copies the write to another table.
testOpenZeroLengthReportedFileButWithDataGetsSplit() - Method in class org.apache.hadoop.hbase.wal.TestWALSplit
 
TestOperation - Class in org.apache.hadoop.hbase.client
Run tests that use the functionality of the Operation superclass for Puts, Gets, Deletes, Scans, and MultiPuts.
TestOperation() - Constructor for class org.apache.hadoop.hbase.client.TestOperation
 
testOperationJSON() - Method in class org.apache.hadoop.hbase.client.TestOperation
Test the client Operations' JSON encoding to ensure that produced JSON is parseable and that the details are present and not corrupted.
testOperationSubClassMethodsAreBuilderStyle() - Method in class org.apache.hadoop.hbase.client.TestOperation
 
testOperationTimeout() - Method in class org.apache.hadoop.hbase.client.AbstractTestCIOperationTimeout
Test that an operation can fail if we read the global operation timeout, even if the individual timeout is fine.
testOperationTimeout() - Method in class org.apache.hadoop.hbase.client.TestAsyncAdminBuilder
 
testOperationTimeout() - Method in class org.apache.hadoop.hbase.client.TestAsyncSingleRequestRpcRetryingCaller
 
TestOperationTimeoutCoprocessor() - Constructor for class org.apache.hadoop.hbase.client.TestAsyncAdminBuilder.TestOperationTimeoutCoprocessor
 
testOptimize() - Method in class org.apache.hadoop.hbase.regionserver.TestStoreScanner
Test optimize in StoreScanner.
testOptimizeAndGet() - Method in class org.apache.hadoop.hbase.regionserver.TestStoreScanner
Ensure the optimize Scan method in StoreScanner does not get in the way of a Get doing minimum work...
testOptimizeAndGetWithFakedNextBlockIndexStart() - Method in class org.apache.hadoop.hbase.regionserver.TestStoreScanner
Ensure that optimize does not cause the Get to do more seeking than required.
testOptionsNotSet() - Method in class org.apache.hadoop.hbase.util.AbstractHBaseToolTest
 
testOrder() - Method in class org.apache.hadoop.hbase.master.TestClusterStatusPublisher
 
TestOrder - Class in org.apache.hadoop.hbase.util
 
TestOrder() - Constructor for class org.apache.hadoop.hbase.util.TestOrder
 
TestOrderedBlob - Class in org.apache.hadoop.hbase.types
 
TestOrderedBlob() - Constructor for class org.apache.hadoop.hbase.types.TestOrderedBlob
 
TestOrderedBlobVar - Class in org.apache.hadoop.hbase.types
 
TestOrderedBlobVar() - Constructor for class org.apache.hadoop.hbase.types.TestOrderedBlobVar
 
TestOrderedBytes - Class in org.apache.hadoop.hbase.util
 
TestOrderedBytes() - Constructor for class org.apache.hadoop.hbase.util.TestOrderedBytes
 
TestOrderedString - Class in org.apache.hadoop.hbase.types
 
TestOrderedString() - Constructor for class org.apache.hadoop.hbase.types.TestOrderedString
 
testOrdering() - Method in class org.apache.hadoop.hbase.filter.TestFilterList
Test list ordering
testOrderingOfCellsInPartialResults() - Method in class org.apache.hadoop.hbase.TestPartialResultsFromClientSide
Order of cells in partial results matches the ordering of cells from complete results
testOrderingOfCellsInPartialResults(Scan) - Method in class org.apache.hadoop.hbase.TestPartialResultsFromClientSide
 
testOrderPreservation() - Method in class org.apache.hadoop.hbase.types.TestStruct
 
testOROperation() - Method in class org.apache.hadoop.hbase.filter.TestBitComparator
 
testOROperationWithOffset() - Method in class org.apache.hadoop.hbase.filter.TestBitComparator
 
testOrphanTaskAcquisition() - Method in class org.apache.hadoop.hbase.master.TestSplitLogManager
 
testOtherStatusInfos() - Method in class org.apache.hadoop.hbase.TestClientClusterMetrics
 
testOtherStatusInfos() - Method in class org.apache.hadoop.hbase.TestClientClusterStatus
 
testOutOfOrderScannerNextException() - Method in class org.apache.hadoop.hbase.filter.TestMultiRowRangeFilter
 
testOutsideHBaseNodeACL() - Method in class org.apache.hadoop.hbase.zookeeper.TestZooKeeperACL
Finally, we check the ACLs of a node outside of the /hbase hierarchy and verify that its ACL is simply 'hbase:Perms.ALL'.
testOveralyOnOtherCluster() - Method in class org.apache.hadoop.hbase.TestHBaseOnOtherDfsCluster
 
testOverconsumptionAverageIntervalRefillStrategy() - Method in class org.apache.hadoop.hbase.quotas.TestRateLimiter
 
testOverconsumptionFixedIntervalRefillStrategy() - Method in class org.apache.hadoop.hbase.quotas.TestRateLimiter
 
testOverflowPassthrough() - Method in class org.apache.hadoop.hbase.types.TestFixedLengthWrapper
 
testOverlappingKeys() - Method in class org.apache.hadoop.hbase.TestCellUtil
 
testOverridingOfDefaultPorts() - Method in class org.apache.hadoop.hbase.TestHBaseTestingUtility
 
testOverwrite() - Method in class org.apache.hadoop.hbase.io.asyncfs.TestOverwriteFileUnderConstruction
 
TestOverwriteFileUnderConstruction - Class in org.apache.hadoop.hbase.io.asyncfs
Used to confirm that it is OK to overwrite a file which is being written currently.
TestOverwriteFileUnderConstruction() - Constructor for class org.apache.hadoop.hbase.io.asyncfs.TestOverwriteFileUnderConstruction
 
testPageFilter() - Method in class org.apache.hadoop.hbase.filter.TestFilter
 
testPageFilter() - Method in class org.apache.hadoop.hbase.filter.TestFilterSerialization
 
TestPageFilter - Class in org.apache.hadoop.hbase.filter
Tests for the page filter
TestPageFilter() - Constructor for class org.apache.hadoop.hbase.filter.TestPageFilter
 
testPageFilter() - Method in class org.apache.hadoop.hbase.filter.TestParseFilter
 
testPageFilter() - Method in class org.apache.hadoop.hbase.rest.TestScannersWithFilters
 
testPageFilterWithReverseScan() - Method in class org.apache.hadoop.hbase.filter.TestFilter
 
testPageSize() - Method in class org.apache.hadoop.hbase.filter.TestPageFilter
test page size filter
testParallelAppendWithMemStoreFlush() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
Test case to check append function with memstore flushing
testParallelGetsAndScans() - Method in class org.apache.hadoop.hbase.client.TestBlockEvictionFromClient
 
testParallelGetsAndScanWithWrappedRegionScanner() - Method in class org.apache.hadoop.hbase.client.TestBlockEvictionFromClient
 
testParallelIncrementWithMemStoreFlush() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
Test case to check increment function with memstore flushing
testParallelism() - Method in class org.apache.hadoop.hbase.regionserver.TestMultiVersionConcurrencyControl
 
TestParallelPut - Class in org.apache.hadoop.hbase.regionserver
Testing of multiPut in parallel.
TestParallelPut() - Constructor for class org.apache.hadoop.hbase.regionserver.TestParallelPut
 
TestParallelPut.Putter - Class in org.apache.hadoop.hbase.regionserver
A thread that makes a few put calls
testParallelPuts() - Method in class org.apache.hadoop.hbase.regionserver.TestParallelPut
Test multi-threaded Puts.
testParameterPropagation() - Method in class org.apache.hadoop.hbase.http.TestHttpRequestLogAppender
 
testParentCleanedEvenIfDaughterGoneFirst() - Method in class org.apache.hadoop.hbase.master.TestCatalogJanitor
Make sure parent gets cleaned up even if daughter is cleaned up before it.
TestParseFilter - Class in org.apache.hadoop.hbase.filter
This class tests ParseFilter.java It tests the entire work flow from when a string is given by the user and how it is parsed to construct the corresponding Filter object
TestParseFilter() - Constructor for class org.apache.hadoop.hbase.filter.TestParseFilter
 
testParseName() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionInfo
 
testParseName() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionInfoBuilder
 
testParseOfBytes() - Method in class org.apache.hadoop.hbase.TestServerName
 
testParseOptsConnCount() - Method in class org.apache.hadoop.hbase.TestPerformanceEvaluation
 
testParseOptsMultiPuts() - Method in class org.apache.hadoop.hbase.TestPerformanceEvaluation
 
testParseOptsNoThreads() - Method in class org.apache.hadoop.hbase.TestPerformanceEvaluation
 
testParseOptsWithThreads() - Method in class org.apache.hadoop.hbase.TestPerformanceEvaluation
 
testParseOptsWrongThreads() - Method in class org.apache.hadoop.hbase.TestPerformanceEvaluation
 
testParseReplicaIdFromServerColumn() - Method in class org.apache.hadoop.hbase.TestMetaTableAccessor
 
testParseTableCFsFromConfig() - Method in class org.apache.hadoop.hbase.replication.TestPerTableCFReplication
 
testParsingClusterVersion() - Method in class org.apache.hadoop.hbase.rest.client.TestXmlParsing
 
testParsingError() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotaViolationPolicyRefresherChore
 
testParsingNull() - Method in class org.apache.hadoop.hbase.regionserver.TestMasterAddressTracker
 
testPartialRead() - Method in class org.apache.hadoop.hbase.mapreduce.TestWALRecordReader
Test partial reads from the log based on passed time range
testPartialResultsAndBatch() - Method in class org.apache.hadoop.hbase.TestPartialResultsFromClientSide
Test various combinations of batching and partial results for correctness
testPartialResultsAndBatch(int, int) - Method in class org.apache.hadoop.hbase.TestPartialResultsFromClientSide
 
testPartialResultsAndCaching() - Method in class org.apache.hadoop.hbase.TestPartialResultsFromClientSide
Examine the interaction between the maxResultSize and caching.
testPartialResultsAndCaching(int, int) - Method in class org.apache.hadoop.hbase.TestPartialResultsFromClientSide
 
TestPartialResultsFromClientSide - Class in org.apache.hadoop.hbase
These tests are focused on testing how partial results appear to a client.
TestPartialResultsFromClientSide() - Constructor for class org.apache.hadoop.hbase.TestPartialResultsFromClientSide
 
testPartialResultsReassembly() - Method in class org.apache.hadoop.hbase.TestPartialResultsFromClientSide
testPartialResultsReassembly(Scan) - Method in class org.apache.hadoop.hbase.TestPartialResultsFromClientSide
 
testPartialResultsWithColumnFilter() - Method in class org.apache.hadoop.hbase.TestPartialResultsFromClientSide
Test partial Result re-assembly in the presence of different filters.
testPartialResultsWithColumnFilter(Filter) - Method in class org.apache.hadoop.hbase.TestPartialResultsFromClientSide
 
testPartialResultWhenRegionMove() - Method in class org.apache.hadoop.hbase.TestPartialResultsFromClientSide
 
testPartialSuccess() - Method in class org.apache.hadoop.hbase.client.TestAsyncTableBatch
 
TestPartitionedMobCompactionRequest - Class in org.apache.hadoop.hbase.mob.compactions
 
TestPartitionedMobCompactionRequest() - Constructor for class org.apache.hadoop.hbase.mob.compactions.TestPartitionedMobCompactionRequest
 
TestPartitionedMobCompactor - Class in org.apache.hadoop.hbase.mob.compactions
 
TestPartitionedMobCompactor() - Constructor for class org.apache.hadoop.hbase.mob.compactions.TestPartitionedMobCompactor
 
TestPassCustomCellViaRegionObserver - Class in org.apache.hadoop.hbase.coprocessor
 
TestPassCustomCellViaRegionObserver() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestPassCustomCellViaRegionObserver
 
TestPassCustomCellViaRegionObserver.RegionObserverImpl - Class in org.apache.hadoop.hbase.coprocessor
 
testPassingEmptyArrayToFindEntry() - Method in class org.apache.hadoop.hbase.io.util.TestLRUDictionary
Assert can't add empty array.
testPassingSameArrayToAddEntry() - Method in class org.apache.hadoop.hbase.io.util.TestLRUDictionary
 
testPastNPeriodsMetrics() - Method in class org.apache.hadoop.hbase.io.hfile.TestLruBlockCache
 
TestPathFilter - Class in org.apache.hadoop.hbase.http
 
TestPathFilter() - Constructor for class org.apache.hadoop.hbase.http.TestPathFilter
 
TestPathFilter.RecordingFilter - Class in org.apache.hadoop.hbase.http
A very simple filter that records accessed uri's
TestPathFilter.RecordingFilter.Initializer - Class in org.apache.hadoop.hbase.http
Configuration for RecordingFilter
testPathSpecFilters() - Method in class org.apache.hadoop.hbase.http.TestPathFilter
 
testPauseMonitor() - Method in class org.apache.hadoop.hbase.regionserver.TestMetricsRegionServer
 
testPb() - Method in class org.apache.hadoop.hbase.client.TestTableDescriptorBuilder
 
testPb() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionInfo
 
testPb() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionInfoBuilder
 
testPb() - Method in class org.apache.hadoop.hbase.TestHColumnDescriptor
Deprecated.
 
testPb() - Method in class org.apache.hadoop.hbase.TestHTableDescriptor
Deprecated.
 
TestPBCell - Class in org.apache.hadoop.hbase.types
 
TestPBCell() - Constructor for class org.apache.hadoop.hbase.types.TestPBCell
 
testPeek() - Method in class org.apache.hadoop.hbase.regionserver.TestStoreScanner
 
testPeerBandwidth() - Method in class org.apache.hadoop.hbase.client.replication.TestReplicationAdmin
 
testPeerBandwidth() - Method in class org.apache.hadoop.hbase.client.TestAsyncReplicationAdminApi
 
testPeerClusterKey() - Method in class org.apache.hadoop.hbase.client.replication.TestReplicationAdmin
 
testPeerConfig() - Method in class org.apache.hadoop.hbase.client.replication.TestReplicationAdmin
Tests that the peer configuration used by ReplicationAdmin contains all the peer's properties.
testPeerConfig() - Method in class org.apache.hadoop.hbase.client.TestAsyncReplicationAdminApi
 
testPeerConfigConflict() - Method in class org.apache.hadoop.hbase.client.replication.TestReplicationAdmin
 
testPeerExcludeNamespaces() - Method in class org.apache.hadoop.hbase.client.replication.TestReplicationAdmin
 
testPeerExcludeTableCFs() - Method in class org.apache.hadoop.hbase.client.replication.TestReplicationAdmin
 
testPeerNameControl() - Method in class org.apache.hadoop.hbase.replication.TestReplicationTrackerZKImpl
 
testPeerReplicationEndpointImpl() - Method in class org.apache.hadoop.hbase.client.replication.TestReplicationAdmin
 
TestPerColumnFamilyFlush - Class in org.apache.hadoop.hbase.regionserver
This test verifies the correctness of the Per Column Family flushing strategy
TestPerColumnFamilyFlush() - Constructor for class org.apache.hadoop.hbase.regionserver.TestPerColumnFamilyFlush
 
TestPerformanceEvaluation - Class in org.apache.hadoop.hbase
 
TestPerformanceEvaluation() - Constructor for class org.apache.hadoop.hbase.TestPerformanceEvaluation
 
testPeriodicFlush() - Method in class org.apache.hadoop.hbase.client.TestAsyncBufferMutator
 
testPermMask() - Method in class org.apache.hadoop.hbase.util.TestFSUtils
 
testPersistingSnapshotsForNamespaces() - Method in class org.apache.hadoop.hbase.quotas.TestSnapshotQuotaObserverChore
 
testPersistLogPositionAndSeqIdAtomically() - Method in class org.apache.hadoop.hbase.replication.TestReplicationStateBasic
 
TestPerTableCFReplication - Class in org.apache.hadoop.hbase.replication
 
TestPerTableCFReplication() - Constructor for class org.apache.hadoop.hbase.replication.TestPerTableCFReplication
 
testPerTableCFReplication() - Method in class org.apache.hadoop.hbase.replication.TestPerTableCFReplication
 
testPlacePrimaryRSAsRoundRobin() - Method in class org.apache.hadoop.hbase.favored.TestFavoredNodeAssignmentHelper
 
testPlainCompare() - Method in class org.apache.hadoop.hbase.TestKeyValue
 
testPluggingInHeapMemoryTuner() - Method in class org.apache.hadoop.hbase.regionserver.TestHeapMemoryManager
 
testPoliciesAreEnforced() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotaViolationPolicyRefresherChore
 
testPoll() - Method in class org.apache.hadoop.hbase.util.TestBoundedPriorityBlockingQueue
 
testPoll() - Method in class org.apache.hadoop.hbase.util.TestStealJobQueue
 
testPollInExecutor() - Method in class org.apache.hadoop.hbase.util.TestBoundedPriorityBlockingQueue
 
testPoolCap() - Method in class org.apache.hadoop.hbase.util.TestReusablePoolMap
 
testPoolCap() - Method in class org.apache.hadoop.hbase.util.TestRoundRobinPoolMap
 
testPoolCap() - Method in class org.apache.hadoop.hbase.util.TestThreadLocalPoolMap
 
testPosition() - Method in class org.apache.hadoop.hbase.util.TestSimplePositionedMutableByteRange
 
testPositionalReadExtraFailed() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFileBlockPositionalRead
 
testPositionalReadExtraSucceeded() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFileBlockPositionalRead
 
testPositionalReadNoExtra() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFileBlockPositionalRead
 
testPositionalReadPrematureEOF() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFileBlockPositionalRead
 
testPositionalReads() - Method in class org.apache.hadoop.hbase.nio.TestSingleByteBuff
 
testPositionalReadShortReadCompletesNecessaryAndExtraBytes() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFileBlockPositionalRead
 
testPositionalReadShortReadOfNecessaryBytes() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFileBlockPositionalRead
 
testPositiveAuthorization() - Method in class org.apache.hadoop.hbase.rest.TestSecureRESTServer
 
testPositonalCopyToByteArray() - Method in class org.apache.hadoop.hbase.nio.TestMultiByteBuff
 
testPostSync() - Method in class org.apache.hadoop.hbase.regionserver.wal.TestMetricsWAL
 
testPreadNotEnabledForCompactionStoreScanners() - Method in class org.apache.hadoop.hbase.regionserver.TestStoreScanner
 
testPrecedence1() - Method in class org.apache.hadoop.hbase.filter.TestParseFilter
 
testPrecedence2() - Method in class org.apache.hadoop.hbase.filter.TestParseFilter
 
testPreCompactReturningNull() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverPreFlushAndPreCompact
Ensure we get expected exception when we try to return null from a preCompact call.
testPreemptTask() - Method in class org.apache.hadoop.hbase.regionserver.TestSplitLogWorker
 
TestPrefetch - Class in org.apache.hadoop.hbase.io.hfile
 
TestPrefetch() - Constructor for class org.apache.hadoop.hbase.io.hfile.TestPrefetch
 
testPrefetch() - Method in class org.apache.hadoop.hbase.io.hfile.TestPrefetch
 
testPrefetchRace() - Method in class org.apache.hadoop.hbase.io.hfile.TestPrefetch
 
testPrefetchSetInHCDWorks() - Method in class org.apache.hadoop.hbase.io.hfile.TestPrefetch
 
testPrefixFilter() - Method in class org.apache.hadoop.hbase.filter.TestFilter
 
testPrefixFilter() - Method in class org.apache.hadoop.hbase.filter.TestFilterSerialization
 
testPrefixFilter() - Method in class org.apache.hadoop.hbase.filter.TestParseFilter
 
TestPrefixFilter - Class in org.apache.hadoop.hbase.filter
 
TestPrefixFilter() - Constructor for class org.apache.hadoop.hbase.filter.TestPrefixFilter
 
testPrefixFilter() - Method in class org.apache.hadoop.hbase.rest.TestScannersWithFilters
 
testPrefixFilterWithReverseScan() - Method in class org.apache.hadoop.hbase.filter.TestFilter
 
testPrefixOnRow() - Method in class org.apache.hadoop.hbase.filter.TestPrefixFilter
 
testPrefixOnRowInsideWhileMatchRow() - Method in class org.apache.hadoop.hbase.filter.TestPrefixFilter
 
testPrefixScanning() - Method in class org.apache.hadoop.hbase.filter.TestScanRowPrefix
 
testPreFlushReturningNull() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverPreFlushAndPreCompact
Ensure we get expected exception when we try to return null from a preFlush call.
testPrepareDoesNotUseCache() - Method in class org.apache.hadoop.hbase.client.TestReversedScannerCallable
 
testPreparePutCounter() - Method in class org.apache.hadoop.hbase.regionserver.throttle.TestStoreHotnessProtector
 
testPrepareUsesCache() - Method in class org.apache.hadoop.hbase.client.TestReversedScannerCallable
 
testPrepend() - Method in class org.apache.hadoop.hbase.util.TestBoundedPriorityBlockingQueue
 
testPreserveMetaCacheOnException() - Method in class org.apache.hadoop.hbase.client.TestMetaCache
 
testPreviousOffset() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFileBlock
 
testPreviousOffsetInternals() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFileBlock
 
testPreWALRestoreSkip() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverInterface
 
testPrimaryRegionKill() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionReplicaFailover
Tests the case where killing a primary region with unflushed data recovers
testPrint() - Method in class org.apache.hadoop.hbase.util.TestJRubyFormat
 
testPriority() - Method in class org.apache.hadoop.hbase.client.TestTableDescriptorBuilder
 
testPriority() - Method in class org.apache.hadoop.hbase.regionserver.TestQosFunction
 
testPriority() - Method in class org.apache.hadoop.hbase.regionserver.TestStripeStoreFileManager
 
testPriority() - Method in class org.apache.hadoop.hbase.TestHTableDescriptor
Deprecated.
 
testPriorityId() - Method in class org.apache.hadoop.hbase.regionserver.TestKeyValueHeap
 
testPriorityRegionIsOpenedWithSeparateThreadPool() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionOpen
 
TestPriorityRpc - Class in org.apache.hadoop.hbase.regionserver
Tests that verify certain RPCs get a higher QoS.
TestPriorityRpc() - Constructor for class org.apache.hadoop.hbase.regionserver.TestPriorityRpc
 
testPrivateClassLoader() - Method in class org.apache.hadoop.hbase.coprocessor.TestClassLoading
 
TestProcedure() - Constructor for class org.apache.hadoop.hbase.master.TestLoadProcedureError.TestProcedure
 
TestProcedureFuture - Class in org.apache.hadoop.hbase.client
 
TestProcedureFuture() - Constructor for class org.apache.hadoop.hbase.client.TestProcedureFuture
 
testProcedureInfo() - Method in class org.apache.hadoop.hbase.shaded.protobuf.TestProtobufUtil
 
testProcessingLeftoverRegions() - Method in class org.apache.hadoop.hbase.quotas.TestFileSystemUtilizationChore
 
testProcessingNowOfflineLeftoversAreIgnored() - Method in class org.apache.hadoop.hbase.quotas.TestFileSystemUtilizationChore
 
TestProtobufLog - Class in org.apache.hadoop.hbase.regionserver.wal
 
TestProtobufLog() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.TestProtobufLog
 
TestProtoBufRpc - Class in org.apache.hadoop.hbase.ipc
Test for testing protocol buffer based RPC mechanism.
TestProtoBufRpc() - Constructor for class org.apache.hadoop.hbase.ipc.TestProtoBufRpc
 
testProtoBufRpc() - Method in class org.apache.hadoop.hbase.ipc.TestProtoBufRpc
 
TestProtobufRpcServiceImpl - Class in org.apache.hadoop.hbase.ipc
 
TestProtobufRpcServiceImpl() - Constructor for class org.apache.hadoop.hbase.ipc.TestProtobufRpcServiceImpl
 
TestProtobufUtil - Class in org.apache.hadoop.hbase.shaded.protobuf
 
TestProtobufUtil() - Constructor for class org.apache.hadoop.hbase.shaded.protobuf.TestProtobufUtil
 
testPurgeFutureDeletes() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
Basic client side validation of HBASE-10118
testPut() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testPut() - Method in class org.apache.hadoop.hbase.client.TestRowComparator
 
testPut() - Method in class org.apache.hadoop.hbase.regionserver.TestParallelPut
Test one put command.
testPut() - Method in class org.apache.hadoop.hbase.rest.client.TestRemoteTable
 
testPut() - Method in class org.apache.hadoop.hbase.shaded.protobuf.TestProtobufUtil
Test Put Mutate conversions.
testPut() - Method in class org.apache.hadoop.hbase.TestCompoundConfiguration
 
testPut() - Method in class org.apache.hadoop.hbase.types.TestCopyOnWriteMaps
 
testPutAndCheckAndPutInParallel() - Method in class org.apache.hadoop.hbase.regionserver.TestAtomicOperation
Test written as a verifier for HBASE-7051, CheckAndPut should properly read MVCC.
testPutAndDeleteVersions() - Method in class org.apache.hadoop.hbase.regionserver.TestNewVersionBehaviorFromClientSide
 
testPutandGetPrimitiveTypes() - Method in class org.apache.hadoop.hbase.util.TestSimpleMutableByteRange
 
testPutAndGetPrimitiveTypes() - Method in class org.apache.hadoop.hbase.util.TestSimplePositionedMutableByteRange
 
testPutAttributes() - Method in class org.apache.hadoop.hbase.client.TestAttributes
 
testPutbackChunksMultiThreaded() - Method in class org.apache.hadoop.hbase.regionserver.TestMemStoreChunkPool
 
testPutBuffer() - Method in class org.apache.hadoop.hbase.util.TestBytes
 
testPutConcurrentModificationOnIteration() - Method in class org.apache.hadoop.hbase.client.TestPutDeleteEtcCellIteration
 
testPutCopyConstructor() - Method in class org.apache.hadoop.hbase.client.TestMutation
 
testPutCreationWithByteBuffer() - Method in class org.apache.hadoop.hbase.client.TestOperation
 
TestPutDeleteEtcCellIteration - Class in org.apache.hadoop.hbase.client
Test that I can Iterate Client Actions that hold Cells (Get does not have Cells).
TestPutDeleteEtcCellIteration() - Constructor for class org.apache.hadoop.hbase.client.TestPutDeleteEtcCellIteration
 
TestPutDotHas - Class in org.apache.hadoop.hbase.client
 
TestPutDotHas() - Constructor for class org.apache.hadoop.hbase.client.TestPutDotHas
 
testPutGetAPIsCompareWithBBAPIs() - Method in class org.apache.hadoop.hbase.util.TestSimplePositionedMutableByteRange
 
testPutId() - Method in class org.apache.hadoop.hbase.client.TestAttributes
 
testPutInStealQueueFromShouldUnblockPoll() - Method in class org.apache.hadoop.hbase.util.TestStealJobQueue
 
testPutInt() - Method in class org.apache.hadoop.hbase.util.TestByteBufferUtils
Test serializing int to bytes
testPutIteration() - Method in class org.apache.hadoop.hbase.client.TestPutDeleteEtcCellIteration
 
testPutMasked() - Method in class org.apache.hadoop.hbase.regionserver.TestNewVersionBehaviorFromClientSide
 
testPutMasked2() - Method in class org.apache.hadoop.hbase.regionserver.TestNewVersionBehaviorFromClientSide
 
testPutMaskedAndUserMaxVersion() - Method in class org.apache.hadoop.hbase.regionserver.TestNewVersionBehaviorFromClientSide
 
testPutNoCF() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testPutPrimitives() - Method in class org.apache.hadoop.hbase.nio.TestMultiByteBuff
 
testPutRowToTable() - Method in class org.apache.hbase.archetypes.exemplars.client.TestHelloHBase
 
testPutRowToTable() - Method in class org.apache.hbase.archetypes.exemplars.shaded_client.TestHelloHBase
 
testPutSameCell() - Method in class org.apache.hadoop.hbase.regionserver.TestDefaultMemStore
 
testPutSameKey() - Method in class org.apache.hadoop.hbase.regionserver.TestDefaultMemStore
 
testPutThenGetWithMultipleThreads() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide3
 
testPutTimeout() - Method in class org.apache.hadoop.hbase.TestClientOperationTimeout
Tests that a put on a table throws SocketTimeoutException when the operation takes longer than 'hbase.client.operation.timeout'.
testPuttingBackChunksAfterFlushing() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactingMemStore
 
testPuttingBackChunksAfterFlushing() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactingToCellFlatMapMemStore
 
testPuttingBackChunksAfterFlushing() - Method in class org.apache.hadoop.hbase.regionserver.TestMemStoreChunkPool
 
testPuttingBackChunksWithOpeningPipelineScanner() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactingMemStore
 
testPuttingBackChunksWithOpeningScanner() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactingMemStore
 
testPuttingBackChunksWithOpeningScanner() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactingToCellFlatMapMemStore
 
testPuttingBackChunksWithOpeningScanner() - Method in class org.apache.hadoop.hbase.regionserver.TestMemStoreChunkPool
 
TestPutWithDelete - Class in org.apache.hadoop.hbase.client
 
TestPutWithDelete() - Constructor for class org.apache.hadoop.hbase.client.TestPutWithDelete
 
testPutWithDoNotRetryIOException() - Method in class org.apache.hadoop.hbase.client.TestTableOperationException
 
testPutWithIOException() - Method in class org.apache.hadoop.hbase.client.TestTableOperationException
 
testPutWithLatestTS() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
Tests that the special LATEST_TIMESTAMP option for puts gets replaced by the actual timestamp
testPutWithMemStoreFlush() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
Test case to check put function with memstore flushing for same row, same ts
testPutWithPreBatchMutate() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide3
 
testPutWithTsSlop() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
Tests that there is server-side filtering for invalid timestamp upper bound.
TestPutWriteToWal - Class in org.apache.hadoop.hbase.client
 
TestPutWriteToWal() - Constructor for class org.apache.hadoop.hbase.client.TestPutWriteToWal
 
TestQosFunction - Class in org.apache.hadoop.hbase.regionserver
Basic test that qos function is sort of working; i.e.
TestQosFunction() - Constructor for class org.apache.hadoop.hbase.regionserver.TestQosFunction
 
testQosFunctionForMeta() - Method in class org.apache.hadoop.hbase.regionserver.TestPriorityRpc
 
testQosFunctionForScanMethod() - Method in class org.apache.hadoop.hbase.regionserver.TestPriorityRpc
 
testQosFunctionWithoutKnownArgument() - Method in class org.apache.hadoop.hbase.regionserver.TestPriorityRpc
 
testQualifierAndPrefixFilters() - Method in class org.apache.hadoop.hbase.rest.TestTableScan
 
testQualifierFilter() - Method in class org.apache.hadoop.hbase.filter.TestFilter
 
testQualifierFilter() - Method in class org.apache.hadoop.hbase.filter.TestFilterSerialization
 
testQualifierFilter() - Method in class org.apache.hadoop.hbase.filter.TestParseFilter
 
testQualifierFilter() - Method in class org.apache.hadoop.hbase.rest.TestScannersWithFilters
 
testQualifierFilterWithEmptyColumn() - Method in class org.apache.hadoop.hbase.filter.TestQualifierFilterWithEmptyQualifier
 
TestQualifierFilterWithEmptyQualifier - Class in org.apache.hadoop.hbase.filter
Test qualifierFilter with empty qualifier column
TestQualifierFilterWithEmptyQualifier() - Constructor for class org.apache.hadoop.hbase.filter.TestQualifierFilterWithEmptyQualifier
 
testQuarantineCorruptMobFile() - Method in class org.apache.hadoop.hbase.util.TestHBaseFsckMOB
This creates a table and then corrupts a mob file.
testQuery() - Method in class org.apache.hadoop.hbase.http.jmx.TestJMXJsonServlet
 
testQueue() - Method in class org.apache.hadoop.hbase.io.hfile.TestCachedBlockQueue
 
testQueueLockAndLockHeartbeatOperations() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver
 
testQueueRowAccess() - Method in class org.apache.hadoop.hbase.client.TestAsyncProcess
 
testQueueSmallBlockEdgeCase() - Method in class org.apache.hadoop.hbase.io.hfile.TestCachedBlockQueue
 
TestQuotaAdmin - Class in org.apache.hadoop.hbase.quotas
minicluster tests that validate that quota entries are properly set in the quota table
TestQuotaAdmin() - Constructor for class org.apache.hadoop.hbase.quotas.TestQuotaAdmin
 
testQuotaEnforcementsFromRS() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaStatusRPCs
 
TestQuotaFilter - Class in org.apache.hadoop.hbase.quotas
 
TestQuotaFilter() - Constructor for class org.apache.hadoop.hbase.quotas.TestQuotaFilter
 
TestQuotaGlobalsSettingsBypass - Class in org.apache.hadoop.hbase.quotas
 
TestQuotaGlobalsSettingsBypass() - Constructor for class org.apache.hadoop.hbase.quotas.TestQuotaGlobalsSettingsBypass
 
testQuotaMerging() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceLimitSettings
 
TestQuotaObserverChore - Class in org.apache.hadoop.hbase.quotas
Non-HBase cluster unit tests for QuotaObserverChore.
TestQuotaObserverChore() - Constructor for class org.apache.hadoop.hbase.quotas.TestQuotaObserverChore
 
TestQuotaObserverChoreRegionReports - Class in org.apache.hadoop.hbase.quotas
A test case to verify that region reports are expired when they are not sent.
TestQuotaObserverChoreRegionReports() - Constructor for class org.apache.hadoop.hbase.quotas.TestQuotaObserverChoreRegionReports
 
TestQuotaObserverChoreWithMiniCluster - Class in org.apache.hadoop.hbase.quotas
Test class for QuotaObserverChore that uses a live HBase cluster.
TestQuotaObserverChoreWithMiniCluster() - Constructor for class org.apache.hadoop.hbase.quotas.TestQuotaObserverChoreWithMiniCluster
 
testQuotaRetrieverFilter() - Method in class org.apache.hadoop.hbase.client.TestAsyncQuotaAdminApi
 
testQuotaRetrieverFilter() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaAdmin
 
TestQuotaSettingsFactory - Class in org.apache.hadoop.hbase.quotas
Test class for QuotaSettingsFactory.
TestQuotaSettingsFactory() - Constructor for class org.apache.hadoop.hbase.quotas.TestQuotaSettingsFactory
 
testQuotaSnapshotConversion() - Method in class org.apache.hadoop.hbase.master.TestMasterMetricsWrapper
 
testQuotaSnapshotsFromRS() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaStatusRPCs
 
TestQuotasShell - Class in org.apache.hadoop.hbase.client
 
TestQuotasShell() - Constructor for class org.apache.hadoop.hbase.client.TestQuotasShell
 
TestQuotaState - Class in org.apache.hadoop.hbase.quotas
 
TestQuotaState() - Constructor for class org.apache.hadoop.hbase.quotas.TestQuotaState
 
testQuotaStateBypass() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaState
 
testQuotaStateUpdateBypassThrottle() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaState
 
testQuotaStateUpdateGlobalThrottle() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaState
 
testQuotaStateUpdateTableThrottle() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaState
 
testQuotaStatusFromMaster() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaStatusRPCs
 
TestQuotaStatusRPCs - Class in org.apache.hadoop.hbase.quotas
Test class for the quota status RPCs in the master and regionserver.
TestQuotaStatusRPCs() - Constructor for class org.apache.hadoop.hbase.quotas.TestQuotaStatusRPCs
 
TestQuotaTableUtil - Class in org.apache.hadoop.hbase.quotas
Test the quota table helpers (e.g.
TestQuotaTableUtil() - Constructor for class org.apache.hadoop.hbase.quotas.TestQuotaTableUtil
 
TestQuotaThrottle - Class in org.apache.hadoop.hbase.quotas
 
TestQuotaThrottle() - Constructor for class org.apache.hadoop.hbase.quotas.TestQuotaThrottle
 
testQuoting() - Method in class org.apache.hadoop.hbase.http.TestHtmlQuoting
 
testRace() - Method in class org.apache.hadoop.hbase.client.TestGetProcedureResult
 
testRace() - Method in class org.apache.hadoop.hbase.wal.TestRaceBetweenGetWALAndGetWALs
 
testRaceBetweenClientAndTimeout() - Method in class org.apache.hadoop.hbase.regionserver.TestScanner
Test that closing a scanner while a client is using it doesn't throw NPEs but instead a UnknownScannerException.
TestRaceBetweenGetWALAndGetWALs - Class in org.apache.hadoop.hbase.wal
Testcase for HBASE-21503.
TestRaceBetweenGetWALAndGetWALs() - Constructor for class org.apache.hadoop.hbase.wal.TestRaceBetweenGetWALAndGetWALs
 
testRaceBetweenNormalFlushAndPeriodicFlush() - Method in class org.apache.hadoop.hbase.client.TestAsyncBufferMutator
 
testRaceForTask() - Method in class org.apache.hadoop.hbase.regionserver.TestSplitLogWorker
 
testRandomAccessIsolation() - Method in class org.apache.hadoop.hbase.util.TestSortedList
 
testRandomizedMatrix() - Method in class org.apache.hadoop.hbase.master.TestRegionPlacement
Used to test the correctness of this class.
testRandomKeying() - Method in class org.apache.hadoop.hbase.regionserver.TestEncryptionRandomKeying
 
testRandomReadCalculation() - Method in class org.apache.hadoop.hbase.TestPerformanceEvaluation
 
testRandomRowFilter() - Method in class org.apache.hadoop.hbase.filter.TestFilterSerialization
 
TestRandomRowFilter - Class in org.apache.hadoop.hbase.filter
 
TestRandomRowFilter() - Constructor for class org.apache.hadoop.hbase.filter.TestRandomRowFilter
 
testRangeConstruction() - Method in class org.apache.hadoop.hbase.regionserver.TestSimpleTimeRangeTracker
 
testRangeCountMetrics() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerMetrics
 
testRanges() - Method in class org.apache.hadoop.hbase.filter.TestMultiRowRangeFilter
 
testRanges() - Method in class org.apache.hadoop.hbase.regionserver.TestKeepDeletes
Verify correct range demarcation
TestRateLimiter - Class in org.apache.hadoop.hbase.quotas
Verify the behaviour of the Rate Limiter.
TestRateLimiter() - Constructor for class org.apache.hadoop.hbase.quotas.TestRateLimiter
 
TestRawAsyncScanCursor - Class in org.apache.hadoop.hbase.client
 
TestRawAsyncScanCursor() - Constructor for class org.apache.hadoop.hbase.client.TestRawAsyncScanCursor
 
TestRawAsyncTableLimitedScanWithFilter - Class in org.apache.hadoop.hbase.client
With filter we may stop at a middle of row and think that we still have more cells for the current row but actually all the remaining cells will be filtered out by the filter.
TestRawAsyncTableLimitedScanWithFilter() - Constructor for class org.apache.hadoop.hbase.client.TestRawAsyncTableLimitedScanWithFilter
 
TestRawAsyncTablePartialScan - Class in org.apache.hadoop.hbase.client
 
TestRawAsyncTablePartialScan() - Constructor for class org.apache.hadoop.hbase.client.TestRawAsyncTablePartialScan
 
TestRawAsyncTableScan - Class in org.apache.hadoop.hbase.client
 
TestRawAsyncTableScan() - Constructor for class org.apache.hadoop.hbase.client.TestRawAsyncTableScan
 
testRawScan() - Method in class org.apache.hadoop.hbase.regionserver.TestKeepDeletes
Verify that "raw" scanning mode return delete markers and deletes rows.
testRawScanAndMajorCompaction() - Method in class org.apache.hadoop.hbase.regionserver.TestNewVersionBehaviorFromClientSide
 
testRawScanRespectsVersions() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testRawScanWithColumns() - Method in class org.apache.hadoop.hbase.regionserver.TestKeepDeletes
The ExplicitColumnTracker does not support "raw" scanning.
testRawScanWithoutKeepingDeletes() - Method in class org.apache.hadoop.hbase.regionserver.TestKeepDeletes
Even when the store does not keep deletes a "raw" scan will return everything it can find (unless discarding cells is guaranteed to have no effect).
TestRawString - Class in org.apache.hadoop.hbase.types
 
TestRawString() - Constructor for class org.apache.hadoop.hbase.types.TestRawString
 
testReadAndWriteHRegionInfoFile() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionInfo
 
testReadAndWriteRegionInfoFile() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionInfoBuilder
 
testReadAndWriteTimeout() - Method in class org.apache.hadoop.hbase.client.TestAsyncProcess
 
testReadAsVLong() - Method in class org.apache.hadoop.hbase.util.TestBytes
 
testReadersAndWriters() - Method in class org.apache.hadoop.hbase.IntegrationTestLazyCfLoading
 
testReaderV2() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFileBlock
 
testReaderV2Internals() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFileBlock
 
testReaderWithoutBlockCache() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFile
 
testReadExpiredDataForRawScan() - Method in class org.apache.hadoop.hbase.client.TestScannersFromClientSide
 
testReadFromCorruptMobFiles() - Method in class org.apache.hadoop.hbase.regionserver.TestMobStoreScanner
 
testReadFromCorruptMobFilesWithReadEmptyValueOnMobCellMiss() - Method in class org.apache.hadoop.hbase.regionserver.TestMobStoreScanner
 
testReadingHTDFromFS() - Method in class org.apache.hadoop.hbase.util.TestFSTableDescriptors
 
testReadingInvalidDirectoryFromFS() - Method in class org.apache.hadoop.hbase.util.TestFSTableDescriptors
 
testReadingOldHTDFromFS() - Method in class org.apache.hadoop.hbase.util.TestFSTableDescriptors
 
testReadKeyValue() - Method in class org.apache.hadoop.hbase.mob.TestCachedMobFile
 
testReadKeyValue() - Method in class org.apache.hadoop.hbase.mob.TestMobFile
 
testReadModifyWrite() - Method in class org.apache.hadoop.hbase.coprocessor.TestRowProcessorEndpoint
 
testReadNamespaceSnapshotSizes() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaTableUtil
 
testReadOnlyConfiguration() - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorConfiguration
Rough test that Coprocessor Environment is Read-Only.
TestReadOnlyConfiguration - Class in org.apache.hadoop.hbase.coprocessor
 
TestReadOnlyConfiguration() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestReadOnlyConfiguration
 
testReadOnlyIterators() - Method in class org.apache.hadoop.hbase.util.TestSortedList
 
testReadOnlyTable() - Method in class org.apache.hadoop.hbase.client.TestAdmin2
Test read only tables
testReadOnlyTableModify() - Method in class org.apache.hadoop.hbase.client.TestAdmin1
Verify schema change for read only table
TestReadOnlyZKClient - Class in org.apache.hadoop.hbase.zookeeper
 
TestReadOnlyZKClient() - Constructor for class org.apache.hadoop.hbase.zookeeper.TestReadOnlyZKClient
 
testReadOwnWritesUnderConcurrency() - Method in class org.apache.hadoop.hbase.regionserver.TestDefaultMemStore
 
testReadPointAndPartialResults() - Method in class org.apache.hadoop.hbase.TestPartialResultsFromClientSide
 
testReadPt() - Method in class org.apache.hadoop.hbase.regionserver.TestMobStoreScanner
 
testReadRequestsCountNotFiltered() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerReadRequestMetrics
 
testReadRequestsCountWithDeletedRow() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerReadRequestMetrics
 
testReadRequestsCountWithFilter() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerReadRequestMetrics
 
testReadRequestsCountWithTTLExpiration() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerReadRequestMetrics
 
testReadRequestsWithCoprocessor() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerReadRequestMetrics
 
testReads() - Method in class org.apache.hadoop.hbase.io.TestMultiByteBuffInputStream
 
testReadSnapshotManifest() - Method in class org.apache.hadoop.hbase.snapshot.TestSnapshotManifest
 
testReadSnapshotRegionManifest() - Method in class org.apache.hadoop.hbase.snapshot.TestSnapshotManifest
 
testReadSpecificReplica() - Method in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead
 
testReadWithFilter() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
Test for HBASE-17125
testReadWrite() - Method in class org.apache.hadoop.hbase.types.TestFixedLengthWrapper
 
testReadWrite() - Method in class org.apache.hadoop.hbase.types.TestRawString
 
testReadWriteNonSkippable() - Method in class org.apache.hadoop.hbase.types.TestTerminatedWrapper
 
TestReadWriteSeqIdFiles - Class in org.apache.hadoop.hbase.wal
 
TestReadWriteSeqIdFiles() - Constructor for class org.apache.hadoop.hbase.wal.TestReadWriteSeqIdFiles
 
testReadWriteSkippable() - Method in class org.apache.hadoop.hbase.types.TestTerminatedWrapper
 
testReadWriteVLong() - Method in class org.apache.hadoop.hbase.util.TestByteBufferUtils
 
testRebalanceOnRegionServerNumberChange() - Method in class org.apache.hadoop.hbase.TestRegionRebalancing
For HBASE-71.
testReclaimChunkWhenScaning() - Method in class org.apache.hadoop.hbase.regionserver.TestHStore
 
testReconstruction() - Method in class org.apache.hadoop.hbase.TestFullLogReconstruction
Test the whole reconstruction loop.
testRecover() - Method in class org.apache.hadoop.hbase.io.asyncfs.TestFanOutOneBlockAsyncDFSOutput
 
TestRecoverableZooKeeper - Class in org.apache.hadoop.hbase.zookeeper
 
TestRecoverableZooKeeper() - Constructor for class org.apache.hadoop.hbase.zookeeper.TestRecoverableZooKeeper
 
testRecoveredEdits() - Method in class org.apache.hadoop.hbase.master.AbstractTestDLS
 
TestRecoveredEdits - Class in org.apache.hadoop.hbase.regionserver
Tests around replay of recovered.edits content.
TestRecoveredEdits() - Constructor for class org.apache.hadoop.hbase.regionserver.TestRecoveredEdits
 
testRecoveredEditsPathForMeta() - Method in class org.apache.hadoop.hbase.wal.TestWALSplit
https://issues.apache.org/jira/browse/HBASE-3020
TestRecoveredEditsReplayAndAbort - Class in org.apache.hadoop.hbase.regionserver
HBASE-21031 If replay edits fails, we need to make sure memstore is rollbacked And if MSLAB is used, all chunk is released too.
TestRecoveredEditsReplayAndAbort() - Constructor for class org.apache.hadoop.hbase.regionserver.TestRecoveredEditsReplayAndAbort
 
testRecoveredEditsReplayCompaction() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testRecoveredEditsReplayCompaction(boolean) - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testRecoverLease() - Method in class org.apache.hadoop.hbase.util.TestFSHDFSUtils
Test recover lease eventually succeeding.
testRecovery() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverInterface
 
testRecreateTableWithSameNameAfterFirstTimeFailure() - Method in class org.apache.hadoop.hbase.namespace.TestNamespaceAuditor
 
testReference() - Method in class org.apache.hadoop.hbase.regionserver.TestHStoreFile
Test that our mechanism of writing store files in one region to reference store files in other regions works.
testReferenceSize() - Method in class org.apache.hadoop.hbase.io.TestHeapSize
 
testReferenceToHFileLink() - Method in class org.apache.hadoop.hbase.regionserver.TestHStoreFile
This test creates an hfile and then the dir structures and files to verify that references to hfilelinks (created by snapshot clones) can be properly interpreted.
testRefillOfAverageIntervalRateLimiter() - Method in class org.apache.hadoop.hbase.quotas.TestRateLimiter
 
testRefillOfFixedIntervalRateLimiter() - Method in class org.apache.hadoop.hbase.quotas.TestRateLimiter
 
testRefreshStoreFiles() - Method in class org.apache.hadoop.hbase.regionserver.TestHStore
 
testRefreshStoreFilesNotChanged() - Method in class org.apache.hadoop.hbase.regionserver.TestHStore
 
testRefresStoreFiles() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionReplayEvents
 
testRefresStoreFiles() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionReplicas
 
testRegexAgainstOldStyleTableInfo() - Method in class org.apache.hadoop.hbase.util.TestFSTableDescriptors
 
TestRegexComparator - Class in org.apache.hadoop.hbase.filter
 
TestRegexComparator() - Constructor for class org.apache.hadoop.hbase.filter.TestRegexComparator
 
testRegexPatterns() - Method in class org.apache.hadoop.hbase.TestServerName
 
testRegexStringComparator() - Method in class org.apache.hadoop.hbase.filter.TestComparatorSerialization
 
testRegionArchiveDir() - Method in class org.apache.hadoop.hbase.util.TestHFileArchiveUtil
 
testRegionAssignmentAfterMasterRecoveryDueToZKExpiry() - Method in class org.apache.hadoop.hbase.TestZooKeeper
Tests that the master does not call retainAssignment after recovery from expired zookeeper session.
testRegionCache() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testRegionCaching() - Method in class org.apache.hadoop.hbase.client.TestConnectionImplementation
Test that when we delete a location using the first row of a region that we really delete it.
testRegionCloseWhenNoMetaHBase2428() - Method in class org.apache.hadoop.hbase.master.TestMasterTransitions
In 2428, the meta region has just been set offline and then a close comes in.
TestRegionCoprocessor() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestCoprocessorShortCircuitRPC.TestRegionCoprocessor
 
testRegionCoprocessorHostAllDisabled() - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorConfiguration
 
testRegionCoprocessorHostDefaults() - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorConfiguration
 
testRegionCoprocessorHostTableLoadingDisabled() - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorConfiguration
 
testRegionCount() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerMetrics
 
testRegionDetailsForDisplay() - Method in class org.apache.hadoop.hbase.client.TestRegionInfoDisplay
 
testRegionEntryBuffer() - Method in class org.apache.hadoop.hbase.wal.TestWALMethods
 
testRegionException() - Method in class org.apache.hadoop.hbase.client.TestMalformedCellFromClient
The purpose of this ut is to check the consistency between the exception and results.
testRegionExceptionByAsync() - Method in class org.apache.hadoop.hbase.client.TestMalformedCellFromClient
This test verifies region exception doesn't corrupt the results of batch.
TestRegionFavoredNodes - Class in org.apache.hadoop.hbase.regionserver
Tests the ability to specify favored nodes for a region.
TestRegionFavoredNodes() - Constructor for class org.apache.hadoop.hbase.regionserver.TestRegionFavoredNodes
 
TestRegionIncrement - Class in org.apache.hadoop.hbase.regionserver
Increments with some concurrency against a region to ensure we get the right answer.
TestRegionIncrement() - Constructor for class org.apache.hadoop.hbase.regionserver.TestRegionIncrement
 
testRegionInfo() - Method in class org.apache.hadoop.hbase.TestSerialization
Test RegionInfo serialization
TestRegionInfoBuilder - Class in org.apache.hadoop.hbase.regionserver
 
TestRegionInfoBuilder() - Constructor for class org.apache.hadoop.hbase.regionserver.TestRegionInfoBuilder
 
TestRegionInfoDisplay - Class in org.apache.hadoop.hbase.client
 
TestRegionInfoDisplay() - Constructor for class org.apache.hadoop.hbase.client.TestRegionInfoDisplay
 
testRegionInfoFileCreation() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
Verifies that the .regioninfo file is written on region creation and that is recreated if missing during region opening.
testRegionInfos() - Method in class org.apache.hadoop.hbase.TestSerialization
 
testRegionInTransition() - Method in class org.apache.hadoop.hbase.master.TestMasterQosFunction
 
TestRegionLoad - Class in org.apache.hadoop.hbase
 
TestRegionLoad() - Constructor for class org.apache.hadoop.hbase.TestRegionLoad
 
testRegionLoad() - Method in class org.apache.hadoop.hbase.TestRegionLoad
 
testRegionLoadAggregation() - Method in class org.apache.hadoop.hbase.TestServerLoad
 
testRegionLoadAggregation() - Method in class org.apache.hadoop.hbase.TestServerMetrics
 
testRegionLoadWrapAroundAggregation() - Method in class org.apache.hadoop.hbase.TestServerLoad
 
testRegionLoadWrapAroundAggregation() - Method in class org.apache.hadoop.hbase.TestServerMetrics
 
TestRegionLocationCaching - Class in org.apache.hadoop.hbase.client
 
TestRegionLocationCaching() - Constructor for class org.apache.hadoop.hbase.client.TestRegionLocationCaching
 
TestRegionLocations - Class in org.apache.hadoop.hbase
 
TestRegionLocations() - Constructor for class org.apache.hadoop.hbase.TestRegionLocations
 
testRegionLockInfo() - Method in class org.apache.hadoop.hbase.shaded.protobuf.TestProtobufUtil
 
testRegionMadeOfBulkLoadedFilesOnly() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestWALReplay
Test case of HRegion that is only made out of bulk loaded files.
testRegionMerge() - Method in class org.apache.hadoop.hbase.namespace.TestNamespaceAuditor
 
testRegionMerge() - Method in class org.apache.hadoop.hbase.replication.TestSerialReplication
 
TestRegionMergeTransactionOnCluster - Class in org.apache.hadoop.hbase.regionserver
 
TestRegionMergeTransactionOnCluster() - Constructor for class org.apache.hadoop.hbase.regionserver.TestRegionMergeTransactionOnCluster
 
TestRegionMergeTransactionOnCluster.MyMaster - Class in org.apache.hadoop.hbase.regionserver
 
TestRegionMetrics - Class in org.apache.hadoop.hbase
 
TestRegionMetrics() - Constructor for class org.apache.hadoop.hbase.TestRegionMetrics
 
testRegionMetrics() - Method in class org.apache.hadoop.hbase.TestRegionMetrics
 
testRegionMove() - Method in class org.apache.hadoop.hbase.client.TestAsyncNonMetaRegionLocator
 
testRegionMove() - Method in class org.apache.hadoop.hbase.client.TestAsyncSingleRequestRpcRetryingCaller
 
TestRegionMove - Class in org.apache.hadoop.hbase.regionserver
Test move fails when table disabled
TestRegionMove() - Constructor for class org.apache.hadoop.hbase.regionserver.TestRegionMove
 
testRegionMove() - Method in class org.apache.hadoop.hbase.replication.TestSerialReplication
 
testRegionMove() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
TestRegionMover - Class in org.apache.hadoop.hbase.util
Tests for Region Mover Load/Unload functionality with and without ack mode and also to test exclude functionality useful for rack decommissioning
TestRegionMover() - Constructor for class org.apache.hadoop.hbase.util.TestRegionMover
 
testRegionNameForRegionReplicas() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionInfo
 
testRegionNameForRegionReplicas() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionInfoBuilder
 
testRegionNormalizer() - Method in class org.apache.hadoop.hbase.client.TestAdmin2
 
testRegionObserver() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverInterface
 
TestRegionObserver() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestRegionObserverPreFlushAndPreCompact.TestRegionObserver
 
testRegionObserverAfterRegionClosed() - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorMetrics
 
TestRegionObserverBypass - Class in org.apache.hadoop.hbase.coprocessor
 
TestRegionObserverBypass() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestRegionObserverBypass
 
TestRegionObserverBypass.TestCoprocessor - Class in org.apache.hadoop.hbase.coprocessor
 
TestRegionObserverBypass.TestCoprocessor2 - Class in org.apache.hadoop.hbase.coprocessor
Calls through to TestCoprocessor.
TestRegionObserverBypass.TestCoprocessor3 - Class in org.apache.hadoop.hbase.coprocessor
Calls through to TestCoprocessor.
testRegionObserverCompactionTimeStacking() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverScannerOpenHook
Unfortunately, the easiest way to test this is to spin up a mini-cluster since we want to do the usual compaction mechanism on the region, rather than going through the backdoor to the region
testRegionObserverEndpoint() - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorMetrics
 
testRegionObserverFlushTimeStacking() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverScannerOpenHook
 
TestRegionObserverForAddingMutationsFromCoprocessors - Class in org.apache.hadoop.hbase.coprocessor
 
TestRegionObserverForAddingMutationsFromCoprocessors() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestRegionObserverForAddingMutationsFromCoprocessors
 
TestRegionObserverForAddingMutationsFromCoprocessors.TestDeleteCellCoprocessor - Class in org.apache.hadoop.hbase.coprocessor
 
TestRegionObserverForAddingMutationsFromCoprocessors.TestDeleteFamilyCoprocessor - Class in org.apache.hadoop.hbase.coprocessor
 
TestRegionObserverForAddingMutationsFromCoprocessors.TestDeleteRowCoprocessor - Class in org.apache.hadoop.hbase.coprocessor
 
TestRegionObserverForAddingMutationsFromCoprocessors.TestMultiMutationCoprocessor - Class in org.apache.hadoop.hbase.coprocessor
 
TestRegionObserverForAddingMutationsFromCoprocessors.TestWALObserver - Class in org.apache.hadoop.hbase.coprocessor
 
TestRegionObserverInterface - Class in org.apache.hadoop.hbase.coprocessor
 
TestRegionObserverInterface() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestRegionObserverInterface
 
TestRegionObserverInterface.EvenOnlyCompactor - Class in org.apache.hadoop.hbase.coprocessor
 
testRegionObserverMultiCoprocessor() - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorMetrics
 
testRegionObserverMultiRegion() - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorMetrics
 
testRegionObserverMultiTable() - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorMetrics
 
TestRegionObserverPreFlushAndPreCompact - Class in org.apache.hadoop.hbase.coprocessor
TestRegionObserverPreFlushAndPreCompact() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestRegionObserverPreFlushAndPreCompact
 
TestRegionObserverPreFlushAndPreCompact.TestRegionObserver - Class in org.apache.hadoop.hbase.coprocessor
Coprocessor that returns null when preCompact or preFlush is called.
TestRegionObserverScannerOpenHook - Class in org.apache.hadoop.hbase.coprocessor
 
TestRegionObserverScannerOpenHook() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestRegionObserverScannerOpenHook
 
TestRegionObserverScannerOpenHook.CompactionCompletionNotifyingRegion - Class in org.apache.hadoop.hbase.coprocessor
 
TestRegionObserverScannerOpenHook.EmptyRegionObsever - Class in org.apache.hadoop.hbase.coprocessor
Do the default logic in RegionObserver interface.
TestRegionObserverScannerOpenHook.NoDataFilter - Class in org.apache.hadoop.hbase.coprocessor
 
TestRegionObserverScannerOpenHook.NoDataFromCompaction - Class in org.apache.hadoop.hbase.coprocessor
Don't allow any data to be written out in the compaction by creating a custom StoreScanner.
TestRegionObserverScannerOpenHook.NoDataFromFlush - Class in org.apache.hadoop.hbase.coprocessor
Don't allow any data in a flush by creating a custom StoreScanner.
TestRegionObserverScannerOpenHook.NoDataFromScan - Class in org.apache.hadoop.hbase.coprocessor
Don't return any data from a scan by creating a custom StoreScanner.
testRegionObserverScanTimeStacking() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverScannerOpenHook
 
testRegionObserverSingleRegion() - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorMetrics
 
TestRegionObserverStacking - Class in org.apache.hadoop.hbase.coprocessor
 
TestRegionObserverStacking() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestRegionObserverStacking
 
testRegionObserverStacking() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverStacking
 
TestRegionObserverStacking.ObserverA - Class in org.apache.hadoop.hbase.coprocessor
 
TestRegionObserverStacking.ObserverB - Class in org.apache.hadoop.hbase.coprocessor
 
TestRegionObserverStacking.ObserverC - Class in org.apache.hadoop.hbase.coprocessor
 
TestRegionOpen - Class in org.apache.hadoop.hbase.regionserver
 
TestRegionOpen() - Constructor for class org.apache.hadoop.hbase.regionserver.TestRegionOpen
 
TestRegionPlacement - Class in org.apache.hadoop.hbase.master
 
TestRegionPlacement() - Constructor for class org.apache.hadoop.hbase.master.TestRegionPlacement
 
testRegionPlacement() - Method in class org.apache.hadoop.hbase.master.TestRegionPlacement
 
TestRegionPlacement2 - Class in org.apache.hadoop.hbase.master
 
TestRegionPlacement2() - Constructor for class org.apache.hadoop.hbase.master.TestRegionPlacement2
 
TestRegionPlan - Class in org.apache.hadoop.hbase.master
 
TestRegionPlan() - Constructor for class org.apache.hadoop.hbase.master.TestRegionPlan
 
testRegionReadsEnabledFlag() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionReplayEvents
Tests the reads enabled flag for the region.
TestRegionRebalancing - Class in org.apache.hadoop.hbase
Test whether region re-balancing works.
TestRegionRebalancing(String) - Constructor for class org.apache.hadoop.hbase.TestRegionRebalancing
 
TestRegionReplicaFailover - Class in org.apache.hadoop.hbase.regionserver
Tests failover of secondary region replicas.
TestRegionReplicaFailover() - Constructor for class org.apache.hadoop.hbase.regionserver.TestRegionReplicaFailover
 
testRegionReplicaGets() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionReplicas
 
testRegionReplicas() - Method in class org.apache.hadoop.hbase.client.TestAsyncNonMetaRegionLocator
 
TestRegionReplicas - Class in org.apache.hadoop.hbase.regionserver
Tests for region replicas.
TestRegionReplicas() - Constructor for class org.apache.hadoop.hbase.regionserver.TestRegionReplicas
 
TestRegionReplicasAreDistributed - Class in org.apache.hadoop.hbase.regionserver
 
TestRegionReplicasAreDistributed() - Constructor for class org.apache.hadoop.hbase.regionserver.TestRegionReplicasAreDistributed
 
testRegionReplicasByEnableTableWhenReplicaCountIsDecreased() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionReplicasWithModifyTable
 
testRegionReplicasByEnableTableWhenReplicaCountIsDecreasedWithMultipleRegions() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionReplicasWithModifyTable
 
testRegionReplicasByEnableTableWhenReplicaCountIsIncreased() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionReplicasWithModifyTable
 
testRegionReplicasByEnableTableWhenReplicaCountIsIncreasedWithmultipleRegions() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionReplicasWithModifyTable
 
testRegionReplicasCreated() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionReplicasWithRestartScenarios
 
testRegionReplicasCreatedAreDistributed() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionReplicasAreDistributed
 
testRegionReplicaSecondary() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testRegionReplicaSecondaryCannotFlush() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionReplayEvents
 
testRegionReplicaSecondaryIsReadOnly() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testRegionReplicasUsingEnableTable() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionReplicasWithModifyTable
 
testRegionReplicasUsingEnableTableForMultipleRegions() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionReplicasWithModifyTable
 
TestRegionReplicasWithModifyTable - Class in org.apache.hadoop.hbase.regionserver
 
TestRegionReplicasWithModifyTable() - Constructor for class org.apache.hadoop.hbase.regionserver.TestRegionReplicasWithModifyTable
 
TestRegionReplicasWithRestartScenarios - Class in org.apache.hadoop.hbase.regionserver
 
TestRegionReplicasWithRestartScenarios() - Constructor for class org.apache.hadoop.hbase.regionserver.TestRegionReplicasWithRestartScenarios
 
testRegionReplicaUpdatesMetaLocation() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionReplicas
Tests that the meta location is saved for secondary regions
testRegionScanner_Next() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testRegionScannerReseek() - Method in class org.apache.hadoop.hbase.filter.TestFilter
 
TestRegionServerAbort - Class in org.apache.hadoop.hbase.regionserver
Tests around regionserver shutdown and abort
TestRegionServerAbort() - Constructor for class org.apache.hadoop.hbase.regionserver.TestRegionServerAbort
 
TestRegionServerAbort.ErrorThrowingHRegion - Class in org.apache.hadoop.hbase.regionserver
Throws an exception during store file refresh in order to trigger a regionserver abort.
TestRegionServerAbort.StopBlockingRegionObserver - Class in org.apache.hadoop.hbase.regionserver
 
TestRegionServerAbortTimeout - Class in org.apache.hadoop.hbase.regionserver
 
TestRegionServerAbortTimeout() - Constructor for class org.apache.hadoop.hbase.regionserver.TestRegionServerAbortTimeout
 
TestRegionServerAbortTimeout.SleepWhenCloseCoprocessor - Class in org.apache.hadoop.hbase.regionserver
 
TestRegionServerAccounting - Class in org.apache.hadoop.hbase.regionserver
 
TestRegionServerAccounting() - Constructor for class org.apache.hadoop.hbase.regionserver.TestRegionServerAccounting
 
TestRegionServerCoprocessor() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestCoprocessorShortCircuitRPC.TestRegionServerCoprocessor
 
TestRegionServerCoprocessorEndpoint - Class in org.apache.hadoop.hbase.coprocessor
 
TestRegionServerCoprocessorEndpoint() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestRegionServerCoprocessorEndpoint
 
TestRegionServerCoprocessorEndpoint.DummyRegionServerEndpoint - Class in org.apache.hadoop.hbase.coprocessor
 
TestRegionServerCoprocessorExceptionWithAbort - Class in org.apache.hadoop.hbase.coprocessor
Tests unhandled exceptions thrown by coprocessors running on a regionserver..
TestRegionServerCoprocessorExceptionWithAbort() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestRegionServerCoprocessorExceptionWithAbort
 
TestRegionServerCoprocessorExceptionWithAbort.BuggyRegionObserver - Class in org.apache.hadoop.hbase.coprocessor
 
TestRegionServerCoprocessorExceptionWithAbort.FailedInitializationObserver - Class in org.apache.hadoop.hbase.coprocessor
 
TestRegionServerCoprocessorExceptionWithRemove - Class in org.apache.hadoop.hbase.coprocessor
Tests unhandled exceptions thrown by coprocessors running on regionserver.
TestRegionServerCoprocessorExceptionWithRemove() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestRegionServerCoprocessorExceptionWithRemove
 
TestRegionServerCoprocessorExceptionWithRemove.BuggyRegionObserver - Class in org.apache.hadoop.hbase.coprocessor
 
testRegionServerCoprocessorHostDefaults() - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorConfiguration
 
testRegionServerCoprocessorService() - Method in class org.apache.hadoop.hbase.coprocessor.TestAsyncCoprocessorEndpoint
 
testRegionServerCoprocessorServiceError() - Method in class org.apache.hadoop.hbase.coprocessor.TestAsyncCoprocessorEndpoint
 
testRegionServerCoprocessorsReported() - Method in class org.apache.hadoop.hbase.coprocessor.TestClassLoading
 
TestRegionServerCrashDisableWAL - Class in org.apache.hadoop.hbase.regionserver
Testcase for HBASE-20742
TestRegionServerCrashDisableWAL() - Constructor for class org.apache.hadoop.hbase.regionserver.TestRegionServerCrashDisableWAL
 
TestRegionServerHostname - Class in org.apache.hadoop.hbase.regionserver
Tests for the hostname specification by region server
TestRegionServerHostname() - Constructor for class org.apache.hadoop.hbase.regionserver.TestRegionServerHostname
 
testRegionServerHostname() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerHostname
 
testRegionServerHostnameReportedToMaster() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerHostname
 
TestRegionServerMetrics - Class in org.apache.hadoop.hbase.regionserver
 
TestRegionServerMetrics() - Constructor for class org.apache.hadoop.hbase.regionserver.TestRegionServerMetrics
 
TestRegionServerNoMaster - Class in org.apache.hadoop.hbase.regionserver
Tests on the region server, without the master.
TestRegionServerNoMaster() - Constructor for class org.apache.hadoop.hbase.regionserver.TestRegionServerNoMaster
 
testRegionServerObserver() - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorMetrics
 
testRegionServerOnlineConfigChange() - Method in class org.apache.hadoop.hbase.client.TestAsyncClusterAdminApi
 
TestRegionServerOnlineConfigChange - Class in org.apache.hadoop.hbase.regionserver
Verify that the Online config Changes on the HRegionServer side are actually happening.
TestRegionServerOnlineConfigChange() - Constructor for class org.apache.hadoop.hbase.regionserver.TestRegionServerOnlineConfigChange
 
testRegionServerPort() - Method in class org.apache.hadoop.hbase.util.TestRegionMover
 
TestRegionServerReadRequestMetrics - Class in org.apache.hadoop.hbase.regionserver
 
TestRegionServerReadRequestMetrics() - Constructor for class org.apache.hadoop.hbase.regionserver.TestRegionServerReadRequestMetrics
 
TestRegionServerReadRequestMetrics.ScanRegionCoprocessor - Class in org.apache.hadoop.hbase.regionserver
 
TestRegionServerRegionSpaceUseReport - Class in org.apache.hadoop.hbase.regionserver
Test class for isolated (non-cluster) tests surrounding the report of Region space use to the Master by RegionServers.
TestRegionServerRegionSpaceUseReport() - Constructor for class org.apache.hadoop.hbase.regionserver.TestRegionServerRegionSpaceUseReport
 
testRegionServerRemovedEvent() - Method in class org.apache.hadoop.hbase.replication.TestReplicationTrackerZKImpl
 
TestRegionServerReportForDuty - Class in org.apache.hadoop.hbase.regionserver
 
TestRegionServerReportForDuty() - Constructor for class org.apache.hadoop.hbase.regionserver.TestRegionServerReportForDuty
 
TestRegionServerReportForDuty.MyRegionServer - Class in org.apache.hadoop.hbase.regionserver
 
TestRegionServerReportForDuty.NeverInitializedMaster - Class in org.apache.hadoop.hbase.regionserver
This test HMaster class will always throw ServerNotRunningYetException if checked.
testRegionServerSessionExpired() - Method in class org.apache.hadoop.hbase.TestZooKeeper
 
TestRegionServerSpaceQuotaManager - Class in org.apache.hadoop.hbase.quotas
TestRegionServerSpaceQuotaManager() - Constructor for class org.apache.hadoop.hbase.quotas.TestRegionServerSpaceQuotaManager
 
testRegionServerStoppedOnScannerOpen() - Method in class org.apache.hadoop.hbase.client.TestClientNoCluster
 
TestRegionSizeCalculator - Class in org.apache.hadoop.hbase.mapreduce
 
TestRegionSizeCalculator() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestRegionSizeCalculator
 
testRegionSizes() - Method in class org.apache.hadoop.hbase.quotas.TestFileSystemUtilizationChore
 
testRegionSizesFromMaster() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaStatusRPCs
 
TestRegionSizeUse - Class in org.apache.hadoop.hbase.quotas
Test class which verifies that region sizes are reported to the master.
TestRegionSizeUse() - Constructor for class org.apache.hadoop.hbase.quotas.TestRegionSizeUse
 
TestRegionSnapshotTask - Class in org.apache.hadoop.hbase.snapshot
Testing the region snapshot task on a cluster.
TestRegionSnapshotTask() - Constructor for class org.apache.hadoop.hbase.snapshot.TestRegionSnapshotTask
 
testRegionSplit() - Method in class org.apache.hadoop.hbase.replication.TestSerialReplication
 
TestRegionSplitCalculator - Class in org.apache.hadoop.hbase.util
 
TestRegionSplitCalculator() - Constructor for class org.apache.hadoop.hbase.util.TestRegionSplitCalculator
 
TestRegionSplitPolicy - Class in org.apache.hadoop.hbase.regionserver
 
TestRegionSplitPolicy() - Constructor for class org.apache.hadoop.hbase.regionserver.TestRegionSplitPolicy
 
TestRegionSplitter - Class in org.apache.hadoop.hbase.util
Tests for RegionSplitter, which can create a pre-split table or do a rolling split of an existing table.
TestRegionSplitter() - Constructor for class org.apache.hadoop.hbase.util.TestRegionSplitter
 
TestRegionState - Class in org.apache.hadoop.hbase.master
 
TestRegionState() - Constructor for class org.apache.hadoop.hbase.master.TestRegionState
 
testRegionsZNodeLayout() - Method in class org.apache.hadoop.hbase.replication.TestZKReplicationQueueStorage
 
testRegionTooBusy() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
Test RegionTooBusyException thrown when region is busy
testRegionTooBusyException() - Method in class org.apache.hadoop.hbase.client.TestRetriesExhaustedWithDetailsException
Assert that a RetriesExhaustedException that has RegionTooBusyException outputs region name.
testRegionTransitionOperations() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver
 
testRegionWrapperMetrics() - Method in class org.apache.hadoop.hbase.regionserver.TestMetricsRegion
 
testRegisterFilter() - Method in class org.apache.hadoop.hbase.filter.TestParseFilter
 
testRelativeCopyFromBuffertoBuffer() - Method in class org.apache.hadoop.hbase.util.TestByteBufferUtils
 
testRelativeLibJarName() - Method in class org.apache.hadoop.hbase.util.TestCoprocessorClassLoader
 
testReload() - Method in class org.apache.hadoop.hbase.client.TestAsyncNonMetaRegionLocator
 
testRematerializedTablesDoNoInheritSpace() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotasWithSnapshots
 
TestRemoteAdminRetries - Class in org.apache.hadoop.hbase.rest.client
Tests RemoteAdmin retries.
TestRemoteAdminRetries() - Constructor for class org.apache.hadoop.hbase.rest.client.TestRemoteAdminRetries
 
testRemoteError() - Method in class org.apache.hadoop.hbase.ipc.AbstractTestIPC
 
testRemoteFromLocal() - Method in class org.apache.hadoop.hbase.errorhandling.TestForeignExceptionSerialization
Compare that a generic exception's stack trace has the same stack trace elements after serialization and deserialization
TestRemoteHTableRetries - Class in org.apache.hadoop.hbase.rest.client
Test RemoteHTable retries.
TestRemoteHTableRetries() - Constructor for class org.apache.hadoop.hbase.rest.client.TestRemoteHTableRetries
 
TestRemoteTable - Class in org.apache.hadoop.hbase.rest.client
 
TestRemoteTable() - Constructor for class org.apache.hadoop.hbase.rest.client.TestRemoteTable
 
testRemove() - Method in class org.apache.hadoop.hbase.TestRegionLocations
 
testRemove() - Method in class org.apache.hadoop.hbase.types.TestCopyOnWriteMaps
 
testRemoveAllLastPushedSeqIdsForPeer() - Method in class org.apache.hadoop.hbase.replication.TestZKReplicationQueueStorage
 
testRemoveByServer() - Method in class org.apache.hadoop.hbase.TestRegionLocations
 
testRemoveCompactedFilesWithException() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactionArchiveIOException
 
TestRemoveFromSerialReplicationPeer - Class in org.apache.hadoop.hbase.replication
Testcase for HBASE-20296.
TestRemoveFromSerialReplicationPeer() - Constructor for class org.apache.hadoop.hbase.replication.TestRemoveFromSerialReplicationPeer
 
testRemovePeer() - Method in class org.apache.hadoop.hbase.replication.TestSerialReplication
 
testRemovePeerForHFileRefs() - Method in class org.apache.hadoop.hbase.replication.TestReplicationStateBasic
 
testRemovePeerNothingReplicated() - Method in class org.apache.hadoop.hbase.replication.TestSerialReplication
 
testRemovePeerTableCFs() - Method in class org.apache.hadoop.hbase.client.replication.TestReplicationAdmin
 
testRemovePeerTableCFs() - Method in class org.apache.hadoop.hbase.client.TestAsyncReplicationAdminApi
 
TestRemoveRegionMetrics - Class in org.apache.hadoop.hbase.regionserver
 
TestRemoveRegionMetrics() - Constructor for class org.apache.hadoop.hbase.regionserver.TestRemoveRegionMetrics
 
testRemoveRSGroup() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsWithACL
 
testRemoves() - Method in class org.apache.hadoop.hbase.util.TestFSTableDescriptors
 
testRemoveSerialFlag() - Method in class org.apache.hadoop.hbase.replication.TestRemoveFromSerialReplicationPeer
 
testRemoveSerialFlag() - Method in class org.apache.hadoop.hbase.replication.TestSerialReplication
 
testRemoveServers() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroups
 
testRemoveServers() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
testRemoveString() - Method in class org.apache.hadoop.hbase.client.TestTableDescriptorBuilder
Test that we add and remove strings from settings properly.
testRemoveString() - Method in class org.apache.hadoop.hbase.TestHTableDescriptor
Deprecated.
Test that we add and remove strings from settings properly.
testRemoveTable() - Method in class org.apache.hadoop.hbase.replication.TestRemoveFromSerialReplicationPeer
 
testRemoveWALRootPath() - Method in class org.apache.hadoop.hbase.util.TestCommonFSUtils
 
testRenameAndSetModifyTime() - Method in class org.apache.hadoop.hbase.util.TestFSUtils
 
testRenameFamily() - Method in class org.apache.hadoop.hbase.mapreduce.TestCopyTable
Test copy of table from sourceTable to targetTable all rows from family a
testReplace() - Method in class org.apache.hadoop.hbase.types.TestCopyOnWriteMaps
 
testReplace1() - Method in class org.apache.hadoop.hbase.types.TestCopyOnWriteMaps
 
testReplayBulkLoadEvent() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionReplayEvents
Tests replaying region open markers from primary region.
testReplayEditsAfterAbortingFlush() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestWALReplay
Test that we could recover the data correctly after aborting flush.
testReplayEditsAfterPartialFlush() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestWALReplay
Test that we recover correctly when there is a failure in between the flushes.
testReplayEditsAfterRegionMovedWithMultiCF() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestWALReplay
 
testReplayEditsWrittenIntoWAL() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestWALReplay
Create an HRegion with the result of a WAL split and test we only see the good edits
testReplayEditsWrittenViaHRegion() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestWALReplay
Test writing edits into an HRegion, closing it, splitting logs, opening Region again.
testReplayFlushCommitMarkerLargerThanFlushStartMarker() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionReplayEvents
Tests the case where we prepare a flush with some seqId and we receive a flush commit marker larger than the previous flush start marker.
testReplayFlushCommitMarkerSmallerThanFlushStartMarker() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionReplayEvents
Tests the case where we prepare a flush with some seqId and we receive a flush commit marker less than the previous flush start marker.
testReplayFlushCommitMarkerWithoutFlushStartMarker(boolean) - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionReplayEvents
Tests the case where we receive a flush commit before receiving any flush prepare markers
testReplayFlushCommitMarkerWithoutFlushStartMarkerDroppableMemstore() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionReplayEvents
Tests the case where we receive a flush commit before receiving any flush prepare markers.
testReplayFlushCommitMarkerWithoutFlushStartMarkerNonDroppableMemstore() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionReplayEvents
Tests the case where we receive a flush commit before receiving any flush prepare markers.
testReplayFlushesAndCompactions() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionReplayEvents
 
testReplayFlushSeqIds() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionReplayEvents
 
testReplayFlushStartMarkers() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionReplayEvents
Tests cases where we prepare a flush with some seqId and we receive other flush start markers equal to, greater or less than the previous flush start marker.
testReplayingBulkLoadEventWithFileAlreadyDeleted() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionReplayEvents
 
testReplayingCompactionWithFileAlreadyDeleted() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionReplayEvents
 
testReplayingFlushCommitWithFileAlreadyDeleted() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionReplayEvents
 
testReplayingFlushRequestRestoresReadsEnabledState() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionReplayEvents
Test the case where the secondary region replica is not in reads enabled state because it is waiting for a flush or region open marker from primary region.
testReplayingFlushRestoresReadsEnabledState() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionReplayEvents
Test the case where the secondary region replica is not in reads enabled state because it is waiting for a flush or region open marker from primary region.
testReplayingFlushWithEmptyMemstoreRestoresReadsEnabledState() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionReplayEvents
Test the case where the secondary region replica is not in reads enabled state because it is waiting for a flush or region open marker from primary region.
testReplayingRegionOpenEventRestoresReadsEnabledState() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionReplayEvents
Test the case where the secondary region replica is not in reads enabled state because it is waiting for a flush or region open marker from primary region.
testReplayingRegionOpenEventWithFileAlreadyDeleted() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionReplayEvents
 
testReplayRegionOpenEvent() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionReplayEvents
Tests replaying region open markers from primary region.
testReplayRegionOpenEventAfterFlushStart() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionReplayEvents
Tests the case where we replay a region open event after a flush start but before receiving flush commit
testReplayWorksThoughLotsOfFlushing() - Method in class org.apache.hadoop.hbase.regionserver.TestRecoveredEdits
HBASE-12782 ITBLL fails for me if generator does anything but 5M per maptask.
testReplicaAllCallsFailForOneRegion() - Method in class org.apache.hadoop.hbase.client.TestAsyncProcess
 
testReplicaAndReplication() - Method in class org.apache.hadoop.hbase.client.TestReplicaWithCluster
 
testReplicaGetWithPrimaryAndMetaDown() - Method in class org.apache.hadoop.hbase.client.TestReplicaWithCluster
 
testReplicaGetWithPrimaryDown() - Method in class org.apache.hadoop.hbase.client.TestReplicaWithCluster
 
testReplicaGetWithRpcClientImpl() - Method in class org.apache.hadoop.hbase.client.TestReplicaWithCluster
 
testReplicaMainFailsBeforeReplicaCalls() - Method in class org.apache.hadoop.hbase.client.TestAsyncProcess
 
testReplicaParallelCallsSucceed() - Method in class org.apache.hadoop.hbase.client.TestAsyncProcess
 
testReplicaPartialReplicaCall() - Method in class org.apache.hadoop.hbase.client.TestAsyncProcess
 
testReplicaPrimarySuccessWoReplicaCalls() - Method in class org.apache.hadoop.hbase.client.TestAsyncProcess
 
testReplicaRead() - Method in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead
 
testReplicaReplicaSuccess() - Method in class org.apache.hadoop.hbase.client.TestAsyncProcess
 
testReplicaReplicaSuccessWithParallelFailures() - Method in class org.apache.hadoop.hbase.client.TestAsyncProcess
 
testReplicaScanWithPrimaryDown() - Method in class org.apache.hadoop.hbase.client.TestReplicaWithCluster
 
TestReplicasClient - Class in org.apache.hadoop.hbase.client
Tests for region replicas.
TestReplicasClient() - Constructor for class org.apache.hadoop.hbase.client.TestReplicasClient
 
TestReplicasClient.SlowMeCopro - Class in org.apache.hadoop.hbase.client
This copro is used to synchronize the tests.
TestReplicationAdmin - Class in org.apache.hadoop.hbase.client.replication
Unit testing of ReplicationAdmin
TestReplicationAdmin() - Constructor for class org.apache.hadoop.hbase.client.replication.TestReplicationAdmin
 
TestReplicationAdminWithClusters - Class in org.apache.hadoop.hbase.client.replication
Unit testing of ReplicationAdmin with clusters
TestReplicationAdminWithClusters() - Constructor for class org.apache.hadoop.hbase.client.replication.TestReplicationAdminWithClusters
 
TestReplicationAdminWithClusters.TestUpdatableReplicationEndpoint - Class in org.apache.hadoop.hbase.client.replication
 
TestReplicationAdminWithTwoDifferentZKClusters - Class in org.apache.hadoop.hbase.client.replication
 
TestReplicationAdminWithTwoDifferentZKClusters() - Constructor for class org.apache.hadoop.hbase.client.replication.TestReplicationAdminWithTwoDifferentZKClusters
 
TestReplicationBase - Class in org.apache.hadoop.hbase.replication
This class is only a base for other integration-level replication tests.
TestReplicationBase() - Constructor for class org.apache.hadoop.hbase.replication.TestReplicationBase
 
TestReplicationChangingPeerRegionservers - Class in org.apache.hadoop.hbase.replication
Test handling of changes to the number of a peer's regionservers.
TestReplicationChangingPeerRegionservers() - Constructor for class org.apache.hadoop.hbase.replication.TestReplicationChangingPeerRegionservers
 
TestReplicationDisableInactivePeer - Class in org.apache.hadoop.hbase.replication
 
TestReplicationDisableInactivePeer() - Constructor for class org.apache.hadoop.hbase.replication.TestReplicationDisableInactivePeer
 
TestReplicationDroppedTables - Class in org.apache.hadoop.hbase.replication
 
TestReplicationDroppedTables() - Constructor for class org.apache.hadoop.hbase.replication.TestReplicationDroppedTables
 
TestReplicationEmptyWALRecovery - Class in org.apache.hadoop.hbase.replication
 
TestReplicationEmptyWALRecovery() - Constructor for class org.apache.hadoop.hbase.replication.TestReplicationEmptyWALRecovery
 
TestReplicationEndpoint - Class in org.apache.hadoop.hbase.replication
Tests ReplicationSource and ReplicationEndpoint interactions
TestReplicationEndpoint() - Constructor for class org.apache.hadoop.hbase.replication.TestReplicationEndpoint
 
TestReplicationEndpoint.EverythingPassesWALEntryFilter - Class in org.apache.hadoop.hbase.replication
 
TestReplicationEndpoint.EverythingPassesWALEntryFilterSubclass - Class in org.apache.hadoop.hbase.replication
 
TestReplicationEndpoint.InterClusterReplicationEndpointForTest - Class in org.apache.hadoop.hbase.replication
 
TestReplicationEndpoint.ReplicationEndpointForTest - Class in org.apache.hadoop.hbase.replication
 
TestReplicationEndpoint.ReplicationEndpointReturningFalse - Class in org.apache.hadoop.hbase.replication
 
TestReplicationEndpoint.ReplicationEndpointWithWALEntryFilter - Class in org.apache.hadoop.hbase.replication
 
testReplicationEndpointReturnsFalseOnReplicate() - Method in class org.apache.hadoop.hbase.replication.TestReplicationEndpoint
 
testReplicationInReplay() - Method in class org.apache.hadoop.hbase.replication.TestReplicationSmallTests
Test for HBase-15259 WALEdits under replay will also be replicated
TestReplicationKillMasterRS - Class in org.apache.hadoop.hbase.replication
Runs the TestReplicationKillRS test and selects the RS to kill in the master cluster Do not add other tests in this class.
TestReplicationKillMasterRS() - Constructor for class org.apache.hadoop.hbase.replication.TestReplicationKillMasterRS
 
TestReplicationKillMasterRSCompressed - Class in org.apache.hadoop.hbase.replication
Run the same test as TestReplicationKillMasterRS but with WAL compression enabled Do not add other tests in this class.
TestReplicationKillMasterRSCompressed() - Constructor for class org.apache.hadoop.hbase.replication.TestReplicationKillMasterRSCompressed
 
TestReplicationKillMasterRSWithSeparateOldWALs - Class in org.apache.hadoop.hbase.replication
 
TestReplicationKillMasterRSWithSeparateOldWALs() - Constructor for class org.apache.hadoop.hbase.replication.TestReplicationKillMasterRSWithSeparateOldWALs
 
TestReplicationKillRS - Class in org.apache.hadoop.hbase.replication
 
TestReplicationKillRS() - Constructor for class org.apache.hadoop.hbase.replication.TestReplicationKillRS
 
TestReplicationKillSlaveRS - Class in org.apache.hadoop.hbase.replication
Runs the TestReplicationKillRS test and selects the RS to kill in the slave cluster Do not add other tests in this class.
TestReplicationKillSlaveRS() - Constructor for class org.apache.hadoop.hbase.replication.TestReplicationKillSlaveRS
 
TestReplicationKillSlaveRSWithSeparateOldWALs - Class in org.apache.hadoop.hbase.replication
 
TestReplicationKillSlaveRSWithSeparateOldWALs() - Constructor for class org.apache.hadoop.hbase.replication.TestReplicationKillSlaveRSWithSeparateOldWALs
 
testReplicationMetrics() - Method in class org.apache.hadoop.hbase.replication.TestReplicationMetricsforUI
 
TestReplicationMetricsforUI - Class in org.apache.hadoop.hbase.replication
 
TestReplicationMetricsforUI() - Constructor for class org.apache.hadoop.hbase.replication.TestReplicationMetricsforUI
 
TestReplicationPeerConfig - Class in org.apache.hadoop.hbase.replication
 
TestReplicationPeerConfig() - Constructor for class org.apache.hadoop.hbase.replication.TestReplicationPeerConfig
 
testReplicationPeerConfigUpdateCallback() - Method in class org.apache.hadoop.hbase.client.replication.TestReplicationAdminWithClusters
 
testReplicationPeers() - Method in class org.apache.hadoop.hbase.replication.TestReplicationStateBasic
 
TestReplicationProcedureRetry - Class in org.apache.hadoop.hbase.replication
All the modification method will fail once in the test and should finally succeed.
TestReplicationProcedureRetry() - Constructor for class org.apache.hadoop.hbase.replication.TestReplicationProcedureRetry
 
TestReplicationProcedureRetry.MockHMaster - Class in org.apache.hadoop.hbase.replication
 
testReplicationQueues() - Method in class org.apache.hadoop.hbase.replication.TestReplicationStateBasic
 
testReplicationQueueStorage() - Method in class org.apache.hadoop.hbase.replication.TestReplicationStateBasic
 
TestReplicationShell - Class in org.apache.hadoop.hbase.client
 
TestReplicationShell() - Constructor for class org.apache.hadoop.hbase.client.TestReplicationShell
 
TestReplicationSmallTests - Class in org.apache.hadoop.hbase.replication
 
TestReplicationSmallTests() - Constructor for class org.apache.hadoop.hbase.replication.TestReplicationSmallTests
 
TestReplicationStateBasic - Class in org.apache.hadoop.hbase.replication
White box testing for replication state interfaces.
TestReplicationStateBasic() - Constructor for class org.apache.hadoop.hbase.replication.TestReplicationStateBasic
 
TestReplicationStateZKImpl - Class in org.apache.hadoop.hbase.replication
 
TestReplicationStateZKImpl() - Constructor for class org.apache.hadoop.hbase.replication.TestReplicationStateZKImpl
 
TestReplicationStatus - Class in org.apache.hadoop.hbase.replication
 
TestReplicationStatus() - Constructor for class org.apache.hadoop.hbase.replication.TestReplicationStatus
 
testReplicationStatus() - Method in class org.apache.hadoop.hbase.replication.TestReplicationStatus
Test for HBASE-9531 put a few rows into htable1, which should be replicated to htable2 create a ClusterStatus instance 'status' from HBaseAdmin test : status.getLoad(server).getReplicationLoadSourceList() test : status.getLoad(server).getReplicationLoadSink() * @throws Exception
TestReplicationSyncUpTool - Class in org.apache.hadoop.hbase.replication
 
TestReplicationSyncUpTool() - Constructor for class org.apache.hadoop.hbase.replication.TestReplicationSyncUpTool
 
TestReplicationSyncUpToolWithBulkLoadedData - Class in org.apache.hadoop.hbase.replication
 
TestReplicationSyncUpToolWithBulkLoadedData() - Constructor for class org.apache.hadoop.hbase.replication.TestReplicationSyncUpToolWithBulkLoadedData
 
TestReplicationTrackerZKImpl - Class in org.apache.hadoop.hbase.replication
This class tests the ReplicationTrackerZKImpl class and ReplicationListener interface.
TestReplicationTrackerZKImpl() - Constructor for class org.apache.hadoop.hbase.replication.TestReplicationTrackerZKImpl
 
TestReplicationUtil - Class in org.apache.hadoop.hbase.replication
 
TestReplicationUtil() - Constructor for class org.apache.hadoop.hbase.replication.TestReplicationUtil
 
TestReplicationWALEntryFilters - Class in org.apache.hadoop.hbase.replication
 
TestReplicationWALEntryFilters() - Constructor for class org.apache.hadoop.hbase.replication.TestReplicationWALEntryFilters
 
testReplicationWithCellTags() - Method in class org.apache.hadoop.hbase.replication.TestReplicationWithTags
 
TestReplicationWithTags - Class in org.apache.hadoop.hbase.replication
 
TestReplicationWithTags() - Constructor for class org.apache.hadoop.hbase.replication.TestReplicationWithTags
 
TestReplicationWithTags.TestCoprocessorForTagsAtSink - Class in org.apache.hadoop.hbase.replication
 
TestReplicationWithTags.TestCoprocessorForTagsAtSource - Class in org.apache.hadoop.hbase.replication
 
testReplicator() - Method in class org.apache.hadoop.hbase.replication.TestZKReplicationQueueStorage
 
TestReplicaWithCluster - Class in org.apache.hadoop.hbase.client
 
TestReplicaWithCluster() - Constructor for class org.apache.hadoop.hbase.client.TestReplicaWithCluster
 
TestReplicaWithCluster.RegionServerHostingPrimayMetaRegionSlowOrStopCopro - Class in org.apache.hadoop.hbase.client
This copro is used to slow down the primary meta region scan a bit
TestReplicaWithCluster.RegionServerStoppedCopro - Class in org.apache.hadoop.hbase.client
This copro is used to simulate region server down exception for Get and Scan
TestReplicaWithCluster.SlowMeCopro - Class in org.apache.hadoop.hbase.client
This copro is used to synchronize the tests.
testReportExpiration() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaObserverChoreRegionReports
 
testReportForDutyBackoff() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerReportForDuty
Tests region server should backoff to report for duty if master is not ready.
testReportForDutyWithMasterChange() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerReportForDuty
Tests region sever reportForDuty with backup master becomes primary master after the first master goes away.
testRequestCount() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerMetrics
 
testRequestHeapSizeChecker() - Method in class org.apache.hadoop.hbase.client.TestSimpleRequestController
 
testRequestOnRegion() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactionLifeCycleTracker
 
testRequestOnStore() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactionLifeCycleTracker
 
testRequestQuoterWithNotNull() - Method in class org.apache.hadoop.hbase.http.TestHttpServer
 
testRequestQuoterWithNull() - Method in class org.apache.hadoop.hbase.http.TestHttpServer
 
testRequestQuoting() - Method in class org.apache.hadoop.hbase.http.TestHtmlQuoting
 
testRequestRowsChecker() - Method in class org.apache.hadoop.hbase.client.TestSimpleRequestController
 
testRequiresAuthorizationAccess() - Method in class org.apache.hadoop.hbase.http.TestHttpServer
 
testRescan() - Method in class org.apache.hadoop.hbase.regionserver.TestSplitLogWorker
 
testRescanCleanup() - Method in class org.apache.hadoop.hbase.master.TestSplitLogManager
 
testReseek() - Method in class org.apache.hadoop.hbase.regionserver.TestHStoreFile
Test for HBASE-8012
testReseek() - Method in class org.apache.hadoop.hbase.regionserver.TestStoreFileScannerWithTagCompression
 
testReseeking() - Method in class org.apache.hadoop.hbase.regionserver.TestColumnSeeking
 
testReseeksWithMultipleColumnMultipleTimestamp() - Method in class org.apache.hadoop.hbase.client.TestMultipleTimestamps
 
testReseeksWithMultipleColumnOneTimestamp() - Method in class org.apache.hadoop.hbase.client.TestMultipleTimestamps
 
testReseeksWithMultipleFiles() - Method in class org.apache.hadoop.hbase.client.TestMultipleTimestamps
 
testReseeksWithOneColumnMiltipleTimestamp() - Method in class org.apache.hadoop.hbase.client.TestMultipleTimestamps
 
TestReseekTo - Class in org.apache.hadoop.hbase.io.hfile
TestReseekTo() - Constructor for class org.apache.hadoop.hbase.io.hfile.TestReseekTo
 
testReseekTo() - Method in class org.apache.hadoop.hbase.io.hfile.TestReseekTo
 
testReset() - Method in class org.apache.hadoop.hbase.rest.TestGZIPResponseWrapper
 
testResetBuffer() - Method in class org.apache.hadoop.hbase.rest.TestGZIPResponseWrapper
 
TestResettingCounters - Class in org.apache.hadoop.hbase.regionserver
 
TestResettingCounters() - Constructor for class org.apache.hadoop.hbase.regionserver.TestResettingCounters
 
testResettingCounters() - Method in class org.apache.hadoop.hbase.regionserver.TestResettingCounters
 
testResizeBlockCache() - Method in class org.apache.hadoop.hbase.io.hfile.TestLruBlockCache
 
testResolve() - Method in class org.apache.hadoop.hbase.regionserver.TestHMobStore
 
testResolvePortConflict() - Method in class org.apache.hadoop.hbase.TestHBaseTestingUtility
 
TestResourceFilter - Class in org.apache.hadoop.hbase.rest
 
TestResourceFilter() - Constructor for class org.apache.hadoop.hbase.rest.TestResourceFilter
 
testResponse() - Method in class org.apache.hadoop.hbase.rest.client.TestRemoteTable
Test a some methods of class Response.
TestRestartCluster - Class in org.apache.hadoop.hbase.master
 
TestRestartCluster() - Constructor for class org.apache.hadoop.hbase.master.TestRestartCluster
 
testRestartMaster() - Method in class org.apache.hadoop.hbase.master.TestActiveMasterManager
 
testRestartMaster() - Method in class org.apache.hadoop.hbase.mttr.IntegrationTestMTTR
 
testRestartRsHoldingTable() - Method in class org.apache.hadoop.hbase.mttr.IntegrationTestMTTR
 
testRestore() - Method in class org.apache.hadoop.hbase.snapshot.TestRestoreSnapshotHelper
 
TestRestoreFlushSnapshotFromClient - Class in org.apache.hadoop.hbase.snapshot
Test clone/restore snapshots from the client TODO This is essentially a clone of TestRestoreSnapshotFromClient.
TestRestoreFlushSnapshotFromClient() - Constructor for class org.apache.hadoop.hbase.snapshot.TestRestoreFlushSnapshotFromClient
 
testRestoreSchemaChange() - Method in class org.apache.hadoop.hbase.client.RestoreSnapshotFromClientSchemaChangeTestBase
 
testRestoreSnapshot() - Method in class org.apache.hadoop.hbase.client.RestoreSnapshotFromClientSimpleTestBase
 
testRestoreSnapshot() - Method in class org.apache.hadoop.hbase.client.TestAsyncSnapshotAdminApi
 
testRestoreSnapshot() - Method in class org.apache.hadoop.hbase.client.TestSnapshotWithAcl
 
testRestoreSnapshot() - Method in class org.apache.hadoop.hbase.namespace.TestNamespaceAuditor
 
testRestoreSnapshot() - Method in class org.apache.hadoop.hbase.snapshot.TestRestoreFlushSnapshotFromClient
 
testRestoreSnapshotAfterSplittingRegions() - Method in class org.apache.hadoop.hbase.client.RestoreSnapshotFromClientAfterSplittingRegionsTestBase
 
testRestoreSnapshotDoesNotCreateBackRefLinks() - Method in class org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatTestBase
 
testRestoreSnapshotDoesNotCreateBackRefLinksInit(TableName, String, Path) - Method in class org.apache.hadoop.hbase.mapred.TestTableSnapshotInputFormat
 
testRestoreSnapshotDoesNotCreateBackRefLinksInit(TableName, String, Path) - Method in class org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatTestBase
 
testRestoreSnapshotDoesNotCreateBackRefLinksInit(TableName, String, Path) - Method in class org.apache.hadoop.hbase.mapreduce.TestTableSnapshotInputFormat
 
TestRestoreSnapshotFromClientAfterSplittingRegions - Class in org.apache.hadoop.hbase.client
 
TestRestoreSnapshotFromClientAfterSplittingRegions() - Constructor for class org.apache.hadoop.hbase.client.TestRestoreSnapshotFromClientAfterSplittingRegions
 
TestRestoreSnapshotFromClientClone - Class in org.apache.hadoop.hbase.client
 
TestRestoreSnapshotFromClientClone() - Constructor for class org.apache.hadoop.hbase.client.TestRestoreSnapshotFromClientClone
 
TestRestoreSnapshotFromClientSchemaChange - Class in org.apache.hadoop.hbase.client
 
TestRestoreSnapshotFromClientSchemaChange() - Constructor for class org.apache.hadoop.hbase.client.TestRestoreSnapshotFromClientSchemaChange
 
TestRestoreSnapshotFromClientSimple - Class in org.apache.hadoop.hbase.client
 
TestRestoreSnapshotFromClientSimple() - Constructor for class org.apache.hadoop.hbase.client.TestRestoreSnapshotFromClientSimple
 
TestRestoreSnapshotFromClientWithRegionReplicas - Class in org.apache.hadoop.hbase.client
 
TestRestoreSnapshotFromClientWithRegionReplicas() - Constructor for class org.apache.hadoop.hbase.client.TestRestoreSnapshotFromClientWithRegionReplicas
 
TestRestoreSnapshotHelper - Class in org.apache.hadoop.hbase.snapshot
Test the restore/clone operation from a file-system point of view.
TestRestoreSnapshotHelper() - Constructor for class org.apache.hadoop.hbase.snapshot.TestRestoreSnapshotHelper
 
testRestoreSnapshotOfCloned() - Method in class org.apache.hadoop.hbase.snapshot.TestRestoreFlushSnapshotFromClient
 
testRestoreSnapshotQuotaExceed() - Method in class org.apache.hadoop.hbase.namespace.TestNamespaceAuditor
 
testRestoreWithNamespace() - Method in class org.apache.hadoop.hbase.snapshot.TestRestoreSnapshotHelper
 
TestResult - Class in org.apache.hadoop.hbase.client
 
TestResult() - Constructor for class org.apache.hadoop.hbase.client.TestResult
 
testResultAsCellScanner() - Method in class org.apache.hadoop.hbase.client.TestResult
Run some tests to ensure Result acts like a proper CellScanner.
TestResultFromCoprocessor - Class in org.apache.hadoop.hbase.client
 
TestResultFromCoprocessor() - Constructor for class org.apache.hadoop.hbase.client.TestResultFromCoprocessor
 
TestResultFromCoprocessor.MyObserver - Class in org.apache.hadoop.hbase.client
 
testResultIteration() - Method in class org.apache.hadoop.hbase.client.TestPutDeleteEtcCellIteration
 
testResultOrdering() - Method in class org.apache.hadoop.hbase.client.TestClientExponentialBackoff
Make sure that we get results in the order that we expect - backoff for a load of 1 should less than backoff for 10, which should be less than that for 50.
TestResultScannerCursor - Class in org.apache.hadoop.hbase.client
 
TestResultScannerCursor() - Constructor for class org.apache.hadoop.hbase.client.TestResultScannerCursor
 
TestResultSizeEstimation - Class in org.apache.hadoop.hbase.client
 
TestResultSizeEstimation() - Constructor for class org.apache.hadoop.hbase.client.TestResultSizeEstimation
 
testResultSizeEstimation() - Method in class org.apache.hadoop.hbase.client.TestResultSizeEstimation
 
testResultSizeEstimationWithTags() - Method in class org.apache.hadoop.hbase.client.TestResultSizeEstimation
 
testRetainAssignmentOnRestart() - Method in class org.apache.hadoop.hbase.master.TestRestartCluster
This tests retaining assignments on a cluster restart
testRetainsDeleteColumn() - Method in class org.apache.hadoop.hbase.regionserver.TestDefaultMemStore
 
testRetainsDeleteFamily() - Method in class org.apache.hadoop.hbase.regionserver.TestDefaultMemStore
 
testRetainsDeleteVersion() - Method in class org.apache.hadoop.hbase.regionserver.TestDefaultMemStore
 
TestRetriesExhaustedWithDetailsException - Class in org.apache.hadoop.hbase.client
 
TestRetriesExhaustedWithDetailsException() - Constructor for class org.apache.hadoop.hbase.client.TestRetriesExhaustedWithDetailsException
 
TestRetryCounter - Class in org.apache.hadoop.hbase.util
Basic test for some old functionality we don't seem to have used but that looks nice.
TestRetryCounter() - Constructor for class org.apache.hadoop.hbase.util.TestRetryCounter
 
testRetrying() - Method in class org.apache.hadoop.hbase.TestMetaTableAccessor
Does MetaTableAccessor.getRegion(Connection, byte[]) and a write against hbase:meta while its hosted server is restarted to prove our retrying works.
testRetryOpenDuringRecovery() - Method in class org.apache.hadoop.hbase.wal.TestWALSplit
 
testRetryPauseWithCallQueueTooBigException() - Method in class org.apache.hadoop.hbase.client.TestAsyncProcess
Test and make sure we could use a special pause setting when retry with CallQueueTooBigException, see HBASE-17114
testRetryTimeJitter() - Method in class org.apache.hadoop.hbase.client.TestConnectionUtils
 
TestReusablePoolMap - Class in org.apache.hadoop.hbase.util
 
TestReusablePoolMap() - Constructor for class org.apache.hadoop.hbase.util.TestReusablePoolMap
 
testReusingChunks() - Method in class org.apache.hadoop.hbase.regionserver.TestMemStoreChunkPool
 
testReversed() - Method in class org.apache.hadoop.hbase.rest.TestTableScan
 
testReversedBatchDoNotAllowPartial() - Method in class org.apache.hadoop.hbase.client.TestRawAsyncTablePartialScan
 
testReversedCompleteResultWhenRegionMove() - Method in class org.apache.hadoop.hbase.TestPartialResultsFromClientSide
 
testReversedFilterListWithMockSeekHintFilter() - Method in class org.apache.hadoop.hbase.filter.TestFilterList
 
testReversedFilterListWithOR() - Method in class org.apache.hadoop.hbase.filter.TestFilterList
 
testReversedMobStoreScanner() - Method in class org.apache.hadoop.hbase.regionserver.TestMobStoreScanner
 
testReversedPartialResultWhenRegionMove() - Method in class org.apache.hadoop.hbase.TestPartialResultsFromClientSide
 
testReversedScanAll() - Method in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableScan
 
testReversedScanAtRegionBoundary() - Method in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableScan
 
TestReversedScannerCallable - Class in org.apache.hadoop.hbase.client
 
TestReversedScannerCallable() - Constructor for class org.apache.hadoop.hbase.client.TestReversedScannerCallable
 
testReversedScanUnderMultiRegions() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
Tests reversed scan under multi regions
testReversedScanWithLimit() - Method in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableScan
 
testReversedScanWithLimit() - Method in class org.apache.hadoop.hbase.client.TestScannersFromClientSide2
 
testReversedScanWithLimitGreaterThanActualCount() - Method in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableScan
 
testReversedScanWithLimitGreaterThanActualCount() - Method in class org.apache.hadoop.hbase.client.TestScannersFromClientSide2
 
testReversedScanWithStartKeyAndStopKey() - Method in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableScan
 
testReversedStartRowStopRowInclusive() - Method in class org.apache.hadoop.hbase.client.TestScannersFromClientSide2
 
testReverseScanner_FromMemStore_SingleCF_FullScan() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testReverseScanner_FromMemStore_SingleCF_LargerKey() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testReverseScanner_FromMemStore_SingleCF_Normal() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testReverseScanner_FromMemStoreAndHFiles_MultiCFs1() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testReverseScanner_FromMemStoreAndHFiles_MultiCFs2() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testReverseScanner_moreRowsMayExistAfter() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testReverseScanner_smaller_blocksize() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testReverseScanner_StackOverflow() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
Test for HBASE-14497: Reverse Scan threw StackOverflow caused by readPt checking
testReverseScanNoStopKey() - Method in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableScan
 
testReverseScanShouldNotScanMemstoreIfReadPtLesser() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testReverseScanWhenPutCellsAfterOpenReverseScan() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testReverseScanWithCompaction() - Method in class org.apache.hadoop.hbase.client.TestBlockEvictionFromClient
 
testReverseScanWithFlush() - Method in class org.apache.hadoop.hbase.client.TestScannersFromClientSide
 
testReverseScanWithoutPadding() - Method in class org.apache.hadoop.hbase.io.encoding.TestSeekBeforeWithReverseScan
 
testReverseScanWithPadding() - Method in class org.apache.hadoop.hbase.io.encoding.TestSeekBeforeWithReverseScan
 
testReverseScanWithReplicas() - Method in class org.apache.hadoop.hbase.client.TestReplicasClient
 
testReversibleKeyValueHeap() - Method in class org.apache.hadoop.hbase.regionserver.TestReversibleScanners
 
testReversibleMemstoreScanner() - Method in class org.apache.hadoop.hbase.regionserver.TestReversibleScanners
 
testReversibleRegionScanner() - Method in class org.apache.hadoop.hbase.regionserver.TestReversibleScanners
 
TestReversibleScanners - Class in org.apache.hadoop.hbase.regionserver
Test cases against ReversibleKeyValueScanner
TestReversibleScanners() - Constructor for class org.apache.hadoop.hbase.regionserver.TestReversibleScanners
 
testReversibleStoreFileScanner() - Method in class org.apache.hadoop.hbase.regionserver.TestReversibleScanners
 
testReversibleStoreScanner() - Method in class org.apache.hadoop.hbase.regionserver.TestReversibleScanners
 
testRewritingClusterIdToPB() - Method in class org.apache.hadoop.hbase.regionserver.TestClusterId
 
testRideOverServerNotRunning() - Method in class org.apache.hadoop.hbase.TestMetaTableAccessorNoCluster
Test that MetaTableAccessor will ride over server throwing "Server not running" IOEs.
testRingBufferEventHandlerStuckWhenSyncFailed() - Method in class org.apache.hadoop.hbase.regionserver.TestWALLockup
If below is broken, we will see this test timeout because RingBufferEventHandler was stuck in attainSafePoint.
testRITAssignmentManagerMetrics() - Method in class org.apache.hadoop.hbase.master.TestAssignmentManagerMetrics
 
testRITStateForRollback() - Method in class org.apache.hadoop.hbase.regionserver.TestSplitTransactionOnCluster
 
TestRNG() - Constructor for class org.apache.hadoop.hbase.io.crypto.aes.TestAES.TestRNG
 
TestRNG() - Constructor for class org.apache.hadoop.hbase.io.crypto.aes.TestCommonsAES.TestRNG
 
TestRollingRestart - Class in org.apache.hadoop.hbase.master
Tests the restarting of everything as done during rolling restarts.
TestRollingRestart() - Constructor for class org.apache.hadoop.hbase.master.TestRollingRestart
 
testRollWALWALWriter() - Method in class org.apache.hadoop.hbase.client.TestAsyncClusterAdminApi
 
TestRootPath - Class in org.apache.hadoop.hbase.util
Test requirement that root directory must be a URI
TestRootPath() - Constructor for class org.apache.hadoop.hbase.util.TestRootPath
 
testRootPath() - Method in class org.apache.hadoop.hbase.util.TestRootPath
The test
testRoundRobinAssignmentsWithUnevenSizedRacks() - Method in class org.apache.hadoop.hbase.favored.TestFavoredNodeAssignmentHelper
 
TestRoundRobinPoolMap - Class in org.apache.hadoop.hbase.util
 
TestRoundRobinPoolMap() - Constructor for class org.apache.hadoop.hbase.util.TestRoundRobinPoolMap
 
testRoundtrip() - Method in class org.apache.hadoop.hbase.http.TestHtmlQuoting
 
testRoundTrip() - Method in class org.apache.hadoop.hbase.types.TestPBCell
Basic test to verify utility methods in PBType and delegation to protobuf works.
testRowAtomic() - Method in class org.apache.hadoop.hbase.client.TestMvccConsistentScanner
 
TestRowComparator - Class in org.apache.hadoop.hbase.client
 
TestRowComparator() - Constructor for class org.apache.hadoop.hbase.client.TestRowComparator
 
testRowCount() - Method in class org.apache.hadoop.hbase.client.TestAsyncAggregationClient
 
TestRowCounter - Class in org.apache.hadoop.hbase.mapred
 
TestRowCounter() - Constructor for class org.apache.hadoop.hbase.mapred.TestRowCounter
 
TestRowCounter - Class in org.apache.hadoop.hbase.mapreduce
Test the rowcounter map reduce job.
TestRowCounter() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestRowCounter
 
testRowCounter10kRowRange() - Method in class org.apache.hadoop.hbase.mapreduce.TestRowCounter
 
testRowCounterColumnAndRowRange() - Method in class org.apache.hadoop.hbase.mapreduce.TestRowCounter
Test a case when the column specified in command line arguments is exclusive for few rows and also a row range filter is specified
testRowCounterColumnWithColonInQualifier() - Method in class org.apache.hadoop.hbase.mapreduce.TestRowCounter
Test a case when the column specified in command line arguments is one for which the qualifier contains colons.
testRowCounterExclusiveColumn() - Method in class org.apache.hadoop.hbase.mapreduce.TestRowCounter
Test a case when the column specified in command line arguments is exclusive for few rows.
testRowCounterHiddenColumn() - Method in class org.apache.hadoop.hbase.mapreduce.TestRowCounter
Test a case when the column specified in command line arguments is not part of first KV for a row.
testRowCounterNoColumn() - Method in class org.apache.hadoop.hbase.mapreduce.TestRowCounter
Test a case when no column was specified in command line arguments.
testRowCounterRowMultiEmptyRange() - Method in class org.apache.hadoop.hbase.mapreduce.TestRowCounter
Test a case when a range is specified with multiple ranges of start-end keys; one range is filled, another two are not
testRowCounterRowMultiRange() - Method in class org.apache.hadoop.hbase.mapreduce.TestRowCounter
Test a case when a range is specified with multiple ranges of start-end keys
testRowCounterRowMultiRangeUpperBound() - Method in class org.apache.hadoop.hbase.mapreduce.TestRowCounter
Test a case when a range is specified with two ranges where one range is with end key only
testRowCounterRowSingleRange() - Method in class org.apache.hadoop.hbase.mapreduce.TestRowCounter
Test a case when a range is specified with single range of start-end keys
testRowCounterRowSingleRangeUpperBound() - Method in class org.apache.hadoop.hbase.mapreduce.TestRowCounter
Test a case when a range is specified with single range with end key only
testRowCounterTimeRange() - Method in class org.apache.hadoop.hbase.mapreduce.TestRowCounter
Test a case when the timerange is specified with --starttime and --endtime options
testRowCountFilter() - Method in class org.apache.hadoop.hbase.filter.TestFilterList
 
testRowFilter() - Method in class org.apache.hadoop.hbase.filter.TestFilter
 
testRowFilter() - Method in class org.apache.hadoop.hbase.filter.TestFilterSerialization
 
testRowFilter() - Method in class org.apache.hadoop.hbase.filter.TestParseFilter
 
testRowFilter() - Method in class org.apache.hadoop.hbase.rest.TestScannersWithFilters
 
testRowIndexWithTagsButNoTagsInCell() - Method in class org.apache.hadoop.hbase.io.encoding.TestDataBlockEncoders
 
testRowIsImmutableOrNot() - Method in class org.apache.hadoop.hbase.client.TestMutation
 
testRowKeyBefore() - Method in class org.apache.hadoop.hbase.regionserver.TestStripeStoreFileManager
 
testRowLock() - Method in class org.apache.hadoop.hbase.regionserver.TestSettingTimeoutOnBlockingPoint
 
testRowMutation() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testRowMutation() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverInterface
 
testRowMutationMultiThreads() - Method in class org.apache.hadoop.hbase.regionserver.TestAtomicOperation
Test multi-threaded row mutations.
testRowMutations() - Method in class org.apache.hadoop.hbase.client.TestMalformedCellFromClient
 
testRowMutationsWithPreBatchMutate() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide3
 
TestRowProcessorEndpoint - Class in org.apache.hadoop.hbase.coprocessor
Verifies ProcessEndpoint works.
TestRowProcessorEndpoint() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestRowProcessorEndpoint
 
TestRowProcessorEndpoint.RowProcessorEndpoint<S extends Message,T extends Message> - Class in org.apache.hadoop.hbase.coprocessor
This class defines two RowProcessors: IncrementCounterProcessor and FriendsOfFriendsProcessor.
TestRowProcessorEndpoint.RowProcessorEndpoint.FriendsOfFriendsProcessor - Class in org.apache.hadoop.hbase.coprocessor
 
TestRowProcessorEndpoint.RowProcessorEndpoint.IncrementCounterProcessor - Class in org.apache.hadoop.hbase.coprocessor
 
TestRowProcessorEndpoint.RowProcessorEndpoint.RowSwapProcessor - Class in org.apache.hadoop.hbase.coprocessor
 
TestRowProcessorEndpoint.RowProcessorEndpoint.TimeoutProcessor - Class in org.apache.hadoop.hbase.coprocessor
 
testRowRange() - Method in class org.apache.hadoop.hbase.regionserver.TestServerCustomProtocol
 
testRowsFilteredMetric() - Method in class org.apache.hadoop.hbase.TestServerSideScanMetricsFromClientSide
 
testRowsFilteredMetric(Scan) - Method in class org.apache.hadoop.hbase.TestServerSideScanMetricsFromClientSide
 
testRowsFilteredMetric(Scan, Filter, int) - Method in class org.apache.hadoop.hbase.TestServerSideScanMetricsFromClientSide
 
testRowsPut() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testRowsPutBufferedManyManyFlushes() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testRowsSeenMetric(Scan) - Method in class org.apache.hadoop.hbase.TestServerSideScanMetricsFromClientSide
 
testRowsSeenMetricWithAsync() - Method in class org.apache.hadoop.hbase.TestServerSideScanMetricsFromClientSide
 
testRowsSeenMetricWithSync() - Method in class org.apache.hadoop.hbase.TestServerSideScanMetricsFromClientSide
 
TestRowTooBig - Class in org.apache.hadoop.hbase.regionserver
Test case to check HRS throws RowTooBigException when row size exceeds configured limits.
TestRowTooBig() - Constructor for class org.apache.hadoop.hbase.regionserver.TestRowTooBig
 
testRpcCallWithEnabledKerberosSaslAuth() - Method in class org.apache.hadoop.hbase.security.TestSecureIPC
 
TestRpcClientDeprecatedNameMapping - Class in org.apache.hadoop.hbase.ipc
 
TestRpcClientDeprecatedNameMapping() - Constructor for class org.apache.hadoop.hbase.ipc.TestRpcClientDeprecatedNameMapping
 
TestRpcClientLeaks - Class in org.apache.hadoop.hbase.ipc
 
TestRpcClientLeaks() - Constructor for class org.apache.hadoop.hbase.ipc.TestRpcClientLeaks
 
TestRpcClientLeaks.MyRpcClientImpl - Class in org.apache.hadoop.hbase.ipc
 
TestRpcControllerFactory - Class in org.apache.hadoop.hbase.client
 
TestRpcControllerFactory() - Constructor for class org.apache.hadoop.hbase.client.TestRpcControllerFactory
 
TestRpcControllerFactory.CountingRpcController - Class in org.apache.hadoop.hbase.client
 
TestRpcControllerFactory.StaticRpcControllerFactory - Class in org.apache.hadoop.hbase.client
 
testRPCException() - Method in class org.apache.hadoop.hbase.master.TestHMasterRPCException
 
testRpcFallbackToSimpleAuth() - Method in class org.apache.hadoop.hbase.security.TestSecureIPC
 
TestRpcHandlerException - Class in org.apache.hadoop.hbase.ipc
 
TestRpcHandlerException() - Constructor for class org.apache.hadoop.hbase.ipc.TestRpcHandlerException
 
testRpcMaxRequestSize() - Method in class org.apache.hadoop.hbase.ipc.AbstractTestIPC
Tests that the rpc scheduler is called when requests arrive.
TestRpcMetrics - Class in org.apache.hadoop.hbase.ipc
 
TestRpcMetrics() - Constructor for class org.apache.hadoop.hbase.ipc.TestRpcMetrics
 
testRpcQuotaTablesAreFiltered() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaObserverChoreWithMiniCluster
 
testRpcRetryingCallerSleep() - Method in class org.apache.hadoop.hbase.client.TestCISleep
Test starting from 0 index when RpcRetryingCaller calculate the backoff time.
testRpcScheduler() - Method in class org.apache.hadoop.hbase.ipc.AbstractTestIPC
Tests that the rpc scheduler is called when requests arrive.
testRpcScheduler() - Method in class org.apache.hadoop.hbase.ipc.TestRpcHandlerException
 
testRpcScheduler() - Method in class org.apache.hadoop.hbase.ipc.TestSimpleRpcScheduler
 
TestRpcSchedulerFactory - Class in org.apache.hadoop.hbase.regionserver
A silly test that does nothing but make sure an rpcscheduler factory makes what it says it is going to make.
TestRpcSchedulerFactory() - Constructor for class org.apache.hadoop.hbase.regionserver.TestRpcSchedulerFactory
 
TestRpcServer - Class in org.apache.hadoop.hbase.ipc
 
TestRpcServer() - Constructor for class org.apache.hadoop.hbase.ipc.TestRpcServer
 
testRpcServerForNotNullRemoteAddressInCallObject() - Method in class org.apache.hadoop.hbase.ipc.AbstractTestIPC
Tests that the RpcServer creates & dispatches CallRunner object to scheduler with non-null remoteAddress set to its Call Object
TestRpcServerSlowConnectionSetup - Class in org.apache.hadoop.hbase.ipc
 
TestRpcServerSlowConnectionSetup() - Constructor for class org.apache.hadoop.hbase.ipc.TestRpcServerSlowConnectionSetup
 
TestRpcServerTraceLogging - Class in org.apache.hadoop.hbase.ipc
 
TestRpcServerTraceLogging() - Constructor for class org.apache.hadoop.hbase.ipc.TestRpcServerTraceLogging
 
testRpcTimeout() - Method in class org.apache.hadoop.hbase.client.AbstractTestCIRpcTimeout
 
testRpcTimeout() - Method in class org.apache.hadoop.hbase.client.TestAsyncAdminBuilder
 
testRpcTimeout() - Method in class org.apache.hadoop.hbase.client.TestClientNoCluster
Test that operation timeout prevails over rpc default timeout and retries, etc.
TestRpcTimeoutCoprocessor() - Constructor for class org.apache.hadoop.hbase.client.TestAsyncAdminBuilder.TestRpcTimeoutCoprocessor
 
testRpcWithChaosMonkey(boolean) - Method in class org.apache.hadoop.hbase.ipc.IntegrationTestRpcClient
 
testRpcWithChaosMonkeyWithAsyncClient() - Method in class org.apache.hadoop.hbase.ipc.IntegrationTestRpcClient
 
testRpcWithChaosMonkeyWithSyncClient() - Method in class org.apache.hadoop.hbase.ipc.IntegrationTestRpcClient
 
testRpcWithWriteThread() - Method in class org.apache.hadoop.hbase.ipc.IntegrationTestRpcClient
 
testRSAbortWithUnflushedEdits() - Method in class org.apache.hadoop.hbase.regionserver.wal.TestLogRollAbort
Tests that RegionServer aborts if we hit an error closing the WAL when there are unsynced WAL edits.
testRSConnectorServerWhenStopRegionServer() - Method in class org.apache.hadoop.hbase.TestJMXConnectorServer
This tests to validate the RegionServer's ConnectorServer after unauthorised stopRegionServer call.
TestRSGroups - Class in org.apache.hadoop.hbase.rsgroup
 
TestRSGroups() - Constructor for class org.apache.hadoop.hbase.rsgroup.TestRSGroups
 
TestRSGroups.CPMasterObserver - Class in org.apache.hadoop.hbase.rsgroup
 
TestRSGroupsBase - Class in org.apache.hadoop.hbase.rsgroup
 
TestRSGroupsBase() - Constructor for class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
TestRSGroupsOfflineMode - Class in org.apache.hadoop.hbase.rsgroup
 
TestRSGroupsOfflineMode() - Constructor for class org.apache.hadoop.hbase.rsgroup.TestRSGroupsOfflineMode
 
TestRSGroupsWithACL - Class in org.apache.hadoop.hbase.rsgroup
Performs authorization checks for rsgroup operations, according to different levels of authorized users.
TestRSGroupsWithACL() - Constructor for class org.apache.hadoop.hbase.rsgroup.TestRSGroupsWithACL
 
testRSGroupsWithHBaseQuota() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroups
 
testRSHealthChore() - Method in class org.apache.hadoop.hbase.TestNodeHealthCheckChore
 
TestRSKilledWhenInitializing - Class in org.apache.hadoop.hbase.regionserver
Tests that a regionserver that dies after reporting for duty gets removed from list of online regions.
TestRSKilledWhenInitializing() - Constructor for class org.apache.hadoop.hbase.regionserver.TestRSKilledWhenInitializing
 
TestRSStatusServlet - Class in org.apache.hadoop.hbase.regionserver
Tests for the region server status page and its template.
TestRSStatusServlet() - Constructor for class org.apache.hadoop.hbase.regionserver.TestRSStatusServlet
 
testRSTerminationAfterRegisteringToMasterBeforeCreatingEphemeralNode() - Method in class org.apache.hadoop.hbase.regionserver.TestRSKilledWhenInitializing
Test verifies whether a region server is removed from online servers list in master if it went down after registering with master.
testRTEDuringConnectionSetup() - Method in class org.apache.hadoop.hbase.ipc.AbstractTestIPC
 
testRun() - Method in class org.apache.hadoop.hbase.master.TestHMasterCommandLine
 
testRunAs() - Method in class org.apache.hadoop.hbase.security.TestUser
 
testRunDoubleMemStoreCompactors() - Method in class org.apache.hadoop.hbase.regionserver.TestHStore
If there are two running InMemoryFlushRunnable, the later InMemoryFlushRunnable may change the versionedList.
testRunNoClusterShellTests() - Method in class org.apache.hadoop.hbase.client.TestShellNoCluster
 
testRunSequentialOnMultiFailure() - Method in class org.apache.hadoop.hbase.zookeeper.TestZKMulti
 
testRunShellTests() - Method in class org.apache.hadoop.hbase.client.rsgroup.TestShellRSGroups
 
testRunShellTests() - Method in class org.apache.hadoop.hbase.client.TestAdminShell
 
testRunShellTests() - Method in class org.apache.hadoop.hbase.client.TestQuotasShell
 
testRunShellTests() - Method in class org.apache.hadoop.hbase.client.TestReplicationShell
 
testRunShellTests() - Method in class org.apache.hadoop.hbase.client.TestShell
 
testRunShellTests() - Method in class org.apache.hadoop.hbase.client.TestTableShell
 
testRWQ() - Method in class org.apache.hadoop.hbase.regionserver.TestRpcSchedulerFactory
 
testSameTs() - Method in class org.apache.hadoop.hbase.regionserver.TestNewVersionBehaviorFromClientSide
 
testSameTsAndDelete() - Method in class org.apache.hadoop.hbase.regionserver.TestNewVersionBehaviorFromClientSide
 
testSampleUploader() - Method in class org.apache.hadoop.hbase.mapreduce.TestMapReduceExamples
Test SampleUploader from examples
testSaslClientCallbackHandler() - Method in class org.apache.hadoop.hbase.security.TestHBaseSaslRpcClient
 
testSaslClientCallbackHandlerWithException() - Method in class org.apache.hadoop.hbase.security.TestHBaseSaslRpcClient
 
testSaslClientUsesGivenRpcProtection() - Method in class org.apache.hadoop.hbase.security.TestHBaseSaslRpcClient
 
TestSaslFanOutOneBlockAsyncDFSOutput - Class in org.apache.hadoop.hbase.io.asyncfs
 
TestSaslFanOutOneBlockAsyncDFSOutput() - Constructor for class org.apache.hadoop.hbase.io.asyncfs.TestSaslFanOutOneBlockAsyncDFSOutput
 
testSaslNoCommonQop() - Method in class org.apache.hadoop.hbase.security.TestSecureIPC
 
TestSaslUtil - Class in org.apache.hadoop.hbase.security
 
TestSaslUtil() - Constructor for class org.apache.hadoop.hbase.security.TestSaslUtil
 
testSaslWithCommonQop() - Method in class org.apache.hadoop.hbase.security.TestSecureIPC
Test various combinations of Server and Client qops.
testSaslWithCryptoAES() - Method in class org.apache.hadoop.hbase.security.TestSecureIPC
Test sasl encryption with Crypto AES.
testSatisfiesForward() - Method in class org.apache.hadoop.hbase.filter.TestFuzzyRowFilter
 
testSatisfiesNoUnsafeForward() - Method in class org.apache.hadoop.hbase.filter.TestFuzzyRowFilter
 
testSatisfiesNoUnsafeReverse() - Method in class org.apache.hadoop.hbase.filter.TestFuzzyRowFilter
 
testSatisfiesReverse() - Method in class org.apache.hadoop.hbase.filter.TestFuzzyRowFilter
 
TestScan - Class in org.apache.hadoop.hbase.client
 
TestScan() - Constructor for class org.apache.hadoop.hbase.client.TestScan
 
testScan(String, String, String) - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanBase
Tests a MR scan using specific start and stop rows.
testScan() - Method in class org.apache.hadoop.hbase.ScanPerformanceEvaluation
 
testScan() - Method in class org.apache.hadoop.hbase.shaded.protobuf.TestProtobufUtil
Test basic Scan conversions.
testScan() - Method in class org.apache.hadoop.hbase.TestSerialization
 
testScan_NullQualifier() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testScanAcrossManySmallColumns() - Method in class org.apache.hadoop.hbase.regionserver.TestRowTooBig
Usecase: - create a row with 1M cells, 10 bytes in each - flush & run major compaction - try to Get whole row.
testScanAcrossSnapshot() - Method in class org.apache.hadoop.hbase.regionserver.TestDefaultMemStore
Test memstore snapshot happening while scanning.
testScanAcrossSnapshot2() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactingMemStore
A simple test which verifies the 3 possible states when scanning across snapshot.
testScanAcrossSnapshot2() - Method in class org.apache.hadoop.hbase.regionserver.TestDefaultMemStore
A simple test which verifies the 3 possible states when scanning across snapshot.
testScanAfterDeletingSpecifiedRow() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide3
 
testScanAfterDeletingSpecifiedRowV2() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide3
 
testScanAll() - Method in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableScan
 
testScanAndConcurrentMajorCompact() - Method in class org.apache.hadoop.hbase.regionserver.TestScanner
Make sure scanner returns correct result when we run a major compaction with deletes.
testScanAndRealConcurrentFlush() - Method in class org.apache.hadoop.hbase.regionserver.TestScanner
Tests to do a concurrent flush (using a 2nd thread) while scanning.
testScanAndSyncFlush() - Method in class org.apache.hadoop.hbase.regionserver.TestScanner
Tests to do a sync flush during the middle of a scan.
testScanAtomicity() - Method in class org.apache.hadoop.hbase.AcidGuaranteesTestBase
 
testScanAtomicity() - Method in class org.apache.hadoop.hbase.IntegrationTestAcidGuarantees
 
testScanAtRegionBoundary() - Method in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableScan
 
testScanAttributes() - Method in class org.apache.hadoop.hbase.client.TestScan
 
testScanBatch() - Method in class org.apache.hadoop.hbase.client.TestScannersFromClientSide
Test from client side for batch of scan
testScanCopyConstructor() - Method in class org.apache.hadoop.hbase.client.TestScan
 
TestScanDeleteTracker - Class in org.apache.hadoop.hbase.regionserver.querymatcher
 
TestScanDeleteTracker() - Constructor for class org.apache.hadoop.hbase.regionserver.querymatcher.TestScanDeleteTracker
 
testScanDoesNotCleanRegionsWithExistingParents() - Method in class org.apache.hadoop.hbase.master.TestCatalogJanitor
CatalogJanitor.scan() should not clean parent regions if their own parents are still referencing them.
testScanEmptyToAPP() - Method in class org.apache.hadoop.hbase.mapreduce.MultiTableInputFormatTestBase
 
testScanEmptyToAPP() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanEmptyToAPP
Tests a MR scan using specific start and stop rows.
testScanEmptyToBBA() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanEmptyToBBA
Tests a MR scan using specific start and stop rows.
testScanEmptyToBBB() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanEmptyToBBB
Tests a MR scan using specific start and stop rows.
testScanEmptyToEmpty() - Method in class org.apache.hadoop.hbase.mapreduce.MultiTableInputFormatTestBase
 
testScanEmptyToEmpty() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanEmptyToEmpty
Tests a MR scan using specific start and stop rows.
testScanEmptyToOPP() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanEmptyToOPP
Tests a MR scan using specific start and stop rows.
testScanFromConfiguration() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScan
 
testScanFromConfiguration(String, String, String) - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanBase
Tests an MR Scan initialized from properties set in the Configuration.
testScanId() - Method in class org.apache.hadoop.hbase.client.TestAttributes
 
testScanLimitAndOffset() - Method in class org.apache.hadoop.hbase.client.TestIntraRowPagination
Test from client side for scan with maxResultPerCF set
testScanMapReduce() - Method in class org.apache.hadoop.hbase.ScanPerformanceEvaluation
 
testScanMaxResults() - Method in class org.apache.hadoop.hbase.client.TestScannersFromClientSide
Test from client side for scan with maxResultPerCF set
testScanMetaForTable() - Method in class org.apache.hadoop.hbase.TestMetaTableAccessor
 
testScanMetrics() - Method in class org.apache.hadoop.hbase.client.TestAsyncTableScanMetrics
 
testScanMetrics() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
Test ScanMetrics
testScanMultipleVersions() - Method in class org.apache.hadoop.hbase.TestMultiVersions
Port of old TestScanMultipleVersions test here so can better utilize the spun up cluster running more than just a single test.
TestScanner - Class in org.apache.hadoop.hbase.regionserver
Test of a long-lived scanner validating as we go.
TestScanner() - Constructor for class org.apache.hadoop.hbase.regionserver.TestScanner
 
testScanner() - Method in class org.apache.hadoop.hbase.regionserver.TestScanner
The test!
testScanner() - Method in class org.apache.hadoop.hbase.rest.client.TestRemoteTable
Test RemoteHTable.Scanner
testScanner_DeleteOneFamilyNotAnother() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testScanner_ExplicitColumns_FromFilesOnly_EnforceVersions() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testScanner_ExplicitColumns_FromMemStore_EnforceVersions() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testScanner_ExplicitColumns_FromMemStoreAndFiles_EnforceVersions() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testScanner_JoinedScanners() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
Added for HBASE-5416 Here we test scan optimization when only subset of CFs are used in filter conditions.
testScanner_JoinedScannersWithLimits() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
HBASE-5416 Test case when scan limits amount of KVs returned on each next() call.
testScanner_StopRow1542() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testScanner_Wildcard_FromFilesOnly_EnforceVersions() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testScanner_Wildcard_FromMemStore_EnforceVersions() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testScanner_Wildcard_FromMemStoreAndFiles_EnforceVersions() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testScannerException() - Method in class org.apache.hadoop.hbase.regionserver.TestKeyValueHeap
 
testScannerFailsAfterRetriesWhenCoprocessorThrowsIOE() - Method in class org.apache.hadoop.hbase.client.TestFromClientSideScanExcpetion
Tests the case where a coprocessor throws a regular IOException in the scan.
testScannerForNotExistingTable() - Method in class org.apache.hadoop.hbase.client.TestScannersFromClientSide
Scan on not existing table should throw the exception with correct message
TestScannerFromBucketCache - Class in org.apache.hadoop.hbase.io.hfile
 
TestScannerFromBucketCache() - Constructor for class org.apache.hadoop.hbase.io.hfile.TestScannerFromBucketCache
 
TestScannerHeartbeatMessages - Class in org.apache.hadoop.hbase.regionserver
Here we test to make sure that scans return the expected Results when the server is sending the Client heartbeat messages.
TestScannerHeartbeatMessages() - Constructor for class org.apache.hadoop.hbase.regionserver.TestScannerHeartbeatMessages
 
TestScannerHeartbeatMessages.SparseCellFilter - Class in org.apache.hadoop.hbase.regionserver
 
TestScannerHeartbeatMessages.SparseRowFilter - Class in org.apache.hadoop.hbase.regionserver
 
testScannerLeak() - Method in class org.apache.hadoop.hbase.regionserver.TestKeyValueHeap
 
testScannerNextRPCTimesout() - Method in class org.apache.hadoop.hbase.client.TestClientScannerRPCTimeout
 
testScannerOnBulkLoadRefHFiles() - Method in class org.apache.hadoop.hbase.mob.compactions.TestMobCompactor
 
testScannerReseekDoesntNPE() - Method in class org.apache.hadoop.hbase.regionserver.TestStoreScanner
 
TestScannerResource - Class in org.apache.hadoop.hbase.rest
 
TestScannerResource() - Constructor for class org.apache.hadoop.hbase.rest.TestScannerResource
 
TestScannerRetriableFailure - Class in org.apache.hadoop.hbase.regionserver
 
TestScannerRetriableFailure() - Constructor for class org.apache.hadoop.hbase.regionserver.TestScannerRetriableFailure
 
TestScannerRetriableFailure.FaultyScannerObserver - Class in org.apache.hadoop.hbase.regionserver
 
testScannerSeesAllRecords() - Method in class org.apache.hadoop.hbase.client.TestSizeFailures
Basic client side validation of HBASE-13262
testScannerSelection() - Method in class org.apache.hadoop.hbase.io.hfile.TestScannerSelectionUsingKeyRange
 
testScannerSelection() - Method in class org.apache.hadoop.hbase.io.hfile.TestScannerSelectionUsingTTL
 
TestScannerSelectionUsingKeyRange - Class in org.apache.hadoop.hbase.io.hfile
Test the optimization that does not scan files where all key ranges are excluded.
TestScannerSelectionUsingKeyRange(Object, Object) - Constructor for class org.apache.hadoop.hbase.io.hfile.TestScannerSelectionUsingKeyRange
 
TestScannerSelectionUsingTTL - Class in org.apache.hadoop.hbase.io.hfile
Test the optimization that does not scan files where all timestamps are expired.
TestScannerSelectionUsingTTL(int, boolean) - Constructor for class org.apache.hadoop.hbase.io.hfile.TestScannerSelectionUsingTTL
 
TestScannersFromClientSide - Class in org.apache.hadoop.hbase.client
A client-side test, mostly testing scanners with various parameters.
TestScannersFromClientSide() - Constructor for class org.apache.hadoop.hbase.client.TestScannersFromClientSide
 
TestScannersFromClientSide2 - Class in org.apache.hadoop.hbase.client
Testcase for newly added feature in HBASE-17143, such as startRow and stopRow inclusive/exclusive, limit for rows, etc.
TestScannersFromClientSide2() - Constructor for class org.apache.hadoop.hbase.client.TestScannersFromClientSide2
 
testScannersSeekOnFewLargeCells() - Method in class org.apache.hadoop.hbase.regionserver.TestRowTooBig
Usecase: - create a row with 5 large cells (5 Mb each) - flush memstore but don't compact storefiles.
TestScannersWithFilters - Class in org.apache.hadoop.hbase.rest
 
TestScannersWithFilters() - Constructor for class org.apache.hadoop.hbase.rest.TestScannersWithFilters
 
TestScannersWithLabels - Class in org.apache.hadoop.hbase.rest
 
TestScannersWithLabels() - Constructor for class org.apache.hadoop.hbase.rest.TestScannersWithLabels
 
testScannerThrowsExceptionWhenCoprocessorThrowsDNRIOE() - Method in class org.apache.hadoop.hbase.client.TestFromClientSideScanExcpetion
Tests the case where a coprocessor throws a DoNotRetryIOException in the scan.
TestScannerTimeout - Class in org.apache.hadoop.hbase.client
Test various scanner timeout issues.
TestScannerTimeout() - Constructor for class org.apache.hadoop.hbase.client.TestScannerTimeout
 
TestScannerWithBulkload - Class in org.apache.hadoop.hbase.regionserver
 
TestScannerWithBulkload() - Constructor for class org.apache.hadoop.hbase.regionserver.TestScannerWithBulkload
 
TestScannerWithCorruptHFile - Class in org.apache.hadoop.hbase.regionserver
Tests a scanner on a corrupt hfile.
TestScannerWithCorruptHFile() - Constructor for class org.apache.hadoop.hbase.regionserver.TestScannerWithCorruptHFile
 
TestScannerWithCorruptHFile.CorruptHFileCoprocessor - Class in org.apache.hadoop.hbase.regionserver
 
testScannerWithRestoreScanner() - Method in class org.apache.hadoop.hbase.client.TestTableSnapshotScanner
 
testScanningUnknownColumnJson() - Method in class org.apache.hadoop.hbase.rest.TestTableScan
 
testScanNoStopKey() - Method in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableScan
 
testScanOBBToOPP() - Method in class org.apache.hadoop.hbase.mapreduce.MultiTableInputFormatTestBase
 
testScanOBBToOPP() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanOBBToOPP
Tests a MR scan using specific start and stop rows.
testScanOBBToQPP() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanOBBToQPP
Tests a MR scan using specific start and stop rows.
testScanOnCorruptHFile() - Method in class org.apache.hadoop.hbase.regionserver.TestScannerWithCorruptHFile
 
testScanOnReopenedRegion() - Method in class org.apache.hadoop.hbase.client.TestScannersFromClientSide
Test from client side for scan while the region is reopened on the same region server.
testScanOPPToEmpty() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanOPPToEmpty
Tests a MR scan using specific start and stop rows.
testScanQueues() - Method in class org.apache.hadoop.hbase.ipc.TestSimpleRpcScheduler
 
testScanQueueWithZeroScanRatio() - Method in class org.apache.hadoop.hbase.ipc.TestSimpleRpcScheduler
 
testScanRawDeleteFamilyVersion() - Method in class org.apache.hadoop.hbase.client.TestScannersFromClientSide
 
testScanResistance() - Method in class org.apache.hadoop.hbase.io.hfile.TestLruBlockCache
 
TestScanRowPrefix - Class in org.apache.hadoop.hbase.filter
Test if Scan.setRowPrefixFilter works as intended.
TestScanRowPrefix() - Constructor for class org.apache.hadoop.hbase.filter.TestScanRowPrefix
 
testScans() - Method in class org.apache.hadoop.hbase.filter.TestDependentColumnFilter
Test scans using a DependentColumnFilter
testScanSameTimestamp() - Method in class org.apache.hadoop.hbase.regionserver.TestStoreScanner
 
testScanSize() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerMetrics
 
testScanSizeForSmallScan() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerMetrics
 
testScanTime() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerMetrics
 
testScanTimeout() - Method in class org.apache.hadoop.hbase.TestClientOperationTimeout
Tests that scan on a table throws RetriesExhaustedException when the operation takes longer than 'hbase.client.scanner.timeout.period'.
testScanTimeRange() - Method in class org.apache.hadoop.hbase.regionserver.TestStoreScanner
 
testScanUsingListenerUnmarshallerXML() - Method in class org.apache.hadoop.hbase.rest.TestTableScan
An example to scan using listener in unmarshaller for XML.
testScanVariableReuse() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
For HBASE-2156
TestScanWildcardColumnTracker - Class in org.apache.hadoop.hbase.regionserver.querymatcher
 
TestScanWildcardColumnTracker() - Constructor for class org.apache.hadoop.hbase.regionserver.querymatcher.TestScanWildcardColumnTracker
 
testScanWithBatchSizeReturnIncompleteCells() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide3
 
TestScanWithBloomError - Class in org.apache.hadoop.hbase.regionserver
Test a multi-column scanner when there is a Bloom filter false-positive.
TestScanWithBloomError(BloomType) - Constructor for class org.apache.hadoop.hbase.regionserver.TestScanWithBloomError
 
testScanWithColumnsAndFilterAndVersion() - Method in class org.apache.hadoop.hbase.client.TestScannersFromClientSide
 
testScanWithCompaction() - Method in class org.apache.hadoop.hbase.client.TestBlockEvictionFromClient
 
testScanWithDoubleFlush() - Method in class org.apache.hadoop.hbase.regionserver.TestHStore
 
testScanWithException() - Method in class org.apache.hadoop.hbase.client.TestBlockEvictionFromClient
 
testScanWithLimit() - Method in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableScan
 
testScanWithLimit() - Method in class org.apache.hadoop.hbase.client.TestScannersFromClientSide2
 
testScanWithLimit() - Method in class org.apache.hadoop.hbase.filter.TestFilterWithScanLimits
 
testScanWithLimitGreaterThanActualCount() - Method in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableScan
 
testScanWithLimitGreaterThanActualCount() - Method in class org.apache.hadoop.hbase.client.TestScannersFromClientSide2
 
testScanWithMultipleColumnFamilies() - Method in class org.apache.hadoop.hbase.client.TestBlockEvictionFromClient
 
TestScanWithoutFetchingData - Class in org.apache.hadoop.hbase.client
Testcase to make sure that we do not close scanners if ScanRequest.numberOfRows is zero.
TestScanWithoutFetchingData() - Constructor for class org.apache.hadoop.hbase.client.TestScanWithoutFetchingData
 
testScanWithReplicas() - Method in class org.apache.hadoop.hbase.client.TestReplicasClient
 
testScanWithSameStartRowStopRow() - Method in class org.apache.hadoop.hbase.client.TestScannersFromClientSide
 
testScanWithStartKeyAndStopKey() - Method in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableScan
 
testScanWrongColumnFamily() - Method in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableScan
 
testScanYYXToEmpty() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanYYXToEmpty
Tests a MR scan using specific start and stop rows.
testScanYYYToEmpty() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanYYYToEmpty
Tests a MR scan using specific start and stop rows.
testScanYZYToEmpty() - Method in class org.apache.hadoop.hbase.mapreduce.MultiTableInputFormatTestBase
 
testScanYZYToEmpty() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanYZYToEmpty
Tests a MR scan using specific start and stop rows.
testScheduledChoreConstruction() - Method in class org.apache.hadoop.hbase.TestChoreService
 
testScheduleSCP() - Method in class org.apache.hadoop.hbase.client.TestHbck
 
TestSchemaResource - Class in org.apache.hadoop.hbase.rest
 
TestSchemaResource(Boolean) - Constructor for class org.apache.hadoop.hbase.rest.TestSchemaResource
 
testScopeWALEntryFilter() - Method in class org.apache.hadoop.hbase.replication.TestReplicationWALEntryFilters
 
TestSCVFWithMiniCluster - Class in org.apache.hadoop.hbase.regionserver
 
TestSCVFWithMiniCluster() - Constructor for class org.apache.hadoop.hbase.regionserver.TestSCVFWithMiniCluster
 
testSearchJson() - Method in class org.apache.hadoop.hbase.util.TestJSONMetricUtil
 
testSecondaryAndTertiaryPlacementWithLessThanTwoServersInRacks() - Method in class org.apache.hadoop.hbase.favored.TestFavoredNodeAssignmentHelper
 
testSecondaryAndTertiaryPlacementWithMoreThanOneServerInPrimaryRack() - Method in class org.apache.hadoop.hbase.favored.TestFavoredNodeAssignmentHelper
 
testSecondaryAndTertiaryPlacementWithMultipleRacks() - Method in class org.apache.hadoop.hbase.favored.TestFavoredNodeAssignmentHelper
 
testSecondaryAndTertiaryPlacementWithSingleRack() - Method in class org.apache.hadoop.hbase.favored.TestFavoredNodeAssignmentHelper
 
testSecondaryAndTertiaryPlacementWithSingleServer() - Method in class org.apache.hadoop.hbase.favored.TestFavoredNodeAssignmentHelper
 
testSecondaryIndexBinarySearch() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFileBlockIndex
 
testSecondaryRegionDoesNotWriteRegionEventsToWAL() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionReplayEvents
Tests that a region opened in secondary mode would not write region open / close events to its WAL.
testSecondaryRegionKill() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionReplicaFailover
Tests the case where killing a secondary region with unflushed data recovers, and the replica becomes available to read again shortly.
testSecondaryRegionKillWhilePrimaryIsAcceptingWrites() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionReplicaFailover
Tests the case where there are 3 region replicas and the primary is continuously accepting new writes while one of the secondaries is killed.
testSecondaryRegionWithEmptyRegion() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionReplicaFailover
Tests the case where a newly created table with region replicas and no data, the secondary region replicas are available to read immediately.
testSecondaryRegionWithNonEmptyRegion() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionReplicaFailover
Tests the case where if there is some data in the primary region, reopening the region replicas (enable/disable table, etc) makes the region replicas readable.
TestSecureAsyncWALReplay - Class in org.apache.hadoop.hbase.regionserver.wal
 
TestSecureAsyncWALReplay() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.TestSecureAsyncWALReplay
 
TestSecureBulkLoadManager - Class in org.apache.hadoop.hbase.regionserver
 
TestSecureBulkLoadManager() - Constructor for class org.apache.hadoop.hbase.regionserver.TestSecureBulkLoadManager
 
TestSecureExport - Class in org.apache.hadoop.hbase.coprocessor
 
TestSecureExport() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestSecureExport
 
TestSecureExportSnapshot - Class in org.apache.hadoop.hbase.snapshot
Reruns TestExportSnapshot using ExportSnapshot in secure mode.
TestSecureExportSnapshot() - Constructor for class org.apache.hadoop.hbase.snapshot.TestSecureExportSnapshot
 
TestSecureIPC - Class in org.apache.hadoop.hbase.security
 
TestSecureIPC() - Constructor for class org.apache.hadoop.hbase.security.TestSecureIPC
 
TestSecureIPC.TestThread - Class in org.apache.hadoop.hbase.security
 
TestSecureRESTServer - Class in org.apache.hadoop.hbase.rest
Test class for SPNEGO authentication on the HttpServer.
TestSecureRESTServer() - Constructor for class org.apache.hadoop.hbase.rest.TestSecureRESTServer
 
TestSecureWAL - Class in org.apache.hadoop.hbase.wal
 
TestSecureWAL() - Constructor for class org.apache.hadoop.hbase.wal.TestSecureWAL
 
testSecureWAL() - Method in class org.apache.hadoop.hbase.wal.TestSecureWAL
 
testSecureWALReaderOnWAL() - Method in class org.apache.hadoop.hbase.wal.TestWALReaderOnSecureWAL
 
TestSecureWALReplay - Class in org.apache.hadoop.hbase.regionserver.wal
 
TestSecureWALReplay() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.TestSecureWALReplay
 
testSecurityForNonSecureHadoop() - Method in class org.apache.hadoop.hbase.security.TestUser
 
testSecuritySingleSuperuser() - Method in class org.apache.hadoop.hbase.zookeeper.TestZKUtilNoServer
 
testSeek() - Method in class org.apache.hadoop.hbase.regionserver.TestKeyValueHeap
 
testSeekBefore() - Method in class org.apache.hadoop.hbase.io.hfile.TestSeekTo
 
testSeekBeforeInternals(TagUsage) - Method in class org.apache.hadoop.hbase.io.hfile.TestSeekTo
 
TestSeekBeforeWithInlineBlocks - Class in org.apache.hadoop.hbase.io.hfile
 
TestSeekBeforeWithInlineBlocks() - Constructor for class org.apache.hadoop.hbase.io.hfile.TestSeekBeforeWithInlineBlocks
 
testSeekBeforeWithReSeekTo() - Method in class org.apache.hadoop.hbase.io.hfile.TestSeekTo
 
testSeekBeforeWithReSeekToInternals(TagUsage) - Method in class org.apache.hadoop.hbase.io.hfile.TestSeekTo
 
TestSeekBeforeWithReverseScan - Class in org.apache.hadoop.hbase.io.encoding
 
TestSeekBeforeWithReverseScan() - Constructor for class org.apache.hadoop.hbase.io.encoding.TestSeekBeforeWithReverseScan
 
testSeekingOnSample() - Method in class org.apache.hadoop.hbase.io.encoding.TestDataBlockEncoders
Test seeking while file is encoded.
testSeekingToBlockToANotAvailableKey() - Method in class org.apache.hadoop.hbase.io.encoding.TestSeekToBlockWithEncoders
Test seeking while file is encoded.
testSeekingToBlockWithBiggerNonLength1() - Method in class org.apache.hadoop.hbase.io.encoding.TestSeekToBlockWithEncoders
Test seeking while file is encoded.
TestSeekOptimizations - Class in org.apache.hadoop.hbase.regionserver
Test various seek optimizations for correctness and check if they are actually saving I/O operations.
TestSeekOptimizations(Compression.Algorithm, BloomType) - Constructor for class org.apache.hadoop.hbase.regionserver.TestSeekOptimizations
 
testSeeks() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFileSeek
 
TestSeekTo - Class in org.apache.hadoop.hbase.io.hfile
Test HFileScanner.seekTo(Cell) and its variants.
TestSeekTo(DataBlockEncoding) - Constructor for class org.apache.hadoop.hbase.io.hfile.TestSeekTo
 
testSeekTo() - Method in class org.apache.hadoop.hbase.io.hfile.TestSeekTo
 
testSeekToBlockWithDecreasingCommonPrefix() - Method in class org.apache.hadoop.hbase.io.encoding.TestSeekToBlockWithEncoders
Test seeking while file is encoded.
testSeekToBlockWithDiffFamilyAndQualifer() - Method in class org.apache.hadoop.hbase.io.encoding.TestSeekToBlockWithEncoders
 
testSeekToBlockWithDiffQualifer() - Method in class org.apache.hadoop.hbase.io.encoding.TestSeekToBlockWithEncoders
 
testSeekToBlockWithDiffQualiferOnSameRow() - Method in class org.apache.hadoop.hbase.io.encoding.TestSeekToBlockWithEncoders
 
testSeekToBlockWithDiffQualiferOnSameRow1() - Method in class org.apache.hadoop.hbase.io.encoding.TestSeekToBlockWithEncoders
 
testSeekToBlockWithDiffQualiferOnSameRowButDescendingInSize() - Method in class org.apache.hadoop.hbase.io.encoding.TestSeekToBlockWithEncoders
 
TestSeekToBlockWithEncoders - Class in org.apache.hadoop.hbase.io.encoding
 
TestSeekToBlockWithEncoders(boolean) - Constructor for class org.apache.hadoop.hbase.io.encoding.TestSeekToBlockWithEncoders
 
testSeekToBlockWithNonMatchingSeekKey() - Method in class org.apache.hadoop.hbase.io.encoding.TestSeekToBlockWithEncoders
Test seeking while file is encoded.
testSeekToInternals(TagUsage) - Method in class org.apache.hadoop.hbase.io.hfile.TestSeekTo
 
testSelectiveFlushAndWALinDataCompaction() - Method in class org.apache.hadoop.hbase.regionserver.TestWalAndCompactingMemStoreFlush
 
testSelectiveFlushWhenEnabled() - Method in class org.apache.hadoop.hbase.regionserver.TestPerColumnFamilyFlush
 
testSelectiveFlushWhenNotEnabled() - Method in class org.apache.hadoop.hbase.regionserver.TestPerColumnFamilyFlush
 
testSelectiveFlushWithBasicAndMerge() - Method in class org.apache.hadoop.hbase.regionserver.TestWalAndCompactingMemStoreFlush
 
testSelectiveFlushWithEager() - Method in class org.apache.hadoop.hbase.regionserver.TestWalAndCompactingMemStoreFlush
 
testSelectiveFlushWithIndexCompaction() - Method in class org.apache.hadoop.hbase.regionserver.TestWalAndCompactingMemStoreFlush
 
TestSendBufSizePredictor - Class in org.apache.hadoop.hbase.io.asyncfs
 
TestSendBufSizePredictor() - Constructor for class org.apache.hadoop.hbase.io.asyncfs.TestSendBufSizePredictor
 
testSendError() - Method in class org.apache.hadoop.hbase.rest.TestGZIPResponseWrapper
 
TestSeparateClientZKCluster - Class in org.apache.hadoop.hbase.client
 
TestSeparateClientZKCluster() - Constructor for class org.apache.hadoop.hbase.client.TestSeparateClientZKCluster
 
testSeqIdComparator() - Method in class org.apache.hadoop.hbase.regionserver.TestHStoreFile
 
testSeqIdsFromReplay() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionReplayEvents
 
testSequenceId() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
Test that I can use the max flushed sequence id after the close.
TestSequenceIdAccounting - Class in org.apache.hadoop.hbase.regionserver.wal
 
TestSequenceIdAccounting() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.TestSequenceIdAccounting
 
testSequenceIdAdvancesOnTableInfo() - Method in class org.apache.hadoop.hbase.util.TestFSTableDescriptors
 
TestSequenceIdMonotonicallyIncreasing - Class in org.apache.hadoop.hbase
Testcase for HBASE-20066
TestSequenceIdMonotonicallyIncreasing() - Constructor for class org.apache.hadoop.hbase.TestSequenceIdMonotonicallyIncreasing
 
testSequentialEditLogSeqNum() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestWALReplay
 
testSerdeTableSnapshotSizes() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaTableUtil
 
testSerDeViolationPolicies() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaTableUtil
 
testSerialization() - Method in class org.apache.hadoop.hbase.filter.TestColumnPaginationFilter
Tests serialization
testSerialization() - Method in class org.apache.hadoop.hbase.filter.TestFilterList
Test serialization
testSerialization() - Method in class org.apache.hadoop.hbase.filter.TestInclusiveStopFilter
Tests serialization
testSerialization() - Method in class org.apache.hadoop.hbase.filter.TestPageFilter
Test filter serialization
testSerialization() - Method in class org.apache.hadoop.hbase.filter.TestPrefixFilter
 
testSerialization() - Method in class org.apache.hadoop.hbase.filter.TestRandomRowFilter
Tests serialization
testSerialization() - Method in class org.apache.hadoop.hbase.filter.TestRegexComparator
 
testSerialization() - Method in class org.apache.hadoop.hbase.filter.TestSingleColumnValueFilter
Tests serialization
testSerialization() - Method in class org.apache.hadoop.hbase.regionserver.TestSimpleTimeRangeTracker
 
testSerialization() - Method in class org.apache.hadoop.hbase.TestPerformanceEvaluation
 
TestSerialization - Class in org.apache.hadoop.hbase
Test HBase Writables serializations
TestSerialization() - Constructor for class org.apache.hadoop.hbase.TestSerialization
 
testSerializeDeserialize() - Method in class org.apache.hadoop.hbase.master.TestRegionState
 
testSerializeDeserializeFamilyBlockSizeMap() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedHFileOutputFormat2
Test for HFileOutputFormat2#configureBlockSize(HTableDescriptor, Configuration) and HFileOutputFormat2.createFamilyBlockSizeMap(Configuration).
testSerializeDeserializeFamilyBlockSizeMap() - Method in class org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat2
Test for HFileOutputFormat2#configureBlockSize(HTableDescriptor, Configuration) and HFileOutputFormat2.createFamilyBlockSizeMap(Configuration).
testSerializeDeserializeFamilyBloomTypeMap() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedHFileOutputFormat2
Test for HFileOutputFormat2#configureBloomType(HTableDescriptor, Configuration) and HFileOutputFormat2.createFamilyBloomTypeMap(Configuration).
testSerializeDeserializeFamilyBloomTypeMap() - Method in class org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat2
Test for HFileOutputFormat2#configureBloomType(HTableDescriptor, Configuration) and HFileOutputFormat2.createFamilyBloomTypeMap(Configuration).
testSerializeDeserializeFamilyCompressionMap() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedHFileOutputFormat2
Test for HFileOutputFormat2#configureCompression(Configuration, HTableDescriptor) and HFileOutputFormat2.createFamilyCompressionMap(Configuration).
testSerializeDeserializeFamilyCompressionMap() - Method in class org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat2
Test for HFileOutputFormat2#configureCompression(Configuration, HTableDescriptor) and HFileOutputFormat2.createFamilyCompressionMap(Configuration).
testSerializeDeserializeFamilyDataBlockEncodingMap() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedHFileOutputFormat2
Test for HFileOutputFormat2#configureDataBlockEncoding(HTableDescriptor, Configuration) and HFileOutputFormat2.createFamilyDataBlockEncodingMap(Configuration).
testSerializeDeserializeFamilyDataBlockEncodingMap() - Method in class org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat2
Test for HFileOutputFormat2#configureDataBlockEncoding(HTableDescriptor, Configuration) and HFileOutputFormat2.createFamilyDataBlockEncodingMap(Configuration).
testSerializeWithoutNextBlockMetadata() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFileBlock
 
TestSerialReplication - Class in org.apache.hadoop.hbase.replication
 
TestSerialReplication() - Constructor for class org.apache.hadoop.hbase.replication.TestSerialReplication
 
TestSerialReplicationFailover - Class in org.apache.hadoop.hbase.replication
 
TestSerialReplicationFailover() - Constructor for class org.apache.hadoop.hbase.replication.TestSerialReplicationFailover
 
TestServerBusyException - Class in org.apache.hadoop.hbase.client
This class is for testing HBaseConnectionManager ServerBusyException.
TestServerBusyException() - Constructor for class org.apache.hadoop.hbase.client.TestServerBusyException
 
testServerBusyException() - Method in class org.apache.hadoop.hbase.client.TestServerBusyException
 
TestServerBusyException.SleepCoprocessor - Class in org.apache.hadoop.hbase.client
 
TestServerBusyException.SleepLongerAtFirstCoprocessor - Class in org.apache.hadoop.hbase.client
 
testServerContextNameWithHostName() - Method in class org.apache.hadoop.hbase.ipc.TestRpcMetrics
 
TestServerCrashProcedureCarryingMetaStuck - Class in org.apache.hadoop.hbase.master
 
TestServerCrashProcedureCarryingMetaStuck() - Constructor for class org.apache.hadoop.hbase.master.TestServerCrashProcedureCarryingMetaStuck
 
TestServerCrashProcedureStuck - Class in org.apache.hadoop.hbase.master
Testcase for HBASE-20634
TestServerCrashProcedureStuck() - Constructor for class org.apache.hadoop.hbase.master.TestServerCrashProcedureStuck
 
TestServerCustomProtocol - Class in org.apache.hadoop.hbase.regionserver
 
TestServerCustomProtocol() - Constructor for class org.apache.hadoop.hbase.regionserver.TestServerCustomProtocol
 
TestServerCustomProtocol.PingHandler - Class in org.apache.hadoop.hbase.regionserver
 
testServerListener() - Method in class org.apache.hadoop.hbase.master.TestAssignmentListener
 
TestServerLoad - Class in org.apache.hadoop.hbase
 
TestServerLoad() - Constructor for class org.apache.hadoop.hbase.TestServerLoad
 
TestServerLoadDurability - Class in org.apache.hadoop.hbase.client
HBASE-19496 noticed that the RegionLoad/ServerLoad may be corrupted if rpc server reuses the bytebuffer backed, so this test call the Admin#getLastMajorCompactionTimestamp() to invoke HMaster to iterate all stored server/region loads.
TestServerLoadDurability() - Constructor for class org.apache.hadoop.hbase.client.TestServerLoadDurability
 
testServerLockInfo() - Method in class org.apache.hadoop.hbase.shaded.protobuf.TestProtobufUtil
 
TestServerMetrics - Class in org.apache.hadoop.hbase
 
TestServerMetrics() - Constructor for class org.apache.hadoop.hbase.TestServerMetrics
 
TestServerName - Class in org.apache.hadoop.hbase
 
TestServerName() - Constructor for class org.apache.hadoop.hbase.TestServerName
 
testServerName() - Method in class org.apache.hadoop.hbase.TestServerName
 
testServerNameFromTestWAL() - Method in class org.apache.hadoop.hbase.wal.TestWALMethods
 
testServerNameFromWAL() - Method in class org.apache.hadoop.hbase.wal.TestWALMethods
 
TestServerNonceManager - Class in org.apache.hadoop.hbase.regionserver
 
TestServerNonceManager() - Constructor for class org.apache.hadoop.hbase.regionserver.TestServerNonceManager
 
TestServerSideScanMetricsFromClientSide - Class in org.apache.hadoop.hbase
 
TestServerSideScanMetricsFromClientSide() - Constructor for class org.apache.hadoop.hbase.TestServerSideScanMetricsFromClientSide
 
testServerSocket() - Method in class org.apache.hadoop.hbase.TestIPv6NIOServerSocketChannel
Checks whether we are effected by the JDK issue on windows, and if so ensures that we are running with preferIPv4Stack=true.
testServerSocketFromLocalhostResolution() - Method in class org.apache.hadoop.hbase.TestIPv6NIOServerSocketChannel
Tests whether every InetAddress we obtain by resolving can open a ServerSocketChannel.
testServiceName() - Method in class org.apache.hadoop.hbase.ipc.TestCoprocessorRpcUtils
 
testServletFilter() - Method in class org.apache.hadoop.hbase.http.TestGlobalFilter
 
TestServletFilter - Class in org.apache.hadoop.hbase.http
 
TestServletFilter() - Constructor for class org.apache.hadoop.hbase.http.TestServletFilter
 
testServletFilter() - Method in class org.apache.hadoop.hbase.http.TestServletFilter
 
TestServletFilter.ErrorFilter - Class in org.apache.hadoop.hbase.http
 
TestServletFilter.ErrorFilter.Initializer - Class in org.apache.hadoop.hbase.http
Configuration for the filter
TestServletFilter.SimpleFilter - Class in org.apache.hadoop.hbase.http
A very simple filter which record the uri filtered.
TestServletFilter.SimpleFilter.Initializer - Class in org.apache.hadoop.hbase.http
Configuration for the filter
testServletFilterWhenInitThrowsException() - Method in class org.apache.hadoop.hbase.http.TestServletFilter
 
testSessionExpire() - Method in class org.apache.hadoop.hbase.zookeeper.TestReadOnlyZKClient
 
testSetAuthorizations() - Method in class org.apache.hadoop.hbase.client.TestScan
 
testSetBufferSizeOption() - Method in class org.apache.hadoop.hbase.TestPerformanceEvaluation
 
testSetCoprocessor() - Method in class org.apache.hadoop.hbase.client.TestCoprocessorDescriptor
 
testSetDataVersionMismatchInLoop() - Method in class org.apache.hadoop.hbase.zookeeper.TestRecoverableZooKeeper
 
testSetDataWithVersion() - Method in class org.apache.hadoop.hbase.zookeeper.TestZKUtil
 
testSetGetRemoveRPCQuota() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaAdmin
 
testSetGetRemoveSpaceQuota() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaAdmin
 
testSetInputCreatesRestoreDirectoriesUnderRootRestoreDir() - Method in class org.apache.hadoop.hbase.mapreduce.TestMultiTableSnapshotInputFormatImpl
 
testSetInputPushesRestoreDirectories() - Method in class org.apache.hadoop.hbase.mapreduce.TestMultiTableSnapshotInputFormatImpl
 
testSetInputRestoresSnapshots() - Method in class org.apache.hadoop.hbase.mapreduce.TestMultiTableSnapshotInputFormatImpl
 
testSetInputSetsSnapshotToScans() - Method in class org.apache.hadoop.hbase.mapreduce.TestMultiTableSnapshotInputFormatImpl
 
testSetListRemoveCP() - Method in class org.apache.hadoop.hbase.client.TestTableDescriptorBuilder
Test cps in the table description
testSetListRemoveCP() - Method in class org.apache.hadoop.hbase.TestHTableDescriptor
Deprecated.
Test cps in the table description
testSetModifyRemoveRPCQuota() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaAdmin
 
testSetModifyRemoveSpaceQuota() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaAdmin
 
testSetPeerNamespaces() - Method in class org.apache.hadoop.hbase.client.replication.TestReplicationAdmin
 
testSetPeerNamespaces() - Method in class org.apache.hadoop.hbase.client.TestAsyncReplicationAdminApi
 
testSetQuotaAndThenDropTableeWithNoWritesCompactions() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotas
 
testSetQuotaAndThenDropTableWithDisable() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotas
 
testSetQuotaAndThenDropTableWithNoInserts() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotas
 
testSetQuotaAndThenDropTableWithNoWrite() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotas
 
testSetQuotaAndThenIncreaseQuotaWithNoInserts() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotas
 
testSetQuotaAndThenIncreaseQuotaWithNoWrite() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotas
 
testSetQuotaAndThenIncreaseQuotaWithNoWritesCompactions() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotas
 
testSetQuotaAndThenRemoveInOneWithDisable() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotas
 
testSetQuotaAndThenRemoveInOneWithNoInserts() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotas
 
testSetQuotaAndThenRemoveInOneWithNoWrite() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotas
 
testSetQuotaAndThenRemoveInOneWithNoWritesCompaction() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotas
 
testSetQuotaAndThenRemoveWithDisable() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotas
 
testSetQuotaAndThenRemoveWithNoInserts() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotas
 
testSetQuotaAndThenRemoveWithNoWrite() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotas
 
testSetQuotaAndThenRemoveWithNoWritesCompactions() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotas
 
testSetQuotaOnNonExistingTableWithDisable() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotas
 
testSetQuotaOnNonExistingTableWithNoInserts() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotas
 
testSetQuotaOnNonExistingTableWithNoWrites() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotas
 
testSetQuotaOnNonExistingTableWithNoWritesCompaction() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotas
 
testSetReplicateAllUserTables() - Method in class org.apache.hadoop.hbase.client.replication.TestReplicationAdmin
 
testSetStartRowAndSetStopRow() - Method in class org.apache.hadoop.hbase.client.TestScan
 
testSetStoragePolicyDefault() - Method in class org.apache.hadoop.hbase.util.TestFSUtils
 
testSetStoragePolicyInvalid() - Method in class org.apache.hadoop.hbase.util.TestFSUtils
 
testSetStoragePolicyValidButMaybeNotPresent() - Method in class org.apache.hadoop.hbase.util.TestFSUtils
 
testSetTableStateInMeta() - Method in class org.apache.hadoop.hbase.client.TestHbck
 
testSetTimeToLive() - Method in class org.apache.hadoop.hbase.client.TestColumnFamilyDescriptorBuilder
 
testSetTimeToLive() - Method in class org.apache.hadoop.hbase.TestHColumnDescriptor
Deprecated.
 
TestSettingTimeoutOnBlockingPoint - Class in org.apache.hadoop.hbase.regionserver
 
TestSettingTimeoutOnBlockingPoint() - Constructor for class org.apache.hadoop.hbase.regionserver.TestSettingTimeoutOnBlockingPoint
 
TestSettingTimeoutOnBlockingPoint.SleepCoprocessor - Class in org.apache.hadoop.hbase.regionserver
 
testSettingWriteBufferPeriodicFlushParameters() - Method in class org.apache.hadoop.hbase.client.TestAsyncProcess
 
testSetupClusterTestBuildDir() - Method in class org.apache.hadoop.hbase.TestHBaseTestingUtility
 
testSetWALPositionBadVersion() - Method in class org.apache.hadoop.hbase.replication.TestZKReplicationQueueStorage
 
testSetWALRootDir() - Method in class org.apache.hadoop.hbase.util.TestCommonFSUtils
 
testSharedData() - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorInterface
 
TestShell - Class in org.apache.hadoop.hbase.client
 
TestShell() - Constructor for class org.apache.hadoop.hbase.client.TestShell
 
TestShellNoCluster - Class in org.apache.hadoop.hbase.client
 
TestShellNoCluster() - Constructor for class org.apache.hadoop.hbase.client.TestShellNoCluster
 
TestShellRSGroups - Class in org.apache.hadoop.hbase.client.rsgroup
 
TestShellRSGroups() - Constructor for class org.apache.hadoop.hbase.client.rsgroup.TestShellRSGroups
 
testShort() - Method in class org.apache.hadoop.hbase.util.TestBytes
 
TestShortCircuitConnection - Class in org.apache.hadoop.hbase.client
 
TestShortCircuitConnection() - Constructor for class org.apache.hadoop.hbase.client.TestShortCircuitConnection
 
testShortCircuitConnection() - Method in class org.apache.hadoop.hbase.client.TestShortCircuitConnection
 
testShortMidpointSameQual() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFile
 
testShortString() - Method in class org.apache.hadoop.hbase.TestServerName
 
testShortUnsafe() - Method in class org.apache.hadoop.hbase.util.TestBytes
 
testShouldAllowForcefulCreationOfAlreadyExistingTableDescriptor() - Method in class org.apache.hadoop.hbase.TestFSTableDescriptorForceCreation
 
testShouldAssignDefaultZookeeperClientPort() - Method in class org.apache.hadoop.hbase.zookeeper.TestHQuorumPeer
 
testShouldCreateNewTableDescriptorIfForcefulCreationIsFalse() - Method in class org.apache.hadoop.hbase.TestFSTableDescriptorForceCreation
 
testShouldFlush() - Method in class org.apache.hadoop.hbase.regionserver.TestDefaultMemStore
Tests the HRegion.shouldFlush method - adds an edit in the memstore and checks that shouldFlush returns true, and another where it disables the periodic flush functionality and tests whether shouldFlush returns false.
testShouldFlushMeta() - Method in class org.apache.hadoop.hbase.regionserver.TestDefaultMemStore
 
testShouldNotCreateTheSameTableDescriptorIfForcefulCreationIsFalse() - Method in class org.apache.hadoop.hbase.TestFSTableDescriptorForceCreation
 
testShouldPassCurrentCellToFilter() - Method in class org.apache.hadoop.hbase.filter.TestFilterList
 
testShouldUnassignTheRegion() - Method in class org.apache.hadoop.hbase.client.TestAdmin2
 
TestShowProperties - Class in org.apache.hadoop.hbase.util
This test is there to dump the properties.
TestShowProperties() - Constructor for class org.apache.hadoop.hbase.util.TestShowProperties
 
testShowProperty() - Method in class org.apache.hadoop.hbase.util.TestShowProperties
 
testShutdown() - Method in class org.apache.hadoop.hbase.client.TestAsyncClusterAdminApi2
 
TestShutdownBackupMaster - Class in org.apache.hadoop.hbase.master
Test to confirm that we will not hang when stop a backup master which is trying to become the active master.
TestShutdownBackupMaster() - Constructor for class org.apache.hadoop.hbase.master.TestShutdownBackupMaster
 
TestShutdownBackupMaster.MockHMaster - Class in org.apache.hadoop.hbase.master
 
testShutdownCancelsScheduledChores() - Method in class org.apache.hadoop.hbase.TestChoreService
 
testShutdownFixupWhenDaughterHasSplit() - Method in class org.apache.hadoop.hbase.regionserver.TestSplitTransactionOnCluster
Test that if daughter split on us, we won't do the shutdown handler fixup just because we can't find the immediate daughter of an offlined parent.
testShutdownHandling() - Method in class org.apache.hadoop.hbase.client.TestMetaWithReplicas
 
testShutdownHandling() - Method in class org.apache.hadoop.hbase.IntegrationTestMetaReplicas
 
testShutdownOfReplicaHolder() - Method in class org.apache.hadoop.hbase.client.TestMetaWithReplicas
 
testShutdownRejectsNewSchedules() - Method in class org.apache.hadoop.hbase.TestChoreService
 
testShutdownWhileBecomingActive() - Method in class org.apache.hadoop.hbase.master.TestShutdownBackupMaster
 
TestShutdownWhileWALBroken - Class in org.apache.hadoop.hbase.regionserver
See HBASE-19929 for more details.
TestShutdownWhileWALBroken() - Constructor for class org.apache.hadoop.hbase.regionserver.TestShutdownWhileWALBroken
 
TestShutdownWhileWALBroken.MyRegionServer - Class in org.apache.hadoop.hbase.regionserver
 
TestShutdownWithNoRegionServer - Class in org.apache.hadoop.hbase.master
Testcase to confirm that we will not hang when shutdown a cluster with no live region servers.
TestShutdownWithNoRegionServer() - Constructor for class org.apache.hadoop.hbase.master.TestShutdownWithNoRegionServer
 
testShutdownWorksWhileChoresAreExecuting() - Method in class org.apache.hadoop.hbase.TestChoreService
 
testSimple() - Method in class org.apache.hadoop.hbase.client.TestAsyncTable
 
testSimple() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverBypass
do a single put that is bypassed by a RegionObserver
testSimple() - Method in class org.apache.hadoop.hbase.filter.TestLongComparator
 
testSimpleCall() - Method in class org.apache.hadoop.hbase.ipc.TestCallRunner
Does nothing but exercise a CallRunner outside of RpcServer context.
testSimpleCase() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedImportExport2
Test simple replication case with column mapping
testSimpleCase() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportExport
Test simple replication case with column mapping
testSimpleException() - Method in class org.apache.hadoop.hbase.errorhandling.TestForeignExceptionSerialization
Verify that we get back similar stack trace information before an after serialization.
testSimpleFilter() - Method in class org.apache.hadoop.hbase.rest.TestTableScan
 
testSimpleInRange() - Method in class org.apache.hadoop.hbase.regionserver.TestSimpleTimeRangeTracker
 
testSimpleMasterFailover() - Method in class org.apache.hadoop.hbase.master.TestMasterFailover
Simple test of master failover.
testSimpleMissing() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
Test simple table and non-existent row cases.
testSimpleMissingWithReverseScan() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
Test simple table and non-existent row cases.
testSimpleMulti() - Method in class org.apache.hadoop.hbase.zookeeper.TestZKMulti
 
testSimpleMultiple() - Method in class org.apache.hadoop.hbase.client.TestAsyncTable
 
TestSimpleMutableByteRange - Class in org.apache.hadoop.hbase.util
 
TestSimpleMutableByteRange() - Constructor for class org.apache.hadoop.hbase.util.TestSimpleMutableByteRange
 
testSimpleMvccOps() - Method in class org.apache.hadoop.hbase.regionserver.TestMultiVersionConcurrencyControlBasic
 
TestSimplePositionedMutableByteRange - Class in org.apache.hadoop.hbase.util
 
TestSimplePositionedMutableByteRange() - Constructor for class org.apache.hadoop.hbase.util.TestSimplePositionedMutableByteRange
 
testSimplePutDelete() - Method in class org.apache.hadoop.hbase.replication.TestReplicationSmallTests
Add a row, check it's replicated, delete it, check's gone
testSimpleQuotaStateOperation() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaState
 
testSimpleRegionServerMove() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
TestSimpleRequestController - Class in org.apache.hadoop.hbase.client
 
TestSimpleRequestController() - Constructor for class org.apache.hadoop.hbase.client.TestSimpleRequestController
 
TestSimpleRpcScheduler - Class in org.apache.hadoop.hbase.ipc
 
TestSimpleRpcScheduler() - Constructor for class org.apache.hadoop.hbase.ipc.TestSimpleRpcScheduler
 
testSimpleScan() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaAdmin
 
testSimpleScannerBinary() - Method in class org.apache.hadoop.hbase.rest.TestScannerResource
 
testSimpleScannerJson() - Method in class org.apache.hadoop.hbase.rest.TestTableScan
 
testSimpleScannerPB() - Method in class org.apache.hadoop.hbase.rest.TestScannerResource
 
testSimpleScannerProtobuf() - Method in class org.apache.hadoop.hbase.rest.TestTableScan
 
testSimpleScannerXML() - Method in class org.apache.hadoop.hbase.rest.TestScannerResource
 
testSimpleScannerXML() - Method in class org.apache.hadoop.hbase.rest.TestTableScan
 
testSimpleScannerXMLWithLabelsThatReceivesData() - Method in class org.apache.hadoop.hbase.rest.TestScannersWithLabels
 
testSimpleScannerXMLWithLabelsThatReceivesNoData() - Method in class org.apache.hadoop.hbase.rest.TestScannersWithLabels
 
testSimpleTestCase() - Method in class org.apache.hadoop.hbase.mapreduce.TestRegionSizeCalculator
 
TestSimpleTimeRangeTracker - Class in org.apache.hadoop.hbase.regionserver
 
TestSimpleTimeRangeTracker() - Constructor for class org.apache.hadoop.hbase.regionserver.TestSimpleTimeRangeTracker
 
TestSimpleTotalOrderPartitioner - Class in org.apache.hadoop.hbase.mapreduce
Test of simple partitioner.
TestSimpleTotalOrderPartitioner() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestSimpleTotalOrderPartitioner
 
TestSingleByteBuff - Class in org.apache.hadoop.hbase.nio
 
TestSingleByteBuff() - Constructor for class org.apache.hadoop.hbase.nio.TestSingleByteBuff
 
testSingleCellGetJSON() - Method in class org.apache.hadoop.hbase.rest.TestGetAndPutResource
 
testSingleCellGetPutBinary() - Method in class org.apache.hadoop.hbase.rest.TestGetAndPutResource
 
testSingleCellGetPutPB() - Method in class org.apache.hadoop.hbase.rest.TestGetAndPutResource
 
testSingleCellGetPutXML() - Method in class org.apache.hadoop.hbase.rest.TestGetAndPutResource
 
testSingleColumnValueExcludeFilter() - Method in class org.apache.hadoop.hbase.filter.TestFilterSerialization
 
testSingleColumnValueExcludeFilter() - Method in class org.apache.hadoop.hbase.filter.TestParseFilter
 
TestSingleColumnValueExcludeFilter - Class in org.apache.hadoop.hbase.filter
TestSingleColumnValueExcludeFilter() - Constructor for class org.apache.hadoop.hbase.filter.TestSingleColumnValueExcludeFilter
 
testSingleColumnValueFilter() - Method in class org.apache.hadoop.hbase.filter.TestFilter
 
testSingleColumnValueFilter() - Method in class org.apache.hadoop.hbase.filter.TestFilterSerialization
 
testSingleColumnValueFilter() - Method in class org.apache.hadoop.hbase.filter.TestParseFilter
 
TestSingleColumnValueFilter - Class in org.apache.hadoop.hbase.filter
Tests the value filter
TestSingleColumnValueFilter() - Constructor for class org.apache.hadoop.hbase.filter.TestSingleColumnValueFilter
 
testSingleDispatcherWithTimer() - Method in class org.apache.hadoop.hbase.errorhandling.TestForeignExceptionDispatcher
 
testSingleFailure() - Method in class org.apache.hadoop.hbase.zookeeper.TestZKMulti
 
testSingleFailureInMulti() - Method in class org.apache.hadoop.hbase.zookeeper.TestZKMulti
 
testSingleMethod() - Method in class org.apache.hadoop.hbase.regionserver.TestServerCustomProtocol
 
testSingleProxy() - Method in class org.apache.hadoop.hbase.regionserver.TestServerCustomProtocol
 
testSingleRegionTable() - Method in class org.apache.hadoop.hbase.client.TestAsyncNonMetaRegionLocator
 
testSingleRowMultipleFamily() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
Test basic puts, gets, scans, and deletes for a single row in a multiple family table.
testSingleRowPut() - Method in class org.apache.hadoop.hbase.rest.client.TestRemoteHTableRetries
 
testSingleThreadedClient() - Method in class org.apache.hadoop.hbase.util.TestReusablePoolMap
 
testSingleThreadedClient() - Method in class org.apache.hadoop.hbase.util.TestRoundRobinPoolMap
 
testSingleThreadedClient() - Method in class org.apache.hadoop.hbase.util.TestThreadLocalPoolMap
 
TestSize - Class in org.apache.hadoop.hbase
 
TestSize() - Constructor for class org.apache.hadoop.hbase.TestSize
 
testSize() - Method in class org.apache.hadoop.hbase.types.TestCopyOnWriteMaps
 
testSizeCalculation() - Method in class org.apache.hadoop.hbase.TestPerformanceEvaluation
 
TestSizeFailures - Class in org.apache.hadoop.hbase.client
 
TestSizeFailures() - Constructor for class org.apache.hadoop.hbase.client.TestSizeFailures
 
testSizeLimit() - Method in class org.apache.hadoop.hbase.client.AbstractTestResultScannerCursor
 
testSizeLimit() - Method in class org.apache.hadoop.hbase.client.TestClientScanner
 
testSizeLimit() - Method in class org.apache.hadoop.hbase.client.TestRawAsyncScanCursor
 
testSizeMethods() - Method in class org.apache.hadoop.hbase.TestRegionLocations
 
testSizes() - Method in class org.apache.hadoop.hbase.io.TestHeapSize
Testing the classes that implements HeapSize and are a part of 0.20.
testSizing() - Method in class org.apache.hadoop.hbase.util.TestBloomFilterChunk
 
testSkip() - Method in class org.apache.hadoop.hbase.types.TestUnion2
 
testSkip() - Method in class org.apache.hadoop.hbase.util.TestOrderedBytes
Test generic skip logic
testSkipColumn() - Method in class org.apache.hadoop.hbase.regionserver.TestStoreScanner
 
testSkipEmptyColumns() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTsv
 
testSkipFilter() - Method in class org.apache.hadoop.hbase.filter.TestFilter
 
testSkipFilter() - Method in class org.apache.hadoop.hbase.filter.TestFilterSerialization
 
testSkipFilter() - Method in class org.apache.hadoop.hbase.filter.TestParseFilter
 
testSkipFilter() - Method in class org.apache.hadoop.hbase.rest.TestScannersWithFilters
 
testSkipFlushTableSnapshot() - Method in class org.apache.hadoop.hbase.snapshot.TestFlushSnapshotFromClient
Test snapshotting a table that is online without flushing
testSkipNBytes() - Method in class org.apache.hadoop.hbase.nio.TestMultiByteBuff
 
testSkipNonSkippable() - Method in class org.apache.hadoop.hbase.types.TestTerminatedWrapper
 
testSkippingEditsWithSmallerSeqIdAfterRegionOpenEvent() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionReplayEvents
Tests whether edits coming in for replay are skipped which have smaller seq id than the seqId of the last replayed region open event.
testSkipRecoveredEditsReplay() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testSkipRecoveredEditsReplayAllIgnored() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testSkipRecoveredEditsReplaySomeIgnored() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testSkipRecoveredEditsReplayTheLastFileIgnored() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testSkipSkippable() - Method in class org.apache.hadoop.hbase.types.TestTerminatedWrapper
 
testSleepWithoutInterrupt() - Method in class org.apache.hadoop.hbase.util.TestThreads
 
testSliceDuplicateMethods() - Method in class org.apache.hadoop.hbase.nio.TestMultiByteBuff
 
testSlowAppend() - Method in class org.apache.hadoop.hbase.regionserver.wal.TestMetricsWAL
 
testSlowCount() - Method in class org.apache.hadoop.hbase.regionserver.TestMetricsRegionServer
 
testSmallBatch() - Method in class org.apache.hadoop.hbase.replication.TestReplicationSmallTests
Try a small batch upload using the write buffer, check it's replicated
testSmallBlocks() - Method in class org.apache.hadoop.hbase.io.crypto.TestEncryption
 
testSmallCluster() - Method in class org.apache.hadoop.hbase.favored.TestFavoredNodeAssignmentHelper
 
testSmallerValue() - Method in class org.apache.hadoop.hbase.regionserver.TestMobStoreCompaction
During compaction, cells smaller than the threshold won't be affected.
testSmallReversedScan01() - Method in class org.apache.hadoop.hbase.client.TestSmallReversedScanner
all rowKeys are fit in the last region.
testSmallReversedScan02() - Method in class org.apache.hadoop.hbase.client.TestSmallReversedScanner
Corner case: HBase has 4 regions, (-oo,b),[b,c),[c,d),[d,+oo), and only rowKey with byte[]={0x00} locate in region (-oo,b) .
TestSmallReversedScanner - Class in org.apache.hadoop.hbase.client
 
TestSmallReversedScanner() - Constructor for class org.apache.hadoop.hbase.client.TestSmallReversedScanner
 
testSmallReversedScanUnderMultiRegions() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
Tests reversed scan under multi regions
testSmallScan() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testSmallScan() - Method in class org.apache.hadoop.hbase.client.TestScannersFromClientSide
 
testSmallScannerSeesAllRecords() - Method in class org.apache.hadoop.hbase.client.TestSizeFailures
Basic client side validation of HBASE-13262
testSmallScanWithReplicas() - Method in class org.apache.hadoop.hbase.client.TestReplicasClient
 
testSnapshotAlreadyExist() - Method in class org.apache.hadoop.hbase.snapshot.TestSnapshotClientRetries
 
TestSnapshotClientRetries - Class in org.apache.hadoop.hbase.snapshot
 
TestSnapshotClientRetries() - Constructor for class org.apache.hadoop.hbase.snapshot.TestSnapshotClientRetries
 
TestSnapshotClientRetries.MasterSyncObserver - Class in org.apache.hadoop.hbase.snapshot
 
TestSnapshotCloneIndependence - Class in org.apache.hadoop.hbase.client
Test to verify that the cloned table is independent of the table from which it was cloned
TestSnapshotCloneIndependence() - Constructor for class org.apache.hadoop.hbase.client.TestSnapshotCloneIndependence
 
testSnapshotDeletionWithRegex() - Method in class org.apache.hadoop.hbase.client.TestSnapshotFromClient
Test HBaseAdmin#deleteSnapshots(String) which deletes snapshots whose names match the parameter
TestSnapshotDescriptionUtils - Class in org.apache.hadoop.hbase.snapshot
Test that the SnapshotProtos.SnapshotDescription helper is helping correctly.
TestSnapshotDescriptionUtils() - Constructor for class org.apache.hadoop.hbase.snapshot.TestSnapshotDescriptionUtils
 
testSnapshotFailsOnNonExistantTable() - Method in class org.apache.hadoop.hbase.client.TestSnapshotFromClient
 
testSnapshotFailsOnNonExistantTable() - Method in class org.apache.hadoop.hbase.snapshot.TestFlushSnapshotFromClient
 
TestSnapshotFromAdmin - Class in org.apache.hadoop.hbase.client
Test snapshot logic from the client
TestSnapshotFromAdmin() - Constructor for class org.apache.hadoop.hbase.client.TestSnapshotFromAdmin
 
TestSnapshotFromClient - Class in org.apache.hadoop.hbase.client
Test create/using/deleting snapshots from the client
TestSnapshotFromClient() - Constructor for class org.apache.hadoop.hbase.client.TestSnapshotFromClient
 
TestSnapshotFromClientWithRegionReplicas - Class in org.apache.hadoop.hbase.client
 
TestSnapshotFromClientWithRegionReplicas() - Constructor for class org.apache.hadoop.hbase.client.TestSnapshotFromClientWithRegionReplicas
 
TestSnapshotManifest - Class in org.apache.hadoop.hbase.snapshot
 
TestSnapshotManifest() - Constructor for class org.apache.hadoop.hbase.snapshot.TestSnapshotManifest
 
TestSnapshotMetadata - Class in org.apache.hadoop.hbase.client
Test class to verify that metadata is consistent before and after a snapshot attempt.
TestSnapshotMetadata() - Constructor for class org.apache.hadoop.hbase.client.TestSnapshotMetadata
 
testSnapshotOperations() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver
 
TestSnapshotQuotaObserverChore - Class in org.apache.hadoop.hbase.quotas
Test class for the SnapshotQuotaObserverChore.
TestSnapshotQuotaObserverChore() - Constructor for class org.apache.hadoop.hbase.quotas.TestSnapshotQuotaObserverChore
 
testSnapshotScan() - Method in class org.apache.hadoop.hbase.ScanPerformanceEvaluation
 
testSnapshotScanMapReduce() - Method in class org.apache.hadoop.hbase.ScanPerformanceEvaluation
 
testSnapshotsFromNamespaces() - Method in class org.apache.hadoop.hbase.quotas.TestSnapshotQuotaObserverChore
 
testSnapshotsFromTables() - Method in class org.apache.hadoop.hbase.quotas.TestSnapshotQuotaObserverChore
 
testSnapshotSize() - Method in class org.apache.hadoop.hbase.quotas.TestSnapshotQuotaObserverChore
 
testSnapshotSizePersistence() - Method in class org.apache.hadoop.hbase.quotas.TestSnapshotQuotaObserverChore
 
testSnapshotStateAfterMerge() - Method in class org.apache.hadoop.hbase.snapshot.TestFlushSnapshotFromClient
 
testSnapshotting() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactingMemStore
Test memstore snapshots
testSnapshotting() - Method in class org.apache.hadoop.hbase.regionserver.TestDefaultMemStore
Test memstore snapshots
testSnapshottingWithTmpSplitsAndMergeDirectoriesPresent() - Method in class org.apache.hadoop.hbase.regionserver.TestHdfsSnapshotHRegion
 
TestSnapshotWhenChoreCleaning - Class in org.apache.hadoop.hbase.snapshot
Test Case for HBASE-21387
TestSnapshotWhenChoreCleaning() - Constructor for class org.apache.hadoop.hbase.snapshot.TestSnapshotWhenChoreCleaning
 
testSnapshotWhenSnapshotHFileCleanerRunning() - Method in class org.apache.hadoop.hbase.snapshot.TestSnapshotWhenChoreCleaning
 
TestSnapshotWithAcl - Class in org.apache.hadoop.hbase.client
 
TestSnapshotWithAcl() - Constructor for class org.apache.hadoop.hbase.client.TestSnapshotWithAcl
 
testSnapshotWithRefsExportFileSystemState() - Method in class org.apache.hadoop.hbase.snapshot.TestExportSnapshotNoCluster
Mock a snapshot with files in the archive dir, two regions, and one reference file.
testSocketClosed() - Method in class org.apache.hadoop.hbase.ipc.TestRpcClientLeaks
 
testSoftAndHardQueueLimits() - Method in class org.apache.hadoop.hbase.ipc.TestSimpleRpcScheduler
 
testSorted() - Method in class org.apache.hadoop.hbase.regionserver.TestKeyValueHeap
 
TestSortedList - Class in org.apache.hadoop.hbase.util
 
TestSortedList() - Constructor for class org.apache.hadoop.hbase.util.TestSortedList
 
testSortExtract() - Method in class org.apache.hadoop.hbase.master.TestDeadServer
 
testSorting() - Method in class org.apache.hadoop.hbase.util.TestSortedList
 
testSourceMethods() - Method in class org.apache.hadoop.hbase.ipc.TestRpcMetrics
Test to make sure that all the actively called method on MetricsHBaseServer work.
testSpaceLimitSettings() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaSettingsFactory
 
TestSpaceLimitSettings - Class in org.apache.hadoop.hbase.quotas
Test class for SpaceLimitSettings.
TestSpaceLimitSettings() - Constructor for class org.apache.hadoop.hbase.quotas.TestSpaceLimitSettings
 
testSpaceLimitSettingsForDeletes() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaSettingsFactory
 
testSpacePoliciesFromEnforcements() - Method in class org.apache.hadoop.hbase.quotas.TestRegionServerSpaceQuotaManager
 
TestSpaceQuotas - Class in org.apache.hadoop.hbase.quotas
End-to-end test class for filesystem space quotas.
TestSpaceQuotas() - Constructor for class org.apache.hadoop.hbase.quotas.TestSpaceQuotas
 
TestSpaceQuotasWithSnapshots - Class in org.apache.hadoop.hbase.quotas
Test class to exercise the inclusion of snapshots in space quotas
TestSpaceQuotasWithSnapshots() - Constructor for class org.apache.hadoop.hbase.quotas.TestSpaceQuotasWithSnapshots
 
testSpaceQuotaViolation() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactionLifeCycleTracker
 
TestSpaceQuotaViolationPolicyRefresherChore - Class in org.apache.hadoop.hbase.quotas
Test class for SpaceQuotaRefresherChore.
TestSpaceQuotaViolationPolicyRefresherChore() - Constructor for class org.apache.hadoop.hbase.quotas.TestSpaceQuotaViolationPolicyRefresherChore
 
testSpecificCompare() - Method in class org.apache.hadoop.hbase.io.TestImmutableBytesWritable
 
testSpecifiedNumOfMappersMR() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScan
Runs a MR to test TIF using specific number of mappers.
testSplit() - Method in class org.apache.hadoop.hbase.mapreduce.TestSimpleTotalOrderPartitioner
 
testSplit() - Method in class org.apache.hadoop.hbase.TestSequenceIdMonotonicallyIncreasing
 
testSplit() - Method in class org.apache.hadoop.hbase.util.TestBytes
 
testSplit() - Method in class org.apache.hadoop.hbase.wal.TestWALFactory
Just write multiple logs then split.
testSplit() - Method in class org.apache.hadoop.hbase.wal.TestWALSplit
 
testSplit2() - Method in class org.apache.hadoop.hbase.util.TestBytes
 
testSplit3() - Method in class org.apache.hadoop.hbase.util.TestBytes
 
testSplitAfterRefresh() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactionFileNotFound
 
testSplitAndMergeWithReplicaTable() - Method in class org.apache.hadoop.hbase.client.TestAdmin1
 
testSplitCalculator() - Method in class org.apache.hadoop.hbase.util.TestRegionSplitCalculator
 
testSplitCalculatorBackwards() - Method in class org.apache.hadoop.hbase.util.TestRegionSplitCalculator
 
testSplitCalculatorCeil() - Method in class org.apache.hadoop.hbase.util.TestRegionSplitCalculator
 
testSplitCalculatorCoverSplit() - Method in class org.apache.hadoop.hbase.util.TestRegionSplitCalculator
 
testSplitCalculatorDegenerateEdge() - Method in class org.apache.hadoop.hbase.util.TestRegionSplitCalculator
 
testSplitCalculatorEq() - Method in class org.apache.hadoop.hbase.util.TestRegionSplitCalculator
 
testSplitCalculatorFloor() - Method in class org.apache.hadoop.hbase.util.TestRegionSplitCalculator
 
testSplitCalculatorHoles() - Method in class org.apache.hadoop.hbase.util.TestRegionSplitCalculator
 
testSplitCalculatorNoEdge() - Method in class org.apache.hadoop.hbase.util.TestRegionSplitCalculator
 
testSplitCalculatorOverEndpoint() - Method in class org.apache.hadoop.hbase.util.TestRegionSplitCalculator
 
testSplitCalculatorOverreach() - Method in class org.apache.hadoop.hbase.util.TestRegionSplitCalculator
 
testSplitCalculatorSingleEdge() - Method in class org.apache.hadoop.hbase.util.TestRegionSplitCalculator
 
testSplitDeletedRegion() - Method in class org.apache.hadoop.hbase.wal.TestWALSplit
 
testSplitFailedCompactionAndSplit() - Method in class org.apache.hadoop.hbase.regionserver.TestSplitTransactionOnCluster
 
testSplitFlushCompactUnknownTable() - Method in class org.apache.hadoop.hbase.client.TestAdmin1
 
testSplitLeavesCompactionEventsEdits() - Method in class org.apache.hadoop.hbase.wal.TestWALSplit
 
testSplitLogFileDeletedRegionDir() - Method in class org.apache.hadoop.hbase.wal.TestWALSplit
 
testSplitLogFileEmpty() - Method in class org.apache.hadoop.hbase.wal.TestWALSplit
 
testSplitLogFileFirstLineCorruptionLog() - Method in class org.apache.hadoop.hbase.wal.TestWALSplit
 
testSplitLogFileMultipleRegions() - Method in class org.apache.hadoop.hbase.wal.TestWALSplit
 
TestSplitLogManager - Class in org.apache.hadoop.hbase.master
 
TestSplitLogManager() - Constructor for class org.apache.hadoop.hbase.master.TestSplitLogManager
 
TestSplitLogWorker - Class in org.apache.hadoop.hbase.regionserver
 
TestSplitLogWorker() - Constructor for class org.apache.hadoop.hbase.regionserver.TestSplitLogWorker
 
TestSplitMerge - Class in org.apache.hadoop.hbase
 
TestSplitMerge() - Constructor for class org.apache.hadoop.hbase.TestSplitMerge
 
TestSplitOrMergeStatus - Class in org.apache.hadoop.hbase.client
 
TestSplitOrMergeStatus() - Constructor for class org.apache.hadoop.hbase.client.TestSplitOrMergeStatus
 
testSplitParentFirstComparator() - Method in class org.apache.hadoop.hbase.master.TestCatalogJanitor
Test that we correctly archive all the storefiles when a region is deleted
testSplitPreservesEdits() - Method in class org.apache.hadoop.hbase.wal.TestWALSplit
 
TestSplitRegionWhileRSCrash - Class in org.apache.hadoop.hbase.master
 
TestSplitRegionWhileRSCrash() - Constructor for class org.apache.hadoop.hbase.master.TestSplitRegionWhileRSCrash
 
testSplitRegionWithNoStoreFiles() - Method in class org.apache.hadoop.hbase.regionserver.TestSplitTransactionOnCluster
If a table has regions that have no store files in a region, they should split successfully into two regions with no store files.
testSplitRemovesRegionEventsEdits() - Method in class org.apache.hadoop.hbase.wal.TestWALSplit
 
testSplitRollbackOnRegionClosing() - Method in class org.apache.hadoop.hbase.regionserver.TestSplitTransactionOnCluster
 
testSplitShouldNotHappenIfSplitIsDisabledForTable() - Method in class org.apache.hadoop.hbase.client.TestAdmin1
 
testSplitShouldNotThrowNPEEvenARegionHasEmptySplitFiles() - Method in class org.apache.hadoop.hbase.regionserver.TestSplitTransactionOnCluster
 
testSplitSwitch() - Method in class org.apache.hadoop.hbase.client.TestAsyncRegionAdminApi2
 
testSplitSwitch() - Method in class org.apache.hadoop.hbase.client.TestSplitOrMergeStatus
 
testSplitTable() - Method in class org.apache.hadoop.hbase.client.TestAsyncRegionAdminApi2
 
testSplitTable() - Method in class org.apache.hadoop.hbase.client.TestTableFavoredNodes
 
TestSplitTable - Class in org.apache.hadoop.hbase.mapred
 
TestSplitTable() - Constructor for class org.apache.hadoop.hbase.mapred.TestSplitTable
 
testSplitTableCompareTo() - Method in class org.apache.hadoop.hbase.mapred.TestSplitTable
 
testSplitTableEquals() - Method in class org.apache.hadoop.hbase.mapred.TestSplitTable
 
TestSplitTransactionOnCluster - Class in org.apache.hadoop.hbase.regionserver
The below tests are testing split region against a running cluster
TestSplitTransactionOnCluster() - Constructor for class org.apache.hadoop.hbase.regionserver.TestSplitTransactionOnCluster
 
TestSplitTransactionOnCluster.FailingSplitMasterObserver - Class in org.apache.hadoop.hbase.regionserver
 
TestSplitTransactionOnCluster.MyMaster - Class in org.apache.hadoop.hbase.regionserver
 
TestSplitWalDataLoss - Class in org.apache.hadoop.hbase.regionserver
Testcase for https://issues.apache.org/jira/browse/HBASE-13811
TestSplitWalDataLoss() - Constructor for class org.apache.hadoop.hbase.regionserver.TestSplitWalDataLoss
 
testSplitWillFailIfWritingToRegionFails() - Method in class org.apache.hadoop.hbase.wal.TestWALSplit
 
testSplitWithEmptyColFam() - Method in class org.apache.hadoop.hbase.regionserver.TestHStore
Test for HBASE-3492 - Test split on empty colfam (no store files).
testSplitWithRegionReplicas() - Method in class org.apache.hadoop.hbase.regionserver.TestSplitTransactionOnCluster
 
TestSpnegoHttpServer - Class in org.apache.hadoop.hbase.http
Test class for SPNEGO authentication on the HttpServer.
TestSpnegoHttpServer() - Constructor for class org.apache.hadoop.hbase.http.TestSpnegoHttpServer
 
TestSSLHttpServer - Class in org.apache.hadoop.hbase.http
This testcase issues SSL certificates configures the HttpServer to serve HTTPS using the created certficates and calls an echo servlet using the corresponding HTTPS URL.
TestSSLHttpServer() - Constructor for class org.apache.hadoop.hbase.http.TestSSLHttpServer
 
testStackedUpKeyValue() - Method in class org.apache.hadoop.hbase.TestKeyValue
 
testStackOverflow() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.TestExplicitColumnTracker
hbase-2259
testStart() - Method in class org.apache.hadoop.hbase.TestJMXListener
 
testStartAfterComplete() - Method in class org.apache.hadoop.hbase.errorhandling.TestTimeoutExceptionInjector
Demonstrate TimeoutExceptionInjector semantics -- completion means no more exceptions passed to error listener.
testStartAfterTrigger() - Method in class org.apache.hadoop.hbase.errorhandling.TestTimeoutExceptionInjector
Demonstrate TimeoutExceptionInjector semantics -- triggering fires exception and completes the timer.
testStartCacheFlush() - Method in class org.apache.hadoop.hbase.regionserver.wal.TestSequenceIdAccounting
 
TestStartcodeAgnosticServerName - Class in org.apache.hadoop.hbase.favored
 
TestStartcodeAgnosticServerName() - Constructor for class org.apache.hadoop.hbase.favored.TestStartcodeAgnosticServerName
 
testStartCodeServerName() - Method in class org.apache.hadoop.hbase.favored.TestStartcodeAgnosticServerName
 
testStarted() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver
 
testStarted(Description) - Method in class org.apache.hadoop.hbase.HBaseClassTestRuleChecker
 
testStarted(Description) - Method in class org.apache.hadoop.hbase.ResourceCheckerJUnitListener
 
testStartedServerIsAlive() - Method in class org.apache.hadoop.hbase.http.TestHttpServerLifecycle
Test that the server is alive once started
testStartEndRowGetPutXML() - Method in class org.apache.hadoop.hbase.rest.TestGetAndPutResource
 
testStartRowStopRowInclusive() - Method in class org.apache.hadoop.hbase.client.TestScannersFromClientSide2
 
testStartStopRow() - Method in class org.apache.hadoop.hbase.mapreduce.TestCopyTable
 
testStartsWith() - Method in class org.apache.hadoop.hbase.util.TestBytes
 
testStatePreserve() - Method in class org.apache.hadoop.hbase.namespace.TestNamespaceAuditor
 
testStaticMetrics() - Method in class org.apache.hadoop.hbase.client.TestMetricsConnection
 
TestStaticUserWebFilter - Class in org.apache.hadoop.hbase.http.lib
 
TestStaticUserWebFilter() - Constructor for class org.apache.hadoop.hbase.http.lib.TestStaticUserWebFilter
 
TestStatusResource - Class in org.apache.hadoop.hbase.rest
 
TestStatusResource() - Constructor for class org.apache.hadoop.hbase.rest.TestStatusResource
 
testStatusSettingToAbortIfAnyExceptionDuringRegionInitilization() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
Testcase to check state of region initialization task set to ABORTED or not if any exceptions during initialization
testStatusTemplateMetaAvailable() - Method in class org.apache.hadoop.hbase.master.TestMasterStatusServlet
 
testStatusTemplateNoTables() - Method in class org.apache.hadoop.hbase.master.TestMasterStatusServlet
 
testStatusTemplateWithServers() - Method in class org.apache.hadoop.hbase.master.TestMasterStatusServlet
 
testStd() - Method in class org.apache.hadoop.hbase.client.TestAsyncAggregationClient
 
TestStealJobQueue - Class in org.apache.hadoop.hbase.util
 
TestStealJobQueue() - Constructor for class org.apache.hadoop.hbase.util.TestStealJobQueue
 
TestStochasticBalancerJmxMetrics - Class in org.apache.hadoop.hbase
 
TestStochasticBalancerJmxMetrics() - Constructor for class org.apache.hadoop.hbase.TestStochasticBalancerJmxMetrics
 
testStop() - Method in class org.apache.hadoop.hbase.client.TestAsyncClusterAdminApi2
 
testStop() - Method in class org.apache.hadoop.hbase.filter.TestSingleColumnValueFilter
Tests identification of the stop row
testStop() - Method in class org.apache.hadoop.hbase.TestJMXListener
 
testStopActiveMaster() - Method in class org.apache.hadoop.hbase.master.TestMetaAssignmentWithStopMaster
 
testStopDuringStart() - Method in class org.apache.hadoop.hbase.master.TestMasterNoCluster
Test starting master then stopping it before its fully up.
testStopOverrideFromCoprocessor() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerAbort
Test that a coprocessor is able to override a normal regionserver stop request.
testStopped() - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorStop
 
testStoppedServerIsNotAlive() - Method in class org.apache.hadoop.hbase.http.TestHttpServerLifecycle
Test that the server is not alive once stopped
testStopperForScheduledChores() - Method in class org.apache.hadoop.hbase.TestChoreService
 
testStoppingTwiceServerIsAllowed() - Method in class org.apache.hadoop.hbase.http.TestHttpServerLifecycle
Test that the server is not alive once stopped
testStopRow() - Method in class org.apache.hadoop.hbase.regionserver.TestScanner
Test basic stop row filter works.
testStopRowIdentification() - Method in class org.apache.hadoop.hbase.filter.TestInclusiveStopFilter
Tests identification of the stop row
testStopUnstartedServer() - Method in class org.apache.hadoop.hbase.http.TestHttpServerLifecycle
 
testStopWaiting() - Method in class org.apache.hadoop.hbase.regionserver.TestServerNonceManager
 
testStoreCloseAndDischargeRunningInParallel() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactionArchiveConcurrentClose
 
testStoreCount() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerMetrics
 
TestStoreEngine() - Constructor for class org.apache.hadoop.hbase.regionserver.TestStripeStoreEngine.TestStoreEngine
 
testStoreFileAge() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerMetrics
 
testStoreFileCacheOnWrite() - Method in class org.apache.hadoop.hbase.io.hfile.TestCacheOnWrite
 
TestStoreFileInfo - Class in org.apache.hadoop.hbase.regionserver
Test HStoreFile
TestStoreFileInfo() - Constructor for class org.apache.hadoop.hbase.regionserver.TestStoreFileInfo
 
testStoreFileNames() - Method in class org.apache.hadoop.hbase.regionserver.TestStoreFileInfo
Validate that we can handle valid tables with '.', '_', and '-' chars.
testStoreFileReference() - Method in class org.apache.hadoop.hbase.regionserver.TestHStoreFile
 
testStoreFileReferenceCreationWhenSplitPolicySaysToSkipRangeCheck() - Method in class org.apache.hadoop.hbase.regionserver.TestSplitTransactionOnCluster
 
TestStoreFileRefresherChore - Class in org.apache.hadoop.hbase.regionserver
 
TestStoreFileRefresherChore() - Constructor for class org.apache.hadoop.hbase.regionserver.TestStoreFileRefresherChore
 
testStoreFileScannerThrowsErrors() - Method in class org.apache.hadoop.hbase.regionserver.TestFSErrorsExposed
Injects errors into the pread calls of an on-disk file, and makes sure those bubble up to the StoreFileScanner
TestStoreFileScannerWithTagCompression - Class in org.apache.hadoop.hbase.regionserver
 
TestStoreFileScannerWithTagCompression() - Constructor for class org.apache.hadoop.hbase.regionserver.TestStoreFileScannerWithTagCompression
 
TestStoreHotnessProtector - Class in org.apache.hadoop.hbase.regionserver.throttle
 
TestStoreHotnessProtector() - Constructor for class org.apache.hadoop.hbase.regionserver.throttle.TestStoreHotnessProtector
 
testStoreMemStore() - Method in class org.apache.hadoop.hbase.regionserver.TestMinVersions
Test mixed memstore and storefile scanning with minimum versions.
TestStoreScanner - Class in org.apache.hadoop.hbase.regionserver
 
TestStoreScanner() - Constructor for class org.apache.hadoop.hbase.regionserver.TestStoreScanner
 
testStoresNeedingCompaction() - Method in class org.apache.hadoop.hbase.util.compaction.TestMajorCompactionRequest
 
testStoreUsesConfigurationFromHcdAndHtd() - Method in class org.apache.hadoop.hbase.regionserver.TestHStore
 
testStoreUsesSearchEngineOverride() - Method in class org.apache.hadoop.hbase.regionserver.TestHStore
 
testStreamCreate() - Method in class org.apache.hadoop.hbase.regionserver.wal.TestHBaseWalOnEC
 
testStreamingJSON() - Method in class org.apache.hadoop.hbase.rest.TestTableScan
 
testStreamReadersCleanup() - Method in class org.apache.hadoop.hbase.regionserver.TestSwitchToStreamRead
Test Case for HBASE-21551
testStressFlushAndWALinIndexCompaction() - Method in class org.apache.hadoop.hbase.regionserver.TestWalAndCompactingMemStoreFlush
 
testString() - Method in class org.apache.hadoop.hbase.util.TestOrderedBytes
Test string encoding.
testStringNoNullChars() - Method in class org.apache.hadoop.hbase.util.TestOrderedBytes
 
TestStripeStoreEngine - Class in org.apache.hadoop.hbase.regionserver
 
TestStripeStoreEngine() - Constructor for class org.apache.hadoop.hbase.regionserver.TestStripeStoreEngine
 
TestStripeStoreEngine.TestStoreEngine - Class in org.apache.hadoop.hbase.regionserver
 
TestStripeStoreFileManager - Class in org.apache.hadoop.hbase.regionserver
 
TestStripeStoreFileManager() - Constructor for class org.apache.hadoop.hbase.regionserver.TestStripeStoreFileManager
 
TestStruct - Class in org.apache.hadoop.hbase.types
This class both tests and demonstrates how to construct compound rowkeys from a POJO.
TestStruct() - Constructor for class org.apache.hadoop.hbase.types.TestStruct
 
TestStructNullExtension - Class in org.apache.hadoop.hbase.types
 
TestStructNullExtension() - Constructor for class org.apache.hadoop.hbase.types.TestStructNullExtension
 
testStuckStoreCompaction() - Method in class org.apache.hadoop.hbase.regionserver.TestDefaultCompactSelection
 
testSubBuffer() - Method in class org.apache.hadoop.hbase.nio.TestMultiByteBuff
 
testSubmit() - Method in class org.apache.hadoop.hbase.client.TestAsyncProcess
 
testSubmitBusyRegion() - Method in class org.apache.hadoop.hbase.client.TestAsyncProcess
 
testSubmitBusyRegionServer() - Method in class org.apache.hadoop.hbase.client.TestAsyncProcess
 
testSubmitLargeRequest() - Method in class org.apache.hadoop.hbase.client.TestAsyncProcess
 
testSubmitLargeRequestWithUnlimitedSize() - Method in class org.apache.hadoop.hbase.client.TestAsyncProcess
 
testSubmitRandomSizeRequest() - Method in class org.apache.hadoop.hbase.client.TestAsyncProcess
 
testSubmitSameSizeOfRequest() - Method in class org.apache.hadoop.hbase.client.TestAsyncProcess
 
testSubmitSmallRequest() - Method in class org.apache.hadoop.hbase.client.TestAsyncProcess
 
testSubmittedSizeChecker() - Method in class org.apache.hadoop.hbase.client.TestSimpleRequestController
 
testSubmitTrue() - Method in class org.apache.hadoop.hbase.client.TestAsyncProcess
 
testSubmitWithCB() - Method in class org.apache.hadoop.hbase.client.TestAsyncProcess
 
testSubset() - Method in class org.apache.hadoop.hbase.TestHBaseConfiguration
 
testSubstringComparator() - Method in class org.apache.hadoop.hbase.filter.TestComparatorSerialization
 
testSuccessivePut() - Method in class org.apache.hadoop.hbase.client.TestAsyncProcessWithRegionException
 
testSuffixGlobbingXML() - Method in class org.apache.hadoop.hbase.rest.TestGetAndPutResource
 
testSuffixGlobbingXMLWithNewScanner() - Method in class org.apache.hadoop.hbase.rest.TestGetAndPutResource
 
testSum() - Method in class org.apache.hadoop.hbase.client.TestAsyncAggregationClient
 
testSumOfFilesOverLimit() - Method in class org.apache.hadoop.hbase.quotas.policies.TestBulkLoadCheckingViolationPolicyEnforcement
 
testSuperSimple() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testSuperSimpleWithReverseScan() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testSuperuserCanRemoveQuota() - Method in class org.apache.hadoop.hbase.quotas.TestSuperUserQuotaPermissions
 
testSuperUserCanStillCompact() - Method in class org.apache.hadoop.hbase.quotas.TestSuperUserQuotaPermissions
 
TestSuperUserQuotaPermissions - Class in org.apache.hadoop.hbase.quotas
Test class to verify that the HBase superuser can override quotas.
TestSuperUserQuotaPermissions() - Constructor for class org.apache.hadoop.hbase.quotas.TestSuperUserQuotaPermissions
 
testSweep1() - Method in class org.apache.hadoop.hbase.util.TestLossyCounting
 
testSweep2() - Method in class org.apache.hadoop.hbase.util.TestLossyCounting
 
testSwitchingPreadtoStreamParallelyWithCompactionDischarger() - Method in class org.apache.hadoop.hbase.regionserver.TestHStore
 
TestSwitchToStreamRead - Class in org.apache.hadoop.hbase.regionserver
 
TestSwitchToStreamRead() - Constructor for class org.apache.hadoop.hbase.regionserver.TestSwitchToStreamRead
 
TestSwitchToStreamRead.MatchLastRowCellNextColFilter - Class in org.apache.hadoop.hbase.regionserver
 
TestSwitchToStreamRead.MatchLastRowCellNextRowFilter - Class in org.apache.hadoop.hbase.regionserver
 
TestSwitchToStreamRead.MatchLastRowFilterRowFilter - Class in org.apache.hadoop.hbase.regionserver
 
TestSwitchToStreamRead.MatchLastRowKeyFilter - Class in org.apache.hadoop.hbase.regionserver
 
TestSyncFuture - Class in org.apache.hadoop.hbase.regionserver.wal
 
TestSyncFuture() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.TestSyncFuture
 
testSyncNoAppend() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestFSWAL
 
testSyncRunnerIndexOverflow() - Method in class org.apache.hadoop.hbase.regionserver.wal.TestFSHLog
 
TestSyncTable - Class in org.apache.hadoop.hbase.mapreduce
Basic test for the SyncTable M/R tool
TestSyncTable() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestSyncTable
 
testSyncTable() - Method in class org.apache.hadoop.hbase.mapreduce.TestSyncTable
 
TestSyncTimeRangeTracker - Class in org.apache.hadoop.hbase.regionserver
 
TestSyncTimeRangeTracker() - Constructor for class org.apache.hadoop.hbase.regionserver.TestSyncTimeRangeTracker
 
testSyncUpTool() - Method in class org.apache.hadoop.hbase.replication.TestReplicationSyncUpTool
Add a row to a table in each cluster, check it's replicated, delete it, check's gone Also check the puts and deletes are not replicated back to the originating cluster.
testSyncUpTool() - Method in class org.apache.hadoop.hbase.replication.TestReplicationSyncUpToolWithBulkLoadedData
 
testSystemTables() - Method in class org.apache.hadoop.hbase.client.TestTableFavoredNodes
 
testSystemTableWALEntryFilter() - Method in class org.apache.hadoop.hbase.replication.TestReplicationWALEntryFilters
 
testTableAvailableWithRandomSplitKeys() - Method in class org.apache.hadoop.hbase.client.TestAdmin1
 
testTableAvailableWithRandomSplitKeys() - Method in class org.apache.hadoop.hbase.client.TestAsyncTableAdminApi2
 
testTableCFsHelperConverter() - Method in class org.apache.hadoop.hbase.replication.TestPerTableCFReplication
 
testTableCreateAndDeletePB() - Method in class org.apache.hadoop.hbase.rest.TestSchemaResource
 
testTableCreateAndDeleteXML() - Method in class org.apache.hadoop.hbase.rest.TestSchemaResource
 
testTableDescriptor() - Method in class org.apache.hadoop.hbase.TestSerialization
 
TestTableDescriptorBuilder - Class in org.apache.hadoop.hbase.client
Test setting values in the descriptor
TestTableDescriptorBuilder() - Constructor for class org.apache.hadoop.hbase.client.TestTableDescriptorBuilder
 
testTableDescriptors() - Method in class org.apache.hadoop.hbase.util.TestFSTableDescriptors
 
testTableDescriptorsEnumeration() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver
 
testTableDescriptorsNoCache() - Method in class org.apache.hadoop.hbase.util.TestFSTableDescriptors
 
TestTableDescriptorUtils - Class in org.apache.hadoop.hbase.client
 
TestTableDescriptorUtils() - Constructor for class org.apache.hadoop.hbase.client.TestTableDescriptorUtils
 
testTableDoesNotExist() - Method in class org.apache.hadoop.hbase.rest.TestScannerResource
 
testTableExist() - Method in class org.apache.hadoop.hbase.client.TestAdmin1
 
testTableExist() - Method in class org.apache.hadoop.hbase.client.TestAsyncTableAdminApi3
 
testTableExists() - Method in class org.apache.hadoop.hbase.TestMetaTableAccessor
 
testTableExistsExceptionWithATable() - Method in class org.apache.hadoop.hbase.client.TestAdmin2
For HADOOP-2579
testTableExistsGetThrottle() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaThrottle
 
TestTableFavoredNodes - Class in org.apache.hadoop.hbase.client
 
TestTableFavoredNodes() - Constructor for class org.apache.hadoop.hbase.client.TestTableFavoredNodes
 
testTableGlobalReadAndWriteThrottle() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaThrottle
 
testTableGlobalThrottle() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaThrottle
 
testTableInfoFileStatusComparator() - Method in class org.apache.hadoop.hbase.util.TestFSTableDescriptors
 
testTableInfoJSON() - Method in class org.apache.hadoop.hbase.rest.TestTableResource
 
testTableInfoPB() - Method in class org.apache.hadoop.hbase.rest.TestTableResource
 
testTableInfoText() - Method in class org.apache.hadoop.hbase.rest.TestTableResource
 
testTableInfoXML() - Method in class org.apache.hadoop.hbase.rest.TestTableResource
 
TestTableInputFormat - Class in org.apache.hadoop.hbase.mapred
This tests the TableInputFormat and its recovery semantics
TestTableInputFormat() - Constructor for class org.apache.hadoop.hbase.mapred.TestTableInputFormat
 
TestTableInputFormat - Class in org.apache.hadoop.hbase.mapreduce
This tests the TableInputFormat and its recovery semantics
TestTableInputFormat() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestTableInputFormat
 
TestTableInputFormat.ExampleDeprecatedTIF - Class in org.apache.hadoop.hbase.mapred
 
TestTableInputFormat.ExampleDeprecatedTIF - Class in org.apache.hadoop.hbase.mapreduce
 
TestTableInputFormat.ExampleJobConfigurableTIF - Class in org.apache.hadoop.hbase.mapred
 
TestTableInputFormat.ExampleJobConfigurableTIF - Class in org.apache.hadoop.hbase.mapreduce
 
TestTableInputFormat.ExampleTIF - Class in org.apache.hadoop.hbase.mapred
 
TestTableInputFormat.ExampleTIF - Class in org.apache.hadoop.hbase.mapreduce
 
TestTableInputFormat.ExampleVerifier - Class in org.apache.hadoop.hbase.mapred
 
TestTableInputFormat.ExampleVerifier - Class in org.apache.hadoop.hbase.mapreduce
 
TestTableInputFormatBase - Class in org.apache.hadoop.hbase.mapreduce
 
TestTableInputFormatBase() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatBase
 
testTableInputFormatBaseReverseDNSForIPv6() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatBase
 
TestTableInputFormatScan - Class in org.apache.hadoop.hbase.mapreduce
 
TestTableInputFormatScan() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScan
 
TestTableInputFormatScanBase - Class in org.apache.hadoop.hbase.mapreduce
Tests various scan start and stop row scenarios.
TestTableInputFormatScanBase() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanBase
 
TestTableInputFormatScanBase.ScanMapper - Class in org.apache.hadoop.hbase.mapreduce
Pass the key and value to reduce.
TestTableInputFormatScanBase.ScanReducer - Class in org.apache.hadoop.hbase.mapreduce
Checks the last and first key seen against the scanner boundaries.
TestTableInputFormatScanEmptyToAPP - Class in org.apache.hadoop.hbase.mapreduce
 
TestTableInputFormatScanEmptyToAPP() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanEmptyToAPP
 
TestTableInputFormatScanEmptyToBBA - Class in org.apache.hadoop.hbase.mapreduce
 
TestTableInputFormatScanEmptyToBBA() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanEmptyToBBA
 
TestTableInputFormatScanEmptyToBBB - Class in org.apache.hadoop.hbase.mapreduce
 
TestTableInputFormatScanEmptyToBBB() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanEmptyToBBB
 
TestTableInputFormatScanEmptyToEmpty - Class in org.apache.hadoop.hbase.mapreduce
 
TestTableInputFormatScanEmptyToEmpty() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanEmptyToEmpty
 
TestTableInputFormatScanEmptyToOPP - Class in org.apache.hadoop.hbase.mapreduce
 
TestTableInputFormatScanEmptyToOPP() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanEmptyToOPP
 
TestTableInputFormatScanOBBToOPP - Class in org.apache.hadoop.hbase.mapreduce
 
TestTableInputFormatScanOBBToOPP() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanOBBToOPP
 
TestTableInputFormatScanOBBToQPP - Class in org.apache.hadoop.hbase.mapreduce
 
TestTableInputFormatScanOBBToQPP() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanOBBToQPP
 
TestTableInputFormatScanOPPToEmpty - Class in org.apache.hadoop.hbase.mapreduce
 
TestTableInputFormatScanOPPToEmpty() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanOPPToEmpty
 
TestTableInputFormatScanYYXToEmpty - Class in org.apache.hadoop.hbase.mapreduce
 
TestTableInputFormatScanYYXToEmpty() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanYYXToEmpty
 
TestTableInputFormatScanYYYToEmpty - Class in org.apache.hadoop.hbase.mapreduce
 
TestTableInputFormatScanYYYToEmpty() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanYYYToEmpty
 
TestTableInputFormatScanYZYToEmpty - Class in org.apache.hadoop.hbase.mapreduce
 
TestTableInputFormatScanYZYToEmpty() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanYZYToEmpty
 
testTableListJSON() - Method in class org.apache.hadoop.hbase.rest.TestTableResource
 
testTableListPB() - Method in class org.apache.hadoop.hbase.rest.TestTableResource
 
testTableListText() - Method in class org.apache.hadoop.hbase.rest.TestTableResource
 
testTableListXML() - Method in class org.apache.hadoop.hbase.rest.TestTableResource
 
testTableLockInfo() - Method in class org.apache.hadoop.hbase.shaded.protobuf.TestProtobufUtil
 
TestTableMapReduce - Class in org.apache.hadoop.hbase.mapred
Test Map/Reduce job over HBase tables.
TestTableMapReduce() - Constructor for class org.apache.hadoop.hbase.mapred.TestTableMapReduce
 
TestTableMapReduce - Class in org.apache.hadoop.hbase.mapreduce
Test Map/Reduce job over HBase tables.
TestTableMapReduce() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestTableMapReduce
 
TestTableMapReduceBase - Class in org.apache.hadoop.hbase.mapreduce
A base class for a test Map/Reduce job over HBase tables.
TestTableMapReduceBase() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestTableMapReduceBase
 
TestTableMapReduceUtil - Class in org.apache.hadoop.hbase.mapred
 
TestTableMapReduceUtil() - Constructor for class org.apache.hadoop.hbase.mapred.TestTableMapReduceUtil
 
TestTableMapReduceUtil - Class in org.apache.hadoop.hbase.mapreduce
Test different variants of initTableMapperJob method
TestTableMapReduceUtil() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestTableMapReduceUtil
 
testTableMoveTruncateAndDrop() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroups
 
testTableMoveTruncateAndDrop() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
TestTableName - Class in org.apache.hadoop.hbase
Returns a byte[] containing the name of the currently running test method.
TestTableName() - Constructor for class org.apache.hadoop.hbase.TestTableName
 
testTableNameClash() - Method in class org.apache.hadoop.hbase.client.TestAdmin2
Test for hadoop-1581 'HBASE: Unopenable tablename bug'.
testTableNames() - Method in class org.apache.hadoop.hbase.client.TestAdmin2
Test that user table names can contain '-' and '.' so long as they do not start with same.
testTableNamesEnumeration() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver
 
testTableNotDisabledExceptionWithATable() - Method in class org.apache.hadoop.hbase.client.TestAdmin2
Can't enable a table if the table isn't in disabled state
testTableNotEnabledExceptionWithATable() - Method in class org.apache.hadoop.hbase.client.TestAdmin2
Can't disable a table if the table isn't in enabled state
testTableNotFoundExceptionWithoutAnyTables() - Method in class org.apache.hadoop.hbase.client.TestAdmin2
For HADOOP-2579
TestTableOperationException - Class in org.apache.hadoop.hbase.client
 
TestTableOperationException() - Constructor for class org.apache.hadoop.hbase.client.TestTableOperationException
 
TestTableOperationException.ThrowDoNotRetryIOExceptionCoprocessor - Class in org.apache.hadoop.hbase.client
 
TestTableOperationException.ThrowIOExceptionCoprocessor - Class in org.apache.hadoop.hbase.client
 
testTableOperations() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver
 
testTableOperations() - Method in class org.apache.hadoop.hbase.namespace.TestNamespaceAuditor
 
TestTableOutputFormatConnectionExhaust - Class in org.apache.hadoop.hbase.mapred
Spark creates many instances of TableOutputFormat within a single process.
TestTableOutputFormatConnectionExhaust() - Constructor for class org.apache.hadoop.hbase.mapred.TestTableOutputFormatConnectionExhaust
 
testTableQuota() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceLimitSettings
 
testTableQuotaOverridesNamespaceQuota() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaObserverChoreWithMiniCluster
 
testTableQuotaOverridesNamespaceQuota() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotas
 
testTableQuotaUtil() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaTableUtil
 
TestTableQuotaViolationStore - Class in org.apache.hadoop.hbase.quotas
Test class for TableQuotaSnapshotStore.
TestTableQuotaViolationStore() - Constructor for class org.apache.hadoop.hbase.quotas.TestTableQuotaViolationStore
 
testTableRecordReader() - Method in class org.apache.hadoop.hbase.mapred.TestTableInputFormat
Run test assuming no errors using mapred api.
TestTableRecordReader - Class in org.apache.hadoop.hbase.mapreduce
 
TestTableRecordReader() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestTableRecordReader
 
testTableRecordReaderMapreduce() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormat
Run test assuming no errors using newer mapreduce api
testTableRecordReaderScannerFail() - Method in class org.apache.hadoop.hbase.mapred.TestTableInputFormat
Run test assuming Scanner IOException failure using mapred api,
testTableRecordReaderScannerFailMapreduce() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormat
Run test assuming Scanner IOException failure using newer mapreduce api
testTableRecordReaderScannerFailMapreduceTwice() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormat
Run test assuming Scanner IOException failure using newer mapreduce api
testTableRecordReaderScannerFailTwice() - Method in class org.apache.hadoop.hbase.mapred.TestTableInputFormat
Run test assuming Scanner IOException failure using mapred api,
testTableRecordReaderScannerTimeout() - Method in class org.apache.hadoop.hbase.mapred.TestTableInputFormat
Run test assuming NotServingRegionException using mapred api.
testTableRecordReaderScannerTimeoutMapreduce() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormat
Run test assuming NotServingRegionException using newer mapreduce api
testTableRecordReaderScannerTimeoutMapreduceTwice() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormat
Run test assuming NotServingRegionException using newer mapreduce api
testTableRecordReaderScannerTimeoutTwice() - Method in class org.apache.hadoop.hbase.mapred.TestTableInputFormat
Run test assuming NotServingRegionException using mapred api.
TestTableResource - Class in org.apache.hadoop.hbase.rest
 
TestTableResource() - Constructor for class org.apache.hadoop.hbase.rest.TestTableResource
 
testTableRPCQuotaRemoved() - Method in class org.apache.hadoop.hbase.quotas.TestMasterQuotasObserver
 
TestTableScan - Class in org.apache.hadoop.hbase.rest
 
TestTableScan() - Constructor for class org.apache.hadoop.hbase.rest.TestTableScan
 
TestTableScan.ClientSideCellSetModel - Class in org.apache.hadoop.hbase.rest
The Class ClientSideCellSetModel which mimics cell set model, and contains listener to perform user defined operations on the row model.
TestTableScan.ClientSideCellSetModel.Listener - Interface in org.apache.hadoop.hbase.rest
This listener is invoked every time a new row model is unmarshalled.
TestTableScan.CustomFilter - Class in org.apache.hadoop.hbase.rest
 
testTableScanWithTableDisable() - Method in class org.apache.hadoop.hbase.rest.TestScannerResource
 
TestTableShell - Class in org.apache.hadoop.hbase.client
 
TestTableShell() - Constructor for class org.apache.hadoop.hbase.client.TestTableShell
 
testTablesInheritSnapshotSize() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotasWithSnapshots
 
TestTableSnapshotInputFormat - Class in org.apache.hadoop.hbase.mapred
 
TestTableSnapshotInputFormat() - Constructor for class org.apache.hadoop.hbase.mapred.TestTableSnapshotInputFormat
 
TestTableSnapshotInputFormat - Class in org.apache.hadoop.hbase.mapreduce
 
TestTableSnapshotInputFormat() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestTableSnapshotInputFormat
 
TestTableSnapshotInputFormat.TestTableSnapshotCounters - Enum in org.apache.hadoop.hbase.mapreduce
 
TestTableSnapshotInputFormat.TestTableSnapshotMapper - Class in org.apache.hadoop.hbase.mapreduce
 
TestTableSnapshotInputFormat.TestTableSnapshotReducer - Class in org.apache.hadoop.hbase.mapred
 
TestTableSnapshotInputFormat.TestTableSnapshotReducer - Class in org.apache.hadoop.hbase.mapreduce
 
TestTableSnapshotMapper() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestTableSnapshotInputFormat.TestTableSnapshotMapper
 
TestTableSnapshotReducer() - Constructor for class org.apache.hadoop.hbase.mapred.TestTableSnapshotInputFormat.TestTableSnapshotReducer
 
TestTableSnapshotReducer() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestTableSnapshotInputFormat.TestTableSnapshotReducer
 
TestTableSnapshotScanner - Class in org.apache.hadoop.hbase.client
 
TestTableSnapshotScanner() - Constructor for class org.apache.hadoop.hbase.client.TestTableSnapshotScanner
 
testTableSpaceAndRPCQuotaRemoved() - Method in class org.apache.hadoop.hbase.quotas.TestMasterQuotasObserver
 
testTableSpaceQuotaRemoved() - Method in class org.apache.hadoop.hbase.quotas.TestMasterQuotasObserver
 
TestTableSpaceQuotaViolationNotifier - Class in org.apache.hadoop.hbase.quotas
TestTableSpaceQuotaViolationNotifier() - Constructor for class org.apache.hadoop.hbase.quotas.TestTableSpaceQuotaViolationNotifier
 
TestTableSplit - Class in org.apache.hadoop.hbase.mapreduce
 
TestTableSplit() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestTableSplit
 
TestTableStateManager - Class in org.apache.hadoop.hbase.master
Tests the default table lock manager
TestTableStateManager() - Constructor for class org.apache.hadoop.hbase.master.TestTableStateManager
 
TestTablesWithQuotas - Class in org.apache.hadoop.hbase.quotas
Non-HBase cluster unit tests for QuotaObserverChore.TablesWithQuotas.
TestTablesWithQuotas() - Constructor for class org.apache.hadoop.hbase.quotas.TestTablesWithQuotas
 
testTablesWithSnapshots() - Method in class org.apache.hadoop.hbase.quotas.TestSpaceQuotasWithSnapshots
 
testTableThrottleWithBatch() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaState
 
testTableViolatesQuota() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaObserverChoreWithMiniCluster
 
testTableWrapperAggregateMetrics() - Method in class org.apache.hadoop.hbase.regionserver.TestMetricsTableAggregate
 
testTableWrapperAggregateMetrics() - Method in class org.apache.hadoop.hbase.regionserver.TestMetricsTableLatencies
 
TestTagCompressionContext - Class in org.apache.hadoop.hbase.io
 
TestTagCompressionContext() - Constructor for class org.apache.hadoop.hbase.io.TestTagCompressionContext
 
TestTagRewriteCell - Class in org.apache.hadoop.hbase
 
TestTagRewriteCell() - Constructor for class org.apache.hadoop.hbase.TestTagRewriteCell
 
TestTags - Class in org.apache.hadoop.hbase.regionserver
Class that test tags
TestTags() - Constructor for class org.apache.hadoop.hbase.regionserver.TestTags
 
testTags() - Method in class org.apache.hadoop.hbase.regionserver.TestTags
 
TestTags.TestCoprocessorForTags - Class in org.apache.hadoop.hbase.regionserver
 
testTagsWithAppendAndIncrement() - Method in class org.apache.hadoop.hbase.regionserver.TestTags
 
TestTagUtil - Class in org.apache.hadoop.hbase
 
TestTagUtil() - Constructor for class org.apache.hadoop.hbase.TestTagUtil
 
testTailMap() - Method in class org.apache.hadoop.hbase.types.TestCopyOnWriteMaps
 
testTailMapExclusive() - Method in class org.apache.hadoop.hbase.types.TestCopyOnWriteMaps
 
testTailMapInclusive() - Method in class org.apache.hadoop.hbase.types.TestCopyOnWriteMaps
 
testTake() - Method in class org.apache.hadoop.hbase.util.TestStealJobQueue
 
testTakeFlushSnapshot() - Method in class org.apache.hadoop.hbase.snapshot.TestRestoreFlushSnapshotFromClient
 
testTakeSnapshot() - Method in class org.apache.hadoop.hbase.client.TestAsyncSnapshotAdminApi
 
testTakeSnapshotAfterMerge() - Method in class org.apache.hadoop.hbase.snapshot.TestFlushSnapshotFromClient
 
testTargetServerDeadWhenLoading() - Method in class org.apache.hadoop.hbase.util.TestRegionMover
UT for HBASE-21746
testTargetViolationState() - Method in class org.apache.hadoop.hbase.quotas.TestNamespaceQuotaViolationStore
 
testTargetViolationState() - Method in class org.apache.hadoop.hbase.quotas.TestTableQuotaViolationStore
 
testTaskCheckerHost() - Method in class org.apache.hadoop.hbase.client.TestSimpleRequestController
 
testTaskCountChecker() - Method in class org.apache.hadoop.hbase.client.TestSimpleRequestController
 
testTaskCountWithClientBackoffPolicy() - Method in class org.apache.hadoop.hbase.client.TestAsyncProcess
 
testTaskCountWithoutClientBackoffPolicy() - Method in class org.apache.hadoop.hbase.client.TestAsyncProcess
 
testTaskCreation() - Method in class org.apache.hadoop.hbase.master.TestSplitLogManager
Test whether the splitlog correctly creates a task in zookeeper
testTaskDone() - Method in class org.apache.hadoop.hbase.master.TestSplitLogManager
 
testTaskErr() - Method in class org.apache.hadoop.hbase.master.TestSplitLogManager
 
testTaskResigned() - Method in class org.apache.hadoop.hbase.master.TestSplitLogManager
 
testTempAndCommit() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionFileSystem
 
TestTerminatedWrapper - Class in org.apache.hadoop.hbase.types
 
TestTerminatedWrapper() - Constructor for class org.apache.hadoop.hbase.types.TestTerminatedWrapper
 
testTerminationAskedByReporter() - Method in class org.apache.hadoop.hbase.wal.TestWALSplit
 
testTestCipher() - Method in class org.apache.hadoop.hbase.util.TestEncryptionTest
 
testTestCipherProvider() - Method in class org.apache.hadoop.hbase.util.TestEncryptionTest
 
testTestCompression() - Method in class org.apache.hadoop.hbase.util.TestCompressionTest
 
testTestDir() - Method in class org.apache.hadoop.hbase.TestHBaseTestingUtility
 
testTestKeyProvider() - Method in class org.apache.hadoop.hbase.util.TestEncryptionTest
 
testTestProvider() - Method in class org.apache.hadoop.hbase.io.crypto.TestKeyProvider
 
testTFileFeatures() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFile
 
testTheMaximalRule() - Method in class org.apache.hadoop.hbase.filter.TestFilterList
 
testTheMinimalRule() - Method in class org.apache.hadoop.hbase.filter.TestFilterList
 
TestThread(MultithreadedTestUtil.TestContext) - Constructor for class org.apache.hadoop.hbase.MultithreadedTestUtil.TestThread
 
TestThread(TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface) - Constructor for class org.apache.hadoop.hbase.security.TestSecureIPC.TestThread
 
testThreadCreation() - Method in class org.apache.hadoop.hbase.client.TestAsyncProcess
This test simulates multiple regions on 2 servers.
testThreading() - Method in class org.apache.hadoop.hbase.wal.TestWALSplit
Test log split process with fake data and lots of edits to trigger threading issues.
testThreadingSlowWriterSmallBuffer() - Method in class org.apache.hadoop.hbase.wal.TestWALSplit
Test blocking behavior of the log split process if writers are writing slower than the reader is reading.
testThreadingSlowWriterSmallBuffer() - Method in class org.apache.hadoop.hbase.wal.TestWALSplitBoundedLogWriterCreation
The logic of this test has conflict with the limit writers split logic, skip this test
TestThreadLocalPoolMap - Class in org.apache.hadoop.hbase.util
 
TestThreadLocalPoolMap() - Constructor for class org.apache.hadoop.hbase.util.TestThreadLocalPoolMap
 
testThreadPoolSizeTuning() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactSplitThread
 
TestThreads - Class in org.apache.hadoop.hbase.util
 
TestThreads() - Constructor for class org.apache.hadoop.hbase.util.TestThreads
 
testThreeRSAbort() - Method in class org.apache.hadoop.hbase.master.AbstractTestDLS
 
testThreeStoreFiles() - Method in class org.apache.hadoop.hbase.regionserver.TestScanWithBloomError
 
TestThrottledInputStream - Class in org.apache.hadoop.hbase.io.hadoopbackport
 
TestThrottledInputStream() - Constructor for class org.apache.hadoop.hbase.io.hadoopbackport.TestThrottledInputStream
 
TestThrottleSettings - Class in org.apache.hadoop.hbase.quotas
 
TestThrottleSettings() - Constructor for class org.apache.hadoop.hbase.quotas.TestThrottleSettings
 
testThrottleType() - Method in class org.apache.hadoop.hbase.client.TestAsyncQuotaAdminApi
 
testThrottleType() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaAdmin
 
testThrottlingByBalanceInterval() - Method in class org.apache.hadoop.hbase.master.TestMasterBalanceThrottling
 
testThrottlingByMaxRitPercent() - Method in class org.apache.hadoop.hbase.master.TestMasterBalanceThrottling
 
testThroughputTuning() - Method in class org.apache.hadoop.hbase.regionserver.throttle.TestCompactionWithThroughputController
testTimeBasedMajorCompaction() - Method in class org.apache.hadoop.hbase.regionserver.TestMajorCompaction
 
testTimeout() - Method in class org.apache.hadoop.hbase.coprocessor.TestRowProcessorEndpoint
 
testTimeout() - Method in class org.apache.hadoop.hbase.ipc.AbstractTestIPC
 
TestTimeout - Class in org.apache.hadoop.hbase
 
TestTimeout() - Constructor for class org.apache.hadoop.hbase.TestTimeout
 
testTimeoutAndRetries() - Method in class org.apache.hadoop.hbase.client.TestClientNoCluster
Remove the @Ignore to try out timeout and retry asettings
TestTimeoutExceptionInjector - Class in org.apache.hadoop.hbase.errorhandling
Test the TimeoutExceptionInjector to ensure we fulfill contracts
TestTimeoutExceptionInjector() - Constructor for class org.apache.hadoop.hbase.errorhandling.TestTimeoutExceptionInjector
 
testTimeoutWaitForMeta() - Method in class org.apache.hadoop.hbase.TestMetaTableLocator
 
testTimeRange() - Method in class org.apache.hadoop.hbase.regionserver.TestNewVersionBehaviorFromClientSide
 
testTimeRangeAfterCompaction() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactingToCellFlatMapMemStore
 
testTimeRangeAfterMerge() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactingToCellFlatMapMemStore
 
testTimeRangeIfSomeCellsAreDroppedInFlush() - Method in class org.apache.hadoop.hbase.regionserver.TestHStore
 
testTimeRangeInitialized() - Method in class org.apache.hadoop.hbase.regionserver.TestSimpleTimeRangeTracker
 
TestTimeRangeMapRed - Class in org.apache.hadoop.hbase.mapreduce
 
TestTimeRangeMapRed() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestTimeRangeMapRed
 
testTimeRangeMapRed() - Method in class org.apache.hadoop.hbase.mapreduce.TestTimeRangeMapRed
 
testTimeRangeTrackerNullIsSameAsTimeRangeNull() - Method in class org.apache.hadoop.hbase.regionserver.TestSimpleTimeRangeTracker
 
testTimerPassesOnErrorInfo() - Method in class org.apache.hadoop.hbase.errorhandling.TestTimeoutExceptionInjector
Test that a manually triggered exception with data fires with the data in receiveError.
testTimerTrigger() - Method in class org.apache.hadoop.hbase.errorhandling.TestTimeoutExceptionInjector
Test that a manually triggered timer fires an exception.
testTimeStamp() - Method in class org.apache.hadoop.hbase.client.TestDeleteTimeStamp
 
TestTimestampFilterSeekHint - Class in org.apache.hadoop.hbase.regionserver
 
TestTimestampFilterSeekHint() - Constructor for class org.apache.hadoop.hbase.regionserver.TestTimestampFilterSeekHint
 
testTimestamps() - Method in class org.apache.hadoop.hbase.TestMultiVersions
Tests user specifiable time stamps putting, getting and scanning.
TestTimestampsFilter - Class in org.apache.hadoop.hbase.client
Run tests related to TimestampsFilter using HBase client APIs.
TestTimestampsFilter() - Constructor for class org.apache.hadoop.hbase.client.TestTimestampsFilter
 
testTimestampsFilter() - Method in class org.apache.hadoop.hbase.client.TestTimestampsFilter
Test from client side for TimestampsFilter.
testTimestampsFilter() - Method in class org.apache.hadoop.hbase.filter.TestFilterSerialization
 
testTimestampsFilter() - Method in class org.apache.hadoop.hbase.filter.TestParseFilter
 
testToBigDecimal() - Method in class org.apache.hadoop.hbase.util.TestBytes
 
testToBytes() - Method in class org.apache.hadoop.hbase.nio.TestMultiByteBuff
 
testToBytes() - Method in class org.apache.hadoop.hbase.util.TestByteBufferUtils
 
testToBytesBinaryTrailingBackslashes() - Method in class org.apache.hadoop.hbase.util.TestBytes
 
testToBytesForByteBuffer() - Method in class org.apache.hadoop.hbase.util.TestBytes
 
testToCell() - Method in class org.apache.hadoop.hbase.shaded.protobuf.TestProtobufUtil
 
testToDouble() - Method in class org.apache.hadoop.hbase.util.TestBytes
 
testToFloat() - Method in class org.apache.hadoop.hbase.util.TestBytes
 
testToFromHex() - Method in class org.apache.hadoop.hbase.util.TestBytes
 
testToInt() - Method in class org.apache.hadoop.hbase.util.TestBytes
 
testToLong() - Method in class org.apache.hadoop.hbase.util.TestBytes
 
testToPrimitiveTypes() - Method in class org.apache.hadoop.hbase.util.TestByteBufferUtils
 
testToShort() - Method in class org.apache.hadoop.hbase.regionserver.wal.TestCompressor
 
testToShowNPEOnRegionScannerReseek() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testToString() - Method in class org.apache.hadoop.hbase.mapred.TestSplitTable
 
testToString() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableSplit
 
testToString() - Method in class org.apache.hadoop.hbase.TestCellUtil
Assert CellUtil makes Cell toStrings same way we do KeyValue toStrings.
testToString() - Method in class org.apache.hadoop.hbase.TestHRegionLocation
 
testToString() - Method in class org.apache.hadoop.hbase.TestServerLoad
 
testToString() - Method in class org.apache.hadoop.hbase.TestServerMetrics
 
testToString1() - Method in class org.apache.hadoop.hbase.TestCellUtil
 
testToStringBinary_toBytesBinary_Reversable() - Method in class org.apache.hadoop.hbase.util.TestBytes
 
testToStringBinaryForArrayBasedByteBuffer() - Method in class org.apache.hadoop.hbase.util.TestBytes
 
testToStringBinaryForBytes() - Method in class org.apache.hadoop.hbase.util.TestBytes
 
testToStringBinaryForReadOnlyByteBuffer() - Method in class org.apache.hadoop.hbase.util.TestBytes
 
testToStringBytesBinaryReversible() - Method in class org.apache.hadoop.hbase.util.TestBytes
 
testToStringWithNonNullComparator() - Method in class org.apache.hadoop.hbase.filter.TestDependentColumnFilter
 
testToStringWithNullComparator() - Method in class org.apache.hadoop.hbase.filter.TestDependentColumnFilter
Test for HBASE-8794.
testToViolation() - Method in class org.apache.hadoop.hbase.quotas.TestTableSpaceQuotaViolationNotifier
 
TestTracker(ZKWatcher, String, Abortable) - Constructor for class org.apache.hadoop.hbase.zookeeper.TestZKNodeTracker.TestTracker
 
testTrackingCompactionRequest() - Method in class org.apache.hadoop.hbase.regionserver.TestCompaction
Create a custom compaction request and be sure that we can track it through the queue, knowing when the compaction is completed.
testTrailer() - Method in class org.apache.hadoop.hbase.io.hfile.TestFixedFileTrailer
 
testTrailerForV2NonPBCompatibility() - Method in class org.apache.hadoop.hbase.io.hfile.TestFixedFileTrailer
 
testTrailingGarbageCorruptionLogFileSkipErrorsFalseThrows() - Method in class org.apache.hadoop.hbase.wal.TestWALSplit
 
testTralingGarbageCorruptionFileSkipErrorsPasses() - Method in class org.apache.hadoop.hbase.wal.TestWALSplit
 
testTransformCell() - Method in class org.apache.hadoop.hbase.filter.TestFilterList
 
testTransformMPO() - Method in class org.apache.hadoop.hbase.filter.TestFilterList
Tests the behavior of transform() in a hierarchical filter.
testTruncateTable() - Method in class org.apache.hadoop.hbase.client.TestAdmin1
 
testTruncateTable() - Method in class org.apache.hadoop.hbase.client.TestAsyncTableAdminApi
 
testTruncateTable() - Method in class org.apache.hadoop.hbase.client.TestTableFavoredNodes
 
testTruncateTablePreservingSplits() - Method in class org.apache.hadoop.hbase.client.TestAdmin1
 
testTruncateTablePreservingSplits() - Method in class org.apache.hadoop.hbase.client.TestAsyncTableAdminApi
 
testTsvImporterTextMapperWithInvalidData() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTsv
If there are invalid data rows as inputs, then only those rows should be ignored.
testTsvParseAttributesKey() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTsvParser
 
testTsvParser() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTsvParser
 
testTsvParserBadTsvLineExcessiveColumns() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTsvParser
Test cases that throw BadTsvLineException
testTsvParserBadTsvLineNoRowKey() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTsvParser
 
testTsvParserBadTsvLineOnlyKey() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTsvParser
 
testTsvParserBadTsvLineZeroColumn() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTsvParser
 
testTsvParserInvalidTimestamp() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTsvParser
 
testTsvParserNoTimestampValue() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTsvParser
 
testTsvParserParseRowKey() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTsvParser
 
testTsvParserSpecParsing() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTsvParser
 
testTsvParserWithCellVisibilityCol() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTsvParser
 
testTsvParserWithTimestamp() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTsvParser
 
testTTL() - Method in class org.apache.hadoop.hbase.util.TestCoprocessorScanPolicy
 
testTypicalHFileBlocks() - Method in class org.apache.hadoop.hbase.io.crypto.TestEncryption
 
testUnassignedOrphan() - Method in class org.apache.hadoop.hbase.master.TestSplitLogManager
 
testUnassignedTimeout() - Method in class org.apache.hadoop.hbase.master.TestSplitLogManager
 
testUnauthorizedClientsDisallowed() - Method in class org.apache.hadoop.hbase.http.TestSpnegoHttpServer
 
testUncheckedException() - Method in class org.apache.hadoop.hbase.client.TestAsyncProcess
 
testUnconfiguredLimiters() - Method in class org.apache.hadoop.hbase.quotas.TestRateLimiter
 
testUnContendedSingleCellIncrement() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionIncrement
Have each thread update its own Cell.
testUnderscoresInJSONPCallback() - Method in class org.apache.hadoop.hbase.http.jmx.TestJMXJsonServlet
 
testUnescapedQuote1() - Method in class org.apache.hadoop.hbase.filter.TestParseFilter
 
testUnescapedQuote2() - Method in class org.apache.hadoop.hbase.filter.TestParseFilter
 
testUnescapedQuote3() - Method in class org.apache.hadoop.hbase.filter.TestParseFilter
 
testUnflushedSeqIdTracking() - Method in class org.apache.hadoop.hbase.regionserver.wal.TestFSHLog
Test case for https://issues.apache.org/jira/browse/HBASE-16721
testUninitializedQuotaManangerDoesNotFail() - Method in class org.apache.hadoop.hbase.quotas.TestMasterQuotaManager
 
TestUnion2 - Class in org.apache.hadoop.hbase.types
 
TestUnion2() - Constructor for class org.apache.hadoop.hbase.types.TestUnion2
 
testUnmanagedHConnection() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
simple test that just executes parts of the client API that accept a pre-created Connection instance
testUnmanagedHConnectionReconnect() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
test of that unmanaged HConnections are able to reconnect properly (see HBASE-5058)
testUnsecure() - Method in class org.apache.hadoop.hbase.zookeeper.TestZKUtilNoServer
 
testUnsignedBinarySearch() - Method in class org.apache.hadoop.hbase.util.TestBytes
 
testUnsignedIncrement() - Method in class org.apache.hadoop.hbase.util.TestBytes
 
testUnsupportedOps() - Method in class org.apache.hadoop.hbase.util.TestConcatenatedLists
 
TestUpdatableReplicationEndpoint() - Constructor for class org.apache.hadoop.hbase.client.replication.TestReplicationAdminWithClusters.TestUpdatableReplicationEndpoint
 
TestUpdateConfiguration - Class in org.apache.hadoop.hbase.client
 
TestUpdateConfiguration() - Constructor for class org.apache.hadoop.hbase.client.TestUpdateConfiguration
 
testUpdateLocation() - Method in class org.apache.hadoop.hbase.TestRegionLocations
 
testUpdateLocationWithDifferentRegionId() - Method in class org.apache.hadoop.hbase.TestRegionLocations
 
testUpdates() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testUpdates() - Method in class org.apache.hadoop.hbase.util.TestFSTableDescriptors
 
testUpdatesWithMajorCompaction() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testUpdateToTimeOfOldestEdit() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactingMemStore
Tests that the timeOfOldestEdit is updated correctly for the various edit operations in memstore.
testUpdateToTimeOfOldestEdit() - Method in class org.apache.hadoop.hbase.regionserver.TestDefaultMemStore
Tests that the timeOfOldestEdit is updated correctly for the various edit operations in memstore.
testUpsertMemstoreSize() - Method in class org.apache.hadoop.hbase.regionserver.TestCompactingMemStore
Add keyvalues with a fixed memstoreTs, and checks that memstore size is decreased as older keyvalues are deleted from the memstore.
testUpsertMemstoreSize() - Method in class org.apache.hadoop.hbase.regionserver.TestDefaultMemStore
Add keyvalues with a fixed memstoreTs, and checks that memstore size is decreased as older keyvalues are deleted from the memstore.
testURLEncodedKey() - Method in class org.apache.hadoop.hbase.rest.TestGetAndPutResource
 
TestUser - Class in org.apache.hadoop.hbase.security
 
TestUser() - Constructor for class org.apache.hadoop.hbase.security.TestUser
 
testUserAndTableThrottle() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaThrottle
 
testUseRegionWithoutReplica() - Method in class org.apache.hadoop.hbase.client.TestReplicasClient
 
testUseRegionWithReplica() - Method in class org.apache.hadoop.hbase.client.TestReplicasClient
 
testUserGlobalBypassThrottle() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaThrottle
 
testUserGlobalReadAndWriteThrottle() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaThrottle
 
testUserGlobalThrottle() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaThrottle
 
testUserGroupNames() - Method in class org.apache.hadoop.hbase.security.TestUser
 
testUserInput() - Method in class org.apache.hadoop.hbase.util.TestRegionSplitter
 
testUserLoginInSecureHadoop() - Method in class org.apache.hadoop.hbase.security.TestUsersOperationsWithSecureHadoop
test login with security enabled configuration To run this test, we must specify the following system properties:
testUserMajorCompactionRequest() - Method in class org.apache.hadoop.hbase.regionserver.TestMajorCompaction
Test for HBASE-5920
testUserNamespaceReadAndWriteThrottle() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaThrottle
 
testUserNamespaceThrottle() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaThrottle
 
testUserQuotaUtil() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaTableUtil
 
TestUserScanQueryMatcher - Class in org.apache.hadoop.hbase.regionserver.querymatcher
 
TestUserScanQueryMatcher() - Constructor for class org.apache.hadoop.hbase.regionserver.querymatcher.TestUserScanQueryMatcher
 
TestUsersOperationsWithSecureHadoop - Class in org.apache.hadoop.hbase.security
 
TestUsersOperationsWithSecureHadoop() - Constructor for class org.apache.hadoop.hbase.security.TestUsersOperationsWithSecureHadoop
 
testUserTableReadAndWriteThrottle() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaThrottle
 
testUserTableThrottle() - Method in class org.apache.hadoop.hbase.quotas.TestQuotaThrottle
 
testUsingMetaAndBinary() - Method in class org.apache.hadoop.hbase.regionserver.TestGetClosestAtOrBefore
 
testUtil - Variable in class org.apache.hadoop.hbase.HBaseTestCase
Deprecated.
 
testUtil - Variable in class org.apache.hadoop.hbase.regionserver.TestCompactionArchiveConcurrentClose
 
testUtil - Variable in class org.apache.hadoop.hbase.regionserver.TestCompactionArchiveIOException
 
testUtil - Static variable in class org.apache.hadoop.hbase.regionserver.TestSecureBulkLoadManager
 
testValidateMissingTableName() - Method in class org.apache.hadoop.hbase.snapshot.TestSnapshotDescriptionUtils
 
testValidateSnapshotName() - Method in class org.apache.hadoop.hbase.client.TestSnapshotFromAdmin
Make sure that we validate the snapshot name and the table name before we pass anything across the wire
testValidGroupNames() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
testValidLinkNames() - Method in class org.apache.hadoop.hbase.io.TestHFileLink
 
testValidQuotas() - Method in class org.apache.hadoop.hbase.namespace.TestNamespaceAuditor
 
testValidServerResource() - Method in class org.apache.hadoop.hbase.http.TestHttpServerWebapps
Test that the test server is loadable on the classpath
testValueFilter() - Method in class org.apache.hadoop.hbase.filter.TestFilter
 
testValueFilter() - Method in class org.apache.hadoop.hbase.filter.TestFilterSerialization
 
testValueFilter() - Method in class org.apache.hadoop.hbase.filter.TestParseFilter
 
testValueFilter() - Method in class org.apache.hadoop.hbase.rest.TestScannersWithFilters
 
testValueLength() - Method in class org.apache.hadoop.hbase.util.TestLoadTestKVGenerator
 
testValueOf() - Method in class org.apache.hadoop.hbase.TestTableName
 
testValues() - Method in class org.apache.hadoop.hbase.types.TestCopyOnWriteMaps
 
testVaruint64Boundaries() - Method in class org.apache.hadoop.hbase.util.TestOrderedBytes
Tests the variable uint64 encoding.
testVerification() - Method in class org.apache.hadoop.hbase.util.TestLoadTestKVGenerator
 
testVerifyListReplicatedTable() - Method in class org.apache.hadoop.hbase.replication.TestReplicationSmallTests
Test for HBASE-8663
testVerifyMetaRegionLocationFails() - Method in class org.apache.hadoop.hbase.TestMetaTableLocator
Test get of meta region fails properly if nothing to connect to.
testVerifyMetaRegionServerNotRunning() - Method in class org.apache.hadoop.hbase.TestMetaTableLocator
Test that verifyMetaRegionLocation properly handles getting a ServerNotRunningException.
testVerifyRepJob() - Method in class org.apache.hadoop.hbase.replication.TestVerifyReplication
Do a small loading into a table, make sure the data is really the same, then run the VerifyReplication job to check the results.
testVerifyRepJobWithRawOptions() - Method in class org.apache.hadoop.hbase.replication.TestVerifyReplication
Load a row into a table, make sure the data is really the same, delete the row, make sure the delete marker is replicated, run verify replication with and without raw to check the results.
TestVerifyReplication - Class in org.apache.hadoop.hbase.replication
 
TestVerifyReplication() - Constructor for class org.apache.hadoop.hbase.replication.TestVerifyReplication
 
testVerifyReplicationPrefixFiltering() - Method in class org.apache.hadoop.hbase.replication.TestVerifyReplication
 
testVerifyReplicationSnapshotArguments() - Method in class org.apache.hadoop.hbase.replication.TestVerifyReplication
 
testVerifyReplicationWithSnapshotSupport() - Method in class org.apache.hadoop.hbase.replication.TestVerifyReplication
 
testVerifySecondaryAbilityToReadWithOnFiles() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionReplicas
 
testVerifyTestIntegrity() - Method in class org.apache.hadoop.hbase.util.TestOrderedBytes
Expected lengths of equivalent values should match
testVersion() - Method in class org.apache.hadoop.hbase.util.TestFSUtils
 
testVersionDelete() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.TestNewVersionBehaviorTracker
 
TestVersionInfo - Class in org.apache.hadoop.hbase.util
 
TestVersionInfo() - Constructor for class org.apache.hadoop.hbase.util.TestVersionInfo
 
testVersionLimits() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testVersionMismatchHBase14905() - Method in class org.apache.hadoop.hbase.replication.TestVerifyReplication
 
TestVersionResource - Class in org.apache.hadoop.hbase.rest
 
TestVersionResource() - Constructor for class org.apache.hadoop.hbase.rest.TestVersionResource
 
testVersions() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
 
testVersionsDelete() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.TestNewVersionBehaviorTracker
 
testViolatingQuotaCachesNothing() - Method in class org.apache.hadoop.hbase.quotas.TestActivePolicyEnforcement
 
testVisibilityLabels() - Method in class org.apache.hadoop.hbase.coprocessor.TestSecureExport
 
testVisibilityLabelServices() - Method in class org.apache.hadoop.hbase.master.TestMasterCoprocessorServices
 
testVisitors() - Method in class org.apache.hadoop.hbase.wal.TestWALFactory
Test that we can visit entries before they are appended
testVisitStoreFiles() - Method in class org.apache.hadoop.hbase.util.TestFSVisitor
 
testWaitForMaximumCurrentTasks() - Method in class org.apache.hadoop.hbase.client.TestSimpleRequestController
 
testWaitIntervalTimeUnitDays() - Method in class org.apache.hadoop.hbase.quotas.TestRateLimiter
 
testWaitIntervalTimeUnitHours() - Method in class org.apache.hadoop.hbase.quotas.TestRateLimiter
 
testWaitIntervalTimeUnitMinutes() - Method in class org.apache.hadoop.hbase.quotas.TestRateLimiter
 
testWaitIntervalTimeUnitSeconds() - Method in class org.apache.hadoop.hbase.quotas.TestRateLimiter
 
TestWALActionsListener - Class in org.apache.hadoop.hbase.regionserver.wal
Test that the actions are called while playing with an WAL
TestWALActionsListener() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.TestWALActionsListener
 
TestWALActionsListener.DummyWALActionsListener - Class in org.apache.hadoop.hbase.regionserver.wal
Just counts when methods are called
TestWalAndCompactingMemStoreFlush - Class in org.apache.hadoop.hbase.regionserver
This test verifies the correctness of the Per Column Family flushing strategy when part of the memstores are compacted memstores
TestWalAndCompactingMemStoreFlush() - Constructor for class org.apache.hadoop.hbase.regionserver.TestWalAndCompactingMemStoreFlush
 
testWALArchiving() - Method in class org.apache.hadoop.hbase.wal.TestFSHLogProvider
Tests wal archiving by adding data, doing flushing/rolling and checking we archive old logs and also don't archive "live logs" (that is, a log with un-flushed entries).
TestWALCellCodecWithCompression - Class in org.apache.hadoop.hbase.regionserver.wal
 
TestWALCellCodecWithCompression() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.TestWALCellCodecWithCompression
 
testWALComparator() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestFSWAL
tests the log comparator.
TestWALConfiguration - Class in org.apache.hadoop.hbase.regionserver.wal
Ensure configuration changes are having an effect on WAL.
TestWALConfiguration() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.TestWALConfiguration
 
testWALCoprocessorLoaded() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestFSWAL
A loaded WAL coprocessor won't break existing WAL test cases.
testWALCoprocessorLoaded() - Method in class org.apache.hadoop.hbase.wal.TestWALFactory
A loaded WAL coprocessor won't break existing WAL test cases.
testWALCoprocessorReplay() - Method in class org.apache.hadoop.hbase.coprocessor.TestWALObserver
Test WAL replay behavior with WALObserver.
TestWALDurability - Class in org.apache.hadoop.hbase.regionserver.wal
Tests for WAL write durability - hflush vs hsync
TestWALDurability() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.TestWALDurability
 
testWALDurability() - Method in class org.apache.hadoop.hbase.regionserver.wal.TestWALDurability
 
testWALEntryFilterAddValidation() - Method in class org.apache.hadoop.hbase.replication.TestReplicationEndpoint
 
testWALEntryFilterFromReplicationEndpoint() - Method in class org.apache.hadoop.hbase.replication.TestReplicationEndpoint
 
testWALEntryFilterUpdateValidation() - Method in class org.apache.hadoop.hbase.replication.TestReplicationEndpoint
 
TestWALFactory - Class in org.apache.hadoop.hbase.wal
WAL tests that can be reused across providers.
TestWALFactory() - Constructor for class org.apache.hadoop.hbase.wal.TestWALFactory
 
TestWALFiltering - Class in org.apache.hadoop.hbase.wal
 
TestWALFiltering() - Constructor for class org.apache.hadoop.hbase.wal.TestWALFiltering
 
testWALKeyValueMapper() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedWALPlayer2
Test WALKeyValueMapper setup and map
testWALKeyValueMapper() - Method in class org.apache.hadoop.hbase.mapreduce.TestWALPlayer
Test WALKeyValueMapper setup and map
testWALKeyValueMapperWithDeprecatedConfig() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedWALPlayer2
 
testWALKeyValueMapperWithDeprecatedConfig() - Method in class org.apache.hadoop.hbase.mapreduce.TestWALPlayer
 
testWALKeyWrapping() - Method in class org.apache.hadoop.hbase.security.TestEncryptionUtil
 
testWALKeyWrappingWithIncorrectKey() - Method in class org.apache.hadoop.hbase.security.TestEncryptionUtil
 
TestWALLockup - Class in org.apache.hadoop.hbase.regionserver
Testing for lock up of FSHLog.
TestWALLockup() - Constructor for class org.apache.hadoop.hbase.regionserver.TestWALLockup
 
TestWALMethods - Class in org.apache.hadoop.hbase.wal
Simple testing of a few WAL methods.
TestWALMethods() - Constructor for class org.apache.hadoop.hbase.wal.TestWALMethods
 
TestWALMonotonicallyIncreasingSeqId - Class in org.apache.hadoop.hbase.regionserver
Test for HBASE-17471.
TestWALMonotonicallyIncreasingSeqId() - Constructor for class org.apache.hadoop.hbase.regionserver.TestWALMonotonicallyIncreasingSeqId
 
testWALMonotonicallyIncreasingSeqId() - Method in class org.apache.hadoop.hbase.regionserver.TestWALMonotonicallyIncreasingSeqId
 
TestWALMonotonicallyIncreasingSeqId.IncThread - Class in org.apache.hadoop.hbase.regionserver
 
TestWALMonotonicallyIncreasingSeqId.PutThread - Class in org.apache.hadoop.hbase.regionserver
 
testWalNonces() - Method in class org.apache.hadoop.hbase.regionserver.TestServerNonceManager
 
testWALObserver() - Method in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorMetrics
 
TestWALObserver() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestRegionObserverForAddingMutationsFromCoprocessors.TestWALObserver
 
TestWALObserver - Class in org.apache.hadoop.hbase.coprocessor
Tests invocation of the MasterObserver interface hooks at all appropriate times during normal HMaster operations.
TestWALObserver() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestWALObserver
 
testWALObserverLoaded() - Method in class org.apache.hadoop.hbase.coprocessor.TestWALObserver
Test to see CP loaded successfully or not.
testWALObserverRoll() - Method in class org.apache.hadoop.hbase.coprocessor.TestWALObserver
 
testWALObserverWriteToWAL() - Method in class org.apache.hadoop.hbase.coprocessor.TestWALObserver
Test WAL write behavior with WALObserver.
TestWALOpenAfterDNRollingStart - Class in org.apache.hadoop.hbase.wal
 
TestWALOpenAfterDNRollingStart() - Constructor for class org.apache.hadoop.hbase.wal.TestWALOpenAfterDNRollingStart
 
testWALPlayer() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedWALPlayer2
Simple end-to-end test
TestWALPlayer - Class in org.apache.hadoop.hbase.mapreduce
Basic test for the WALPlayer M/R tool
TestWALPlayer() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestWALPlayer
 
testWALPlayer() - Method in class org.apache.hadoop.hbase.mapreduce.TestWALPlayer
Simple end-to-end test
testWALProviders() - Method in class org.apache.hadoop.hbase.wal.TestWALFactory
 
TestWALReaderOnSecureWAL - Class in org.apache.hadoop.hbase.wal
Test that verifies WAL written by SecureProtobufLogWriter is not readable by ProtobufLogReader
TestWALReaderOnSecureWAL() - Constructor for class org.apache.hadoop.hbase.wal.TestWALReaderOnSecureWAL
 
testWALReaderOnSecureWALWithKeyValues() - Method in class org.apache.hadoop.hbase.wal.TestWALReaderOnSecureWAL
 
testWALReaderOnSecureWALWithOffheapKeyValues() - Method in class org.apache.hadoop.hbase.wal.TestWALReaderOnSecureWAL
 
TestWALRecordReader - Class in org.apache.hadoop.hbase.mapreduce
JUnit tests for the WALRecordReader
TestWALRecordReader() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestWALRecordReader
 
testWALRecordReader() - Method in class org.apache.hadoop.hbase.mapreduce.TestWALRecordReader
Test basic functionality
TestWALReplay - Class in org.apache.hadoop.hbase.regionserver.wal
 
TestWALReplay() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.TestWALReplay
 
TestWALReplayBoundedLogWriterCreation - Class in org.apache.hadoop.hbase.regionserver.wal
 
TestWALReplayBoundedLogWriterCreation() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.TestWALReplayBoundedLogWriterCreation
 
TestWALReplayCompressed - Class in org.apache.hadoop.hbase.regionserver.wal
Enables compression and runs the TestWALReplay tests.
TestWALReplayCompressed() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.TestWALReplayCompressed
 
testWALRollWriting() - Method in class org.apache.hadoop.hbase.client.TestAdmin2
 
TestWALRootDir - Class in org.apache.hadoop.hbase.wal
 
TestWALRootDir() - Constructor for class org.apache.hadoop.hbase.wal.TestWALRootDir
 
testWALRootDir() - Method in class org.apache.hadoop.hbase.wal.TestWALRootDir
 
TestWALSplit - Class in org.apache.hadoop.hbase.wal
Testing WAL splitting code.
TestWALSplit() - Constructor for class org.apache.hadoop.hbase.wal.TestWALSplit
 
TestWALSplitBoundedLogWriterCreation - Class in org.apache.hadoop.hbase.wal
 
TestWALSplitBoundedLogWriterCreation() - Constructor for class org.apache.hadoop.hbase.wal.TestWALSplitBoundedLogWriterCreation
 
TestWALSplitCompressed - Class in org.apache.hadoop.hbase.wal
 
TestWALSplitCompressed() - Constructor for class org.apache.hadoop.hbase.wal.TestWALSplitCompressed
 
testWALTrailer() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestProtobufLog
Reads the WAL with and without WALTrailer.
testWalWrittenInBytes() - Method in class org.apache.hadoop.hbase.regionserver.wal.TestMetricsWAL
 
testWarmup() - Method in class org.apache.hadoop.hbase.master.TestWarmupRegion
Basic client side validation of HBASE-4536
TestWarmupRegion - Class in org.apache.hadoop.hbase.master
Run tests that use the HBase clients; HTable.
TestWarmupRegion() - Constructor for class org.apache.hadoop.hbase.master.TestWarmupRegion
 
TestWeakObjectPool - Class in org.apache.hadoop.hbase.util
 
TestWeakObjectPool() - Constructor for class org.apache.hadoop.hbase.util.TestWeakObjectPool
 
testWeakReference() - Method in class org.apache.hadoop.hbase.util.TestWeakObjectPool
 
testWeirdCacheBehaviour() - Method in class org.apache.hadoop.hbase.client.TestFromClientSide
Test from client side of an involved filter against a multi family that involves deletes.
testWeirdCacheBehaviour() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testWepAppContextAfterServerStop() - Method in class org.apache.hadoop.hbase.http.TestHttpServerLifecycle
Test that the server is alive once started
testWhenClusterIsHavingMoreWritesThanReads() - Method in class org.apache.hadoop.hbase.regionserver.TestHeapMemoryManager
 
testWhenClusterIsReadHeavy() - Method in class org.apache.hadoop.hbase.regionserver.TestHeapMemoryManager
 
testWhenClusterIsReadHeavyWithEmptyBlockCache() - Method in class org.apache.hadoop.hbase.regionserver.TestHeapMemoryManager
 
testWhenClusterIsWriteHeavy() - Method in class org.apache.hadoop.hbase.regionserver.TestHeapMemoryManager
 
testWhenClusterIsWriteHeavyWithEmptyMemstore() - Method in class org.apache.hadoop.hbase.regionserver.TestHeapMemoryManager
 
testWhenClusterIsWriteHeavyWithOffheapMemstore() - Method in class org.apache.hadoop.hbase.regionserver.TestHeapMemoryManager
 
testWhenCombinedHeapSizesFromTunerGoesOutSideMaxLimit() - Method in class org.apache.hadoop.hbase.regionserver.TestHeapMemoryManager
 
testWhenMemstoreAndBlockCacheMaxMinChecksFails() - Method in class org.apache.hadoop.hbase.regionserver.TestHeapMemoryManager
 
testWhenSizeGivenByHeapTunerGoesOutsideRange() - Method in class org.apache.hadoop.hbase.regionserver.TestHeapMemoryManager
 
testWhileFilter() - Method in class org.apache.hadoop.hbase.filter.TestParseFilter
 
testWhileMatchFilter() - Method in class org.apache.hadoop.hbase.filter.TestFilterSerialization
 
testWhileMatchFilterWithFilterCell() - Method in class org.apache.hadoop.hbase.filter.TestFilter
Tests the the WhileMatchFilter works in combination with a Filter that uses the Filter.filterCell(Cell) method.
testWhileMatchFilterWithFilterRow() - Method in class org.apache.hadoop.hbase.filter.TestFilter
Tests the the WhileMatchFilter works in combination with a Filter that uses the Filter.filterRow() method.
testWhileMatchFilterWithFilterRowKey() - Method in class org.apache.hadoop.hbase.filter.TestFilter
Tests the the WhileMatchFilter works in combination with a Filter that uses the Filter.filterRowKey(Cell) method.
testWhileMatchFilterWithFilterRowKeyWithReverseScan() - Method in class org.apache.hadoop.hbase.filter.TestFilter
 
testWhileMatchFilterWithFilterRowWithReverseScan() - Method in class org.apache.hadoop.hbase.filter.TestFilter
 
testWholesomeMerge() - Method in class org.apache.hadoop.hbase.regionserver.TestRegionMergeTransactionOnCluster
 
testWideScanBatching() - Method in class org.apache.hadoop.hbase.regionserver.TestWideScanner
 
TestWideScanner - Class in org.apache.hadoop.hbase.regionserver
 
TestWideScanner() - Constructor for class org.apache.hadoop.hbase.regionserver.TestWideScanner
 
testWildCardOneVersionScan() - Method in class org.apache.hadoop.hbase.regionserver.TestStoreScanner
 
testWildCardScannerUnderDeletes() - Method in class org.apache.hadoop.hbase.regionserver.TestStoreScanner
 
testWildCardTtlScan() - Method in class org.apache.hadoop.hbase.regionserver.TestStoreScanner
 
testWithAck() - Method in class org.apache.hadoop.hbase.util.TestRegionMover
 
testWithColumnCountGetFilter() - Method in class org.apache.hadoop.hbase.regionserver.TestStoreScanner
 
testWithColumnDeletes() - Method in class org.apache.hadoop.hbase.client.TestMultipleTimestamps
 
testWithConfig() - Method in class org.apache.hadoop.hbase.TestCompoundConfiguration
 
testWithDeletes() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedImportExport2
 
testWithDeletes() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportExport
 
testWithEdits() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestLogRollPeriod
Tests that the LogRoller perform the roll with some data in the log
testWithFamilyDeletes() - Method in class org.apache.hadoop.hbase.client.TestMultipleTimestamps
 
testWithFilter() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedImportExport2
Create a simple table, run an Export Job on it, Import with filtering on, verify counts, attempt with invalid values.
testWithFilter() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportExport
Create a simple table, run an Export Job on it, Import with filtering on, verify counts, attempt with invalid values.
testWithIbwMap() - Method in class org.apache.hadoop.hbase.TestCompoundConfiguration
 
testWithMapReduce(HBaseTestingUtility, String, int, int, int, boolean) - Method in class org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatTestBase
 
testWithMapReduceAndOfflineHBaseMultiRegion() - Method in class org.apache.hadoop.hbase.mapred.TestTableSnapshotInputFormat
 
testWithMapReduceAndOfflineHBaseMultiRegion() - Method in class org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatTestBase
 
testWithMapReduceImpl(HBaseTestingUtility, TableName, String, Path, int, int, int, boolean) - Method in class org.apache.hadoop.hbase.mapred.TestTableSnapshotInputFormat
 
testWithMapReduceImpl(HBaseTestingUtility, TableName, String, Path, int, int, int, boolean) - Method in class org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatTestBase
 
testWithMapReduceImpl(HBaseTestingUtility, TableName, String, Path, int, int, int, boolean) - Method in class org.apache.hadoop.hbase.mapreduce.TestTableSnapshotInputFormat
 
testWithMapReduceMultipleMappersPerRegion() - Method in class org.apache.hadoop.hbase.mapred.TestTableSnapshotInputFormat
 
testWithMapReduceMultipleMappersPerRegion() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableSnapshotInputFormat
 
testWithMapReduceMultiRegion() - Method in class org.apache.hadoop.hbase.mapred.TestTableSnapshotInputFormat
 
testWithMapReduceMultiRegion() - Method in class org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatTestBase
 
testWithMapReduceSingleRegion() - Method in class org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatTestBase
 
testWithMinVersions() - Method in class org.apache.hadoop.hbase.regionserver.TestKeepDeletes
Test keeping deleted rows together with min versions set
testWithMixedCFs() - Method in class org.apache.hadoop.hbase.regionserver.TestKeepDeletes
Verify scenarios with multiple CFs and columns
testWithMockedMapReduce(HBaseTestingUtility, String, int, int, int, boolean) - Method in class org.apache.hadoop.hbase.mapred.TestTableSnapshotInputFormat
 
testWithMockedMapReduce(HBaseTestingUtility, String, int, int, int, boolean) - Method in class org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatTestBase
 
testWithMockedMapReduce(HBaseTestingUtility, String, int, int, int, boolean) - Method in class org.apache.hadoop.hbase.mapreduce.TestTableSnapshotInputFormat
 
testWithMockedMapReduceMultiRegion() - Method in class org.apache.hadoop.hbase.mapred.TestTableSnapshotInputFormat
 
testWithMockedMapReduceMultiRegion() - Method in class org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatTestBase
 
testWithMockedMapReduceSingleRegion() - Method in class org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatTestBase
 
testWithMockedMapReduceWithNoStartRowStopRow() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableSnapshotInputFormat
 
testWithMockedMapReduceWithSplitsPerRegion() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableSnapshotInputFormat
 
testWithMultipleDeleteFamilyMarkersOfSameRowSameFamily() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedImportExport2
 
testWithMultipleDeleteFamilyMarkersOfSameRowSameFamily() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportExport
 
testWithMultipleVersionDeletes() - Method in class org.apache.hadoop.hbase.client.TestMultipleTimestamps
 
testWithMultiRegion() - Method in class org.apache.hadoop.hbase.client.TestTableSnapshotScanner
 
testWithMultiRegionTable() - Method in class org.apache.hadoop.hbase.client.TestAsyncBufferMutator
 
testWithMultiVersionsInSameRow() - Method in class org.apache.hadoop.hbase.filter.TestFilterList
 
testWithOfflineHBaseMultiRegion() - Method in class org.apache.hadoop.hbase.client.TestTableSnapshotScanner
 
testWithOldRow() - Method in class org.apache.hadoop.hbase.regionserver.TestKeepDeletes
Test delete marker removal from store files.
testWithoutAck() - Method in class org.apache.hadoop.hbase.util.TestRegionMover
Test to unload a regionserver first and then load it using no Ack mode.
testWithoutAnExistingTableAndCreateTableSetToNo() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTsv
 
testWithoutKeepingDeletes() - Method in class org.apache.hadoop.hbase.regionserver.TestKeepDeletes
basic verification of existing behavior
testWithoutProcId() - Method in class org.apache.hadoop.hbase.client.TestProcedureFuture
When a master return a result without procId, we are skipping the getProcedureResult() call.
testWithProcId() - Method in class org.apache.hadoop.hbase.client.TestProcedureFuture
When a master return a result with procId, we are skipping the waitOperationResult() call, since we are getting the procedure result.
testWithProcIdAndSpinning() - Method in class org.apache.hadoop.hbase.client.TestProcedureFuture
Verify that the spin loop for the procedure running works.
testWithRegions() - Method in class org.apache.hadoop.hbase.regionserver.TestRSStatusServlet
 
testWithRegionServerFailover() - Method in class org.apache.hadoop.hbase.client.TestAsyncTableBatch
 
testWithReverseScan() - Method in class org.apache.hadoop.hbase.regionserver.TestJoinedScanners
 
testWithSingleRegion() - Method in class org.apache.hadoop.hbase.client.TestTableSnapshotScanner
 
testWithSingleRegionTable() - Method in class org.apache.hadoop.hbase.client.TestAsyncBufferMutator
 
testWithSpy() - Method in class org.apache.hadoop.hbase.ipc.TestBufferChain
 
testWithStringMap() - Method in class org.apache.hadoop.hbase.TestCompoundConfiguration
 
testWithTTL() - Method in class org.apache.hadoop.hbase.regionserver.TestKeepDeletes
Test keeping deleted rows together with min versions set
testWithVersionDeletes() - Method in class org.apache.hadoop.hbase.client.TestMultipleTimestamps
 
testWithVersionDeletes(boolean) - Method in class org.apache.hadoop.hbase.client.TestMultipleTimestamps
 
testWithVersionDeletes() - Method in class org.apache.hadoop.hbase.client.TestTimestampsFilter
Test TimestampsFilter in the presence of version deletes.
testWontNextToNext() - Method in class org.apache.hadoop.hbase.regionserver.TestStoreScanner
 
testWorkerAbort() - Method in class org.apache.hadoop.hbase.master.AbstractTestDLS
The original intention of this test was to force an abort of a region server and to make sure that the failure path in the region servers is properly evaluated.
testWorkerCrash() - Method in class org.apache.hadoop.hbase.master.TestSplitLogManager
 
testWrapConnectionException() - Method in class org.apache.hadoop.hbase.ipc.TestIPCUtil
See HBASE-21862, it is very important to keep the original exception type for connection exceptions.
testWrapperSource() - Method in class org.apache.hadoop.hbase.ipc.TestRpcMetrics
This test makes sure that the numbers from a MetricsHBaseServerWrapper are correctly exported to hadoop metrics 2 system.
testWrapperSource() - Method in class org.apache.hadoop.hbase.regionserver.TestMetricsRegionServer
 
testWriteBufferPeriodicFlushTimeoutMs() - Method in class org.apache.hadoop.hbase.client.TestAsyncProcess
 
testWriteCell() - Method in class org.apache.hadoop.hbase.TestCellUtil
 
testWriteEntryCanBeNull() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestFSWAL
 
testWriteFlushRequestMarker() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegionReplayEvents
Tests the case where a request for flush cache is sent to the region, but region cannot flush.
testWriteHFile() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFileInlineToRootChunkConversion
 
testWriteInputFile() - Method in class org.apache.hadoop.hbase.TestPerformanceEvaluation
Exercise the mr spec writing.
testWriteIntoKeyValueFormat() - Method in class org.apache.hadoop.hbase.TestIndividualBytesFieldCell
Verify KeyValue format related functions: write() and getSerializedSize().
testWriteJson() - Method in class org.apache.hadoop.hbase.http.conf.TestConfServlet
 
testWriteLargeChunk() - Method in class org.apache.hadoop.hbase.io.asyncfs.TestFanOutOneBlockAsyncDFSOutput
 
testWriteRequestsCounter() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
testWrites() - Method in class org.apache.hadoop.hbase.io.TestByteBufferListOutputStream
 
testWritesAndReads() - Method in class org.apache.hadoop.hbase.nio.TestMultiByteBuff
 
testWritesWhileGetting() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
Writes very wide records and gets the latest row every time..
testWritesWhileRollWriter() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
HBASE-16429 Make sure no stuck if roll writer when ring buffer is filled with appends
testWritesWhileScanning() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion
Writes very wide records and scans for the latest every time..
testWriteTag() - Method in class org.apache.hadoop.hbase.TestIndividualBytesFieldCell
 
testWriteValue() - Method in class org.apache.hadoop.hbase.TestIndividualBytesFieldCell
 
testWriteXml() - Method in class org.apache.hadoop.hbase.http.conf.TestConfServlet
 
testWritingAndReadingCells() - Method in class org.apache.hadoop.hbase.util.TestByteRangeWithKVSerialization
 
testWritingPEData() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedHFileOutputFormat2
Run small MR job.
testWritingPEData() - Method in class org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat2
Run small MR job.
testWritingToDisabledTable() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableMapReduce
 
testWritingToNonExistentTable() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableMapReduce
 
TestWrongMetaWALFileName - Class in org.apache.hadoop.hbase.wal
Testcase for HBASE-21843.
TestWrongMetaWALFileName() - Constructor for class org.apache.hadoop.hbase.wal.TestWrongMetaWALFileName
 
testXFrameHeaderSameOrigin() - Method in class org.apache.hadoop.hbase.http.TestHttpServer
 
TestXmlParsing - Class in org.apache.hadoop.hbase.rest.client
Test class for RemoteAdmin to verify XML is parsed in a certain manner.
TestXmlParsing() - Constructor for class org.apache.hadoop.hbase.rest.client.TestXmlParsing
 
testXOROperation() - Method in class org.apache.hadoop.hbase.filter.TestBitComparator
 
testXOROperationWithOffset() - Method in class org.apache.hadoop.hbase.filter.TestBitComparator
 
testZero() - Method in class org.apache.hadoop.hbase.util.TestBytes
 
testZeroByte() - Method in class org.apache.hadoop.hbase.io.encoding.TestDataBlockEncoders
 
testZipfian() - Method in class org.apache.hadoop.hbase.TestPerformanceEvaluation
 
TestZKAsyncRegistry - Class in org.apache.hadoop.hbase.client
 
TestZKAsyncRegistry() - Constructor for class org.apache.hadoop.hbase.client.TestZKAsyncRegistry
 
TestZKConfig - Class in org.apache.hadoop.hbase.zookeeper
 
TestZKConfig() - Constructor for class org.apache.hadoop.hbase.zookeeper.TestZKConfig
 
testZKConfigLoading() - Method in class org.apache.hadoop.hbase.zookeeper.TestZKConfig
 
TestZKLeaderManager - Class in org.apache.hadoop.hbase.zookeeper
 
TestZKLeaderManager() - Constructor for class org.apache.hadoop.hbase.zookeeper.TestZKLeaderManager
 
TestZKMainServer - Class in org.apache.hadoop.hbase.zookeeper
 
TestZKMainServer() - Constructor for class org.apache.hadoop.hbase.zookeeper.TestZKMainServer
 
TestZKMainServer.ExitException - Exception in org.apache.hadoop.hbase.zookeeper
 
TestZKMulti - Class in org.apache.hadoop.hbase.zookeeper
Test ZooKeeper multi-update functionality
TestZKMulti() - Constructor for class org.apache.hadoop.hbase.zookeeper.TestZKMulti
 
TestZKNodeTracker - Class in org.apache.hadoop.hbase.zookeeper
 
TestZKNodeTracker() - Constructor for class org.apache.hadoop.hbase.zookeeper.TestZKNodeTracker
 
TestZKNodeTracker.StubAbortable - Class in org.apache.hadoop.hbase.zookeeper
 
TestZKNodeTracker.TestingZKListener - Class in org.apache.hadoop.hbase.zookeeper
 
TestZKNodeTracker.TestTracker - Class in org.apache.hadoop.hbase.zookeeper
 
TestZKNodeTracker.WaitToGetDataThread - Class in org.apache.hadoop.hbase.zookeeper
 
TestZKReplicationPeerStorage - Class in org.apache.hadoop.hbase.replication
 
TestZKReplicationPeerStorage() - Constructor for class org.apache.hadoop.hbase.replication.TestZKReplicationPeerStorage
 
TestZKReplicationQueueStorage - Class in org.apache.hadoop.hbase.replication
 
TestZKReplicationQueueStorage() - Constructor for class org.apache.hadoop.hbase.replication.TestZKReplicationQueueStorage
 
TestZKUtil - Class in org.apache.hadoop.hbase.zookeeper
 
TestZKUtil() - Constructor for class org.apache.hadoop.hbase.zookeeper.TestZKUtil
 
TestZKUtilNoServer - Class in org.apache.hadoop.hbase.zookeeper
 
TestZKUtilNoServer() - Constructor for class org.apache.hadoop.hbase.zookeeper.TestZKUtilNoServer
 
testZNodeDeletes() - Method in class org.apache.hadoop.hbase.zookeeper.TestZKUtil
Create a bunch of znodes in a hierarchy, try deleting one that has childs (it will fail), then delete it recursively, then delete the last znode
TestZNodePaths - Class in org.apache.hadoop.hbase.zookeeper
 
TestZNodePaths() - Constructor for class org.apache.hadoop.hbase.zookeeper.TestZNodePaths
 
TestZooKeeper - Class in org.apache.hadoop.hbase
 
TestZooKeeper() - Constructor for class org.apache.hadoop.hbase.TestZooKeeper
 
TestZooKeeperACL - Class in org.apache.hadoop.hbase.zookeeper
 
TestZooKeeperACL() - Constructor for class org.apache.hadoop.hbase.zookeeper.TestZooKeeperACL
 
testZookeeperNodesForReplicas() - Method in class org.apache.hadoop.hbase.client.TestMetaWithReplicas
 
threadDone() - Method in class org.apache.hadoop.hbase.MultithreadedTestUtil.TestContext
 
threadFailed(Throwable) - Method in class org.apache.hadoop.hbase.MultithreadedTestUtil.TestContext
 
THRESHOLD - Static variable in class org.apache.hadoop.hbase.IntegrationTestIngestWithMOB
 
ThrowDoNotRetryIOExceptionCoprocessor() - Constructor for class org.apache.hadoop.hbase.client.TestTableOperationException.ThrowDoNotRetryIOExceptionCoprocessor
 
ThrowIOExceptionCoprocessor() - Constructor for class org.apache.hadoop.hbase.client.TestTableOperationException.ThrowIOExceptionCoprocessor
 
thrown - Variable in class org.apache.hadoop.hbase.coprocessor.TestCoprocessorConfiguration
 
thrown - Variable in class org.apache.hadoop.hbase.ipc.TestRpcClientLeaks.MyRpcClientImpl
 
thrown - Variable in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
thrown - Variable in class org.apache.hadoop.hbase.regionserver.TestRegionMove
 
thrown - Variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
throwOnGet(TestMetaCache.FakeRSRpcServices, ClientProtos.GetRequest) - Method in class org.apache.hadoop.hbase.client.TestMetaCache.CallQueueTooBigExceptionInjector
 
throwOnGet(TestMetaCache.FakeRSRpcServices, ClientProtos.GetRequest) - Method in class org.apache.hadoop.hbase.client.TestMetaCache.ExceptionInjector
 
throwOnGet(TestMetaCache.FakeRSRpcServices, ClientProtos.GetRequest) - Method in class org.apache.hadoop.hbase.client.TestMetaCache.RoundRobinExceptionInjector
 
throwOnMutate(TestMetaCache.FakeRSRpcServices, ClientProtos.MutateRequest) - Method in class org.apache.hadoop.hbase.client.TestMetaCache.CallQueueTooBigExceptionInjector
 
throwOnMutate(TestMetaCache.FakeRSRpcServices, ClientProtos.MutateRequest) - Method in class org.apache.hadoop.hbase.client.TestMetaCache.ExceptionInjector
 
throwOnMutate(TestMetaCache.FakeRSRpcServices, ClientProtos.MutateRequest) - Method in class org.apache.hadoop.hbase.client.TestMetaCache.RoundRobinExceptionInjector
 
throwOnScan(TestMetaCache.FakeRSRpcServices, ClientProtos.ScanRequest) - Method in class org.apache.hadoop.hbase.client.TestMetaCache.CallQueueTooBigExceptionInjector
 
throwOnScan(TestMetaCache.FakeRSRpcServices, ClientProtos.ScanRequest) - Method in class org.apache.hadoop.hbase.client.TestMetaCache.ExceptionInjector
 
throwOnScan(TestMetaCache.FakeRSRpcServices, ClientProtos.ScanRequest) - Method in class org.apache.hadoop.hbase.client.TestMetaCache.RoundRobinExceptionInjector
 
TimeBoundedMultiThreadedReader(LoadTestDataGenerator, Configuration, TableName, double) - Constructor for class org.apache.hadoop.hbase.test.IntegrationTestTimeBoundedRequestsWithRegionReplicas.TimeBoundedMultiThreadedReader
 
TimeBoundedMultiThreadedReaderThread(int) - Constructor for class org.apache.hadoop.hbase.test.IntegrationTestTimeBoundedRequestsWithRegionReplicas.TimeBoundedMultiThreadedReader.TimeBoundedMultiThreadedReaderThread
 
timedOutReads - Variable in class org.apache.hadoop.hbase.test.IntegrationTestTimeBoundedRequestsWithRegionReplicas.TimeBoundedMultiThreadedReader
 
TimedOutTestsListener - Class in org.apache.hadoop.hbase
JUnit run listener which prints full thread dump into System.err in case a test is failed due to timeout.
TimedOutTestsListener() - Constructor for class org.apache.hadoop.hbase.TimedOutTestsListener
 
TimedOutTestsListener(PrintWriter) - Constructor for class org.apache.hadoop.hbase.TimedOutTestsListener
 
TimeOffsetEnvironmentEdge - Class in org.apache.hadoop.hbase.util
 
TimeOffsetEnvironmentEdge() - Constructor for class org.apache.hadoop.hbase.util.TimeOffsetEnvironmentEdge
 
TIMEOUT - Static variable in class org.apache.hadoop.hbase.chaos.monkies.PolicyBasedChaosMonkey
 
TIMEOUT - Static variable in class org.apache.hadoop.hbase.client.AbstractTestScanCursor
 
timeout - Static variable in class org.apache.hadoop.hbase.IntegrationTestManyRegions
 
TIMEOUT - Static variable in class org.apache.hadoop.hbase.spark.TestJavaHBaseContext
 
TIMEOUT_MINUTES - Static variable in class org.apache.hadoop.hbase.IntegrationTestManyRegions
 
TIMEOUT_MINUTES_KEY - Static variable in class org.apache.hadoop.hbase.IntegrationTestManyRegions
 
TIMEOUT_MS - Static variable in class org.apache.hadoop.hbase.util.TestMiniClusterLoadSequential
 
timeoutNano - Variable in class org.apache.hadoop.hbase.test.IntegrationTestTimeBoundedRequestsWithRegionReplicas.TimeBoundedMultiThreadedReader
 
TimeoutProcessor() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestRowProcessorEndpoint.RowProcessorEndpoint.TimeoutProcessor
Empty constructor for Writable
TimeoutProcessor(byte[]) - Constructor for class org.apache.hadoop.hbase.coprocessor.TestRowProcessorEndpoint.RowProcessorEndpoint.TimeoutProcessor
 
timeoutThread - Variable in class org.apache.hadoop.hbase.test.IntegrationTestTimeBoundedRequestsWithRegionReplicas.TimeBoundedMultiThreadedReader
 
timeStamps - Variable in class org.apache.hadoop.hbase.regionserver.TestAtomicOperation.AtomicOperation
 
TimestampTestBase - Class in org.apache.hadoop.hbase
Tests user specifiable time stamps putting, getting and scanning.
TimestampTestBase() - Constructor for class org.apache.hadoop.hbase.TimestampTestBase
 
toArray() - Method in class org.apache.hadoop.hbase.util.ConstantDelayQueue
 
toArray(T[]) - Method in class org.apache.hadoop.hbase.util.ConstantDelayQueue
 
toByteArray() - Method in class org.apache.hadoop.hbase.client.AbstractTestScanCursor.SparseFilter
 
toByteArray() - Method in class org.apache.hadoop.hbase.client.ColumnCountOnRowFilter
 
toByteArray() - Method in class org.apache.hadoop.hbase.filter.TestFilter.SlowScanFilter
 
toCellChunkMap - Variable in class org.apache.hadoop.hbase.regionserver.TestCompactingToCellFlatMapMemStore
 
toDebugString(BaseSource) - Method in interface org.apache.hadoop.hbase.test.MetricsAssertHelper
Generates a representation of all metrics exported by the given source.
toDebugString(BaseSource) - Method in class org.apache.hadoop.hbase.test.MetricsAssertHelperImpl
 
toRun - Variable in class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList
 
toScanWithEquals(Map<String, Collection<Scan>>) - Method in class org.apache.hadoop.hbase.mapreduce.TestMultiTableSnapshotInputFormatImpl
 
toString() - Method in class org.apache.hadoop.hbase.io.hfile.NanoTimer
Format the elapsed time to a human understandable string.
toString() - Method in class org.apache.hadoop.hbase.mapreduce.TestMultiTableSnapshotInputFormatImpl.ScanWithEquals
 
toString() - Method in class org.apache.hadoop.hbase.PerformanceEvaluation.RunResult
 
toString() - Method in class org.apache.hadoop.hbase.test.IntegrationTestReplication.ClusterID
 
totalNumFiles - Variable in class org.apache.hadoop.hbase.io.hfile.TestScannerSelectionUsingTTL
 
totalOpTimeMs - Variable in class org.apache.hadoop.hbase.util.MultiThreadedAction
 
Tracker(CountDownLatch) - Constructor for class org.apache.hadoop.hbase.regionserver.TestCompaction.Tracker
 
trackWroteKeys - Variable in class org.apache.hadoop.hbase.util.MultiThreadedWriterBase
Enable this if used in conjunction with a concurrent reader.
transitionTable(TableName, SpaceQuotaSnapshot) - Method in class org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotNotifierForTest
 
truncateFile(FileSystem, Path, Path) - Static method in class org.apache.hadoop.hbase.io.hfile.TestHFile
 
truncateTable(TableName, boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Truncate a table using the admin command.
truncateTable(TableName) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Truncate a table using the admin command.
truncateTable(TableName, boolean, long, long) - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
TruncateTableAction - Class in org.apache.hadoop.hbase.chaos.actions
Action that tries to truncate of a table.
TruncateTableAction(String) - Constructor for class org.apache.hadoop.hbase.chaos.actions.TruncateTableAction
 
tryRegionServerReport(long, long) - Method in class org.apache.hadoop.hbase.master.TestGetReplicationLoad.MyMaster
 
tryRegionServerReport(long, long) - Method in class org.apache.hadoop.hbase.master.TestMasterMetrics.MyMaster
 
tryRegionServerReport(long, long) - Method in class org.apache.hadoop.hbase.regionserver.TestCompactionInDeadRegionServer.IgnoreYouAreDeadRS
 
tryRegionServerReport(long, long) - Method in class org.apache.hadoop.hbase.regionserver.TestShutdownWhileWALBroken.MyRegionServer
 
tryThrottle(int) - Method in class org.apache.hadoop.hbase.replication.ReplicationSourceDummy
 
TS - Static variable in class org.apache.hadoop.hbase.client.TestPutDotHas
 
TsvImporterCustomTestMapper - Class in org.apache.hadoop.hbase.mapreduce
Dummy mapper used for unit tests to verify that the mapper can be injected.
TsvImporterCustomTestMapper() - Constructor for class org.apache.hadoop.hbase.mapreduce.TsvImporterCustomTestMapper
 
TsvImporterCustomTestMapperForOprAttr - Class in org.apache.hadoop.hbase.mapreduce
Just shows a simple example of how the attributes can be extracted and added to the puts
TsvImporterCustomTestMapperForOprAttr() - Constructor for class org.apache.hadoop.hbase.mapreduce.TsvImporterCustomTestMapperForOprAttr
 
ttl - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.AbstractTestScanQueryMatcher
 
TTLCheckingObserver() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithTTLs.TTLCheckingObserver
 
TwoConcurrentActionPolicy - Class in org.apache.hadoop.hbase.chaos.policies
Chaos Monkey policy that will run two different actions at the same time.
TwoConcurrentActionPolicy(long, Action[], Action[]) - Constructor for class org.apache.hadoop.hbase.chaos.policies.TwoConcurrentActionPolicy
 

U

unassign(byte[]) - Method in class org.apache.hadoop.hbase.MockRegionServerServices
 
unassignRegion(String) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Unassign the named region.
unassignRegion(byte[]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Unassign the named region.
unassignRegionByRow(String, RegionLocator) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Closes the region containing the given row.
unassignRegionByRow(byte[], RegionLocator) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Closes the region containing the given row.
UNBALANCE - Static variable in class org.apache.hadoop.hbase.chaos.factories.MonkeyFactory
 
UNBALANCE_CHAOS_EVERY_MS - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
 
UNBALANCE_KILL_META_RS - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
 
UNBALANCE_WAIT_AFTER_BALANCE_MS - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
 
UNBALANCE_WAIT_FOR_KILLS_MS - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
 
UNBALANCE_WAIT_FOR_UNBALANCE_MS - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
 
UnbalanceKillAndRebalanceAction - Class in org.apache.hadoop.hbase.chaos.actions
This action is too specific to put in ChaosMonkey; put it here
UnbalanceKillAndRebalanceAction(long, long, long, boolean) - Constructor for class org.apache.hadoop.hbase.chaos.actions.UnbalanceKillAndRebalanceAction
 
UnbalanceMonkeyFactory - Class in org.apache.hadoop.hbase.chaos.factories
 
UnbalanceMonkeyFactory() - Constructor for class org.apache.hadoop.hbase.chaos.factories.UnbalanceMonkeyFactory
 
unbalanceRegions(ClusterMetrics, List<ServerName>, List<ServerName>, double) - Method in class org.apache.hadoop.hbase.chaos.actions.Action
 
UnbalanceRegionsAction - Class in org.apache.hadoop.hbase.chaos.actions
Action that tries to unbalance the regions of a cluster.
UnbalanceRegionsAction(double, double) - Constructor for class org.apache.hadoop.hbase.chaos.actions.UnbalanceRegionsAction
Unbalances the regions on the cluster by choosing "target" servers, and moving some regions from each of the non-target servers to random target servers.
unblock() - Method in class org.apache.hadoop.hbase.regionserver.TestCompaction.BlockingStoreMockMaker.BlockingCompactionContext
 
undeployRegion(Connection, ServerName, RegionInfo) - Method in class org.apache.hadoop.hbase.util.BaseTestHBaseFsck
This method is used to undeploy a region -- close it and attempt to remove its state from the Master.
uniqueSequenceId() - Static method in class org.apache.hadoop.hbase.GenericTestUtils
Generates a process-wide unique sequence number.
unitTestDecimalStringSplit() - Method in class org.apache.hadoop.hbase.util.TestRegionSplitter
Unit tests for the DecimalStringSplit algorithm.
unitTestHexStringSplit() - Method in class org.apache.hadoop.hbase.util.TestRegionSplitter
Unit tests for the HexStringSplit algorithm.
unitTestUniformSplit() - Method in class org.apache.hadoop.hbase.util.TestRegionSplitter
Unit tests for the UniformSplit algorithm.
updatePercent - Variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
updateRegionFavoredNodesMapping(String, List<HBaseProtos.ServerName>) - Method in class org.apache.hadoop.hbase.MockRegionServerServices
 
updateReplicationPeerConfig(String, ReplicationPeerConfig) - Method in class org.apache.hadoop.hbase.master.MockNoopMasterServices
 
updaters - Variable in class org.apache.hadoop.hbase.util.MultiThreadedUpdater
 
updaterThreads - Variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
util - Variable in class org.apache.hadoop.hbase.chaos.factories.MonkeyFactory
 
util - Variable in class org.apache.hadoop.hbase.chaos.util.ChaosMonkeyRunner
 
UTIL - Static variable in class org.apache.hadoop.hbase.client.TestSnapshotCloneIndependence
 
UTIL - Static variable in class org.apache.hadoop.hbase.client.TestSnapshotFromClient
 
util - Variable in class org.apache.hadoop.hbase.IntegrationTestBase
 
util - Variable in class org.apache.hadoop.hbase.IntegrationTestIngest
 
UTIL - Static variable in class org.apache.hadoop.hbase.IntegrationTestManyRegions
 
util - Static variable in class org.apache.hadoop.hbase.mapreduce.IntegrationTestImportTsv
 
UTIL - Variable in class org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatTestBase
 
UTIL - Static variable in class org.apache.hadoop.hbase.mapreduce.TestCellBasedImportExport2
 
UTIL - Static variable in class org.apache.hadoop.hbase.mapreduce.TestImportExport
 
util - Static variable in class org.apache.hadoop.hbase.mapreduce.TestImportTsv
 
util - Static variable in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithOperationAttributes
 
util - Static variable in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithTTLs
 
util - Static variable in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithVisibilityLabels
 
UTIL - Static variable in class org.apache.hadoop.hbase.mapreduce.TestTableMapReduceBase
 
UTIL - Static variable in class org.apache.hadoop.hbase.master.TestMergeTableRegionsWhileRSCrash
 
UTIL - Static variable in class org.apache.hadoop.hbase.master.TestSplitRegionWhileRSCrash
 
UTIL - Static variable in class org.apache.hadoop.hbase.regionserver.TestHRegionServerBulkLoad
 
UTIL - Static variable in class org.apache.hadoop.hbase.replication.SerialReplicationTestBase
 
UTIL - Static variable in class org.apache.hadoop.hbase.snapshot.TestFlushSnapshotFromClient
 
UTIL - Static variable in class org.apache.hadoop.hbase.snapshot.TestRestoreFlushSnapshotFromClient
 
util - Variable in class org.apache.hadoop.hbase.StripeCompactionsPerformanceEvaluation
 
util - Variable in class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList
 
utility - Variable in class org.apache.hadoop.hbase.client.TestServerLoadDurability
 
utility1 - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationBase
 
utility2 - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationBase
 

V

validate() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility.SeenRowTracker
Validate that all the rows between startRow and stopRow are seen exactly once, and all other rows none
validateDeletedPartitionsFile(Configuration) - Static method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestImportTsv
Confirm the absence of the TotalOrderPartitioner partitions file.
VALUE - Static variable in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead
 
VALUE - Static variable in class org.apache.hadoop.hbase.client.AbstractTestScanCursor
 
value - Variable in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
value - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestLogRolling
 
value1 - Variable in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
value1 - Variable in class org.apache.hadoop.hbase.regionserver.TestRegionReplicaFailover
 
value2 - Variable in class org.apache.hadoop.hbase.regionserver.TestHRegion
 
VALUE_01 - Static variable in class org.apache.hadoop.hbase.client.TestPutDotHas
 
VALUE_1 - Static variable in class org.apache.hadoop.hbase.rest.RowResourceBase
 
VALUE_2 - Static variable in class org.apache.hadoop.hbase.rest.RowResourceBase
 
VALUE_3 - Static variable in class org.apache.hadoop.hbase.rest.RowResourceBase
 
VALUE_4 - Static variable in class org.apache.hadoop.hbase.rest.RowResourceBase
 
VALUE_5 - Static variable in class org.apache.hadoop.hbase.rest.RowResourceBase
 
VALUE_6 - Static variable in class org.apache.hadoop.hbase.rest.RowResourceBase
 
VALUE_SIZE - Static variable in class org.apache.hadoop.hbase.client.AbstractTestScanCursor
 
valueOf(String) - Static method in enum org.apache.hadoop.hbase.io.hfile.TagUsage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.mapreduce.TestTableSnapshotInputFormat.TestTableSnapshotCounters
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.master.DummyRegionProcedureState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.PerformanceEvaluation.Counter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.regionserver.wal.FaultyProtobufLogReader.FailureType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.rest.PerformanceEvaluation.Counter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.ScanPerformanceEvaluation.ScanCounter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.wal.FaultyFSLog.FailureType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.hadoop.hbase.io.hfile.TagUsage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.mapreduce.TestTableSnapshotInputFormat.TestTableSnapshotCounters
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.master.DummyRegionProcedureState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.PerformanceEvaluation.Counter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.regionserver.wal.FaultyProtobufLogReader.FailureType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.rest.PerformanceEvaluation.Counter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.ScanPerformanceEvaluation.ScanCounter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.wal.FaultyFSLog.FailureType
Returns an array containing the constants of this enum type, in the order they are declared.
verbose - Variable in class org.apache.hadoop.hbase.util.MultiThreadedAction
 
verify(TableName) - Method in class org.apache.hadoop.hbase.mapreduce.TestTableMapReduceBase
 
verify() - Method in class org.apache.hadoop.hbase.rsgroup.VerifyingRSGroupAdminClient
 
verify(byte[], byte[], byte[], byte[]) - Method in class org.apache.hadoop.hbase.StripeCompactionsPerformanceEvaluation.SeqShardedDataGenerator
 
verify(byte[], byte[], Set<byte[]>) - Method in class org.apache.hadoop.hbase.StripeCompactionsPerformanceEvaluation.SeqShardedDataGenerator
 
verify(byte[], byte[]...) - Static method in class org.apache.hadoop.hbase.util.LoadTestKVGenerator
Verifies that the given byte array is the same as what would be generated for the given seed strings (row/cf/column/...).
verify(byte[], byte[], byte[], byte[]) - Method in class org.apache.hadoop.hbase.util.MultiThreadedAction.DefaultDataGenerator
 
verify(byte[], byte[], Set<byte[]>) - Method in class org.apache.hadoop.hbase.util.MultiThreadedAction.DefaultDataGenerator
 
verifyBulkLoadEvent() - Method in class org.apache.hadoop.hbase.regionserver.TestBulkLoad
 
verifyCodecs(KeyValueScanner, int) - Method in class org.apache.hadoop.hbase.regionserver.DataBlockEncodingTool
Verify if all data block encoders are working properly.
VerifyingRSGroupAdminClient - Class in org.apache.hadoop.hbase.rsgroup
 
VerifyingRSGroupAdminClient(RSGroupAdmin, Configuration) - Constructor for class org.apache.hadoop.hbase.rsgroup.VerifyingRSGroupAdminClient
 
verifyInvocationResults(Integer[], Integer[]) - Method in class org.apache.hadoop.hbase.filter.TestInvocationRecordFilter
 
VerifyMapper() - Constructor for class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify.VerifyMapper
 
VerifyMapper() - Constructor for class org.apache.hadoop.hbase.test.IntegrationTestWithCellVisibilityLoadAndVerify.VerifyMapper
 
verifyMobRowCount(HBaseTestingUtility, TableName, long) - Static method in class org.apache.hadoop.hbase.snapshot.MobSnapshotTestingUtils
 
verifyNamespaces() - Method in class org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover
 
verifyNumericRows(Table, byte[], int, int, int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
verifyNumericRows(Region, byte[], int, int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
verifyNumericRows(HRegion, byte[], int, int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
verifyNumericRows(Region, byte[], int, int, boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
verifyNumericRows(HRegion, byte[], int, int, boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
VerifyReducer() - Constructor for class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify.VerifyReducer
 
verifyReplicasCameOnline(TableName, Admin, int) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils
 
VerifyReplicationLoop() - Constructor for class org.apache.hadoop.hbase.test.IntegrationTestReplication.VerifyReplicationLoop
 
verifyReservedNS() - Method in class org.apache.hadoop.hbase.TestNamespace
 
verifyResultAgainstDataGenerator(Result, boolean) - Method in class org.apache.hadoop.hbase.util.MultiThreadedAction
verifyResultAgainstDataGenerator(Result, boolean, boolean) - Method in class org.apache.hadoop.hbase.util.MultiThreadedAction
Verifies the result from get or scan using the dataGenerator (that was presumably also used to generate said result).
verifyResultsAndUpdateMetrics(boolean, Get[], long, Result[], Table, boolean) - Method in class org.apache.hadoop.hbase.test.IntegrationTestTimeBoundedRequestsWithRegionReplicas.TimeBoundedMultiThreadedReader.TimeBoundedMultiThreadedReaderThread
 
verifyResultsAndUpdateMetrics(boolean, Get[], long, Result[], Table, boolean) - Method in class org.apache.hadoop.hbase.util.MultiThreadedReader.HBaseReaderThread
 
verifyResultsAndUpdateMetrics(boolean, Get, long, Result, Table, boolean) - Method in class org.apache.hadoop.hbase.util.MultiThreadedReader.HBaseReaderThread
 
verifyRoundRobinDistribution(ClusterConnection, RegionLocator, int) - Method in class org.apache.hadoop.hbase.client.TestAdmin1
 
verifyRowCount(HBaseTestingUtility, TableName, long) - Method in class org.apache.hadoop.hbase.client.CloneSnapshotFromClientTestBase
 
verifyRowCount(HBaseTestingUtility, TableName, long) - Method in class org.apache.hadoop.hbase.client.RestoreSnapshotFromClientTestBase
 
verifyRowCount(HBaseTestingUtility, TableName, long) - Method in class org.apache.hadoop.hbase.client.TestMobCloneSnapshotFromClientNormal
 
verifyRowCount(HBaseTestingUtility, TableName, long) - Method in class org.apache.hadoop.hbase.client.TestMobRestoreSnapshotFromClientAfterSplittingRegions
 
verifyRowCount(HBaseTestingUtility, TableName, long) - Method in class org.apache.hadoop.hbase.client.TestMobRestoreSnapshotFromClientClone
 
verifyRowCount(HBaseTestingUtility, TableName, long) - Method in class org.apache.hadoop.hbase.client.TestMobRestoreSnapshotFromClientSchemaChange
 
verifyRowCount(HBaseTestingUtility, TableName, long) - Method in class org.apache.hadoop.hbase.client.TestMobRestoreSnapshotFromClientSimple
 
verifyRowCount(HBaseTestingUtility, TableName, long) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils
 
verifyRowCount(HBaseTestingUtility, TableName, long) - Method in class org.apache.hadoop.hbase.snapshot.TestFlushSnapshotFromClient
 
verifyRowCount(HBaseTestingUtility, TableName, long) - Method in class org.apache.hadoop.hbase.snapshot.TestMobFlushSnapshotFromClient
 
verifyRowCount(HBaseTestingUtility, TableName, long) - Method in class org.apache.hadoop.hbase.snapshot.TestMobRestoreFlushSnapshotFromClient
 
verifyRowCount(HBaseTestingUtility, TableName, long) - Method in class org.apache.hadoop.hbase.snapshot.TestRestoreFlushSnapshotFromClient
 
verifyRowFromMap(ImmutableBytesWritable, Result) - Static method in class org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatTestBase
 
verifyScanAcrossSnapshot2(KeyValue, KeyValue) - Method in class org.apache.hadoop.hbase.regionserver.TestDefaultMemStore
 
verifySnapshot(FileSystem, Path, TableName, String) - Method in class org.apache.hadoop.hbase.snapshot.TestExportSnapshot
 
verifySnapshot(Configuration, FileSystem, Path, TableName, String, TestExportSnapshot.RegionPredicate) - Static method in class org.apache.hadoop.hbase.snapshot.TestExportSnapshot
 
verifySnapshotDir(FileSystem, Path, FileSystem, Path) - Static method in class org.apache.hadoop.hbase.snapshot.TestExportSnapshot
 
verifyTableDescriptorIgnoreTableName(TableDescriptor, TableDescriptor) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
verifyTables() - Method in class org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover
 
verifyTags(Table) - Static method in class org.apache.hadoop.hbase.util.HFileTestUtil
This verifies that each cell has a tag that is equal to its rowkey name.
VerySlowMapReduceTests - Interface in org.apache.hadoop.hbase.testclassification
Tag a test as related to mapreduce and taking longer than 5 minutes to run on public build infrastructure.
VerySlowRegionServerTests - Interface in org.apache.hadoop.hbase.testclassification
Tag a test as region tests which takes longer than 5 minutes to run on public build infrastructure.

W

WAIT_TIMEOUT - Static variable in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
Waiter - Class in org.apache.hadoop.hbase
A class that provides a standard waitFor pattern See details at https://issues.apache.org/jira/browse/HBASE-7384
Waiter.ExplainingPredicate<E extends Exception> - Interface in org.apache.hadoop.hbase
A mixin interface, can be used with Waiter to explain failed state.
Waiter.Predicate<E extends Exception> - Interface in org.apache.hadoop.hbase
waitFor(Supplier<Boolean>, int, int) - Static method in class org.apache.hadoop.hbase.GenericTestUtils
 
waitFor(long, Waiter.Predicate<E>) - Method in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
waitFor(long, long, Waiter.Predicate<E>) - Method in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
waitFor(long, long, boolean, Waiter.Predicate<E>) - Method in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
waitFor(long) - Method in class org.apache.hadoop.hbase.MultithreadedTestUtil.TestContext
 
waitFor(Configuration, long, Waiter.Predicate<E>) - Static method in class org.apache.hadoop.hbase.Waiter
Waits up to the duration equal to the specified timeout multiplied by the Waiter.getWaitForRatio(Configuration) for the given Waiter.Predicate to become true, failing the test if the timeout is reached and the Predicate is still false.
waitFor(Configuration, long, long, Waiter.Predicate<E>) - Static method in class org.apache.hadoop.hbase.Waiter
Waits up to the duration equal to the specified timeout multiplied by the Waiter.getWaitForRatio(Configuration) for the given Waiter.Predicate to become true, failing the test if the timeout is reached and the Predicate is still false.
waitFor(Configuration, long, long, boolean, Waiter.Predicate<E>) - Static method in class org.apache.hadoop.hbase.Waiter
Waits up to the duration equal to the specified timeout multiplied by the Waiter.getWaitForRatio(Configuration) for the given Waiter.Predicate to become true, failing the test if the timeout is reached, the Predicate is still false and failIfTimeout is set as true.
waitForActiveAndReadyMaster(long) - Method in class org.apache.hadoop.hbase.DistributedHBaseCluster
 
waitForActiveAndReadyMaster() - Method in class org.apache.hadoop.hbase.HBaseCluster
Blocks until there is an active master and that master has completed initialization.
waitForActiveAndReadyMaster(long) - Method in class org.apache.hadoop.hbase.HBaseCluster
Blocks until there is an active master and that master has completed initialization.
waitForActiveAndReadyMaster(long) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Blocks until there is an active master and that master has completed initialization.
waitForBlocking() - Method in class org.apache.hadoop.hbase.regionserver.TestCompaction.BlockingStoreMockMaker
 
waitForCall() - Method in class org.apache.hadoop.hbase.GenericTestUtils.DelayAnswer
Wait until the method is called.
waitForCompactionToBlock() - Method in class org.apache.hadoop.hbase.TestIOFencing.CompactionBlockerRegion
 
waitForCreation() - Method in class org.apache.hadoop.hbase.regionserver.TestMasterAddressTracker.NodeCreationListener
 
waitForCreation() - Method in class org.apache.hadoop.hbase.zookeeper.TestZKNodeTracker.TestingZKListener
 
waitForDataChange() - Method in class org.apache.hadoop.hbase.zookeeper.TestZKNodeTracker.TestingZKListener
 
waitForDatanodesRegistered(int) - Method in class org.apache.hadoop.hbase.HBaseCluster
 
waitForDataNodeToStart(ServerName, long) - Method in class org.apache.hadoop.hbase.DistributedHBaseCluster
 
waitForDataNodeToStart(ServerName, long) - Method in class org.apache.hadoop.hbase.HBaseCluster
Wait for the specified datanode to join the cluster
waitForDataNodeToStart(ServerName, long) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
waitForDataNodeToStop(ServerName, long) - Method in class org.apache.hadoop.hbase.DistributedHBaseCluster
 
waitForDataNodeToStop(ServerName, long) - Method in class org.apache.hadoop.hbase.HBaseCluster
Wait for the specified datanode to stop the thread / process.
waitForDataNodeToStop(ServerName, long) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
waitForDeletion() - Method in class org.apache.hadoop.hbase.master.TestActiveMasterManager.NodeDeletionListener
 
waitForDeletion() - Method in class org.apache.hadoop.hbase.zookeeper.TestZKNodeTracker.TestingZKListener
 
waitForFinish() - Method in class org.apache.hadoop.hbase.test.IntegrationTestTimeBoundedRequestsWithRegionReplicas.TimeBoundedMultiThreadedReader
 
waitForFinish() - Method in class org.apache.hadoop.hbase.util.MultiThreadedAction
 
waitForFinish() - Method in class org.apache.hadoop.hbase.util.MultiThreadedUpdater
 
waitForFinish() - Method in class org.apache.hadoop.hbase.util.MultiThreadedWriter
 
waitForFirstPut() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion.PutThread
Block calling thread until this instance of PutThread has put at least one row.
waitForHostPort(String, int) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
waitForMasterToStop(ServerName, long) - Method in class org.apache.hadoop.hbase.DistributedHBaseCluster
 
waitForMasterToStop(ServerName, long) - Method in class org.apache.hadoop.hbase.HBaseCluster
Wait for the specified master to stop the thread / process.
waitForMasterToStop(ServerName, long) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
waitForNamenodeAvailable() - Method in class org.apache.hadoop.hbase.HBaseCluster
Wait for the namenode.
waitForQuotaInitialize(HBaseTestingUtility) - Static method in class org.apache.hadoop.hbase.namespace.TestNamespaceAuditor
 
waitForRegionServerToStart(String, int, long) - Method in class org.apache.hadoop.hbase.HBaseCluster
Wait for the specified region server to join the cluster
waitForRegionServerToStop(ServerName, long) - Method in class org.apache.hadoop.hbase.DistributedHBaseCluster
 
waitForRegionServerToStop(ServerName, long) - Method in class org.apache.hadoop.hbase.HBaseCluster
Wait for the specified region server to stop the thread / process.
waitForRegionServerToStop(ServerName, long) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
waitForReplication(int, int) - Static method in class org.apache.hadoop.hbase.replication.TestReplicationBase
 
waitForReplication() - Method in class org.apache.hadoop.hbase.test.IntegrationTestReplication.VerifyReplicationLoop
 
waitForResult() - Method in class org.apache.hadoop.hbase.GenericTestUtils.DelayAnswer
After calling proceed(), this will wait until the call has completed and a result has been returned to the caller.
waitForSnapshotToComplete(HMaster, SnapshotProtos.SnapshotDescription, long) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils
Helper method for testing async snapshot operations.
waitForStop() - Method in class org.apache.hadoop.hbase.chaos.monkies.CalmChaosMonkey
 
waitForStop() - Method in class org.apache.hadoop.hbase.chaos.monkies.ChaosMonkey
 
waitForStop() - Method in class org.apache.hadoop.hbase.chaos.monkies.PolicyBasedChaosMonkey
Wait for ChaosMonkey to stop.
waitForTableToBeOnline(HBaseTestingUtility, TableName) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils
 
waitForZkNodeToStart(ServerName, long) - Method in class org.apache.hadoop.hbase.DistributedHBaseCluster
 
waitForZkNodeToStart(ServerName, long) - Method in class org.apache.hadoop.hbase.HBaseCluster
Wait for the specified zookeeper node to join the cluster
waitForZkNodeToStart(ServerName, long) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
waitForZkNodeToStop(ServerName, long) - Method in class org.apache.hadoop.hbase.DistributedHBaseCluster
 
waitForZkNodeToStop(ServerName, long) - Method in class org.apache.hadoop.hbase.HBaseCluster
Wait for the specified zookeeper node to stop the thread / process.
waitForZkNodeToStop(ServerName, long) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
WaitingForMultiMutationsObserver() - Constructor for class org.apache.hadoop.hbase.client.TestFromClientSide3.WaitingForMultiMutationsObserver
 
WaitingForScanObserver() - Constructor for class org.apache.hadoop.hbase.client.TestFromClientSide3.WaitingForScanObserver
 
waitLabelAvailable(long, String...) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Wait until labels is ready in VisibilityLabelsCache.
waitOnMaster(int) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Wait for the specified master to stop.
waitOnRegionServer(int) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Wait for the specified region server to stop.
waitTableAvailable(TableName) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Wait until all regions in a table have been assigned.
waitTableAvailable(TableName, long) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
waitTableAvailable(byte[], long) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Wait until all regions in a table have been assigned
waitTableDeleted(TableName, long) - Method in class org.apache.hadoop.hbase.regionserver.TestRegionServerMetrics
 
waitTableDisabled(byte[]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Waits for a table to be 'disabled'.
waitTableDisabled(TableName, long) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
waitTableDisabled(byte[], long) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Waits for a table to be 'disabled'.
waitTableEnabled(TableName) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Waits for a table to be 'enabled'.
waitTableEnabled(byte[], long) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Waits for a table to be 'enabled'.
waitTableEnabled(TableName, long) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
WaitToBeMasterThread(ZKWatcher, ServerName) - Constructor for class org.apache.hadoop.hbase.master.TestActiveMasterManager.WaitToBeMasterThread
 
WaitToGetDataThread(ZKWatcher, String) - Constructor for class org.apache.hadoop.hbase.zookeeper.TestZKNodeTracker.WaitToGetDataThread
 
WaitToGetDataThread(ZKWatcher, String, TestZKNodeTracker.TestTracker) - Constructor for class org.apache.hadoop.hbase.zookeeper.TestZKNodeTracker.WaitToGetDataThread
 
waitUntilAllRegionsAssigned(TableName) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Wait until all regions for a table in hbase:meta have a non-empty info:server, up to a configuable timeout value (default is 60 seconds) This means all regions have been deployed, master has been informed and updated hbase:meta with the regions deployed server.
waitUntilAllRegionsAssigned(TableName, long) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Wait until all regions for a table in hbase:meta have a non-empty info:server, or until timeout.
waitUntilAllReplicasHaveRow(byte[]) - Static method in class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead
 
waitUntilAllSystemRegionsAssigned() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Waith until all system table's regions get assigned
waitUntilArrive() - Method in class org.apache.hadoop.hbase.master.DummyRegionProcedure
 
waitUntilNoRegionsInTransition(long) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Wait until no regions in transition.
waitUntilNoRegionsInTransition() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Wait until no regions in transition.
waitUntilProcedureTimeoutIncrease(HBaseTestingUtility, Class<? extends Procedure<?>>, int) - Static method in class org.apache.hadoop.hbase.ProcedureTestUtil
 
waitUntilProcedureWaitingTimeout(HBaseTestingUtility, Class<? extends Procedure<?>>, long) - Static method in class org.apache.hadoop.hbase.ProcedureTestUtil
 
waitUntilReplicationDone(int) - Method in class org.apache.hadoop.hbase.replication.SerialReplicationTestBase
 
waitUntilShutDown() - Method in class org.apache.hadoop.hbase.DistributedHBaseCluster
 
waitUntilShutDown() - Method in class org.apache.hadoop.hbase.HBaseCluster
Wait for HBase Cluster to shut down.
waitUntilShutDown() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
waitUtilTriggered() - Method in class org.apache.hadoop.hbase.namespace.TestNamespaceAuditor.CPRegionServerObserver
 
WALMapperSearcher() - Constructor for class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify.WALSearcher.WALMapperSearcher
 
WALPerformanceEvaluation - Class in org.apache.hadoop.hbase.wal
This class runs performance benchmarks for WAL.
WALPerformanceEvaluation() - Constructor for class org.apache.hadoop.hbase.wal.WALPerformanceEvaluation
 
walProvider - Variable in class org.apache.hadoop.hbase.regionserver.TestCompactionInDeadRegionServer
 
walProvider - Variable in class org.apache.hadoop.hbase.regionserver.TestWALMonotonicallyIncreasingSeqId
 
walProvider - Variable in class org.apache.hadoop.hbase.regionserver.wal.TestDurability
 
walProvider - Variable in class org.apache.hadoop.hbase.regionserver.wal.TestWALConfiguration
 
walProvider - Variable in class org.apache.hadoop.hbase.wal.TestBoundedRegionGroupingStrategy
 
walProvider - Variable in class org.apache.hadoop.hbase.wal.TestSecureWAL
 
walProvider - Variable in class org.apache.hadoop.hbase.wal.TestWALOpenAfterDNRollingStart
 
wals - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractTestProtobufLog
 
wals - Variable in class org.apache.hadoop.hbase.wal.TestWALFactory
 
WALSearcher(Configuration) - Constructor for class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify.WALSearcher
 
walType - Variable in class org.apache.hadoop.hbase.regionserver.TestShutdownWhileWALBroken
 
wasAbortProcedureCalled() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
wasAssignCalled() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
wasBalanceCalled() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
wasBalanceSwitchCalled() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
wasCloneSnapshotCalled() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
wasClosed() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
wasCompacted() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
wasCreateNamespaceCalled() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
wasCreateTableActionCalled() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
wasCreateTableActionCalledOnly() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
wasCreateTableCalled() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterCoprocessorExceptionWithAbort.BuggyMasterObserver
 
wasCreateTableCalled() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterCoprocessorExceptionWithRemove.BuggyMasterObserver
 
wasCreateTableCalled() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
wasDeleteNamespaceCalled() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
wasDeleteSnapshotCalled() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
wasDeleteTableActionCalled() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
wasDeleteTableActionCalledOnly() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
wasDeleteTableCalled() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
wasDisableTableActionCalled() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
wasDisableTableCalled() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
wasEnableTableActionCalled() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
wasEnableTableCalled() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
wasFlushed() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
wasGetLocksCalled() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
wasGetNamespaceDescriptorCalled() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
wasGetProceduresCalled() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
wasGetTableDescriptorsCalled() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
wasGetTableNamesCalled() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
wasListNamespaceDescriptorsCalled() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
wasListSnapshotCalled() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
wasMasterInitializationCalled() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
wasMergeRegionsCalled() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
wasModifyNamespaceCalled() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
wasModifyTableActionCalled() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
wasModifyTableActionCalledOnly() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
wasModifyTableCalled() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
wasMoveCalled() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
wasOpened() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
wasPreAbortProcedureCalledOnly() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
wasPreCreateTableActionCalled() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
wasPreGetLocksCalledOnly() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
wasPreGetProceduresCalledOnly() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
wasRegionOfflineCalled() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
wasRestoreSnapshotCalled() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
wasScannerCloseCalled() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
wasScannerFilterRowCalled() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
wasScannerNextCalled() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
wasScannerOpenCalled() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
wasShutdownCalled() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
wasSnapshotCalled() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
wasStarted() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterCoprocessorExceptionWithAbort.BuggyMasterObserver
 
wasStarted() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterCoprocessorExceptionWithRemove.BuggyMasterObserver
 
wasStarted() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
wasStartMasterCalled() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterCoprocessorExceptionWithAbort.BuggyMasterObserver
 
wasStartMasterCalled() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterCoprocessorExceptionWithRemove.BuggyMasterObserver
 
wasStartMasterCalled() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
wasStopMasterCalled() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
wasStopped() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
wasStoreFileReaderOpenCalled() - Method in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver
 
wasTruncateTableActionCalled() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
wasTruncateTableActionCalledOnly() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
wasTruncateTableCalled() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
wasUnassignCalled() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
 
WHAT_TO_THROW - Static variable in class org.apache.hadoop.hbase.coprocessor.TestRegionServerCoprocessorEndpoint
 
width - Variable in class org.apache.hadoop.hbase.test.IntegrationTestReplication
 
wipeOutMeta() - Method in class org.apache.hadoop.hbase.util.hbck.OfflineMetaRebuildTestCore
 
workDone() - Method in class org.apache.hadoop.hbase.AcidGuaranteesTestTool.AtomicGetReader
 
workDone() - Method in class org.apache.hadoop.hbase.AcidGuaranteesTestTool.AtomicityWriter
 
workDone() - Method in class org.apache.hadoop.hbase.AcidGuaranteesTestTool.AtomicScanReader
 
workDone() - Method in class org.apache.hadoop.hbase.MultithreadedTestUtil.RepeatingTestThread
 
wrapMultiplier - Variable in class org.apache.hadoop.hbase.test.IntegrationTestReplication
 
write(DataOutput) - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.EmptySplit
 
write(DataOutput) - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.LinkChain
 
write(DataOutput) - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.LinkKey
 
write(DataOutput) - Method in class org.apache.hadoop.hbase.rest.PerformanceEvaluation.PeInputSplit
 
writeData(int, int, int, long, long) - Method in class org.apache.hadoop.hbase.test.IntegrationTestTimeBoundedRequestsWithRegionReplicas
 
WRITER - Static variable in class org.apache.hadoop.hbase.replication.SerialReplicationTestBase
 
writer - Variable in class org.apache.hadoop.hbase.util.MultiThreadedReader
 
writeRegionOpenMarker(WAL, long) - Method in class org.apache.hadoop.hbase.regionserver.TestOpenSeqNumUnexpectedIncrease.MockHRegion
 
writers - Variable in class org.apache.hadoop.hbase.util.MultiThreadedWriter
 
writerThreads - Variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
writerThreads - Variable in class org.apache.hadoop.hbase.util.TestMiniClusterLoadSequential
 
writeStoreFile(StoreFileWriter, String) - Static method in class org.apache.hadoop.hbase.mob.MobTestUtil
 
writeStoreFile(StoreFileWriter, byte[], byte[]) - Static method in class org.apache.hadoop.hbase.regionserver.TestHStoreFile
 
wroteKeyQueueSize - Variable in class org.apache.hadoop.hbase.util.MultiThreadedWriterBase
The total size of the temporary inserted/updated key set that have not yet lined up in a our contiguous sequence starting from startKey.
wroteKeys - Variable in class org.apache.hadoop.hbase.util.MultiThreadedWriterBase
A temporary place to keep track of inserted/updated keys.
wroteUpToKey - Variable in class org.apache.hadoop.hbase.util.MultiThreadedWriterBase
The highest key in the contiguous range of keys .
wroteUpToKey() - Method in class org.apache.hadoop.hbase.util.MultiThreadedWriterBase
The max key until which all keys have been inserted/updated (successfully or not).

X

xmlMarshaller - Static variable in class org.apache.hadoop.hbase.rest.RowResourceBase
 
xmlUnmarshaller - Static variable in class org.apache.hadoop.hbase.rest.RowResourceBase
 

Y

yyy - Static variable in class org.apache.hadoop.hbase.client.TestTableSnapshotScanner
 

Z

Zipf(Random, int, int, double) - Constructor for class org.apache.hadoop.hbase.io.hfile.RandomDistribution.Zipf
Constructor
Zipf(Random, int, int, double, double) - Constructor for class org.apache.hadoop.hbase.io.hfile.RandomDistribution.Zipf
Constructor.
ZK_MAX_COUNT - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationStateBasic
 
ZK_SLEEP_INTERVAL - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationStateBasic
 
ZKTests - Interface in org.apache.hadoop.hbase.testclassification
For tests which test the general logic of zookeeper related tools, such as RecoverableZooKeeper, not for tests which depend on ZooKeeper.
zkTimeoutCount - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationStateBasic
 
zkw1 - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationBase
 
zkw2 - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationBase
 
zooKeeperWatcher - Variable in class org.apache.hadoop.hbase.HBaseZKTestingUtility
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links

Copyright © 2007–2019 Cloudera. All rights reserved.