Skip navigation links
Hortonworks Data Platform 3.0.0
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 _ 

T

TABLE - Static variable in class org.apache.hadoop.hbase.rest.RowResourceBase
 
TABLE_ARG - Static variable in class org.apache.hadoop.hbase.trace.IntegrationTestSendTraceRequests
 
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_MAP_KEY - Static variable in class org.apache.hadoop.hbase.mapreduce.WALPlayer
 
TABLE_NAME - Static variable in class org.apache.hadoop.hbase.IntegrationTestManyRegions
 
TABLE_NAME - Static variable in class org.apache.hadoop.hbase.mapreduce.Import
 
TABLE_NAME - Static variable in class org.apache.hadoop.hbase.PerformanceEvaluation
 
TABLE_NAME - Static variable in class org.apache.hadoop.hbase.rest.model.TestTableSchemaModel
 
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_DEFAULT - Static variable in class org.apache.hadoop.hbase.trace.IntegrationTestSendTraceRequests
 
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
 
TABLE_QUOTA_USAGE_DESC - Static variable in interface org.apache.hadoop.hbase.master.MetricsMasterQuotaSource
 
TABLE_QUOTA_USAGE_NAME - Static variable in interface org.apache.hadoop.hbase.master.MetricsMasterQuotaSource
 
TABLE_SIZE - Static variable in interface org.apache.hadoop.hbase.regionserver.MetricsTableSource
 
TABLE_SIZE_DESC - Static variable in interface org.apache.hadoop.hbase.regionserver.MetricsTableSource
 
tableDescriptors - Variable in class org.apache.hadoop.hbase.regionserver.HRegionServer
Go here to get table descriptors.
tableDict - Variable in class org.apache.hadoop.hbase.regionserver.wal.CompressionContext
 
TableHash() - Constructor for class org.apache.hadoop.hbase.mapreduce.HashTable.TableHash
 
TableHFileArchiveTracker - Class in org.apache.hadoop.hbase.backup.example
Track HFile archiving state changes in ZooKeeper.
TableInfoModel - Class in org.apache.hadoop.hbase.rest.model
Representation of a list of table regions.
TableInfoModel() - Constructor for class org.apache.hadoop.hbase.rest.model.TableInfoModel
Default constructor
TableInfoModel(String) - Constructor for class org.apache.hadoop.hbase.rest.model.TableInfoModel
Constructor
TableInputFormat - Class in org.apache.hadoop.hbase.mapred
Convert HBase tabular data into a format that is consumable by Map/Reduce.
TableInputFormat() - Constructor for class org.apache.hadoop.hbase.mapred.TableInputFormat
 
TableInputFormat - Class in org.apache.hadoop.hbase.mapreduce
Convert HBase tabular data into a format that is consumable by Map/Reduce.
TableInputFormat() - Constructor for class org.apache.hadoop.hbase.mapreduce.TableInputFormat
 
TableInputFormatBase - Class in org.apache.hadoop.hbase.mapred
A Base for TableInputFormats.
TableInputFormatBase() - Constructor for class org.apache.hadoop.hbase.mapred.TableInputFormatBase
 
TableInputFormatBase - Class in org.apache.hadoop.hbase.mapreduce
A base for TableInputFormats.
TableInputFormatBase() - Constructor for class org.apache.hadoop.hbase.mapreduce.TableInputFormatBase
 
TableListModel - Class in org.apache.hadoop.hbase.rest.model
Simple representation of a list of table names.
TableListModel() - Constructor for class org.apache.hadoop.hbase.rest.model.TableListModel
Default constructor
tableLock(TableName, boolean, String, Abortable) - Method in class org.apache.hadoop.hbase.client.locking.LockServiceClient
Create a new EntityLock object to acquire an exclusive or shared lock on a table.
tableLock - Variable in class org.apache.hadoop.hbase.master.snapshot.TakeSnapshotHandler
 
TableMap<K extends <any>,V> - Interface in org.apache.hadoop.hbase.mapred
Scan an HBase table to sort by a specified sort column.
TableMapper<KEYOUT,VALUEOUT> - Class in org.apache.hadoop.hbase.mapreduce
Extends the base Mapper class to add the required input key and value classes.
TableMapper() - Constructor for class org.apache.hadoop.hbase.mapreduce.TableMapper
 
TableMapReduceUtil - Class in org.apache.hadoop.hbase.mapred
Utility for TableMap and TableReduce
TableMapReduceUtil() - Constructor for class org.apache.hadoop.hbase.mapred.TableMapReduceUtil
 
TableMapReduceUtil - Class in org.apache.hadoop.hbase.mapreduce
Utility for TableMapper and TableReducer
TableMapReduceUtil() - Constructor for class org.apache.hadoop.hbase.mapreduce.TableMapReduceUtil
 
TableModel - Class in org.apache.hadoop.hbase.rest.model
Simple representation of a table name.
TableModel() - Constructor for class org.apache.hadoop.hbase.rest.model.TableModel
Default constructor
TableModel(String) - Constructor for class org.apache.hadoop.hbase.rest.model.TableModel
Constructor
tableName - Variable in class org.apache.hadoop.hbase.chaos.factories.MonkeyFactory
 
tableName - Variable in class org.apache.hadoop.hbase.mob.compactions.MobCompactor
 
tableName - Variable in class org.apache.hadoop.hbase.snapshot.TestExportSnapshot
 
tableName - Static variable in class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedListWithVisibility
 
tableNames - Static variable in class org.apache.hadoop.hbase.IntegrationTestBackupRestore
 
TableNamespaceManager - Class in org.apache.hadoop.hbase.master
This is a helper class used internally to manage the namespace metadata that is stored in TableName.NAMESPACE_TABLE_NAME.
TableOutputCommitter - Class in org.apache.hadoop.hbase.mapreduce
Small committer class that does not do anything.
TableOutputCommitter() - Constructor for class org.apache.hadoop.hbase.mapreduce.TableOutputCommitter
 
TableOutputFormat - Class in org.apache.hadoop.hbase.mapred
Convert Map/Reduce output and write it to an HBase table
TableOutputFormat() - Constructor for class org.apache.hadoop.hbase.mapred.TableOutputFormat
 
TableOutputFormat<KEY> - Class in org.apache.hadoop.hbase.mapreduce
Convert Map/Reduce output and write it to an HBase table.
TableOutputFormat() - Constructor for class org.apache.hadoop.hbase.mapreduce.TableOutputFormat
 
TableOutputFormat.TableRecordWriter - Class in org.apache.hadoop.hbase.mapred
Convert Reduce output (key, value) to (HStoreKey, KeyedDataArrayWritable) and write to an HBase table.
TableOutputFormat.TableRecordWriter - Class in org.apache.hadoop.hbase.mapreduce
Writes the reducer output to an HBase table.
tablePrefix - Static variable in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
TableProcedureInterface - Interface in org.apache.hadoop.hbase.master.procedure
Procedures that operates on a specific Table (e.g.
TableProcedureInterface.TableOperationType - Enum in org.apache.hadoop.hbase.master.procedure
 
TableRecordReader - Class in org.apache.hadoop.hbase.mapred
Iterate over an HBase table data, return (Text, RowResult) pairs
TableRecordReader() - Constructor for class org.apache.hadoop.hbase.mapred.TableRecordReader
 
TableRecordReader - Class in org.apache.hadoop.hbase.mapreduce
Iterate over an HBase table data, return (ImmutableBytesWritable, Result) pairs.
TableRecordReader() - Constructor for class org.apache.hadoop.hbase.mapreduce.TableRecordReader
 
TableRecordReaderImpl - Class in org.apache.hadoop.hbase.mapred
Iterate over an HBase table data, return (Text, RowResult) pairs
TableRecordReaderImpl() - Constructor for class org.apache.hadoop.hbase.mapred.TableRecordReaderImpl
 
TableRecordReaderImpl - Class in org.apache.hadoop.hbase.mapreduce
Iterate over an HBase table data, return (ImmutableBytesWritable, Result) pairs.
TableRecordReaderImpl() - Constructor for class org.apache.hadoop.hbase.mapreduce.TableRecordReaderImpl
 
TableRecordWriter(BufferedMutator) - Constructor for class org.apache.hadoop.hbase.mapred.TableOutputFormat.TableRecordWriter
Deprecated.
Please use #TableRecordWriter(JobConf) This version does not clean up connections and will leak connections (removed in 2.0)
TableRecordWriter(JobConf) - Constructor for class org.apache.hadoop.hbase.mapred.TableOutputFormat.TableRecordWriter
Instantiate a TableRecordWriter with a BufferedMutator for batch writing.
TableRecordWriter() - Constructor for class org.apache.hadoop.hbase.mapreduce.TableOutputFormat.TableRecordWriter
 
TableReduce<K extends WritableComparable,V> - Interface in org.apache.hadoop.hbase.mapred
Write a table, sorting by the input key
TableReducer<KEYIN,VALUEIN,KEYOUT> - Class in org.apache.hadoop.hbase.mapreduce
Extends the basic Reducer class to add the required key and value input/output classes.
TableReducer() - Constructor for class org.apache.hadoop.hbase.mapreduce.TableReducer
 
TableRegionModel - Class in org.apache.hadoop.hbase.rest.model
Representation of a region of a table and its current location on the storage cluster.
TableRegionModel() - Constructor for class org.apache.hadoop.hbase.rest.model.TableRegionModel
Constructor
TableRegionModel(String, long, byte[], byte[]) - Constructor for class org.apache.hadoop.hbase.rest.model.TableRegionModel
Constructor
TableRegionModel(String, long, byte[], byte[], String) - Constructor for class org.apache.hadoop.hbase.rest.model.TableRegionModel
Constructor
TableResource - Class in org.apache.hadoop.hbase.rest
 
TableResource(String) - Constructor for class org.apache.hadoop.hbase.rest.TableResource
Constructor
TABLES_KEY - Static variable in class org.apache.hadoop.hbase.mapreduce.WALPlayer
 
TABLES_ON_MASTER - Static variable in interface org.apache.hadoop.hbase.master.LoadBalancer
Master can carry regions as of hbase-2.0.0.
TableScanResource - Class in org.apache.hadoop.hbase.rest
 
TableScanResource(ResultScanner, int) - Constructor for class org.apache.hadoop.hbase.rest.TableScanResource
 
TableScanResource.CellSetModelStream - Class in org.apache.hadoop.hbase.rest
 
TableSchemaModel - Class in org.apache.hadoop.hbase.rest.model
A representation of HBase table descriptors.
TableSchemaModel() - Constructor for class org.apache.hadoop.hbase.rest.model.TableSchemaModel
Default constructor.
TableSchemaModel(HTableDescriptor) - Constructor for class org.apache.hadoop.hbase.rest.model.TableSchemaModel
Constructor
tableSeparator - Static variable in class org.apache.hadoop.hbase.mapreduce.HFileOutputFormat2
 
tableSeparator - Static variable in class org.apache.hadoop.hbase.mapreduce.WALPlayer
 
TableSnapshotInputFormat - Class in org.apache.hadoop.hbase.mapred
TableSnapshotInputFormat allows a MapReduce job to run over a table snapshot.
TableSnapshotInputFormat() - Constructor for class org.apache.hadoop.hbase.mapred.TableSnapshotInputFormat
 
TableSnapshotInputFormat - Class in org.apache.hadoop.hbase.mapreduce
TableSnapshotInputFormat allows a MapReduce job to run over a table snapshot.
TableSnapshotInputFormat() - Constructor for class org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormat
 
TableSnapshotInputFormat.TableSnapshotRegionSplit - Class in org.apache.hadoop.hbase.mapred
 
TableSnapshotInputFormat.TableSnapshotRegionSplit - Class in org.apache.hadoop.hbase.mapreduce
 
TableSnapshotInputFormatImpl - Class in org.apache.hadoop.hbase.mapreduce
Hadoop MR API-agnostic implementation for mapreduce over table snapshots.
TableSnapshotInputFormatImpl() - Constructor for class org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatImpl
 
TableSnapshotInputFormatImpl.InputSplit - Class in org.apache.hadoop.hbase.mapreduce
Implementation class for InputSplit logic common between mapred and mapreduce.
TableSnapshotInputFormatImpl.RecordReader - Class in org.apache.hadoop.hbase.mapreduce
Implementation class for RecordReader logic common between mapred and mapreduce.
TableSnapshotInputFormatTestBase - Class in org.apache.hadoop.hbase.mapreduce
 
TableSnapshotInputFormatTestBase() - Constructor for class org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatTestBase
 
TableSnapshotRegionSplit() - Constructor for class org.apache.hadoop.hbase.mapred.TableSnapshotInputFormat.TableSnapshotRegionSplit
 
TableSnapshotRegionSplit(TableSnapshotInputFormatImpl.InputSplit) - Constructor for class org.apache.hadoop.hbase.mapred.TableSnapshotInputFormat.TableSnapshotRegionSplit
 
TableSnapshotRegionSplit(HTableDescriptor, HRegionInfo, List<String>, Scan, Path) - Constructor for class org.apache.hadoop.hbase.mapred.TableSnapshotInputFormat.TableSnapshotRegionSplit
 
TableSnapshotRegionSplit() - Constructor for class org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormat.TableSnapshotRegionSplit
 
TableSnapshotRegionSplit(TableSnapshotInputFormatImpl.InputSplit) - Constructor for class org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormat.TableSnapshotRegionSplit
 
TableSnapshotRegionSplit(HTableDescriptor, HRegionInfo, List<String>, Scan, Path) - Constructor for class org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormat.TableSnapshotRegionSplit
 
TableSnapshotScanner - Class in org.apache.hadoop.hbase.client
A Scanner which performs a scan over snapshot files.
TableSnapshotScanner(Configuration, Path, String, Scan) - Constructor for class org.apache.hadoop.hbase.client.TableSnapshotScanner
Creates a TableSnapshotScanner.
TableSnapshotScanner(Configuration, Path, Path, String, Scan) - Constructor for class org.apache.hadoop.hbase.client.TableSnapshotScanner
 
TableSnapshotScanner(Configuration, Path, Path, String, Scan, boolean) - Constructor for class org.apache.hadoop.hbase.client.TableSnapshotScanner
Creates a TableSnapshotScanner.
tablesOnMaster - Variable in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer
 
TableSplit - Class in org.apache.hadoop.hbase.mapred
A table split corresponds to a key range [low, high)
TableSplit() - Constructor for class org.apache.hadoop.hbase.mapred.TableSplit
default constructor
TableSplit(TableName, byte[], byte[], String) - Constructor for class org.apache.hadoop.hbase.mapred.TableSplit
Constructor
TableSplit - Class in org.apache.hadoop.hbase.mapreduce
A table split corresponds to a key range (low, high) and an optional scanner.
TableSplit() - Constructor for class org.apache.hadoop.hbase.mapreduce.TableSplit
Default constructor.
TableSplit(TableName, Scan, byte[], byte[], String) - Constructor for class org.apache.hadoop.hbase.mapreduce.TableSplit
Creates a new instance while assigning all variables.
TableSplit(TableName, Scan, byte[], byte[], String, long) - Constructor for class org.apache.hadoop.hbase.mapreduce.TableSplit
Creates a new instance while assigning all variables.
TableSplit(TableName, Scan, byte[], byte[], String, String, long) - Constructor for class org.apache.hadoop.hbase.mapreduce.TableSplit
Creates a new instance while assigning all variables.
TableSplit(TableName, byte[], byte[], String) - Constructor for class org.apache.hadoop.hbase.mapreduce.TableSplit
Creates a new instance without a scanner.
TableSplit(TableName, byte[], byte[], String, long) - Constructor for class org.apache.hadoop.hbase.mapreduce.TableSplit
Creates a new instance without a scanner.
TableStateManager - Class in org.apache.hadoop.hbase.master
This is a helper class used to manage table states.
TableStateManager(MasterServices) - Constructor for class org.apache.hadoop.hbase.master.TableStateManager
 
TableStateManager.TableStateNotFoundException - Class in org.apache.hadoop.hbase.master
 
tagsPresent - Variable in class org.apache.hadoop.hbase.regionserver.Segment
 
tailMap(Cell, boolean) - Method in class org.apache.hadoop.hbase.regionserver.CellFlatMap
 
tailMap(Cell) - Method in class org.apache.hadoop.hbase.regionserver.CellFlatMap
 
tailSet(Cell) - Method in class org.apache.hadoop.hbase.regionserver.CellSet
 
tailSet(Cell, boolean) - Method in class org.apache.hadoop.hbase.regionserver.CellSet
 
tailSet(Cell) - Method in class org.apache.hadoop.hbase.regionserver.CompositeImmutableSegment
Returns a subset of the segment cell set, which starts with the given cell
tailSet(Cell) - Method in class org.apache.hadoop.hbase.regionserver.Segment
Returns a subset of the segment cell set, which starts with the given cell
take() - Method in class org.apache.hadoop.hbase.ipc.AdaptiveLifoCoDelCallQueue
Behaves as LinkedBlockingQueue.take(), except it will silently skip all calls which it thinks should be dropped.
take() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceWALReader
Retrieves the next batch of WAL entries from the queue, waiting up to the specified time for a batch to become available
takeSnapshot(SnapshotDescription) - Method in class org.apache.hadoop.hbase.master.snapshot.SnapshotManager
Take a snapshot based on the enabled/disabled state of the table.
TakeSnapshotHandler - Class in org.apache.hadoop.hbase.master.snapshot
A handler for taking snapshots from the master.
TakeSnapshotHandler(SnapshotDescription, MasterServices, SnapshotManager) - Constructor for class org.apache.hadoop.hbase.master.snapshot.TakeSnapshotHandler
 
targets - Variable in class org.apache.hadoop.hbase.tool.Canary.Monitor
 
targetServer - Variable in class org.apache.hadoop.hbase.master.assignment.AssignProcedure
Gets set as desired target on move, merge, etc., when we want to go to a particular server.
Task() - Constructor for class org.apache.hadoop.hbase.master.SplitLogManager.Task
 
TaskBatch() - Constructor for class org.apache.hadoop.hbase.master.SplitLogManager.TaskBatch
 
TaskMonitor - Class in org.apache.hadoop.hbase.monitoring
Singleton which keeps track of tasks going on in this VM.
tcpKeepAlive - Variable in class org.apache.hadoop.hbase.ipc.RpcServer
 
tcpNoDelay - Variable in class org.apache.hadoop.hbase.ipc.RpcServer
 
tearDown() - Method in class org.apache.hadoop.hbase.IntegrationTestBackupRestore
 
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() - Method in class org.apache.hadoop.hbase.mapreduce.MultiTableInputFormatTestBase
 
tearDown() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableSnapshotInputFormat
 
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() - Method in class org.apache.hadoop.hbase.snapshot.TestExportSnapshot
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.chaos.actions.TestChangeSplitPolicyAction
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.AbstractTestShell
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.rsgroup.TestShellRSGroups
 
tearDownAfterClass() - Static method in class org.apache.hadoop.hbase.client.TestShellNoCluster
 
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.TestWALRecordReader
 
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
 
tearDownCluster() - Method in class org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatTestBase
 
TEMP_DIR_NAME - Static variable in class org.apache.hadoop.hbase.mob.MobConstants
 
terminate(String) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
 
terminate(String, Exception) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
 
terminate(String, Exception, boolean) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
 
terminate(String) - Method in interface org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceInterface
End the replication
terminate(String, Exception) - Method in interface org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceInterface
End the replication
test() - Method in class org.apache.hadoop.hbase.IntegrationTestRegionReplicaPerf
 
TEST_BUILD_WEBAPPS - Static variable in class org.apache.hadoop.hbase.http.HttpServerFunctionalTest
JVM property for the webapp test dir : "test.build.webapps"
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_SKIP_REPORTING_TRANSITION - Static variable in class org.apache.hadoop.hbase.regionserver.HRegionServer
For testing only! Set to true to skip notifying region assignment to master .
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.AbstractTestShell
 
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.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_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.
testAddDependencyJars() - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestTableMapReduceUtil
Look for jars we expect to be on the classpath by name.
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
testAddRSGroup() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsWithACL
 
TestAdminShell - Class in org.apache.hadoop.hbase.client
 
TestAdminShell() - Constructor for class org.apache.hadoop.hbase.client.TestAdminShell
 
testAllowedClient() - Method in class org.apache.hadoop.hbase.http.TestSpnegoHttpServer
 
testAppenderDefined() - Method in class org.apache.hadoop.hbase.http.TestHttpRequestLog
 
testAppenderUndefined() - Method in class org.apache.hadoop.hbase.http.TestHttpRequestLog
 
testAppendJSON() - Method in class org.apache.hadoop.hbase.rest.TestGetAndPutResource
 
testAppendPB() - Method in class org.apache.hadoop.hbase.rest.TestGetAndPutResource
 
testAppendXML() - Method in class org.apache.hadoop.hbase.rest.TestGetAndPutResource
 
testAsUnitTest() - Method in class org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover
 
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.TestTableInputFormatScan1
Test if autoBalance create correct splits
testBackupRestore() - Method in class org.apache.hadoop.hbase.IntegrationTestBackupRestore
 
testBadFormat() - Method in class org.apache.hadoop.hbase.http.conf.TestConfServlet
 
testBalanceCluster() - Method in class org.apache.hadoop.hbase.master.balancer.TestRSGroupBasedLoadBalancer
Test the load balancing algorithm.
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.
testBasicStartUp() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroups
 
testBindAddress() - Method in class org.apache.hadoop.hbase.http.TestHttpServer
 
testBlockStoragePolicy() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedHFileOutputFormat2
 
testBlockStoragePolicy() - Method in class org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat2
 
testBogusArgs() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
testBuildModel() - Method in class org.apache.hadoop.hbase.rest.model.TestCellModel
 
testBuildModel() - Method in class org.apache.hadoop.hbase.rest.model.TestCellSetModel
 
testBuildModel() - Method in class org.apache.hadoop.hbase.rest.model.TestModelBase
 
testBuildModel() - Method in class org.apache.hadoop.hbase.rest.model.TestNamespacesInstanceModel
 
testBuildModel() - Method in class org.apache.hadoop.hbase.rest.model.TestNamespacesModel
 
testBuildModel() - Method in class org.apache.hadoop.hbase.rest.model.TestTableInfoModel
 
testBuildModel() - Method in class org.apache.hadoop.hbase.rest.model.TestTableSchemaModel
 
testBulkAssignment() - Method in class org.apache.hadoop.hbase.master.balancer.TestRSGroupBasedLoadBalancer
Tests the bulk assignment used during cluster startup.
testBulkLoad() - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad
 
testBulkLoad() - Method in class org.apache.hadoop.hbase.spark.IntegrationTestSparkBulkLoad
 
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
 
testCannotDeleteDefaultAndHbaseNamespaces() - Method in class org.apache.hadoop.hbase.rest.TestNamespacesInstanceResource
 
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
 
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
 
TestCellModel - Class in org.apache.hadoop.hbase.rest.model
 
TestCellModel() - Constructor for class org.apache.hadoop.hbase.rest.model.TestCellModel
 
TestCellSetModel - Class in org.apache.hadoop.hbase.rest.model
 
TestCellSetModel() - Constructor for class org.apache.hadoop.hbase.rest.model.TestCellSetModel
 
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
 
testCheckAndDelete() - Method in class org.apache.hadoop.hbase.rest.client.TestRemoteHTableRetries
 
testCheckAndDelete() - Method in class org.apache.hadoop.hbase.rest.client.TestRemoteTable
 
testCheckAndPut() - Method in class org.apache.hadoop.hbase.rest.client.TestRemoteHTableRetries
 
testClearDeadServers() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
testCloneSnapshot() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroups
 
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
TestColumnSchemaModel - Class in org.apache.hadoop.hbase.rest.model
 
TestColumnSchemaModel() - Constructor for class org.apache.hadoop.hbase.rest.model.TestColumnSchemaModel
 
testCombiner() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableMapReduceBase
 
TestCompatibilitySingletonFactory - Class in org.apache.hadoop.hbase
 
TestCompatibilitySingletonFactory() - Constructor for class org.apache.hadoop.hbase.TestCompatibilitySingletonFactory
 
testCompoundFilter() - Method in class org.apache.hadoop.hbase.rest.TestTableScan
 
testConfiguration() - Method in class org.apache.hadoop.hbase.http.lib.TestStaticUserWebFilter
 
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
 
testConnectionExhaustion() - Method in class org.apache.hadoop.hbase.mapred.TestTableOutputFormatConnectionExhaust
 
testConsecutiveExports() - Method in class org.apache.hadoop.hbase.snapshot.TestExportSnapshot
 
testContentTypes() - Method in class org.apache.hadoop.hbase.http.TestHttpServer
 
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
 
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.
testCreateAndDrop() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
testCreatedServerIsNotAlive() - Method in class org.apache.hadoop.hbase.http.TestHttpServerLifecycle
Test that the server is alive once started
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
 
testCreateTableWithRegions() - Method in class org.apache.hadoop.hbase.IntegrationTestManyRegions
 
testCreateWhenRsgroupNoOnlineServers() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
testCustomFilter() - Method in class org.apache.hadoop.hbase.rest.TestTableScan
 
testDefaultInMemoryCompaction() - Method in class org.apache.hadoop.hbase.TestPerformanceEvaluation
 
testDefaultNamespaceCreateAndAssign() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroups
 
testDelete() - Method in class org.apache.hadoop.hbase.rest.client.TestRemoteHTableRetries
 
testDelete() - Method in class org.apache.hadoop.hbase.rest.client.TestRemoteTable
 
testDeleteNonExistentColumn() - Method in class org.apache.hadoop.hbase.rest.TestDeleteRow
 
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
 
testDeleteXML() - Method in class org.apache.hadoop.hbase.rest.TestDeleteRow
 
testDeprecatedExtensionOfTableInputFormatBase() - Method in class org.apache.hadoop.hbase.mapred.TestTableInputFormat
 
testDeprecatedExtensionOfTableInputFormatBase() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormat
 
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.
testDisabledTableMove() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
testDisallowedJSONPCallback() - Method in class org.apache.hadoop.hbase.http.jmx.TestJMXJsonServlet
 
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
 
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
 
testDurability() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedImportExport2
 
testDurability() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportExport
 
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.
testEmptyExportFileSystemState() - Method in class org.apache.hadoop.hbase.snapshot.TestExportSnapshot
 
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
 
testEquals() - Method in class org.apache.hadoop.hbase.rest.model.TestCellModel
 
testEquals() - Method in class org.apache.hadoop.hbase.rest.model.TestRowModel
 
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
 
testExistingManifest() - Method in class org.apache.hadoop.hbase.mapreduce.TestJarFinder
 
testExpandedClasspath() - Method in class org.apache.hadoop.hbase.mapreduce.TestJarFinder
 
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
 
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
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
 
testFailRemoveGroup() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
testFilter() - Method in class org.apache.hadoop.hbase.http.lib.TestStaticUserWebFilter
 
testFilter() - Method in class org.apache.hadoop.hbase.rest.TestResourceFilter
 
testFilterList() - Method in class org.apache.hadoop.hbase.rest.TestScannersWithFilters
 
testFirstKeyOnlyFilter() - Method in class org.apache.hadoop.hbase.rest.TestScannersWithFilters
 
testForbidden() - Method in class org.apache.hadoop.hbase.rest.TestGetAndPutResource
 
testFromJSON() - Method in class org.apache.hadoop.hbase.rest.model.TestModelBase
 
testFromPB() - Method in class org.apache.hadoop.hbase.rest.model.TestCellModel
 
testFromPB() - Method in class org.apache.hadoop.hbase.rest.model.TestCellSetModel
 
testFromPB() - Method in class org.apache.hadoop.hbase.rest.model.TestColumnSchemaModel
 
testFromPB() - Method in class org.apache.hadoop.hbase.rest.model.TestModelBase
 
testFromPB() - Method in class org.apache.hadoop.hbase.rest.model.TestNamespacesInstanceModel
 
testFromPB() - Method in class org.apache.hadoop.hbase.rest.model.TestNamespacesModel
 
testFromPB() - Method in class org.apache.hadoop.hbase.rest.model.TestRowModel
 
testFromPB() - Method in class org.apache.hadoop.hbase.rest.model.TestStorageClusterVersionModel
 
testFromPB() - Method in class org.apache.hadoop.hbase.rest.model.TestTableInfoModel
 
testFromPB() - Method in class org.apache.hadoop.hbase.rest.model.TestTableRegionModel
 
testFromPB() - Method in class org.apache.hadoop.hbase.rest.model.TestTableSchemaModel
 
testFromXML() - Method in class org.apache.hadoop.hbase.rest.model.TestCellModel
 
testFromXML() - Method in class org.apache.hadoop.hbase.rest.model.TestCellSetModel
 
testFromXML() - Method in class org.apache.hadoop.hbase.rest.model.TestModelBase
 
testFromXML() - Method in class org.apache.hadoop.hbase.rest.model.TestNamespacesInstanceModel
 
testFromXML() - Method in class org.apache.hadoop.hbase.rest.model.TestNamespacesModel
 
testFromXML() - Method in class org.apache.hadoop.hbase.rest.model.TestTableInfoModel
 
testFromXML() - Method in class org.apache.hadoop.hbase.rest.model.TestTableSchemaModel
 
testFullTableScan() - Method in class org.apache.hadoop.hbase.rest.TestScannerResource
 
testGenerateAndLoad() - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestImportTsv
 
testGet() - Method in class org.apache.hadoop.hbase.rest.client.TestRemoteHTableRetries
 
testGet() - Method in class org.apache.hadoop.hbase.rest.client.TestRemoteTable
 
TestGetAndPutResource - Class in org.apache.hadoop.hbase.rest
 
TestGetAndPutResource() - Constructor for class org.apache.hadoop.hbase.rest.TestGetAndPutResource
 
testGetAtomicity() - Method in class org.apache.hadoop.hbase.IntegrationTestAcidGuarantees
 
testGetBestLocations() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableSnapshotInputFormat
 
testGetClusterStatusPB() - Method in class org.apache.hadoop.hbase.rest.TestStatusResource
 
testGetClusterStatusXML() - Method in class org.apache.hadoop.hbase.rest.TestStatusResource
 
testGetInstance() - Method in class org.apache.hadoop.hbase.TestCompatibilitySingletonFactory
 
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.replication.regionserver.TestMetricsReplicationSourceFactory
 
testGetInstanceNoHadoopCompat() - Method in class org.apache.hadoop.hbase.rest.TestMetricsRESTSource
 
testGetInstanceNoHadoopCompat() - Method in class org.apache.hadoop.hbase.thrift.TestMetricsThriftServerSourceFactory
 
testGetInstanceNoHadoopCompat() - Method in class org.apache.hadoop.hbase.zookeeper.TestMetricsZooKeeperSource
 
testGetMisplacedRegions() - Method in class org.apache.hadoop.hbase.master.balancer.TestRSGroupBasedLoadBalancer
 
testGetName() - Method in class org.apache.hadoop.hbase.rest.model.TestTableRegionModel
 
testGetNamespaceTablesAndCannotDeleteNamespace() - Method in class org.apache.hadoop.hbase.rest.TestNamespacesInstanceResource
 
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
 
testGetScanner() - Method in class org.apache.hadoop.hbase.rest.client.TestRemoteHTableRetries
 
testGetSplits() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScan1
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
 
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
 
testGetTableDescriptor() - Method in class org.apache.hadoop.hbase.rest.client.TestRemoteTable
 
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
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
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
 
testHasAdministratorAccess() - Method in class org.apache.hadoop.hbase.http.TestHttpServer
 
testHashCode() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableSplit
 
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
 
testHBase14905() - Method in class org.apache.hadoop.hbase.replication.TestVerifyReplication
 
TestHBaseMRTestingUtility - Class in org.apache.hadoop.hbase.mapreduce
 
TestHBaseMRTestingUtility() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestHBaseMRTestingUtility
 
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"
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
 
TestHFileOutputFormat2 - Class in org.apache.hadoop.hbase.mapreduce
Simple test for HFileOutputFormat2.
TestHFileOutputFormat2() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat2
 
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
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
 
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
 
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.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.rest.TestScannersWithFilters
 
testIncrementJSON() - Method in class org.apache.hadoop.hbase.rest.TestGetAndPutResource
 
testIncrementPB() - Method in class org.apache.hadoop.hbase.rest.TestGetAndPutResource
 
testIncrementXML() - Method in class org.apache.hadoop.hbase.rest.TestGetAndPutResource
 
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
 
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
 
TestIntegrationTestBase - Class in org.apache.hadoop.hbase
 
TestIntegrationTestBase() - Constructor for class org.apache.hadoop.hbase.TestIntegrationTestBase
 
testInvalidCheckParam() - Method in class org.apache.hadoop.hbase.rest.TestGetAndPutResource
 
testInvalidColumnPut() - Method in class org.apache.hadoop.hbase.rest.TestGetAndPutResource
 
testInvalidNamespacePostsAndPuts() - Method in class org.apache.hadoop.hbase.rest.TestNamespacesInstanceResource
 
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
 
testJersey() - Method in class org.apache.hadoop.hbase.http.TestHttpServer
 
TestJMXJsonServlet - Class in org.apache.hadoop.hbase.http.jmx
 
TestJMXJsonServlet() - Constructor for class org.apache.hadoop.hbase.http.jmx.TestJMXJsonServlet
 
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
 
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
testKillRS() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
testKillRsHoldingMeta() - Method in class org.apache.hadoop.hbase.mttr.IntegrationTestMTTR
 
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.
testLatestCellGetJSON() - Method in class org.apache.hadoop.hbase.rest.TestGetAndPutResource
 
testLengthIsSerialized() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableSplit
Length of region need to be properly serialized.
testListRSGroup() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsWithACL
 
testLoadAndVerify() - Method in class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify
 
TestLogLevel - Class in org.apache.hadoop.hbase.http.log
 
TestLogLevel() - Constructor for class org.apache.hadoop.hbase.http.log.TestLogLevel
 
testLongHeader() - Method in class org.apache.hadoop.hbase.http.TestHttpServer
Test that verifies headers can be up to 64K long.
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
testMaxThreads() - Method in class org.apache.hadoop.hbase.http.TestHttpServer
Test the maximum number of threads cannot be exceeded.
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
testMetrics() - Method in class org.apache.hadoop.hbase.rest.TestGetAndPutResource
 
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
 
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
 
TestMetricsReplicationSourceFactory - Class in org.apache.hadoop.hbase.replication.regionserver
Test for the CompatibilitySingletonFactory and building MetricsReplicationSource
TestMetricsReplicationSourceFactory() - Constructor for class org.apache.hadoop.hbase.replication.regionserver.TestMetricsReplicationSourceFactory
 
TestMetricsRESTSource - Class in org.apache.hadoop.hbase.rest
Test of Rest Metrics Source interface.
TestMetricsRESTSource() - Constructor for class org.apache.hadoop.hbase.rest.TestMetricsRESTSource
 
TestMetricsThriftServerSourceFactory - Class in org.apache.hadoop.hbase.thrift
Test for the interface of MetricsThriftServerSourceFactory
TestMetricsThriftServerSourceFactory() - Constructor for class org.apache.hadoop.hbase.thrift.TestMetricsThriftServerSourceFactory
 
TestMetricsWALSource - Class in org.apache.hadoop.hbase.regionserver.wal
 
TestMetricsWALSource() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.TestMetricsWALSource
 
TestMetricsZooKeeperSource - Class in org.apache.hadoop.hbase.zookeeper
 
TestMetricsZooKeeperSource() - Constructor for class org.apache.hadoop.hbase.zookeeper.TestMetricsZooKeeperSource
 
testMisplacedRegions() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroups
 
testMissingConfigurationThrowsException() - Method in class org.apache.hadoop.hbase.http.TestSpnegoHttpServer
 
testMissingServerResource() - Method in class org.apache.hadoop.hbase.http.TestHttpServerWebapps
Test that an invalid webapp triggers an exception
testMixedAtomicity() - Method in class org.apache.hadoop.hbase.IntegrationTestAcidGuarantees
 
TestMobExportSnapshot - Class in org.apache.hadoop.hbase.snapshot
Test Export Snapshot Tool
TestMobExportSnapshot() - Constructor for class org.apache.hadoop.hbase.snapshot.TestMobExportSnapshot
 
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
 
TestModelBase<T> - Class in org.apache.hadoop.hbase.rest.model
 
TestModelBase(Class<?>) - Constructor for class org.apache.hadoop.hbase.rest.model.TestModelBase
 
testMonkeyPropertiesParsing() - Method in class org.apache.hadoop.hbase.TestIntegrationTestBase
 
testMoveMeta() - Method in class org.apache.hadoop.hbase.mttr.IntegrationTestMTTR
 
testMoveRegion() - Method in class org.apache.hadoop.hbase.mttr.IntegrationTestMTTR
 
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
 
testMoveTables() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsWithACL
 
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
 
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
 
testMultiCellGetWithColsJSON() - Method in class org.apache.hadoop.hbase.rest.TestMultiRowResource
 
testMultiCellGetXML() - Method in class org.apache.hadoop.hbase.rest.TestMultiRowResource
 
testMultiColumnGetXML() - Method in class org.apache.hadoop.hbase.rest.TestGetAndPutResource
 
testMultiGet() - Method in class org.apache.hadoop.hbase.rest.client.TestRemoteTable
 
testMultiMRIncrementalLoadWithPutSortReducer() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedHFileOutputFormat2
 
testMultiMRIncrementalLoadWithPutSortReducer() - Method in class org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat2
 
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
 
testMultiRegionTable() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableMapReduceBase
Test a map/reduce against a multi-region table
testMultiRowPut() - Method in class org.apache.hadoop.hbase.rest.client.TestRemoteHTableRetries
 
TestMultiRowResource - Class in org.apache.hadoop.hbase.rest
 
TestMultiRowResource(Boolean) - Constructor for class org.apache.hadoop.hbase.rest.TestMultiRowResource
 
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
 
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
testName - Variable in class org.apache.hadoop.hbase.snapshot.TestExportSnapshot
 
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
 
testNamespaceListPBandDefault() - Method in class org.apache.hadoop.hbase.rest.TestNamespacesResource
 
testNamespaceListXMLandJSON() - Method in class org.apache.hadoop.hbase.rest.TestNamespacesResource
 
TestNamespacesInstanceModel - Class in org.apache.hadoop.hbase.rest.model
 
TestNamespacesInstanceModel() - Constructor for class org.apache.hadoop.hbase.rest.model.TestNamespacesInstanceModel
 
TestNamespacesInstanceResource - Class in org.apache.hadoop.hbase.rest
 
TestNamespacesInstanceResource() - Constructor for class org.apache.hadoop.hbase.rest.TestNamespacesInstanceResource
 
TestNamespacesModel - Class in org.apache.hadoop.hbase.rest.model
 
TestNamespacesModel() - Constructor for class org.apache.hadoop.hbase.rest.model.TestNamespacesModel
 
TestNamespacesResource - Class in org.apache.hadoop.hbase.rest
 
TestNamespacesResource() - Constructor for class org.apache.hadoop.hbase.rest.TestNamespacesResource
 
testNeedsQuoting() - Method in class org.apache.hadoop.hbase.http.TestHtmlQuoting
 
testNegativeCustomFilter() - Method in class org.apache.hadoop.hbase.rest.TestTableScan
 
testNoCacheHeader() - Method in class org.apache.hadoop.hbase.http.TestHttpServer
 
testNoDuplicateResultsWhenSplitting() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableSnapshotInputFormat
 
testNoFilter() - Method in class org.apache.hadoop.hbase.rest.TestScannersWithFilters
 
testNoManifest() - Method in class org.apache.hadoop.hbase.mapreduce.TestJarFinder
 
testNoSuchCF() - Method in class org.apache.hadoop.hbase.rest.TestGetAndPutResource
 
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
testOffline() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsOfflineMode
 
testOldStyleConfiguration() - Method in class org.apache.hadoop.hbase.http.lib.TestStaticUserWebFilter
 
testPageFilter() - Method in class org.apache.hadoop.hbase.rest.TestScannersWithFilters
 
testParameterPropagation() - Method in class org.apache.hadoop.hbase.http.TestHttpRequestLogAppender
 
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
 
testParsingClusterVersion() - Method in class org.apache.hadoop.hbase.rest.client.TestXmlParsing
 
testPartialRead() - Method in class org.apache.hadoop.hbase.mapreduce.TestWALRecordReader
Test partial reads from the log based on passed time range
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
 
TestPerformanceEvaluation - Class in org.apache.hadoop.hbase
 
TestPerformanceEvaluation() - Constructor for class org.apache.hadoop.hbase.TestPerformanceEvaluation
 
testPrefixFilter() - Method in class org.apache.hadoop.hbase.rest.TestScannersWithFilters
 
testPut() - Method in class org.apache.hadoop.hbase.rest.client.TestRemoteTable
 
testPutRowToTable() - Method in class org.apache.hbase.archetypes.exemplars.client.TestHelloHBase
 
testPutRowToTable() - Method in class org.apache.hbase.archetypes.exemplars.shaded_client.TestHelloHBase
 
testQualifierAndPrefixFilters() - Method in class org.apache.hadoop.hbase.rest.TestTableScan
 
testQualifierFilter() - Method in class org.apache.hadoop.hbase.rest.TestScannersWithFilters
 
testQuery() - Method in class org.apache.hadoop.hbase.http.jmx.TestJMXJsonServlet
 
TestQuotasShell - Class in org.apache.hadoop.hbase.client
 
TestQuotasShell() - Constructor for class org.apache.hadoop.hbase.client.TestQuotasShell
 
testQuoting() - Method in class org.apache.hadoop.hbase.http.TestHtmlQuoting
 
testRandomReadCalculation() - Method in class org.apache.hadoop.hbase.TestPerformanceEvaluation
 
testReadersAndWriters() - Method in class org.apache.hadoop.hbase.IntegrationTestLazyCfLoading
 
testRegionMove() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
TestRegionSizeCalculator - Class in org.apache.hadoop.hbase.mapreduce
 
TestRegionSizeCalculator() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestRegionSizeCalculator
 
TestRemoteAdminRetries - Class in org.apache.hadoop.hbase.rest.client
Tests RemoteAdmin retries.
TestRemoteAdminRetries() - Constructor for class org.apache.hadoop.hbase.rest.client.TestRemoteAdminRetries
 
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
 
testRemoveRSGroup() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsWithACL
 
testRemoveServers() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroups
 
testRemoveServers() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
testRenameFamily() - Method in class org.apache.hadoop.hbase.mapreduce.TestCopyTable
Test copy of table from sourceTable to targetTable all rows from family a
TestReplicationShell - Class in org.apache.hadoop.hbase.client
 
TestReplicationShell() - Constructor for class org.apache.hadoop.hbase.client.TestReplicationShell
 
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
 
testRequiresAuthorizationAccess() - Method in class org.apache.hadoop.hbase.http.TestHttpServer
 
testReset() - Method in class org.apache.hadoop.hbase.rest.TestGZIPResponseWrapper
 
testResetBuffer() - Method in class org.apache.hadoop.hbase.rest.TestGZIPResponseWrapper
 
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.
testRestartMaster() - Method in class org.apache.hadoop.hbase.mttr.IntegrationTestMTTR
 
testRestartRsHoldingTable() - Method in class org.apache.hadoop.hbase.mttr.IntegrationTestMTTR
 
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
 
testRetainAssignment() - Method in class org.apache.hadoop.hbase.master.balancer.TestRSGroupBasedLoadBalancer
Test the cluster startup bulk assignment which attempts to retain assignment info.
testReversed() - Method in class org.apache.hadoop.hbase.rest.TestTableScan
 
testRoundRobinAssignment() - Method in class org.apache.hadoop.hbase.master.balancer.TestRSGroupBasedLoadBalancer
Test BOGUS_SERVER_NAME among groups do not overwrite each other.
testRoundtrip() - Method in class org.apache.hadoop.hbase.http.TestHtmlQuoting
 
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
testRowFilter() - Method in class org.apache.hadoop.hbase.rest.TestScannersWithFilters
 
TestRowModel - Class in org.apache.hadoop.hbase.rest.model
 
TestRowModel() - Constructor for class org.apache.hadoop.hbase.rest.model.TestRowModel
 
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
 
TestRSGroupBasedLoadBalancer - Class in org.apache.hadoop.hbase.master.balancer
 
TestRSGroupBasedLoadBalancer() - Constructor for class org.apache.hadoop.hbase.master.balancer.TestRSGroupBasedLoadBalancer
 
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
 
testRunNoClusterShellTests() - Method in class org.apache.hadoop.hbase.client.TestShellNoCluster
 
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
 
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
 
testScanAtomicity() - Method in class org.apache.hadoop.hbase.IntegrationTestAcidGuarantees
 
testScanEmptyToAPP() - Method in class org.apache.hadoop.hbase.mapreduce.MultiTableInputFormatTestBase
 
testScanEmptyToAPP() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScan1
Tests a MR scan using specific start and stop rows.
testScanEmptyToBBA() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScan1
Tests a MR scan using specific start and stop rows.
testScanEmptyToBBB() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScan1
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.TestTableInputFormatScan1
Tests a MR scan using specific start and stop rows.
testScanEmptyToOPP() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScan1
Tests a MR scan using specific start and stop rows.
testScanFromConfiguration() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScan2
 
testScanFromConfiguration(String, String, String) - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanBase
Tests an MR Scan initialized from properties set in the Configuration.
testScanMapReduce() - Method in class org.apache.hadoop.hbase.ScanPerformanceEvaluation
 
testScanner() - Method in class org.apache.hadoop.hbase.rest.client.TestRemoteTable
Test RemoteHTable.Scanner
TestScannerModel - Class in org.apache.hadoop.hbase.rest.model
 
TestScannerModel() - Constructor for class org.apache.hadoop.hbase.rest.model.TestScannerModel
 
TestScannerResource - Class in org.apache.hadoop.hbase.rest
 
TestScannerResource() - Constructor for class org.apache.hadoop.hbase.rest.TestScannerResource
 
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
 
testScanningUnknownColumnJson() - Method in class org.apache.hadoop.hbase.rest.TestTableScan
 
testScanOBBToOPP() - Method in class org.apache.hadoop.hbase.mapreduce.MultiTableInputFormatTestBase
 
testScanOBBToOPP() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScan2
Tests a MR scan using specific start and stop rows.
testScanOBBToQPP() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScan2
Tests a MR scan using specific start and stop rows.
testScanOPPToEmpty() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScan2
Tests a MR scan using specific start and stop rows.
testScanUsingListenerUnmarshallerXML() - Method in class org.apache.hadoop.hbase.rest.TestTableScan
An example to scan using listener in unmarshaller for XML.
testScanYYXToEmpty() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScan2
Tests a MR scan using specific start and stop rows.
testScanYYYToEmpty() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScan2
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.TestTableInputFormatScan2
Tests a MR scan using specific start and stop rows.
TestSchemaResource - Class in org.apache.hadoop.hbase.rest
 
TestSchemaResource(Boolean) - Constructor for class org.apache.hadoop.hbase.rest.TestSchemaResource
 
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
 
testSendError() - Method in class org.apache.hadoop.hbase.rest.TestGZIPResponseWrapper
 
testSerialization() - Method in class org.apache.hadoop.hbase.TestPerformanceEvaluation
 
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).
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
 
testSetBufferSizeOption() - Method in class org.apache.hadoop.hbase.TestPerformanceEvaluation
 
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
 
testSetName() - Method in class org.apache.hadoop.hbase.rest.model.TestTableRegionModel
 
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
 
testShutdownHandling() - Method in class org.apache.hadoop.hbase.IntegrationTestMetaReplicas
 
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
testSimpleFilter() - Method in class org.apache.hadoop.hbase.rest.TestTableScan
 
testSimpleRegionServerMove() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
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
 
TestSimpleTotalOrderPartitioner - Class in org.apache.hadoop.hbase.mapreduce
Test of simple partitioner.
TestSimpleTotalOrderPartitioner() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestSimpleTotalOrderPartitioner
 
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
 
testSingleRowPut() - Method in class org.apache.hadoop.hbase.rest.client.TestRemoteHTableRetries
 
testSizeCalculation() - Method in class org.apache.hadoop.hbase.TestPerformanceEvaluation
 
testSkipEmptyColumns() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTsv
 
testSkipFilter() - Method in class org.apache.hadoop.hbase.rest.TestScannersWithFilters
 
testSnapshotScan() - Method in class org.apache.hadoop.hbase.ScanPerformanceEvaluation
 
testSnapshotScanMapReduce() - Method in class org.apache.hadoop.hbase.ScanPerformanceEvaluation
 
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.
testSpecifiedNumOfMappersMR() - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScan1
Runs a MR to test TIF using specific number of mappers.
testSplit() - Method in class org.apache.hadoop.hbase.mapreduce.TestSimpleTotalOrderPartitioner
 
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
 
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
 
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
 
testStartStopRow() - Method in class org.apache.hadoop.hbase.mapreduce.TestCopyTable
 
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
 
testStoppedServerIsNotAlive() - Method in class org.apache.hadoop.hbase.http.TestHttpServerLifecycle
Test that the server is not alive once stopped
testStoppingTwiceServerIsAllowed() - Method in class org.apache.hadoop.hbase.http.TestHttpServerLifecycle
Test that the server is not alive once stopped
testStopUnstartedServer() - Method in class org.apache.hadoop.hbase.http.TestHttpServerLifecycle
 
TestStorageClusterStatusModel - Class in org.apache.hadoop.hbase.rest.model
 
TestStorageClusterStatusModel() - Constructor for class org.apache.hadoop.hbase.rest.model.TestStorageClusterStatusModel
 
TestStorageClusterVersionModel - Class in org.apache.hadoop.hbase.rest.model
 
TestStorageClusterVersionModel() - Constructor for class org.apache.hadoop.hbase.rest.model.TestStorageClusterVersionModel
 
testStreamingJSON() - Method in class org.apache.hadoop.hbase.rest.TestTableScan
 
testSuffixGlobbingXML() - Method in class org.apache.hadoop.hbase.rest.TestGetAndPutResource
 
testSuffixGlobbingXMLWithNewScanner() - Method in class org.apache.hadoop.hbase.rest.TestGetAndPutResource
 
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
 
testTableCoprocessorAttrs(Configuration, TableDescriptor) - Static method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
Sanity check the table coprocessor attributes of the supplied schema.
testTableCreateAndDeletePB() - Method in class org.apache.hadoop.hbase.rest.TestSchemaResource
 
testTableCreateAndDeleteXML() - Method in class org.apache.hadoop.hbase.rest.TestSchemaResource
 
testTableDoesNotExist() - Method in class org.apache.hadoop.hbase.rest.TestScannerResource
 
testTableInfoJSON() - Method in class org.apache.hadoop.hbase.rest.TestTableResource
 
TestTableInfoModel - Class in org.apache.hadoop.hbase.rest.model
 
TestTableInfoModel() - Constructor for class org.apache.hadoop.hbase.rest.model.TestTableInfoModel
 
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
 
TestTableInputFormatScan1 - Class in org.apache.hadoop.hbase.mapreduce
TestTableInputFormatScan part 1.
TestTableInputFormatScan1() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScan1
 
TestTableInputFormatScan2 - Class in org.apache.hadoop.hbase.mapreduce
TestTableInputFormatScan part 2.
TestTableInputFormatScan2() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScan2
 
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.
testTableListJSON() - Method in class org.apache.hadoop.hbase.rest.TestTableResource
 
TestTableListModel - Class in org.apache.hadoop.hbase.rest.model
 
TestTableListModel() - Constructor for class org.apache.hadoop.hbase.rest.model.TestTableListModel
 
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
 
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
 
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
 
testTableRecordReader() - Method in class org.apache.hadoop.hbase.mapred.TestTableInputFormat
Run test assuming no errors using mapred api.
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.
TestTableRegionModel - Class in org.apache.hadoop.hbase.rest.model
 
TestTableRegionModel() - Constructor for class org.apache.hadoop.hbase.rest.model.TestTableRegionModel
 
TestTableResource - Class in org.apache.hadoop.hbase.rest
 
TestTableResource() - Constructor for class org.apache.hadoop.hbase.rest.TestTableResource
 
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
 
TestTableSchemaModel - Class in org.apache.hadoop.hbase.rest.model
 
TestTableSchemaModel() - Constructor for class org.apache.hadoop.hbase.rest.model.TestTableSchemaModel
 
TestTableShell - Class in org.apache.hadoop.hbase.client
 
TestTableShell() - Constructor for class org.apache.hadoop.hbase.client.TestTableShell
 
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
 
TestTableSplit - Class in org.apache.hadoop.hbase.mapreduce
 
TestTableSplit() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestTableSplit
 
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
 
testToJSON() - Method in class org.apache.hadoop.hbase.rest.model.TestModelBase
 
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.rest.model.TestCellModel
 
testToString() - Method in class org.apache.hadoop.hbase.rest.model.TestRowModel
 
testToXML() - Method in class org.apache.hadoop.hbase.rest.model.TestModelBase
 
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
 
testUnauthorizedClientsDisallowed() - Method in class org.apache.hadoop.hbase.http.TestSpnegoHttpServer
 
testUnderscoresInJSONPCallback() - Method in class org.apache.hadoop.hbase.http.jmx.TestJMXJsonServlet
 
testURLEncodedKey() - Method in class org.apache.hadoop.hbase.rest.TestGetAndPutResource
 
testValidGroupNames() - Method in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase
 
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.rest.TestScannersWithFilters
 
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
 
testVersionMismatchHBase14905() - Method in class org.apache.hadoop.hbase.replication.TestVerifyReplication
 
TestVersionModel - Class in org.apache.hadoop.hbase.rest.model
 
TestVersionModel() - Constructor for class org.apache.hadoop.hbase.rest.model.TestVersionModel
 
TestVersionResource - Class in org.apache.hadoop.hbase.rest
 
TestVersionResource() - Constructor for class org.apache.hadoop.hbase.rest.TestVersionResource
 
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
 
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
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
testWALRecordReaderActiveArchiveTolerance() - Method in class org.apache.hadoop.hbase.mapreduce.TestWALRecordReader
Test WALRecordReader tolerance to moving WAL from active to archive directory
testWepAppContextAfterServerStop() - Method in class org.apache.hadoop.hbase.http.TestHttpServerLifecycle
Test that the server is alive once started
testWithDeletes() - Method in class org.apache.hadoop.hbase.mapreduce.TestCellBasedImportExport2
 
testWithDeletes() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportExport
 
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.
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.mapreduce.TableSnapshotInputFormatTestBase
 
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
 
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
 
testWithoutAnExistingTableAndCreateTableSetToNo() - Method in class org.apache.hadoop.hbase.mapreduce.TestImportTsv
 
testWriteInputFile() - Method in class org.apache.hadoop.hbase.TestPerformanceEvaluation
Exercise the mr spec writing.
testWriteJson() - Method in class org.apache.hadoop.hbase.http.conf.TestConfServlet
 
testWriteXml() - Method in class org.apache.hadoop.hbase.http.conf.TestConfServlet
 
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
 
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
 
testZipfian() - Method in class org.apache.hadoop.hbase.TestPerformanceEvaluation
 
TextSortReducer - Class in org.apache.hadoop.hbase.mapreduce
Emits Sorted KeyValues.
TextSortReducer() - Constructor for class org.apache.hadoop.hbase.mapreduce.TextSortReducer
 
ThreadMonitoring - Class in org.apache.hadoop.hbase.monitoring
 
ThreadMonitoring() - Constructor for class org.apache.hadoop.hbase.monitoring.ThreadMonitoring
 
threadWakeFrequency - Variable in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
THRESHOLD - Static variable in class org.apache.hadoop.hbase.IntegrationTestIngestWithMOB
 
THRIFT_CALL_KEY - Static variable in interface org.apache.hadoop.hbase.thrift.MetricsThriftServerSource
 
THRIFT_ONE_JMX_CONTEXT - Static variable in interface org.apache.hadoop.hbase.thrift.MetricsThriftServerSourceFactory
 
THRIFT_ONE_METRICS_CONTEXT - Static variable in interface org.apache.hadoop.hbase.thrift.MetricsThriftServerSourceFactory
 
THRIFT_TWO_JMX_CONTEXT - Static variable in interface org.apache.hadoop.hbase.thrift.MetricsThriftServerSourceFactory
 
THRIFT_TWO_METRICS_CONTEXT - Static variable in interface org.apache.hadoop.hbase.thrift.MetricsThriftServerSourceFactory
 
throttleCompaction(long) - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionPolicy
 
throttleCompaction(long) - Method in class org.apache.hadoop.hbase.regionserver.compactions.SortedCompactionPolicy
 
throttleCompaction(long) - Method in class org.apache.hadoop.hbase.regionserver.compactions.StripeCompactionPolicy
 
throttleCompaction(long) - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
thrown - Variable in class org.apache.hadoop.hbase.util.LoadTestTool
 
TIME_IN_QUEUE_KEY - Static variable in interface org.apache.hadoop.hbase.thrift.MetricsThriftServerSource
 
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
 
timeOfOldestEdit() - Method in class org.apache.hadoop.hbase.regionserver.AbstractMemStore
 
timeOfOldestEdit() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
timeOfOldestEdit() - Method in interface org.apache.hadoop.hbase.regionserver.MemStore
 
timeOfOldestEdit() - Method in interface org.apache.hadoop.hbase.regionserver.Store
When was the last edit done in the memstore
TIMEOUT - Static variable in class org.apache.hadoop.hbase.chaos.monkies.PolicyBasedChaosMonkey
 
timeout - Static variable in class org.apache.hadoop.hbase.IntegrationTestManyRegions
 
TIMEOUT_MINUTES - Static variable in class org.apache.hadoop.hbase.IntegrationTestManyRegions
 
TIMEOUT_MINUTES_KEY - Static variable in class org.apache.hadoop.hbase.IntegrationTestManyRegions
 
timeoutNano - Variable in class org.apache.hadoop.hbase.test.IntegrationTestTimeBoundedRequestsWithRegionReplicas.TimeBoundedMultiThreadedReader
 
timeoutThread - Variable in class org.apache.hadoop.hbase.test.IntegrationTestTimeBoundedRequestsWithRegionReplicas.TimeBoundedMultiThreadedReader
 
timeRange - Variable in class org.apache.hadoop.hbase.regionserver.StoreFileReader
 
timeRangeTracker - Variable in class org.apache.hadoop.hbase.regionserver.Segment
 
TimeRangeTracker - Class in org.apache.hadoop.hbase.regionserver
Stores minimum and maximum timestamp values, it is [minimumTimestamp, maximumTimestamp] in interval notation.
TimeRangeTracker() - Constructor for class org.apache.hadoop.hbase.regionserver.TimeRangeTracker
 
TimeRangeTracker.NonSyncTimeRangeTracker - Class in org.apache.hadoop.hbase.regionserver
 
TimeRangeTracker.SyncTimeRangeTracker - Class in org.apache.hadoop.hbase.regionserver
 
TimeRangeTracker.Type - Enum in org.apache.hadoop.hbase.regionserver
 
TIMESTAMP_CONF_KEY - Static variable in class org.apache.hadoop.hbase.mapreduce.ImportTsv
 
TIMESTAMPKEY_COLUMN_SPEC - Static variable in class org.apache.hadoop.hbase.mapreduce.ImportTsv.TsvParser
 
TimeToLiveHFileCleaner - Class in org.apache.hadoop.hbase.master.cleaner
HFile cleaner that uses the timestamp of the hfile to determine if it should be deleted.
TimeToLiveHFileCleaner() - Constructor for class org.apache.hadoop.hbase.master.cleaner.TimeToLiveHFileCleaner
 
TimeToLiveLogCleaner - Class in org.apache.hadoop.hbase.master.cleaner
Log cleaner that uses the timestamp of the wal to determine if it should be deleted.
TimeToLiveLogCleaner() - Constructor for class org.apache.hadoop.hbase.master.cleaner.TimeToLiveLogCleaner
 
TimeToLiveProcedureWALCleaner - Class in org.apache.hadoop.hbase.master.cleaner
Procedure WAL cleaner that uses the timestamp of the Procedure WAL to determine if it should be deleted.
TimeToLiveProcedureWALCleaner() - Constructor for class org.apache.hadoop.hbase.master.cleaner.TimeToLiveProcedureWALCleaner
 
timeToPurgeDeletes - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.DropDeletesCompactionScanQueryMatcher
By default, when hbase.hstore.time.to.purge.deletes is 0ms, a delete marker is always removed during a major compaction.
toArray() - Method in class org.apache.hadoop.hbase.ipc.AdaptiveLifoCoDelCallQueue
 
toArray(T[]) - Method in class org.apache.hadoop.hbase.ipc.AdaptiveLifoCoDelCallQueue
 
toArray() - Method in class org.apache.hadoop.hbase.regionserver.CellSet
 
toArray(T[]) - Method in class org.apache.hadoop.hbase.regionserver.CellSet
 
toByteArray() - Method in class org.apache.hadoop.hbase.filter.FilterWrapper
 
toByteArray(TimeRangeTracker) - Static method in class org.apache.hadoop.hbase.regionserver.TimeRangeTracker
 
toByteArray() - Method in class org.apache.hadoop.hbase.SplitLogTask
 
toDebugString(BaseSource) - Method in interface org.apache.hadoop.hbase.test.MetricsAssertHelper
Generates a representation of all metrics exported by the given source.
toDescriptiveString() - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates.RegionStateNode
 
toJSON() - Method in interface org.apache.hadoop.hbase.monitoring.MonitoredTask
Creates a JSON object for parseable exposure of monitored tasks.
toJSON(T) - Method in class org.apache.hadoop.hbase.rest.model.TestModelBase
 
toMap() - Method in class org.apache.hadoop.hbase.monitoring.MonitoredRPCHandlerImpl
 
toMap() - Method in interface org.apache.hadoop.hbase.monitoring.MonitoredTask
Creates a string map of internal details for extensible exposure of monitored tasks.
tooBusyException() - Method in interface org.apache.hadoop.hbase.metrics.ExceptionTrackingSource
 
TOOL_NAME - Static variable in class org.apache.hadoop.hbase.tool.PreUpgradeValidator
 
toPB(ProtobufMessageHandler) - Method in class org.apache.hadoop.hbase.rest.model.TestModelBase
 
toProtoUserInfo(User) - Static method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureUtil
 
toRegion - Variable in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer.Cluster.SwapRegionsAction
 
toRegionState() - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates.RegionStateNode
 
toRun - Variable in class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList
 
toScanWithEquals(Map<String, Collection<Scan>>) - Method in class org.apache.hadoop.hbase.mapreduce.TestMultiTableSnapshotInputFormatImpl
 
toServer - Variable in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer.Cluster.MoveRegionAction
 
toServer - Variable in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer.Cluster.SwapRegionsAction
 
toShortString() - Method in interface org.apache.hadoop.hbase.ipc.RpcCall
 
toShortString() - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates.RegionStateNode
 
toString() - Method in class org.apache.hadoop.hbase.client.locking.EntityLock
 
toString() - Method in class org.apache.hadoop.hbase.executor.EventHandler
 
toString() - Method in class org.apache.hadoop.hbase.http.HttpServer
Return the host and port of the HttpServer, if live
toString() - Method in class org.apache.hadoop.hbase.ipc.AdaptiveLifoCoDelCallQueue
 
toString() - Method in class org.apache.hadoop.hbase.mapred.TableSplit
 
toString() - Method in class org.apache.hadoop.hbase.mapreduce.HashTable.TableHash
 
toString() - Method in class org.apache.hadoop.hbase.mapreduce.TableSplit
Returns the details about this instance as a string.
toString() - Method in class org.apache.hadoop.hbase.mapreduce.TestMultiTableSnapshotInputFormatImpl.ScanWithEquals
 
toString() - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates.RegionStateNode
 
toString() - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates.ServerStateNode
 
toString() - Method in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer.Cluster.Action
 
toString() - Method in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer.Cluster.AssignRegionAction
 
toString() - Method in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer.Cluster.MoveRegionAction
 
toString() - Method in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer.Cluster.SwapRegionsAction
 
toString() - Method in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer.Cluster
 
toString() - Method in class org.apache.hadoop.hbase.master.DeadServer
 
toString() - Method in class org.apache.hadoop.hbase.master.locking.LockManager.MasterLock
 
toString() - Method in class org.apache.hadoop.hbase.master.normalizer.MergeNormalizationPlan
 
toString() - Method in class org.apache.hadoop.hbase.master.normalizer.SplitNormalizationPlan
 
toString() - Method in class org.apache.hadoop.hbase.master.RegionPlan
 
toString() - Method in class org.apache.hadoop.hbase.master.SplitLogManager.Task
 
toString() - Method in class org.apache.hadoop.hbase.master.SplitLogManager.TaskBatch
 
toString() - Method in enum org.apache.hadoop.hbase.master.SplitLogManager.TerminationStatus
 
toString() - Method in class org.apache.hadoop.hbase.mob.compactions.PartitionedMobCompactionRequest.CompactionPartitionId
 
toString() - Method in class org.apache.hadoop.hbase.monitoring.MonitoredRPCHandlerImpl
 
toString() - Method in class org.apache.hadoop.hbase.PerformanceEvaluation.RunResult
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.AbstractMemStore
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.Chunk
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionProgress
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionRequestImpl
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionWindow
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.compactions.DateTieredCompactionRequest
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.compactions.ExponentialCompactionWindowFactory
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.CompactSplit
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.CompositeImmutableSegment
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.HRegion.FlushResultImpl
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.HRegion.RowLockImpl
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.ImmutableSegment
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.MemStoreCompactor
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.MemStoreSize
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl.WriteEntry
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.ScannerContext
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.Segment
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.SegmentScanner
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileInfo
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.TimeRangeTracker
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
toString() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationLoad
 
toString() - Method in class org.apache.hadoop.hbase.rest.client.Cluster
 
toString() - Method in class org.apache.hadoop.hbase.rest.model.CellModel
 
toString() - Method in class org.apache.hadoop.hbase.rest.model.ColumnSchemaModel
 
toString() - Method in class org.apache.hadoop.hbase.rest.model.NamespacesInstanceModel
 
toString() - Method in class org.apache.hadoop.hbase.rest.model.NamespacesModel
 
toString() - Method in class org.apache.hadoop.hbase.rest.model.RowModel
 
toString() - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel
 
toString() - Method in class org.apache.hadoop.hbase.rest.model.StorageClusterVersionModel
 
toString() - Method in class org.apache.hadoop.hbase.rest.model.TableInfoModel
 
toString() - Method in class org.apache.hadoop.hbase.rest.model.TableListModel
 
toString() - Method in class org.apache.hadoop.hbase.rest.model.TableModel
 
toString() - Method in class org.apache.hadoop.hbase.rest.model.TableRegionModel
 
toString() - Method in class org.apache.hadoop.hbase.rest.model.TableSchemaModel
 
toString() - Method in class org.apache.hadoop.hbase.rest.model.VersionModel
 
toString() - Method in class org.apache.hadoop.hbase.rest.RowSpec
 
toString() - Method in class org.apache.hadoop.hbase.SplitLogTask
 
toString() - Method in class org.apache.hadoop.hbase.test.IntegrationTestReplication.ClusterID
 
toString() - Method in class org.apache.hadoop.hbase.tool.LoadIncrementalHFiles.LoadQueueItem
 
toString() - Method in class org.apache.hadoop.hbase.util.MapReduceExtendedCell
 
toStringClassDetails(StringBuilder) - Method in class org.apache.hadoop.hbase.master.assignment.AssignProcedure
 
toStringClassDetails(StringBuilder) - Method in class org.apache.hadoop.hbase.master.assignment.GCMergedRegionsProcedure
 
toStringClassDetails(StringBuilder) - Method in class org.apache.hadoop.hbase.master.assignment.MergeTableRegionsProcedure
 
toStringClassDetails(StringBuilder) - Method in class org.apache.hadoop.hbase.master.assignment.MoveRegionProcedure
 
toStringClassDetails(StringBuilder) - Method in class org.apache.hadoop.hbase.master.assignment.RegionTransitionProcedure
 
toStringClassDetails(StringBuilder) - Method in class org.apache.hadoop.hbase.master.assignment.SplitTableRegionProcedure
 
toStringClassDetails(StringBuilder) - Method in class org.apache.hadoop.hbase.master.assignment.UnassignProcedure
 
toStringClassDetails(StringBuilder) - Method in class org.apache.hadoop.hbase.master.locking.LockProcedure
 
toStringClassDetails(StringBuilder) - Method in class org.apache.hadoop.hbase.master.procedure.AbstractStateMachineNamespaceProcedure
 
toStringClassDetails(StringBuilder) - Method in class org.apache.hadoop.hbase.master.procedure.AbstractStateMachineRegionProcedure
 
toStringClassDetails(StringBuilder) - Method in class org.apache.hadoop.hbase.master.procedure.AbstractStateMachineTableProcedure
 
toStringClassDetails(StringBuilder) - Method in class org.apache.hadoop.hbase.master.procedure.CloneSnapshotProcedure
 
toStringClassDetails(StringBuilder) - Method in class org.apache.hadoop.hbase.master.procedure.RecoverMetaProcedure
 
toStringClassDetails(StringBuilder) - Method in class org.apache.hadoop.hbase.master.procedure.RestoreSnapshotProcedure
 
toStringClassDetails(StringBuilder) - Method in class org.apache.hadoop.hbase.master.procedure.ServerCrashProcedure
 
toStringClassDetails(StringBuilder) - Method in class org.apache.hadoop.hbase.master.procedure.TruncateTableProcedure
 
toStringState(StringBuilder) - Method in class org.apache.hadoop.hbase.master.assignment.RegionTransitionProcedure
 
TOTAL_CALL_TIME_DESC - Static variable in interface org.apache.hadoop.hbase.ipc.MetricsHBaseServerSource
 
TOTAL_CALL_TIME_NAME - Static variable in interface org.apache.hadoop.hbase.ipc.MetricsHBaseServerSource
 
TOTAL_FAILED_ZK_CALLS - Static variable in interface org.apache.hadoop.hbase.zookeeper.MetricsZooKeeperSource
 
TOTAL_FAILED_ZK_CALLS_DESC - Static variable in interface org.apache.hadoop.hbase.zookeeper.MetricsZooKeeperSource
 
TOTAL_REQUEST_COUNT - Static variable in interface org.apache.hadoop.hbase.regionserver.MetricsRegionServerSource
 
TOTAL_REQUEST_COUNT - Static variable in interface org.apache.hadoop.hbase.regionserver.MetricsTableSource
 
TOTAL_REQUEST_COUNT_DESC - Static variable in interface org.apache.hadoop.hbase.regionserver.MetricsRegionServerSource
 
TOTAL_REQUEST_COUNT_DESC - Static variable in interface org.apache.hadoop.hbase.regionserver.MetricsTableSource
 
TOTAL_ROW_ACTION_REQUEST_COUNT - Static variable in interface org.apache.hadoop.hbase.regionserver.MetricsRegionServerSource
 
TOTAL_ROW_ACTION_REQUEST_COUNT_DESC - Static variable in interface org.apache.hadoop.hbase.regionserver.MetricsRegionServerSource
 
totalCompactedSize - Variable in class org.apache.hadoop.hbase.regionserver.compactions.CompactionProgress
the total size of data processed by the currently running compaction, in bytes
totalLogSize - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
The total size of wal
toUserInfo(UserInformation) - Static method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureUtil
 
toXML(T) - Method in class org.apache.hadoop.hbase.rest.model.TestModelBase
 
tr - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.UserScanQueryMatcher
 
trackDelete(Cell) - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.CompactionScanQueryMatcher
 
trackTimestamps(Cell) - Method in class org.apache.hadoop.hbase.regionserver.StoreFileWriter
Record the earlest Put timestamp.
trailer - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractProtobufLogWriter
 
trailer - Variable in class org.apache.hadoop.hbase.regionserver.wal.ProtobufLogReader
 
trailerSize() - Method in class org.apache.hadoop.hbase.regionserver.wal.ProtobufLogReader
 
trailerWarnSize - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractProtobufLogWriter
 
trailerWarnSize - Variable in class org.apache.hadoop.hbase.regionserver.wal.ProtobufLogReader
 
trailerWritten - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractProtobufLogWriter
 
transform(float[][]) - Method in class org.apache.hadoop.hbase.master.RegionPlacementMaintainer.RandomizedMatrix
Copy a given matrix into a new matrix, transforming each row index and each column index according to the randomization scheme that was created at construction time.
transformCell(Cell) - Method in class org.apache.hadoop.hbase.filter.FilterWrapper
 
transitionState(State, State...) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates.RegionStateNode
Set new State but only if currently in expected State (if not, throw UnexpectedStateException.
treatFailureAsError - Variable in class org.apache.hadoop.hbase.tool.Canary.Monitor
 
triggerCacheRefreshForTesting() - Method in class org.apache.hadoop.hbase.master.snapshot.SnapshotFileCache
Trigger a cache refresh, even if its before the next cache refresh.
triggerMajorCompaction() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
truncateTable(TableName, boolean, long, long) - Method in class org.apache.hadoop.hbase.master.HMaster
 
truncateTable(RpcController, TruncateTableRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
truncateTable(TableName, boolean, long, long) - Method in interface org.apache.hadoop.hbase.master.MasterServices
Truncate a table
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
 
TruncateTableProcedure - Class in org.apache.hadoop.hbase.master.procedure
 
TruncateTableProcedure() - Constructor for class org.apache.hadoop.hbase.master.procedure.TruncateTableProcedure
 
TruncateTableProcedure(MasterProcedureEnv, TableName, boolean) - Constructor for class org.apache.hadoop.hbase.master.procedure.TruncateTableProcedure
 
TruncateTableProcedure(MasterProcedureEnv, TableName, boolean, ProcedurePrepareLatch) - Constructor for class org.apache.hadoop.hbase.master.procedure.TruncateTableProcedure
 
trustStore(String, String, String) - Method in class org.apache.hadoop.hbase.http.HttpServer.Builder
 
tryAcquire(long) - Method in class org.apache.hadoop.hbase.master.locking.LockManager.MasterLock
Acquire the lock within a wait time.
tryAtomicRegionLoad(<any>, TableName, byte[], Collection<LoadIncrementalHFiles.LoadQueueItem>) - Method in class org.apache.hadoop.hbase.tool.LoadIncrementalHFiles
Attempts to do an atomic load of many hfiles into a region.
tryDropDelete(Cell) - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.DropDeletesCompactionScanQueryMatcher
 
tryFinish() - Method in class org.apache.hadoop.hbase.replication.regionserver.RecoveredReplicationSource
 
tryRegionServerReport(long, long) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
trySkipToNextColumn(Cell) - Method in class org.apache.hadoop.hbase.regionserver.StoreScanner
trySkipToNextRow(Cell) - Method in class org.apache.hadoop.hbase.regionserver.StoreScanner
See if we should actually SEEK or rather just SKIP to the next Cell (see HBASE-13109).
tryStartNewShipper(String, PriorityBlockingQueue<Path>) - Method in class org.apache.hadoop.hbase.replication.regionserver.RecoveredReplicationSource
 
tryStartNewShipper(String, PriorityBlockingQueue<Path>) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
 
tryThrottle(int) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
 
tryThrottle(int) - Method in interface org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceInterface
Try to throttle when the peer config with a bandwidth
ts - Variable in class org.apache.hadoop.hbase.mapreduce.TsvImporterMapper
Timestamp for all inserted rows
ts - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.NewVersionBehaviorTracker.DeleteVersionsNode
 
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
 
TsvImporterMapper - Class in org.apache.hadoop.hbase.mapreduce
Write table content out to files in hdfs.
TsvImporterMapper() - Constructor for class org.apache.hadoop.hbase.mapreduce.TsvImporterMapper
 
TsvImporterTextMapper - Class in org.apache.hadoop.hbase.mapreduce
Write table content out to map output files.
TsvImporterTextMapper() - Constructor for class org.apache.hadoop.hbase.mapreduce.TsvImporterTextMapper
 
TsvParser(String, String) - Constructor for class org.apache.hadoop.hbase.mapreduce.ImportTsv.TsvParser
 
ttl - Variable in class org.apache.hadoop.hbase.mapreduce.TsvImporterMapper
 
TTL - Static variable in class org.apache.hadoop.hbase.rest.model.TestColumnSchemaModel
 
TTL_CONF_KEY - Static variable in class org.apache.hadoop.hbase.master.cleaner.TimeToLiveHFileCleaner
 
TTL_CONF_KEY - Static variable in class org.apache.hadoop.hbase.master.cleaner.TimeToLiveLogCleaner
 
TTL_CONF_KEY - Static variable in class org.apache.hadoop.hbase.master.cleaner.TimeToLiveProcedureWALCleaner
 
TTLCheckingObserver() - Constructor for class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithTTLs.TTLCheckingObserver
 
tune(HeapMemoryManager.TunerContext) - Method in interface org.apache.hadoop.hbase.regionserver.HeapMemoryTuner
Perform the heap memory tuning operation.
tune(HeapMemoryManager.TunerContext) - Method in class org.apache.hadoop.hbase.regionserver.NoOpHeapMemoryTuner
 
TunerContext() - Constructor for class org.apache.hadoop.hbase.regionserver.HeapMemoryManager.TunerContext
 
TunerResult(boolean) - Constructor for class org.apache.hadoop.hbase.regionserver.HeapMemoryManager.TunerResult
 
TWENTY_FIFTH_PERCENTILE_METRIC_NAME - Static variable in interface org.apache.hadoop.metrics2.MetricHistogram
 
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
 
type - Variable in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer.Cluster.Action
 
type - Variable in class org.apache.hadoop.hbase.mob.compactions.MobCompactionRequest
 
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
Hortonworks Data Platform 3.0.0