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

A

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

B

BASE_TEST_DIRECTORY_KEY - Static variable in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
System property key to get base test directory value
BLOOM_AND_COMPRESSION_COMBINATIONS - Static variable in class org.apache.hadoop.hbase.HBaseTestingUtility
 
BOOLEAN_PARAMETERIZED - Static variable in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
This is for unit tests parameterized with a two booleans.

C

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

D

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

E

enableDebug(Class<?>) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Switches the logger for the given class to DEBUG level.
ensureSomeNonStoppedRegionServersAvailable(int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Make sure that at least the specified number of region servers are running.
ensureSomeRegionServersAvailable(int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Make sure that at least the specified number of region servers are running
expireMasterSession() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Expire the Master's session
expireRegionServerSession(int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Expire a region server's session
expireSession(ZKWatcher) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
expireSession(ZKWatcher, boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Expire a ZooKeeper session as recommended in ZooKeeper documentation http://hbase.apache.org/book.html#trouble.zookeeper There are issues when doing this: [1] http://www.mail-archive.com/dev@zookeeper.apache.org/msg01942.html [2] https://issues.apache.org/jira/browse/ZOOKEEPER-1105
explainTableAvailability(TableName) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
explainTableState(TableName, TableState.State) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 

F

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

G

generateColumnDescriptors() - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Create a set of column descriptors with the combination of compression, encoding, bloom codecs available.
generateColumnDescriptors(String) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Create a set of column descriptors with the combination of compression, encoding, bloom codecs available.
getAdmin() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Returns an Admin instance which is shared between HBaseTestingUtility instance users.
getAdminProtocol(ServerName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
getAllOnlineRegions(MiniHBaseCluster) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
getClientProtocol(ServerName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
getClosestRowBefore(Region, byte[], byte[]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
getClusterKey() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
getClusterMetrics() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
getClusterStatus() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0 Use MiniHBaseCluster.getClusterMetrics() instead.
getConfiguration() - Method in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
Returns this classes's instance of Configuration.
getConfiguration() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Returns this classes's instance of Configuration.
getConfiguration() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
getConnection() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Get a Connection to the cluster.
getDataTestDir() - Method in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
 
getDataTestDir(String) - Method in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
 
getDataTestDirOnTestFS() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Returns a Path in the test filesystem, obtained from HBaseTestingUtility.getTestFileSystem() to write temporary test data.
getDataTestDirOnTestFS(String) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Returns a Path in the test filesystem, obtained from HBaseTestingUtility.getTestFileSystem() to write temporary test data.
getDefaultRootDirPath(boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Returns the path to the default root dir the minicluster uses.
getDefaultRootDirPath() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Same as {HBaseTestingUtility.getDefaultRootDirPath(boolean create) except that create flag is false.
getDFSCluster() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
getDifferentUser(Configuration, String) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
This method clones the passed c configuration setting a new user into the clone.
getFromStoreFile(HStore, Get) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Do a small get/scan against one store.
getFromStoreFile(HStore, byte[], NavigableSet<byte[]>) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Do a small get/scan against one store.
getHBaseAdmin() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
Since 2.0. Will be removed in 3.0. Use HBaseTestingUtility.getAdmin() instead.
getHBaseCluster() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Get the Mini HBase cluster.
getHBaseClusterInterface() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Returns the HBaseCluster instance.
getHbck() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Returns an Hbck instance.
getLiveMasterThreads() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
getLiveRegionServerThreads() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
getMaster() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Returns the current active master, if available.
getMaster(int) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Returns the master at the specified index, if available.
getMasterAdminService() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Returns the current active master, if available.
getMasterIndex(ServerName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
getMasterThread() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Returns the current active master thread, if available.
getMasterThreads() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
getMetaRSPort(Connection) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
getMetaTableDescriptor() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Deprecated.
since 2.0 version and will be removed in 3.0 version. use HBaseTestingUtility.getMetaTableDescriptorBuilder()
getMetaTableDescriptorBuilder() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
getMetaTableRows() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Returns all rows from the hbase:meta table.
getMetaTableRows(TableName) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Returns all rows from the hbase:meta table for a given user table
getMiniHBaseCluster() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
getNumHFiles(TableName, byte[]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
getNumHFilesForRS(HRegionServer, TableName, byte[]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
getNumLiveRegionServers() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
getOtherRegionServer(HRegionServer) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
getRandomDir() - Method in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
 
getRandomUUID() - Method in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
 
getRegions(byte[]) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
getRegions(TableName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
getRegionServer(int) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Grab a numbered region server of your choice.
getRegionServer(ServerName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
getRegionServerIndex(ServerName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
getRegionServerThreads() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
getRegionSplitStartKeys(byte[], byte[], int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Create region split keys between startkey and endKey
getRSForFirstRegionInTable(TableName) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Tool to get the reference to the region server object that holds the region of the specified user table.
getServerHoldingRegion(TableName, byte[]) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
getServerWith(byte[]) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Get the location of the specified region
getServerWithMeta() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
getSplittableRegion(TableName, int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
getSupportedCompressionAlgorithms() - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Get supported compression algorithms.
getTestFileSystem() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
getZkCluster() - Method in class org.apache.hadoop.hbase.HBaseZKTestingUtility
 
getZooKeeperWatcher() - Method in class org.apache.hadoop.hbase.HBaseZKTestingUtility
Returns a ZKWatcher instance.
getZooKeeperWatcher(HBaseZKTestingUtility) - Static method in class org.apache.hadoop.hbase.HBaseZKTestingUtility
Gets a ZKWatcher.

H

hbaseCluster - Variable in class org.apache.hadoop.hbase.MiniHBaseCluster
 
HBaseCommonTestingUtility - Class in org.apache.hadoop.hbase
Common helpers for testing HBase that do not depend on specific server/etc.
HBaseCommonTestingUtility() - Constructor for class org.apache.hadoop.hbase.HBaseCommonTestingUtility
 
HBaseCommonTestingUtility(Configuration) - Constructor for class org.apache.hadoop.hbase.HBaseCommonTestingUtility
 
HBaseTestingUtility - Class in org.apache.hadoop.hbase
Facility for testing HBase.
HBaseTestingUtility() - Constructor for class org.apache.hadoop.hbase.HBaseTestingUtility
Create an HBaseTestingUtility using a default configuration.
HBaseTestingUtility(Configuration) - Constructor for class org.apache.hadoop.hbase.HBaseTestingUtility
Create an HBaseTestingUtility using a given configuration.
HBaseZKTestingUtility - Class in org.apache.hadoop.hbase
Helpers for testing HBase that do not depend on specific server/etc.
HBaseZKTestingUtility() - Constructor for class org.apache.hadoop.hbase.HBaseZKTestingUtility
 
HBaseZKTestingUtility(Configuration) - Constructor for class org.apache.hadoop.hbase.HBaseZKTestingUtility
 

I

isKilledRS(ServerName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
isNewVersionBehaviorEnabled() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Check whether the tests should assume NEW_VERSION_BEHAVIOR when creating new column families.
isReadShortCircuitOn() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Get the HBase setting for dfs.client.read.shortcircuit from the conf or a system property.

J

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

K

KEYS - Static variable in class org.apache.hadoop.hbase.HBaseTestingUtility
 
KEYS_FOR_HBA_CREATE_TABLE - Static variable in class org.apache.hadoop.hbase.HBaseTestingUtility
 
killAll() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Do a simulated kill all masters and regionservers.
killDataNode(ServerName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
killMaster(ServerName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
killMiniHBaseCluster() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Abruptly Shutdown HBase mini cluster.
killRegionServer(ServerName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
killZkNode(ServerName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 

L

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

M

MEMSTORETS_TAGS_PARAMETRIZED - Static variable in class org.apache.hadoop.hbase.HBaseTestingUtility
This is for unit tests parameterized with a single boolean.
memStoreTSTagsAndOffheapCombination() - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
MiniHBaseCluster - Class in org.apache.hadoop.hbase
This class creates a single process HBase cluster.
MiniHBaseCluster(Configuration, int) - Constructor for class org.apache.hadoop.hbase.MiniHBaseCluster
Start a MiniHBaseCluster.
MiniHBaseCluster(Configuration, int, int) - Constructor for class org.apache.hadoop.hbase.MiniHBaseCluster
Start a MiniHBaseCluster.
MiniHBaseCluster(Configuration, int, int, Class<? extends HMaster>, Class<? extends MiniHBaseCluster.MiniHBaseClusterRegionServer>) - Constructor for class org.apache.hadoop.hbase.MiniHBaseCluster
Start a MiniHBaseCluster.
MiniHBaseCluster(Configuration, int, int, List<Integer>, Class<? extends HMaster>, Class<? extends MiniHBaseCluster.MiniHBaseClusterRegionServer>) - Constructor for class org.apache.hadoop.hbase.MiniHBaseCluster
 
modifyTableSync(Admin, TableDescriptor) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Modify a table, synchronous.
moveRegionAndWait(RegionInfo, ServerName) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Move region to destination server and wait till region is completely moved and online

O

org.apache.hadoop.hbase - package org.apache.hadoop.hbase
 
org.apache.hadoop.hbase.chaos.actions - package org.apache.hadoop.hbase.chaos.actions
 
org.apache.hadoop.hbase.chaos.factories - package org.apache.hadoop.hbase.chaos.factories
 
org.apache.hadoop.hbase.chaos.monkies - package org.apache.hadoop.hbase.chaos.monkies
 
org.apache.hadoop.hbase.chaos.policies - package org.apache.hadoop.hbase.chaos.policies
 
org.apache.hadoop.hbase.chaos.util - package org.apache.hadoop.hbase.chaos.util
 
org.apache.hadoop.hbase.client - package org.apache.hadoop.hbase.client
 
org.apache.hadoop.hbase.client.example - package org.apache.hadoop.hbase.client.example
 
org.apache.hadoop.hbase.client.locking - package org.apache.hadoop.hbase.client.locking
 
org.apache.hadoop.hbase.client.procedure - package org.apache.hadoop.hbase.client.procedure
 
org.apache.hadoop.hbase.client.replication - package org.apache.hadoop.hbase.client.replication
 
org.apache.hadoop.hbase.client.rsgroup - package org.apache.hadoop.hbase.client.rsgroup
 
org.apache.hadoop.hbase.conf - package org.apache.hadoop.hbase.conf
 
org.apache.hadoop.hbase.coprocessor - package org.apache.hadoop.hbase.coprocessor
 
org.apache.hadoop.hbase.errorhandling - package org.apache.hadoop.hbase.errorhandling
 
org.apache.hadoop.hbase.exceptions - package org.apache.hadoop.hbase.exceptions
 
org.apache.hadoop.hbase.favored - package org.apache.hadoop.hbase.favored
 
org.apache.hadoop.hbase.filter - package org.apache.hadoop.hbase.filter
 
org.apache.hadoop.hbase.hbtop - package org.apache.hadoop.hbase.hbtop
 
org.apache.hadoop.hbase.hbtop.field - package org.apache.hadoop.hbase.hbtop.field
 
org.apache.hadoop.hbase.hbtop.mode - package org.apache.hadoop.hbase.hbtop.mode
 
org.apache.hadoop.hbase.hbtop.screen.field - package org.apache.hadoop.hbase.hbtop.screen.field
 
org.apache.hadoop.hbase.hbtop.screen.help - package org.apache.hadoop.hbase.hbtop.screen.help
 
org.apache.hadoop.hbase.hbtop.screen.mode - package org.apache.hadoop.hbase.hbtop.screen.mode
 
org.apache.hadoop.hbase.hbtop.screen.top - package org.apache.hadoop.hbase.hbtop.screen.top
 
org.apache.hadoop.hbase.hbtop.terminal.impl - package org.apache.hadoop.hbase.hbtop.terminal.impl
 
org.apache.hadoop.hbase.http - package org.apache.hadoop.hbase.http
 
org.apache.hadoop.hbase.http.conf - package org.apache.hadoop.hbase.http.conf
 
org.apache.hadoop.hbase.http.jmx - package org.apache.hadoop.hbase.http.jmx
 
org.apache.hadoop.hbase.http.log - package org.apache.hadoop.hbase.http.log
 
org.apache.hadoop.hbase.http.resource - package org.apache.hadoop.hbase.http.resource
 
org.apache.hadoop.hbase.http.ssl - package org.apache.hadoop.hbase.http.ssl
 
org.apache.hadoop.hbase.io - package org.apache.hadoop.hbase.io
 
org.apache.hadoop.hbase.io.asyncfs - package org.apache.hadoop.hbase.io.asyncfs
 
org.apache.hadoop.hbase.io.crypto - package org.apache.hadoop.hbase.io.crypto
 
org.apache.hadoop.hbase.io.crypto.aes - package org.apache.hadoop.hbase.io.crypto.aes
 
org.apache.hadoop.hbase.io.encoding - package org.apache.hadoop.hbase.io.encoding
 
org.apache.hadoop.hbase.io.hadoopbackport - package org.apache.hadoop.hbase.io.hadoopbackport
 
org.apache.hadoop.hbase.io.hfile - package org.apache.hadoop.hbase.io.hfile
 
org.apache.hadoop.hbase.io.util - package org.apache.hadoop.hbase.io.util
 
org.apache.hadoop.hbase.ipc - package org.apache.hadoop.hbase.ipc
 
org.apache.hadoop.hbase.mapred - package org.apache.hadoop.hbase.mapred
 
org.apache.hadoop.hbase.mapreduce - package org.apache.hadoop.hbase.mapreduce
 
org.apache.hadoop.hbase.master - package org.apache.hadoop.hbase.master
 
org.apache.hadoop.hbase.mob - package org.apache.hadoop.hbase.mob
 
org.apache.hadoop.hbase.mob.compactions - package org.apache.hadoop.hbase.mob.compactions
 
org.apache.hadoop.hbase.mttr - package org.apache.hadoop.hbase.mttr
 
org.apache.hadoop.hbase.namespace - package org.apache.hadoop.hbase.namespace
 
org.apache.hadoop.hbase.net - package org.apache.hadoop.hbase.net
 
org.apache.hadoop.hbase.nio - package org.apache.hadoop.hbase.nio
 
org.apache.hadoop.hbase.quotas - package org.apache.hadoop.hbase.quotas
 
org.apache.hadoop.hbase.quotas.policies - package org.apache.hadoop.hbase.quotas.policies
 
org.apache.hadoop.hbase.regionserver - package org.apache.hadoop.hbase.regionserver
 
org.apache.hadoop.hbase.regionserver.querymatcher - package org.apache.hadoop.hbase.regionserver.querymatcher
 
org.apache.hadoop.hbase.regionserver.throttle - package org.apache.hadoop.hbase.regionserver.throttle
 
org.apache.hadoop.hbase.regionserver.wal - package org.apache.hadoop.hbase.regionserver.wal
 
org.apache.hadoop.hbase.replication - package org.apache.hadoop.hbase.replication
 
org.apache.hadoop.hbase.rest - package org.apache.hadoop.hbase.rest
 
org.apache.hadoop.hbase.rest.client - package org.apache.hadoop.hbase.rest.client
 
org.apache.hadoop.hbase.rsgroup - package org.apache.hadoop.hbase.rsgroup
 
org.apache.hadoop.hbase.security - package org.apache.hadoop.hbase.security
 
org.apache.hadoop.hbase.shaded.protobuf - package org.apache.hadoop.hbase.shaded.protobuf
 
org.apache.hadoop.hbase.snapshot - package org.apache.hadoop.hbase.snapshot
 
org.apache.hadoop.hbase.test - package org.apache.hadoop.hbase.test
 
org.apache.hadoop.hbase.testclassification - package org.apache.hadoop.hbase.testclassification
 
org.apache.hadoop.hbase.types - package org.apache.hadoop.hbase.types
 
org.apache.hadoop.hbase.util - package org.apache.hadoop.hbase.util
 
org.apache.hadoop.hbase.util.compaction - package org.apache.hadoop.hbase.util.compaction
 
org.apache.hadoop.hbase.util.hbck - package org.apache.hadoop.hbase.util.hbck
 
org.apache.hadoop.hbase.wal - package org.apache.hadoop.hbase.wal
 
org.apache.hadoop.hbase.zookeeper - package org.apache.hadoop.hbase.zookeeper
 
org.apache.hbase.archetypes.exemplars.client - package org.apache.hbase.archetypes.exemplars.client
 
org.apache.hbase.archetypes.exemplars.shaded_client - package org.apache.hbase.archetypes.exemplars.shaded_client
 
org.apache.hbase.shaded - package org.apache.hbase.shaded
 

P

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

R

randomFreePort() - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
randomMultiCastAddress() - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
REGIONS_PER_SERVER_KEY - Static variable in class org.apache.hadoop.hbase.HBaseTestingUtility
 
restartHBaseCluster(int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Starts the hbase cluster up again after shutting it down previously in a test.
ROWS - Static variable in class org.apache.hadoop.hbase.HBaseTestingUtility
All the row values for the data loaded by HBaseTestingUtility.loadTable(Table, byte[])

S

safeGetAsStr(List<T>, int) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
setDFSCluster(MiniDFSCluster) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
setDFSCluster(MiniDFSCluster, boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Set the MiniDFSCluster
setFileSystemURI(String) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
setHBaseCluster(HBaseCluster) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
setMaxRecoveryErrorCount(OutputStream, int) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Set maxRecoveryErrorCount in DFSClient.
setReplicas(Admin, TableName, int) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
Set the number of Region replicas.
setupClusterTestDir() - Method in class org.apache.hadoop.hbase.HBaseZKTestingUtility
Creates a directory for the cluster, under the test data
setupDataTestDir() - Method in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
Sets up a directory for a test to use.
setupDataTestDir() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Home our data in a dir under DEFAULT_BASE_TEST_DIRECTORY.
setupMiniKdc(File) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Sets up MiniKdc for testing security.
setZkCluster(MiniZooKeeperCluster) - Method in class org.apache.hadoop.hbase.HBaseZKTestingUtility
 
shutdown() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Shut down the mini HBase cluster
shutdownMiniCluster() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Stops mini hbase, zk, and hdfs clusters.
shutdownMiniDFSCluster() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Shuts down instance created by call to HBaseTestingUtility.startMiniDFSCluster(int) or does nothing.
shutdownMiniHBaseCluster() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Shutdown HBase mini cluster.Does not shutdown zk or dfs if running.
shutdownMiniMapReduceCluster() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Stops the previously started MiniMRCluster.
shutdownMiniZKCluster() - Method in class org.apache.hadoop.hbase.HBaseZKTestingUtility
Shuts down zk cluster created by call to #startMiniZKCluster(File) or does nothing.
START_KEY - Static variable in class org.apache.hadoop.hbase.HBaseTestingUtility
 
START_KEY_BYTES - Static variable in class org.apache.hadoop.hbase.HBaseTestingUtility
 
startDataNode(ServerName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
startMaster(String, int) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
startMaster() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Starts a master thread running
startMiniCluster() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Start up a minicluster of hbase, dfs, and zookeeper.
startMiniCluster(boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Start up a minicluster of hbase, dfs, and zookeeper where WAL's walDir is created separately.
startMiniCluster(int, boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Start up a minicluster of hbase, dfs, and zookeeper.
startMiniCluster(int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Start up a minicluster of hbase, optionally dfs, and zookeeper.
startMiniCluster(int, boolean, boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
startMiniCluster(int, int, boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Start minicluster.
startMiniCluster(int, int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
start minicluster
startMiniCluster(int, int, String[], boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
startMiniCluster(int, int, String[]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Start up a minicluster of hbase, optionally dfs, and zookeeper.
startMiniCluster(int, int, int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Same as HBaseTestingUtility.startMiniCluster(int, int), but with custom number of datanodes.
startMiniCluster(int, int, String[], Class<? extends HMaster>, Class<? extends MiniHBaseCluster.MiniHBaseClusterRegionServer>) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Start up a minicluster of hbase, optionally dfs, and zookeeper.
startMiniCluster(int, int, int, String[], Class<? extends HMaster>, Class<? extends MiniHBaseCluster.MiniHBaseClusterRegionServer>) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
startMiniCluster(int, int, int, String[], Class<? extends HMaster>, Class<? extends MiniHBaseCluster.MiniHBaseClusterRegionServer>, boolean, boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
startMiniDFSCluster(int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Start a minidfscluster.
startMiniDFSCluster(String[]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Start a minidfscluster.
startMiniDFSCluster(int, String[]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Start a minidfscluster.
startMiniDFSCluster(int, String[], String[]) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
startMiniDFSClusterForTestWAL(int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
startMiniHBaseCluster(int, int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
startMiniHBaseCluster(int, int, List<Integer>) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
startMiniHBaseCluster(int, int, List<Integer>, Class<? extends HMaster>, Class<? extends MiniHBaseCluster.MiniHBaseClusterRegionServer>, boolean, boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Starts up mini hbase cluster.
startMiniMapReduceCluster() - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Starts a MiniMRCluster with a default number of TaskTracker's.
startMiniZKCluster() - Method in class org.apache.hadoop.hbase.HBaseZKTestingUtility
Call this if you only want a zk cluster.
startMiniZKCluster(int, int...) - Method in class org.apache.hadoop.hbase.HBaseZKTestingUtility
Call this if you only want a zk cluster.
startRegionServer(String, int) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
startRegionServer() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Starts a region server thread running
startRegionServerAndWait(long) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Starts a region server thread and waits until its processed by master.
startZkNode(String, int) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
stopDataNode(ServerName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
stopMaster(ServerName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
stopMaster(int) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Shut down the specified master cleanly
stopMaster(int, boolean) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Shut down the specified master cleanly
stopRegionServer(ServerName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 
stopRegionServer(int) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Shut down the specified region server cleanly
stopRegionServer(int, boolean) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
Shut down the specified region server cleanly
stopZkNode(ServerName) - Method in class org.apache.hadoop.hbase.MiniHBaseCluster
 

T

truncateTable(TableName, boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Truncate a table using the admin command.
truncateTable(TableName) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
Truncate a table using the admin command.

U

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

V

verifyNumericRows(Table, byte[], int, int, int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
verifyNumericRows(Region, byte[], int, int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
verifyNumericRows(HRegion, byte[], int, int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
verifyNumericRows(Region, byte[], int, int, boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
verifyNumericRows(HRegion, byte[], int, int, boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 
verifyTableDescriptorIgnoreTableName(TableDescriptor, TableDescriptor) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
 

W

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

Z

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

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