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

A

abort(String, Throwable) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster.MiniHBaseClusterRegionServer
Deprecated.
 
abortMaster(int) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
Cause a master to exit without shutting down entire cluster.
abortRegionServer(int) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
Cause a region server to exit doing basic clean up only on its way out.
addRow(byte[]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility.SeenRowTracker
Deprecated.
 
assertKVListsEqual(String, List<? extends Cell>, List<? extends Cell>) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
assertRegionOnlyOnServer(RegionInfo, ServerName, long) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Check to make sure the region is open on the specified region server, but not on any other one.
assertRegionOnServer(RegionInfo, ServerName, long) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Due to async racing issue, a region may not be in the online region list of a region server yet, after the assignment znode is deleted and the new assignment is recorded in master.
assignRegion(RegionInfo) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Uses directly the assignment manager to assign the region.
available(int) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Checks to see if a specific port is available.
await(long, BooleanSupplier) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Await the successful return of condition, sleeping sleepMillis between invocations.

B

BASE_TEST_DIRECTORY_KEY - Static variable in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
Deprecated.
System property key to get base test directory value
BLOOM_AND_COMPRESSION_COMBINATIONS - Static variable in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
BOOLEAN_PARAMETERIZED - Static variable in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
Deprecated.
This is for unit tests parameterized with a two booleans.
build() - Method in class org.apache.hadoop.hbase.StartMiniClusterOption.Builder
Deprecated.
 
build() - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption.Builder
 
builder() - Static method in class org.apache.hadoop.hbase.StartMiniClusterOption
Deprecated.
Returns a new builder.
builder() - Static method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption
Returns a new builder.

C

checksumRows(Table) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Return an md5 digest of the entire contents of a table.
cleanupDataTestDirOnTestFS() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Cleans the test data directory on the test filesystem.
cleanupDataTestDirOnTestFS(String) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Cleans a subdirectory under the test data directory on the test filesystem.
cleanupTestDir() - Method in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
Deprecated.
Returns True if we removed the test dirs
cleanupTestDir(String) - Method in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
Deprecated.
 
cleanupTestDir() - Method in class org.apache.hadoop.hbase.HBaseZKTestingUtility
Deprecated.
Returns True if we removed the test dirs
close() - Method in class org.apache.hadoop.hbase.HBaseCluster
Deprecated.
Closes all the resources held open for this cluster.
close() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
 
closeConnection() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
closeRegionAndWAL(Region) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Close both the region r and it's underlying WAL.
closeRegionAndWAL(HRegion) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Close both the HRegion r and it's underlying WAL.
clusterTestDir - Variable in class org.apache.hadoop.hbase.HBaseZKTestingUtility
Deprecated.
Directory (a subdirectory of dataTestDir) used by the dfs cluster if any
COLUMNS - Static variable in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
compact(boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Compact all regions in the mini hbase cluster
compact(TableName, boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Compact all of a table's reagion in the mini hbase cluster
compact(boolean) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
Call flushCache on all regions on all participating regionservers.
compact(TableName, boolean) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
Call flushCache on all regions of the specified table.
COMPRESSION_ALGORITHMS - Static variable in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
Deprecated.
Compression algorithms to use in testing
COMPRESSION_ALGORITHMS_PARAMETERIZED - Static variable in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
Deprecated.
Compression algorithms to use in parameterized JUnit 4 tests
conf - Variable in class org.apache.hadoop.hbase.HBaseCluster
Deprecated.
 
conf - Variable in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
Deprecated.
 
conf(Configuration) - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption.Builder
 
conf() - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption
 
countRows(Table) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Return the number of rows in the given table.
countRows(Table, Scan) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
countRows(Table, byte[]...) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
countRows(TableName) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Return the number of rows in the given table.
countRows(Region) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
countRows(Region, Scan) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
countRows(InternalScanner) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
countServedRegions() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
Counts the total numbers of regions being served by the currently online region servers by asking each how many regions they have.
create(TestingHBaseClusterOption) - Static method in interface org.apache.hadoop.hbase.testing.TestingHBaseCluster
createLocalHRegion(TableDescriptor, byte[], byte[]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Create an HRegion that writes to the local tmp dirs
createLocalHRegion(RegionInfo, TableDescriptor) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Create an HRegion that writes to the local tmp dirs.
createLocalHRegion(RegionInfo, Configuration, TableDescriptor, WAL) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Create an HRegion that writes to the local tmp dirs with specified wal
createLocalHRegion(TableName, byte[], byte[], Configuration, boolean, Durability, WAL, byte[]...) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Return a region on which you must call HBaseTestingUtility.closeRegionAndWAL(HRegion) when done.
createLocalHRegionWithInMemoryFlags(TableName, byte[], byte[], Configuration, boolean, Durability, WAL, boolean[], byte[]...) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
createMockRegionServerService() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Create a stubbed out RegionServerService, mainly for getting FS.
createMockRegionServerService(RpcServerInterface) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Create a stubbed out RegionServerService, mainly for getting FS.
createMockRegionServerService(ServerName) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Create a stubbed out RegionServerService, mainly for getting FS.
createModifyableTableDescriptor(String) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
createModifyableTableDescriptor(TableName, int, int, int, KeepDeletedCells) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
createMultiRegionsInMeta(Configuration, TableDescriptor, byte[][]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Create rows in hbase:meta for regions of the specified table with the specified start keys.
createMultiRegionTable(TableName, byte[], int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Create a table with multiple regions.
createMultiRegionTable(TableName, byte[][]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Create a table with multiple regions.
createMultiRegionTable(TableName, int, byte[][]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Create a table with multiple regions.
createMultiRegionTable(TableName, byte[][], int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Create a table with multiple regions.
createMultiRegionTable(TableName, byte[]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Create a table with multiple regions.
createPreSplitLoadTestTable(Configuration, TableName, byte[], Compression.Algorithm, DataBlockEncoding) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Creates a pre-split table for load testing.
createPreSplitLoadTestTable(Configuration, TableName, byte[], Compression.Algorithm, DataBlockEncoding, int, int, Durability) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Creates a pre-split table for load testing.
createPreSplitLoadTestTable(Configuration, TableName, byte[][], Compression.Algorithm, DataBlockEncoding, int, int, Durability) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Creates a pre-split table for load testing.
createPreSplitLoadTestTable(Configuration, TableDescriptor, ColumnFamilyDescriptor) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Creates a pre-split table for load testing.
createPreSplitLoadTestTable(Configuration, TableDescriptor, ColumnFamilyDescriptor, int) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Creates a pre-split table for load testing.
createPreSplitLoadTestTable(Configuration, TableDescriptor, ColumnFamilyDescriptor[], int) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Creates a pre-split table for load testing.
createPreSplitLoadTestTable(Configuration, TableDescriptor, ColumnFamilyDescriptor[], RegionSplitter.SplitAlgorithm, int) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Creates a pre-split table for load testing.
createRandomTable(TableName, Collection<String>, int, int, int, int, int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Creates a random table with the given parameters
createRegionAndWAL(RegionInfo, Path, Configuration, TableDescriptor) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Create a region with it's own WAL.
createRegionAndWAL(RegionInfo, Path, Configuration, TableDescriptor, BlockCache) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Create a region with it's own WAL.
createRegionAndWAL(RegionInfo, Path, Configuration, TableDescriptor, MobFileCache) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Create a region with it's own WAL.
createRegionAndWAL(RegionInfo, Path, Configuration, TableDescriptor, boolean) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Create a region with it's own WAL.
createRootDir(boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Creates an hbase rootdir in user home directory.
createRootDir() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Same as HBaseTestingUtility.createRootDir(boolean create) except that create flag is false.
createRootDir(boolean) - Method in class org.apache.hadoop.hbase.StartMiniClusterOption.Builder
Deprecated.
 
createRootDir(boolean) - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption.Builder
 
createSubDir(String, Path, String) - Method in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
Deprecated.
 
createTable(TableName, String) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Create a table.
createTable(TableName, String[]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Create a table.
createTable(TableName, byte[]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Create a table.
createTable(TableName, byte[][]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Create a table.
createTable(TableName, byte[][], byte[][]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Create a table.
createTable(TableName, byte[][], byte[][], int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Create a table.
createTable(TableName, byte[][], int, byte[], byte[], int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
createTable(TableDescriptor, byte[][], Configuration) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Create a table.
createTable(TableDescriptor, byte[][], byte[][], Configuration) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Create a table.
createTable(TableDescriptor, byte[][], byte[][], BloomType, int, Configuration) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Create a table.
createTable(TableDescriptor, byte[][]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Create a table.
createTable(TableName, byte[][], byte[][], int, Configuration) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Create a table.
createTable(TableName, byte[], int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Create a table.
createTable(TableName, byte[][], int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Create a table.
createTable(TableName, byte[][], int, byte[][]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Create a table.
createTable(TableName, byte[][], int, int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Create a table.
createTable(TableName, byte[][], int, int, String) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
createTable(TableName, byte[][], int[]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Create a table.
createTable(TableName, byte[], byte[][]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Create a table.
createTableDescriptor(TableName, int, int, int, KeepDeletedCells) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
createTableDescriptor(TableName) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Create a table of name name.
createTableDescriptor(TableName, byte[]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
createTableDescriptor(TableName, byte[][], int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
createTestRegion(String, ColumnFamilyDescriptor) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
createTestRegion(String, ColumnFamilyDescriptor, BlockCache) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
createWal(Configuration, Path, RegionInfo) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Create an unmanaged WAL.
createWALDir(boolean) - Method in class org.apache.hadoop.hbase.StartMiniClusterOption.Builder
Deprecated.
 
createWALDir(boolean) - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption.Builder
 
createWALRootDir() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Creates a hbase walDir in the user's home directory.

D

dataNodeHosts(String[]) - Method in class org.apache.hadoop.hbase.StartMiniClusterOption.Builder
Deprecated.
 
dataNodeHosts(String[]) - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption.Builder
 
DEFAULT_BASE_TEST_DIRECTORY - Static variable in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
Deprecated.
Default base directory for test output.
DEFAULT_REGIONS_PER_SERVER - Static variable in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
The default number of regions per regionserver when creating a pre-split table.
deleteNumericRows(Table, byte[], int, int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
deleteTable(TableName) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Drop an existing table
deleteTableData(TableName) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Provide an existing table name to truncate.
deleteTableIfAny(TableName) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Drop an existing table

E

enableDebug(Class<?>) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
In 2.3.0, will be removed in 4.0.0. Only support changing log level on log4j now as HBase only uses log4j. You should do this by your own as it you know which log framework you are using then set the log level to debug is very easy.
ensureSomeNonStoppedRegionServersAvailable(int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Make sure that at least the specified number of region servers are running.
ensureSomeRegionServersAvailable(int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Make sure that at least the specified number of region servers are running
expireMasterSession() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Expire the Master's session
expireRegionServerSession(int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Expire a region server's session
expireSession(ZKWatcher) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
expireSession(ZKWatcher, boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Expire a ZooKeeper session as recommended in ZooKeeper documentation http://hbase.apache.org/book.html#trouble.zookeeper There are issues when doing this: [1] http://www.mail-archive.com/dev@zookeeper.apache.org/msg01942.html [2] https://issues.apache.org/jira/browse/ZOOKEEPER-1105
explainTableAvailability(TableName) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
explainTableState(TableName, TableState.State) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 

F

fam1 - Static variable in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
fam2 - Static variable in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
fam3 - Static variable in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
findLastTableState(TableName) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
findRegionsForTable(TableName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
 
FIRST_CHAR - Static variable in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
flush() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Flushes all caches in the mini hbase cluster
flush(TableName) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Flushes all caches in the mini hbase cluster
flushcache() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
Call flushCache on all regions on all participating regionservers.
flushcache(TableName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
Call flushCache on all regions of the specified table.

G

generateColumnDescriptors() - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Create a set of column descriptors with the combination of compression, encoding, bloom codecs available.
generateColumnDescriptors(String) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Create a set of column descriptors with the combination of compression, encoding, bloom codecs available.
getActiveMasterAddress() - Method in interface org.apache.hadoop.hbase.testing.TestingHBaseCluster
Get the address of active master if there is one.
getAdmin() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Returns an Admin instance which is shared between HBaseTestingUtility instance users.
getAllOnlineRegions(MiniHBaseCluster) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
getAsyncConnection() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Get a shared AsyncClusterConnection to the cluster.
getAsyncConnection(User) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Get a assigned AsyncClusterConnection to the cluster.
getBackupMasterAddresses() - Method in interface org.apache.hadoop.hbase.testing.TestingHBaseCluster
Get all the backup master addresses.
getClosestRowBefore(Region, byte[], byte[]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
getClusterKey() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
getClusterMetrics() - Method in class org.apache.hadoop.hbase.HBaseCluster
Deprecated.
Returns a ClusterMetrics for this HBase cluster.
getClusterMetrics() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
 
getConf() - Method in class org.apache.hadoop.hbase.HBaseCluster
Deprecated.
 
getConf() - Method in interface org.apache.hadoop.hbase.testing.TestingHBaseCluster
Get configuration of this cluster.
getConfiguration() - Method in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
Deprecated.
Returns this classes's instance of Configuration.
getConfiguration() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Returns this classes's instance of Configuration.
getConfiguration() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
 
getConnection() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Get a shared Connection to the cluster.
getConnection(User) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Get a assigned Connection to the cluster.
getDataNodeHosts() - Method in class org.apache.hadoop.hbase.StartMiniClusterOption
Deprecated.
 
getDataNodeHosts() - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption
 
getDataTestDir() - Method in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
Deprecated.
 
getDataTestDir(String) - Method in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
Deprecated.
 
getDataTestDirOnTestFS() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Returns a Path in the test filesystem, obtained from HBaseTestingUtility.getTestFileSystem() to write temporary test data.
getDataTestDirOnTestFS(String) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Returns a Path in the test filesystem, obtained from HBaseTestingUtility.getTestFileSystem() to write temporary test data.
getDefaultRootDirPath(boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Returns the path to the default root dir the minicluster uses.
getDefaultRootDirPath() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Same as {HBaseTestingUtility.getDefaultRootDirPath(boolean create) except that create flag is false.
getDFSCluster() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
getDifferentUser(Configuration, String) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
This method clones the passed c configuration setting a new user into the clone.
getExternalDfsUri() - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption
 
getExternalZkConnectString() - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption
 
getFromStoreFile(HStore, Get) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Do a small get/scan against one store.
getFromStoreFile(HStore, byte[], NavigableSet<byte[]>) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Do a small get/scan against one store.
getHBaseCluster() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Get the Mini HBase cluster.
getHBaseClusterInterface() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Returns the HBaseCluster instance.
getHbck() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Returns an Hbck instance.
getInitialClusterMetrics() - Method in class org.apache.hadoop.hbase.HBaseCluster
Deprecated.
Returns a ClusterStatus for this HBase cluster as observed at the starting of the HBaseCluster
getLiveMasterThreads() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
Returns List of live master threads (skips the aborted and the killed)
getLiveRegionServerThreads() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
Returns List of live region server threads (skips the aborted and the killed)
getMaster() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
Returns the current active master, if available.
getMaster(int) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
Returns the master at the specified index, if available.
getMasterClass() - Method in class org.apache.hadoop.hbase.StartMiniClusterOption
Deprecated.
 
getMasterIndex(ServerName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
 
getMasterThread() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
Returns the current active master thread, if available.
getMasterThreads() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
Returns List of master threads.
getMetaRSPort(Connection) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
getMetaTableRows() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Returns all rows from the hbase:meta table.
getMetaTableRows(TableName) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Returns all rows from the hbase:meta table for a given user table
getMiniHBaseCluster() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
getNumAlwaysStandByMasters() - Method in class org.apache.hadoop.hbase.StartMiniClusterOption
Deprecated.
 
getNumAlwaysStandByMasters() - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption
 
getNumDataNodes() - Method in class org.apache.hadoop.hbase.StartMiniClusterOption
Deprecated.
 
getNumDataNodes() - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption
 
getNumHFiles(TableName, byte[]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
getNumHFilesForRS(HRegionServer, TableName, byte[]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
getNumLiveRegionServers() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
Returns Number of live region servers in the cluster currently.
getNumMasters() - Method in class org.apache.hadoop.hbase.StartMiniClusterOption
Deprecated.
 
getNumMasters() - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption
 
getNumRegionServers() - Method in class org.apache.hadoop.hbase.StartMiniClusterOption
Deprecated.
 
getNumRegionServers() - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption
 
getNumZkServers() - Method in class org.apache.hadoop.hbase.StartMiniClusterOption
Deprecated.
 
getNumZkServers() - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption
 
getOnlineRegionsInterface(ServerName) - Method in interface org.apache.hadoop.hbase.testing.TestingHBaseCluster
Get the server side OnlineRegions interface for the specific region server.
getOtherRegionServer(HRegionServer) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Find any other region server which is different from the one identified by parameter
getRandomDir() - Method in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
Deprecated.
 
getRandomUUID() - Static method in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
Deprecated.
 
getRegion(RegionInfo) - Method in interface org.apache.hadoop.hbase.testing.TestingHBaseCluster
Get the server side Region interface for the specific region.
getRegions(byte[]) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
 
getRegions(TableName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
 
getRegionServer(int) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
Grab a numbered region server of your choice.
getRegionServer(ServerName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
 
getRegionServerAddresses() - Method in interface org.apache.hadoop.hbase.testing.TestingHBaseCluster
Get all the region server addresses.
getRegionServerIndex(ServerName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
 
getRegionServerThreads() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
 
getRegionSplitStartKeys(byte[], byte[], int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Create region split keys between startkey and endKey
getRsClass() - Method in class org.apache.hadoop.hbase.StartMiniClusterOption
Deprecated.
 
getRSForFirstRegionInTable(TableName) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Tool to get the reference to the region server object that holds the region of the specified user table.
getRsPorts() - Method in class org.apache.hadoop.hbase.StartMiniClusterOption
Deprecated.
 
getRsPorts() - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption
 
getServerHoldingMeta() - Method in class org.apache.hadoop.hbase.HBaseCluster
Deprecated.
Get the ServerName of region server serving the first hbase:meta region
getServerHoldingRegion(TableName, byte[]) - Method in class org.apache.hadoop.hbase.HBaseCluster
Deprecated.
Get the ServerName of region server serving the specified region
getServerHoldingRegion(TableName, byte[]) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
 
getServerWith(byte[]) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
Get the location of the specified region
getServerWithMeta() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
 
getSplittableRegion(TableName, int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Retrieves a splittable region randomly from tableName
getSupportedCompressionAlgorithms() - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Get supported compression algorithms.
getTestFileSystem() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
getZkCluster() - Method in class org.apache.hadoop.hbase.HBaseZKTestingUtility
Deprecated.
 
getZooKeeperWatcher() - Method in class org.apache.hadoop.hbase.HBaseZKTestingUtility
Deprecated.
Returns a ZKWatcher instance.
getZooKeeperWatcher(HBaseZKTestingUtility) - Static method in class org.apache.hadoop.hbase.HBaseZKTestingUtility
Deprecated.
Gets a ZKWatcher.

H

handleReportForDutyResponse(RegionServerStatusProtos.RegionServerStartupResponse) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster.MiniHBaseClusterRegionServer
Deprecated.
 
HBaseCluster - Class in org.apache.hadoop.hbase
Deprecated.
since 3.0.0, will be removed in 4.0.0. Use TestingHBaseCluster instead.
HBaseCluster(Configuration) - Constructor for class org.apache.hadoop.hbase.HBaseCluster
Deprecated.
Construct an HBaseCluster
hbaseCluster - Variable in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
 
HBaseCommonTestingUtility - Class in org.apache.hadoop.hbase
Deprecated.
since 3.0.0, will be removed in 4.0.0. Use TestingHBaseCluster instead.
HBaseCommonTestingUtility() - Constructor for class org.apache.hadoop.hbase.HBaseCommonTestingUtility
Deprecated.
 
HBaseCommonTestingUtility(Configuration) - Constructor for class org.apache.hadoop.hbase.HBaseCommonTestingUtility
Deprecated.
 
HBaseTestingUtility - Class in org.apache.hadoop.hbase
Deprecated.
since 3.0.0, will be removed in 4.0.0. Use TestingHBaseCluster instead.
HBaseTestingUtility() - Constructor for class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Create an HBaseTestingUtility using a default configuration.
HBaseTestingUtility(Configuration) - Constructor for class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Create an HBaseTestingUtility using a given configuration.
HBaseTestingUtility.SeenRowTracker - Class in org.apache.hadoop.hbase
Deprecated.
A tracker for tracking and validating table rows generated with HBaseTestingUtility.loadTable(Table, byte[])
HBaseZKTestingUtility - Class in org.apache.hadoop.hbase
Deprecated.
since 3.0.0, will be removed in 4.0.0. Use TestingHBaseCluster instead.
HBaseZKTestingUtility() - Constructor for class org.apache.hadoop.hbase.HBaseZKTestingUtility
Deprecated.
 
HBaseZKTestingUtility(Configuration) - Constructor for class org.apache.hadoop.hbase.HBaseZKTestingUtility
Deprecated.
 

I

initialClusterStatus - Variable in class org.apache.hadoop.hbase.HBaseCluster
Deprecated.
the status of the cluster before we begin
invalidateConnection() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Resets the connections so that the next time getConnection() is called, a new connection is created.
isClusterRunning() - Method in interface org.apache.hadoop.hbase.testing.TestingHBaseCluster
Return whether the cluster is running.
isCreateRootDir() - Method in class org.apache.hadoop.hbase.StartMiniClusterOption
Deprecated.
 
isCreateRootDir() - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption
 
isCreateWALDir() - Method in class org.apache.hadoop.hbase.StartMiniClusterOption
Deprecated.
 
isCreateWALDir() - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption
 
isDistributedCluster() - Method in class org.apache.hadoop.hbase.HBaseCluster
Deprecated.
 
isHBaseClusterRunning() - Method in interface org.apache.hadoop.hbase.testing.TestingHBaseCluster
Return whether the hbase cluster is running.
isKilledRS(ServerName) - Method in class org.apache.hadoop.hbase.HBaseCluster
Deprecated.
Keeping track of killed servers and being able to check if a particular server was killed makes it possible to do fault tolerance testing for dead servers in a deterministic way.
isKilledRS(ServerName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
 
isNewVersionBehaviorEnabled() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Check whether the tests should assume NEW_VERSION_BEHAVIOR when creating new column families.
isReadShortCircuitOn() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Get the HBase setting for dfs.client.read.shortcircuit from the conf or a system property.

J

join() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
Wait for Mini HBase Cluster to shut down.

K

KEYS - Static variable in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
KEYS_FOR_HBA_CREATE_TABLE - Static variable in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
kill() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster.MiniHBaseClusterRegionServer
Deprecated.
 
killAll() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
Do a simulated kill all masters and regionservers.
killDataNode(ServerName) - Method in class org.apache.hadoop.hbase.HBaseCluster
Deprecated.
Kills the datanode process if this is a distributed cluster, otherwise, this causes master to exit doing basic clean up only.
killDataNode(ServerName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
 
killMaster(ServerName) - Method in class org.apache.hadoop.hbase.HBaseCluster
Deprecated.
Kills the master process if this is a distributed cluster, otherwise, this causes master to exit doing basic clean up only.
killMaster(ServerName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
 
killMiniHBaseCluster() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Abruptly Shutdown HBase mini cluster.
killNameNode(ServerName) - Method in class org.apache.hadoop.hbase.HBaseCluster
Deprecated.
Kills the namenode process if this is a distributed cluster, otherwise, this causes master to exit doing basic clean up only.
killNameNode(ServerName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
 
killRegionServer(ServerName) - Method in class org.apache.hadoop.hbase.HBaseCluster
Deprecated.
Kills the region server process if this is a distributed cluster, otherwise this causes the region server to exit doing basic clean up only.
killRegionServer(ServerName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
 
killZkNode(ServerName) - Method in class org.apache.hadoop.hbase.HBaseCluster
Deprecated.
Kills the zookeeper node process if this is a distributed cluster, otherwise, this causes master to exit doing basic clean up only.
killZkNode(ServerName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
 

L

LAST_CHAR - Static variable in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
loadNumericRows(Table, byte[], int, int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
loadRandomRows(Table, byte[], int, int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
loadRegion(HRegion, byte[]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
loadRegion(Region, byte[]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
loadRegion(HRegion, byte[], boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Load region with rows from 'aaa' to 'zzz'.
loadTable(Table, byte[]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Load table with rows from 'aaa' to 'zzz'.
loadTable(Table, byte[], boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Load table with rows from 'aaa' to 'zzz'.
loadTable(Table, byte[][]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Load table of multiple column families with rows from 'aaa' to 'zzz'.
loadTable(Table, byte[][], byte[]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Load table of multiple column families with rows from 'aaa' to 'zzz'.
loadTable(Table, byte[][], byte[], boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Load table of multiple column families with rows from 'aaa' to 'zzz'.
LOG - Static variable in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
Deprecated.
 

M

masterClass(Class<? extends HMaster>) - Method in class org.apache.hadoop.hbase.StartMiniClusterOption.Builder
Deprecated.
 
MEMSTORETS_TAGS_PARAMETRIZED - Static variable in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
This is for unit tests parameterized with a single boolean.
memStoreTSTagsAndOffheapCombination() - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
MiniHBaseCluster - Class in org.apache.hadoop.hbase
Deprecated.
since 3.0.0, will be removed in 4.0.0. Use TestingHBaseCluster instead.
MiniHBaseCluster(Configuration, int) - Constructor for class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
Start a MiniHBaseCluster.
MiniHBaseCluster(Configuration, int, int) - Constructor for class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
Start a MiniHBaseCluster.
MiniHBaseCluster(Configuration, int, int, Class<? extends HMaster>, Class<? extends MiniHBaseCluster.MiniHBaseClusterRegionServer>) - Constructor for class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
Start a MiniHBaseCluster.
MiniHBaseCluster(Configuration, int, int, int, List<Integer>, Class<? extends HMaster>, Class<? extends MiniHBaseCluster.MiniHBaseClusterRegionServer>) - Constructor for class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
 
MiniHBaseCluster.MiniHBaseClusterRegionServer - Class in org.apache.hadoop.hbase
Deprecated.
Subclass so can get at protected methods (none at moment).
MiniHBaseClusterRegionServer(Configuration) - Constructor for class org.apache.hadoop.hbase.MiniHBaseCluster.MiniHBaseClusterRegionServer
Deprecated.
 
modifyTableSync(Admin, TableDescriptor) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
since 3.0.0 and will be removed in 4.0.0. Just use Admin.modifyTable(TableDescriptor) directly as it is synchronous now.
moveRegionAndWait(RegionInfo, ServerName) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Move region to destination server and wait till region is completely moved and online

N

numAlwaysStandByMasters(int) - Method in class org.apache.hadoop.hbase.StartMiniClusterOption.Builder
Deprecated.
 
numAlwaysStandByMasters(int) - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption.Builder
 
numDataNodes(int) - Method in class org.apache.hadoop.hbase.StartMiniClusterOption.Builder
Deprecated.
 
numDataNodes(int) - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption.Builder
 
numMasters(int) - Method in class org.apache.hadoop.hbase.StartMiniClusterOption.Builder
Deprecated.
 
numMasters(int) - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption.Builder
 
numRegionServers(int) - Method in class org.apache.hadoop.hbase.StartMiniClusterOption.Builder
Deprecated.
 
numRegionServers(int) - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption.Builder
 
numZkServers(int) - Method in class org.apache.hadoop.hbase.StartMiniClusterOption.Builder
Deprecated.
 
numZkServers(int) - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption.Builder
 

O

org.apache.hadoop.hbase - package org.apache.hadoop.hbase
 
org.apache.hadoop.hbase.testing - package org.apache.hadoop.hbase.testing
 

P

predicateNoRegionsInTransition() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Returns a Waiter.Predicate for checking that there are no regions in transition in master
predicateTableAvailable(TableName) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Returns a Waiter.Predicate for checking that table is enabled
predicateTableDisabled(TableName) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Returns a Waiter.Predicate for checking that table is enabled
predicateTableEnabled(TableName) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Returns a Waiter.Predicate for checking that table is enabled
PRESPLIT_TEST_TABLE - Static variable in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
PRESPLIT_TEST_TABLE_KEY - Static variable in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 

R

randomFreePort() - Static method in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
Deprecated.
 
randomFreePort() - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
randomMultiCastAddress() - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
REGIONS_PER_SERVER_KEY - Static variable in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
restartHBaseCluster(int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Starts the hbase cluster up again after shutting it down previously in a test.
restartHBaseCluster(int, List<Integer>) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
restartHBaseCluster(StartMiniClusterOption) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
restoreClusterMetrics(ClusterMetrics) - Method in class org.apache.hadoop.hbase.HBaseCluster
Deprecated.
Restores the cluster to given state if this is a real cluster, otherwise does nothing.
restoreInitialStatus() - Method in class org.apache.hadoop.hbase.HBaseCluster
Deprecated.
Restores the cluster to it's initial state if this is a real cluster, otherwise does nothing.
resumeRegionServer(ServerName) - Method in class org.apache.hadoop.hbase.HBaseCluster
Deprecated.
Resume the region server
resumeRegionServer(ServerName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
 
resumeRegionServer(int) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
Resume the specified region server
ROWS - Static variable in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
All the row values for the data loaded by HBaseTestingUtility.loadTable(Table, byte[])
rsClass(Class<? extends MiniHBaseCluster.MiniHBaseClusterRegionServer>) - Method in class org.apache.hadoop.hbase.StartMiniClusterOption.Builder
Deprecated.
 
rsPorts(List<Integer>) - Method in class org.apache.hadoop.hbase.StartMiniClusterOption.Builder
Deprecated.
 
rsPorts(List<Integer>) - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption.Builder
 
run() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster.MiniHBaseClusterRegionServer
Deprecated.
 

S

safeGetAsStr(List<T>, int) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
SeenRowTracker(byte[], byte[]) - Constructor for class org.apache.hadoop.hbase.HBaseTestingUtility.SeenRowTracker
Deprecated.
 
setConf(Configuration) - Method in class org.apache.hadoop.hbase.HBaseCluster
Deprecated.
 
setDFSCluster(MiniDFSCluster) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
setDFSCluster(MiniDFSCluster, boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Set the MiniDFSCluster
setFileSystemURI(String) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
setHBaseCluster(HBaseCluster) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
setMaxRecoveryErrorCount(OutputStream, int) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Set maxRecoveryErrorCount in DFSClient.
setReplicas(Admin, TableName, int) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Set the number of Region replicas.
setupClusterTestDir() - Method in class org.apache.hadoop.hbase.HBaseZKTestingUtility
Deprecated.
Creates a directory for the cluster, under the test data
setupDataTestDir() - Method in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
Deprecated.
Sets up a directory for a test to use.
setupDataTestDir() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
setupMiniKdc(File) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Sets up MiniKdc for testing security.
setZkCluster(MiniZooKeeperCluster) - Method in class org.apache.hadoop.hbase.HBaseZKTestingUtility
Deprecated.
 
shutdown() - Method in class org.apache.hadoop.hbase.HBaseCluster
Deprecated.
Shut down the HBase cluster
shutdown() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
Shut down the mini HBase cluster
shutdownMiniCluster() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Stops mini hbase, zk, and hdfs clusters.
shutdownMiniDFSCluster() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Shuts down instance created by call to HBaseTestingUtility.startMiniDFSCluster(int) or does nothing.
shutdownMiniHBaseCluster() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Shutdown HBase mini cluster.Does not shutdown zk or dfs if running.
shutdownMiniMapReduceCluster() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Stops the previously started MiniMRCluster.
shutdownMiniZKCluster() - Method in class org.apache.hadoop.hbase.HBaseZKTestingUtility
Deprecated.
Shuts down zk cluster created by call to HBaseZKTestingUtility.startMiniZKCluster() or does nothing.
start() - Method in interface org.apache.hadoop.hbase.testing.TestingHBaseCluster
Start the whole mini cluster, including zookeeper cluster, dfs cluster and hbase cluster.
START_KEY - Static variable in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
START_KEY_BYTES - Static variable in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
startDataNode(ServerName) - Method in class org.apache.hadoop.hbase.HBaseCluster
Deprecated.
Starts a new datanode on the given hostname or if this is a mini/local cluster, silently logs warning message.
startDataNode(ServerName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
 
startHBaseCluster() - Method in interface org.apache.hadoop.hbase.testing.TestingHBaseCluster
Start the hbase cluster.
startMaster(String, int) - Method in class org.apache.hadoop.hbase.HBaseCluster
Deprecated.
Starts a new master on the given hostname or if this is a mini/local cluster, starts a master locally.
startMaster(String, int) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
 
startMaster() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
Starts a master thread running
startMaster() - Method in interface org.apache.hadoop.hbase.testing.TestingHBaseCluster
Start a new master with localhost and random port.
startMaster(String, int) - Method in interface org.apache.hadoop.hbase.testing.TestingHBaseCluster
Start a new master bind on the given host and port.
startMiniCluster(boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
since 2.2.0 and will be removed in 4.0.0. Use HBaseTestingUtility.startMiniCluster(StartMiniClusterOption) instead.
startMiniCluster(int, boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
since 2.2.0 and will be removed in 4.0.0. Use HBaseTestingUtility.startMiniCluster(StartMiniClusterOption) instead.
startMiniCluster(int, boolean, boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
since 2.2.0 and will be removed in 4.0.0. Use HBaseTestingUtility.startMiniCluster(StartMiniClusterOption) instead.
startMiniCluster(int, int, boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
since 2.2.0 and will be removed in 4.0.0. Use HBaseTestingUtility.startMiniCluster(StartMiniClusterOption) instead.
startMiniCluster(int, int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
since 2.2.0 and will be removed in 4.0.0. Use HBaseTestingUtility.startMiniCluster(StartMiniClusterOption) instead.
startMiniCluster(int, int, String[], boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
since 2.2.0 and will be removed in 4.0.0. Use HBaseTestingUtility.startMiniCluster(StartMiniClusterOption) instead.
startMiniCluster(int, int, String[]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
since 2.2.0 and will be removed in 4.0.0. Use HBaseTestingUtility.startMiniCluster(StartMiniClusterOption) instead.
startMiniCluster(int, int, int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
since 2.2.0 and will be removed in 4.0.0. Use HBaseTestingUtility.startMiniCluster(StartMiniClusterOption) instead.
startMiniCluster(int, int, String[], Class<? extends HMaster>, Class<? extends MiniHBaseCluster.MiniHBaseClusterRegionServer>) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
since 2.2.0 and will be removed in 4.0.0. Use HBaseTestingUtility.startMiniCluster(StartMiniClusterOption) instead.
startMiniCluster(int, int, int, String[], Class<? extends HMaster>, Class<? extends MiniHBaseCluster.MiniHBaseClusterRegionServer>) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
since 2.2.0 and will be removed in 4.0.0. Use HBaseTestingUtility.startMiniCluster(StartMiniClusterOption) instead.
startMiniCluster(int, int, int, String[], Class<? extends HMaster>, Class<? extends MiniHBaseCluster.MiniHBaseClusterRegionServer>, boolean, boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
since 2.2.0 and will be removed in 4.0.0. Use HBaseTestingUtility.startMiniCluster(StartMiniClusterOption) instead.
startMiniCluster(int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Start up a minicluster of hbase, dfs and zookeeper clusters with given slave node number.
startMiniCluster() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Start up a minicluster of hbase, dfs and zookeeper all using default options.
startMiniCluster(StartMiniClusterOption) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Start up a mini cluster of hbase, optionally dfs and zookeeper if needed.
StartMiniClusterOption - Class in org.apache.hadoop.hbase
Deprecated.
since 3.0.0, will be removed in 4.0.0. Use TestingHBaseCluster instead.
StartMiniClusterOption.Builder - Class in org.apache.hadoop.hbase
Deprecated.
Builder pattern for creating an StartMiniClusterOption.
startMiniDFSCluster(int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Start a minidfscluster.
startMiniDFSCluster(String[]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Start a minidfscluster.
startMiniDFSCluster(int, String[]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Start a minidfscluster.
startMiniDFSCluster(int, String[], String[]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
startMiniDFSClusterForTestWAL(int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
startMiniHBaseCluster(StartMiniClusterOption) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Starts up mini hbase cluster.
startMiniHBaseCluster() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Starts up mini hbase cluster using default options.
startMiniHBaseCluster(int, int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
since 2.2.0 and will be removed in 4.0.0. Use HBaseTestingUtility.startMiniHBaseCluster(StartMiniClusterOption) instead.
startMiniHBaseCluster(int, int, List<Integer>) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
since 2.2.0 and will be removed in 4.0.0. Use HBaseTestingUtility.startMiniHBaseCluster(StartMiniClusterOption) instead.
startMiniHBaseCluster(int, int, List<Integer>, Class<? extends HMaster>, Class<? extends MiniHBaseCluster.MiniHBaseClusterRegionServer>, boolean, boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
since 2.2.0 and will be removed in 4.0.0. Use HBaseTestingUtility.startMiniHBaseCluster(StartMiniClusterOption) instead.
startMiniMapReduceCluster() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Starts a MiniMRCluster with a default number of TaskTracker's.
startMiniZKCluster() - Method in class org.apache.hadoop.hbase.HBaseZKTestingUtility
Deprecated.
Call this if you only want a zk cluster.
startMiniZKCluster(int, int...) - Method in class org.apache.hadoop.hbase.HBaseZKTestingUtility
Deprecated.
Call this if you only want a zk cluster.
startNameNode(ServerName) - Method in class org.apache.hadoop.hbase.HBaseCluster
Deprecated.
Starts a new namenode on the given hostname or if this is a mini/local cluster, silently logs warning message.
startNameNode(ServerName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
 
startRegionServer(String, int) - Method in class org.apache.hadoop.hbase.HBaseCluster
Deprecated.
Starts a new region server on the given hostname or if this is a mini/local cluster, starts a region server locally.
startRegionServer(String, int) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
 
startRegionServer() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
Starts a region server thread running
startRegionServer() - Method in interface org.apache.hadoop.hbase.testing.TestingHBaseCluster
Start a new region server with localhost and random port.
startRegionServer(String, int) - Method in interface org.apache.hadoop.hbase.testing.TestingHBaseCluster
Start a new region server bind on the given host and port.
startRegionServerAndWait(long) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
Starts a region server thread and waits until its processed by master.
startZkNode(String, int) - Method in class org.apache.hadoop.hbase.HBaseCluster
Deprecated.
Starts a new zookeeper node on the given hostname or if this is a mini/local cluster, silently logs warning message.
startZkNode(String, int) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
 
stop() - Method in interface org.apache.hadoop.hbase.testing.TestingHBaseCluster
Stop the whole mini cluster, including zookeeper cluster, dfs cluster and hbase cluster.
stopDataNode(ServerName) - Method in class org.apache.hadoop.hbase.HBaseCluster
Deprecated.
Stops the datanode if this is a distributed cluster, otherwise silently logs warning message.
stopDataNode(ServerName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
 
stopHBaseCluster() - Method in interface org.apache.hadoop.hbase.testing.TestingHBaseCluster
Stop the hbase cluster.
stopMaster(ServerName) - Method in class org.apache.hadoop.hbase.HBaseCluster
Deprecated.
Stops the given master, by attempting a gradual stop.
stopMaster(ServerName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
 
stopMaster(int) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
Shut down the specified master cleanly
stopMaster(int, boolean) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
Shut down the specified master cleanly
stopMaster(ServerName) - Method in interface org.apache.hadoop.hbase.testing.TestingHBaseCluster
Stop the given master.
stopNameNode(ServerName) - Method in class org.apache.hadoop.hbase.HBaseCluster
Deprecated.
Stops the namenode if this is a distributed cluster, otherwise silently logs warning message.
stopNameNode(ServerName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
 
stopRegionServer(ServerName) - Method in class org.apache.hadoop.hbase.HBaseCluster
Deprecated.
Stops the given region server, by attempting a gradual stop.
stopRegionServer(ServerName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
 
stopRegionServer(int) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
Shut down the specified region server cleanly
stopRegionServer(int, boolean) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
Shut down the specified region server cleanly
stopRegionServer(ServerName) - Method in interface org.apache.hadoop.hbase.testing.TestingHBaseCluster
Stop the given region server.
stopZkNode(ServerName) - Method in class org.apache.hadoop.hbase.HBaseCluster
Deprecated.
Stops the region zookeeper if this is a distributed cluster, otherwise silently logs warning message.
stopZkNode(ServerName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
 
suspendRegionServer(ServerName) - Method in class org.apache.hadoop.hbase.HBaseCluster
Deprecated.
Suspend the region server
suspendRegionServer(ServerName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
 
suspendRegionServer(int) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
Suspend the specified region server

T

TestingHBaseCluster - Interface in org.apache.hadoop.hbase.testing
A mini hbase cluster used for testing.
TestingHBaseClusterOption - Class in org.apache.hadoop.hbase.testing
Options for starting up a mini testing cluster TestingHBaseCluster (including an hbase, dfs and zookeeper clusters) in test.
TestingHBaseClusterOption.Builder - Class in org.apache.hadoop.hbase.testing
Builder pattern for creating an TestingHBaseClusterOption.
toString() - Method in class org.apache.hadoop.hbase.StartMiniClusterOption
Deprecated.
 
toString() - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption
 
truncateTable(TableName, boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Truncate a table using the admin command.
truncateTable(TableName) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Truncate a table using the admin command.

U

unassignRegion(String) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Unassign the named region.
unassignRegion(byte[]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Unassign the named region.
unassignRegionByRow(String, RegionLocator) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Closes the region containing the given row.
unassignRegionByRow(byte[], RegionLocator) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Closes the region containing the given row.
useExternalDfs(String) - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption.Builder
 
useExternalZooKeeper(String) - Method in class org.apache.hadoop.hbase.testing.TestingHBaseClusterOption.Builder
 

V

validate() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility.SeenRowTracker
Deprecated.
Validate that all the rows between startRow and stopRow are seen exactly once, and all other rows none
verifyNumericRows(Table, byte[], int, int, int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
verifyNumericRows(Region, byte[], int, int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
verifyNumericRows(HRegion, byte[], int, int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
verifyNumericRows(Region, byte[], int, int, boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
verifyNumericRows(HRegion, byte[], int, int, boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
verifyTableDescriptorIgnoreTableName(TableDescriptor, TableDescriptor) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 

W

waitFor(long, Waiter.Predicate<E>) - Method in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
Deprecated.
waitFor(long, long, Waiter.Predicate<E>) - Method in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
Deprecated.
waitFor(long, long, boolean, Waiter.Predicate<E>) - Method in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
Deprecated.
waitForActiveAndReadyMaster() - Method in class org.apache.hadoop.hbase.HBaseCluster
Deprecated.
Blocks until there is an active master and that master has completed initialization.
waitForActiveAndReadyMaster(long) - Method in class org.apache.hadoop.hbase.HBaseCluster
Deprecated.
Blocks until there is an active master and that master has completed initialization.
waitForActiveAndReadyMaster(long) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
Blocks until there is an active master and that master has completed initialization.
waitForDatanodesRegistered(int) - Method in class org.apache.hadoop.hbase.HBaseCluster
Deprecated.
 
waitForDataNodeToStart(ServerName, long) - Method in class org.apache.hadoop.hbase.HBaseCluster
Deprecated.
Wait for the specified datanode to join the cluster
waitForDataNodeToStart(ServerName, long) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
 
waitForDataNodeToStop(ServerName, long) - Method in class org.apache.hadoop.hbase.HBaseCluster
Deprecated.
Wait for the specified datanode to stop the thread / process.
waitForDataNodeToStop(ServerName, long) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
 
waitForHostPort(String, int) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
waitForMasterToStop(ServerName, long) - Method in class org.apache.hadoop.hbase.HBaseCluster
Deprecated.
Wait for the specified master to stop the thread / process.
waitForMasterToStop(ServerName, long) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
 
waitForNamenodeAvailable() - Method in class org.apache.hadoop.hbase.HBaseCluster
Deprecated.
Wait for the namenode.
waitForNameNodeToStart(ServerName, long) - Method in class org.apache.hadoop.hbase.HBaseCluster
Deprecated.
Wait for the specified namenode to join the cluster
waitForNameNodeToStart(ServerName, long) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
 
waitForNameNodeToStop(ServerName, long) - Method in class org.apache.hadoop.hbase.HBaseCluster
Deprecated.
Wait for the specified namenode to stop
waitForNameNodeToStop(ServerName, long) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
 
waitForRegionServerToStart(String, int, long) - Method in class org.apache.hadoop.hbase.HBaseCluster
Deprecated.
Wait for the specified region server to join the cluster
waitForRegionServerToStop(ServerName, long) - Method in class org.apache.hadoop.hbase.HBaseCluster
Deprecated.
Wait for the specified region server to stop the thread / process.
waitForRegionServerToStop(ServerName, long) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
 
waitForZkNodeToStart(ServerName, long) - Method in class org.apache.hadoop.hbase.HBaseCluster
Deprecated.
Wait for the specified zookeeper node to join the cluster
waitForZkNodeToStart(ServerName, long) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
 
waitForZkNodeToStop(ServerName, long) - Method in class org.apache.hadoop.hbase.HBaseCluster
Deprecated.
Wait for the specified zookeeper node to stop the thread / process.
waitForZkNodeToStop(ServerName, long) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
 
waitLabelAvailable(long, String...) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Wait until labels is ready in VisibilityLabelsCache.
waitOnMaster(int) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
Wait for the specified master to stop.
waitOnRegionServer(int) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
Wait for the specified region server to stop.
waitTableAvailable(TableName) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Wait until all regions in a table have been assigned.
waitTableAvailable(TableName, long) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
waitTableAvailable(byte[], long) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Wait until all regions in a table have been assigned
waitTableDisabled(byte[]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Waits for a table to be 'disabled'.
waitTableDisabled(TableName, long) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
waitTableDisabled(byte[], long) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Waits for a table to be 'disabled'.
waitTableEnabled(TableName) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Waits for a table to be 'enabled'.
waitTableEnabled(byte[], long) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Waits for a table to be 'enabled'.
waitTableEnabled(TableName, long) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
 
waitUntilAllRegionsAssigned(TableName) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Wait until all regions for a table in hbase:meta have a non-empty info:server, up to a configuable timeout value (default is 60 seconds) This means all regions have been deployed, master has been informed and updated hbase:meta with the regions deployed server.
waitUntilAllRegionsAssigned(TableName, long) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Wait until all regions for a table in hbase:meta have a non-empty info:server, or until timeout.
waitUntilAllSystemRegionsAssigned() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Waith until all system table's regions get assigned
waitUntilNoRegionsInTransition(long) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Wait until no regions in transition.
waitUntilNoRegionsInTransition() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Wait until no regions in transition.
waitUntilShutDown() - Method in class org.apache.hadoop.hbase.HBaseCluster
Deprecated.
Wait for HBase Cluster to shut down.
waitUntilShutDown() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
 

Z

zooKeeperWatcher - Variable in class org.apache.hadoop.hbase.HBaseZKTestingUtility
Deprecated.
 
A B C D E F G H I J K L M N O P R S T U V W Z 
Skip navigation links

Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.