- 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.
- 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.
- 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.
- 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.
- getDataTestDirOnTestFS(String) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
-
Deprecated.
- 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.
- 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.
- 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.
- 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.
- 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
-
- startMiniCluster(int, boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
-
- startMiniCluster(int, boolean, boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
-
- startMiniCluster(int, int, boolean) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
-
- startMiniCluster(int, int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
-
- 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
-
- 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
-
- 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
-
- 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
-
- StartMiniClusterOption.Builder - Class in org.apache.hadoop.hbase
-
Deprecated.
- 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
-
- 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
-
- 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
- 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.