- 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
-
- createLocalHRegion(TableName, byte[], byte[], boolean, Durability, WAL, byte[]...) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
-
- createLocalHRegionWithInMemoryFlags(TableName, byte[], byte[], boolean, Durability, WAL, boolean[], byte[]...) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
-
- createLocalHTU() - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
-
- createLocalHTU(Configuration) - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
-
- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- getDataTestDirOnTestFS(String) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- waitFor(long, Waiter.Predicate<E>) - Method in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
-
- waitFor(long, long, Waiter.Predicate<E>) - Method in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
-
- waitFor(long, long, boolean, Waiter.Predicate<E>) - Method in class org.apache.hadoop.hbase.HBaseCommonTestingUtility
-
- 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
-