Test Info
Library Name | hbase |
Version #1 | rel/2.1.5 |
Version #2 | 2.1.6RC1 |
Subject | Binary Compatibility |
Test Results
Total Java Modules | 13 |
Total Methods / Classes | 5130 / 432 |
Compatibility |
100% |
Problem Summary
| Severity | Count |
Added Methods | - | 321 |
Removed Methods | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
Medium | 0 |
Low | 0 |
Other Changes in Data Types | - | 1 |
Added Methods 321
hbase-shaded-client-byo-hadoop-2.1.6.jar,
FailedCloseWALAfterInitializedErrorException.class
package org.apache.hadoop.hbase
FailedCloseWALAfterInitializedErrorException.FailedCloseWALAfterInitializedErrorException ( )
org/apache/hadoop/hbase/FailedCloseWALAfterInitializedErrorException."<init>":()V
FailedCloseWALAfterInitializedErrorException.FailedCloseWALAfterInitializedErrorException ( String msg )
org/apache/hadoop/hbase/FailedCloseWALAfterInitializedErrorException."<init>":(Ljava/lang/String;)V
FailedCloseWALAfterInitializedErrorException.FailedCloseWALAfterInitializedErrorException ( String msg, Throwable t )
org/apache/hadoop/hbase/FailedCloseWALAfterInitializedErrorException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V
hbase-shaded-client-byo-hadoop-2.1.6.jar,
MultiRowRangeFilter.class
package org.apache.hadoop.hbase.filter
MultiRowRangeFilter.MultiRowRangeFilter ( byte[ ][ ] rowKeyPrefixes )
org/apache/hadoop/hbase/filter/MultiRowRangeFilter."<init>":([[B)V
hbase-shaded-client-byo-hadoop-2.1.6.jar,
RegionInfo.class
package org.apache.hadoop.hbase.client
RegionInfo.isAdjacent ( RegionInfo other ) : boolean
org/apache/hadoop/hbase/client/RegionInfo.isAdjacent:(Lorg/apache/hadoop/hbase/client/RegionInfo;)Z
RegionInfo.isDegenerate ( ) : boolean
org/apache/hadoop/hbase/client/RegionInfo.isDegenerate:()Z
RegionInfo.isFirst ( ) : boolean
org/apache/hadoop/hbase/client/RegionInfo.isFirst:()Z
RegionInfo.isLast ( ) : boolean
org/apache/hadoop/hbase/client/RegionInfo.isLast:()Z
RegionInfo.isNext ( RegionInfo after ) : boolean
org/apache/hadoop/hbase/client/RegionInfo.isNext:(Lorg/apache/hadoop/hbase/client/RegionInfo;)Z
RegionInfo.isOverlap ( RegionInfo other ) : boolean
org/apache/hadoop/hbase/client/RegionInfo.isOverlap:(Lorg/apache/hadoop/hbase/client/RegionInfo;)Z
hbase-shaded-client-byo-hadoop-2.1.6.jar,
TimeRange.class
package org.apache.hadoop.hbase.io
TimeRange.between ( long minStamp, long maxStamp ) [static] : TimeRange
org/apache/hadoop/hbase/io/TimeRange.between:(JJ)Lorg/apache/hadoop/hbase/io/TimeRange;
TimeRange.from ( long minStamp ) [static] : TimeRange
org/apache/hadoop/hbase/io/TimeRange.from:(J)Lorg/apache/hadoop/hbase/io/TimeRange;
TimeRange.until ( long maxStamp ) [static] : TimeRange
org/apache/hadoop/hbase/io/TimeRange.until:(J)Lorg/apache/hadoop/hbase/io/TimeRange;
hbase-shaded-testing-util-2.1.6.jar,
CodecPerformance.class
package org.apache.hadoop.hbase.codec
CodecPerformance.CodecPerformance ( )
org/apache/hadoop/hbase/codec/CodecPerformance."<init>":()V
CodecPerformance.main ( String[ ] args ) [static] : void
org/apache/hadoop/hbase/codec/CodecPerformance.main:([Ljava/lang/String;)V
hbase-shaded-testing-util-2.1.6.jar,
HBaseCommonTestingUtility.class
package org.apache.hadoop.hbase
HBaseCommonTestingUtility.cleanupTestDir ( ) : boolean
org/apache/hadoop/hbase/HBaseCommonTestingUtility.cleanupTestDir:()Z
HBaseCommonTestingUtility.createSubDir ( String propertyName, Path parent, String subDirName ) : void
org/apache/hadoop/hbase/HBaseCommonTestingUtility.createSubDir:(Ljava/lang/String;Lorg/apache/hadoop/fs/Path;Ljava/lang/String;)V
HBaseCommonTestingUtility.getConfiguration ( ) : Configuration
org/apache/hadoop/hbase/HBaseCommonTestingUtility.getConfiguration:()Lorg/apache/hadoop/conf/Configuration;
HBaseCommonTestingUtility.getDataTestDir ( ) : Path
org/apache/hadoop/hbase/HBaseCommonTestingUtility.getDataTestDir:()Lorg/apache/hadoop/fs/Path;
HBaseCommonTestingUtility.getDataTestDir ( String subdirName ) : Path
org/apache/hadoop/hbase/HBaseCommonTestingUtility.getDataTestDir:(Ljava/lang/String;)Lorg/apache/hadoop/fs/Path;
HBaseCommonTestingUtility.getRandomDir ( ) : Path
org/apache/hadoop/hbase/HBaseCommonTestingUtility.getRandomDir:()Lorg/apache/hadoop/fs/Path;
HBaseCommonTestingUtility.getRandomUUID ( ) : UUID
org/apache/hadoop/hbase/HBaseCommonTestingUtility.getRandomUUID:()Ljava/util/UUID;
HBaseCommonTestingUtility.HBaseCommonTestingUtility ( )
org/apache/hadoop/hbase/HBaseCommonTestingUtility."<init>":()V
HBaseCommonTestingUtility.HBaseCommonTestingUtility ( Configuration conf )
org/apache/hadoop/hbase/HBaseCommonTestingUtility."<init>":(Lorg/apache/hadoop/conf/Configuration;)V
HBaseCommonTestingUtility.setupDataTestDir ( ) : Path
org/apache/hadoop/hbase/HBaseCommonTestingUtility.setupDataTestDir:()Lorg/apache/hadoop/fs/Path;
HBaseCommonTestingUtility.waitFor ( long timeout, long interval, boolean failIfTimeout, Waiter.Predicate<E> predicate ) : long
org/apache/hadoop/hbase/HBaseCommonTestingUtility.waitFor:(JJZLorg/apache/hadoop/hbase/Waiter$Predicate;)J
HBaseCommonTestingUtility.waitFor ( long timeout, long interval, Waiter.Predicate<E> predicate ) : long
org/apache/hadoop/hbase/HBaseCommonTestingUtility.waitFor:(JJLorg/apache/hadoop/hbase/Waiter$Predicate;)J
HBaseCommonTestingUtility.waitFor ( long timeout, Waiter.Predicate<E> predicate ) : long
org/apache/hadoop/hbase/HBaseCommonTestingUtility.waitFor:(JLorg/apache/hadoop/hbase/Waiter$Predicate;)J
hbase-shaded-testing-util-2.1.6.jar,
HBaseTestingUtility.class
package org.apache.hadoop.hbase
HBaseTestingUtility.assertKVListsEqual ( String additionalMsg, List<?> expected, List<?> actual ) [static] : void
org/apache/hadoop/hbase/HBaseTestingUtility.assertKVListsEqual:(Ljava/lang/String;Ljava/util/List;Ljava/util/List;)V
HBaseTestingUtility.assertRegionOnlyOnServer ( RegionInfo hri, ServerName server, long timeout ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.assertRegionOnlyOnServer:(Lorg/apache/hadoop/hbase/client/RegionInfo;Lorg/apache/hadoop/hbase/ServerName;J)V
HBaseTestingUtility.assertRegionOnServer ( RegionInfo hri, ServerName server, long timeout ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.assertRegionOnServer:(Lorg/apache/hadoop/hbase/client/RegionInfo;Lorg/apache/hadoop/hbase/ServerName;J)V
HBaseTestingUtility.assignRegion ( RegionInfo regionInfo ) : boolean
org/apache/hadoop/hbase/HBaseTestingUtility.assignRegion:(Lorg/apache/hadoop/hbase/client/RegionInfo;)Z
HBaseTestingUtility.available ( int port ) [static] : boolean
org/apache/hadoop/hbase/HBaseTestingUtility.available:(I)Z
HBaseTestingUtility.checksumRows ( Table table ) : String
org/apache/hadoop/hbase/HBaseTestingUtility.checksumRows:(Lorg/apache/hadoop/hbase/client/Table;)Ljava/lang/String;
HBaseTestingUtility.cleanupDataTestDirOnTestFS ( ) : boolean
org/apache/hadoop/hbase/HBaseTestingUtility.cleanupDataTestDirOnTestFS:()Z
HBaseTestingUtility.cleanupDataTestDirOnTestFS ( String subdirName ) : boolean
org/apache/hadoop/hbase/HBaseTestingUtility.cleanupDataTestDirOnTestFS:(Ljava/lang/String;)Z
HBaseTestingUtility.closeRegionAndWAL ( HRegion r ) [static] : void
org/apache/hadoop/hbase/HBaseTestingUtility.closeRegionAndWAL:(Lorg/apache/hadoop/hbase/regionserver/HRegion;)V
HBaseTestingUtility.closeRegionAndWAL ( Region r ) [static] : void
org/apache/hadoop/hbase/HBaseTestingUtility.closeRegionAndWAL:(Lorg/apache/hadoop/hbase/regionserver/Region;)V
HBaseTestingUtility.compact ( boolean major ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.compact:(Z)V
HBaseTestingUtility.compact ( TableName tableName, boolean major ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.compact:(Lorg/apache/hadoop/hbase/TableName;Z)V
HBaseTestingUtility.countRows ( InternalScanner scanner ) : int
org/apache/hadoop/hbase/HBaseTestingUtility.countRows:(Lorg/apache/hadoop/hbase/regionserver/InternalScanner;)I
HBaseTestingUtility.countRows ( Region region ) : int
org/apache/hadoop/hbase/HBaseTestingUtility.countRows:(Lorg/apache/hadoop/hbase/regionserver/Region;)I
HBaseTestingUtility.countRows ( Region region, Scan scan ) : int
org/apache/hadoop/hbase/HBaseTestingUtility.countRows:(Lorg/apache/hadoop/hbase/regionserver/Region;Lorg/apache/hadoop/hbase/client/Scan;)I
HBaseTestingUtility.countRows ( Table table ) : int
org/apache/hadoop/hbase/HBaseTestingUtility.countRows:(Lorg/apache/hadoop/hbase/client/Table;)I
HBaseTestingUtility.countRows ( Table table, byte[ ]... families ) : int
org/apache/hadoop/hbase/HBaseTestingUtility.countRows:(Lorg/apache/hadoop/hbase/client/Table;[[B)I
HBaseTestingUtility.countRows ( Table table, Scan scan ) : int
org/apache/hadoop/hbase/HBaseTestingUtility.countRows:(Lorg/apache/hadoop/hbase/client/Table;Lorg/apache/hadoop/hbase/client/Scan;)I
HBaseTestingUtility.countRows ( TableName tableName ) : int
org/apache/hadoop/hbase/HBaseTestingUtility.countRows:(Lorg/apache/hadoop/hbase/TableName;)I
HBaseTestingUtility.createLocalHRegion ( byte[ ] tableName, byte[ ] startKey, byte[ ] stopKey, String callingMethod, Configuration conf, boolean isReadOnly, Durability durability, WAL wal, byte[ ]... families ) : HRegion *DEPRECATED*
org/apache/hadoop/hbase/HBaseTestingUtility.createLocalHRegion:([B[B[BLjava/lang/String;Lorg/apache/hadoop/conf/Configuration;ZLorg/apache/hadoop/hbase/client/Durability;Lorg/apache/hadoop/hbase/wal/WAL;[[B)Lorg/apache/hadoop/hbase/regionserver/HRegion;
HBaseTestingUtility.createLocalHRegion ( RegionInfo info, TableDescriptor desc ) : HRegion
org/apache/hadoop/hbase/HBaseTestingUtility.createLocalHRegion:(Lorg/apache/hadoop/hbase/client/RegionInfo;Lorg/apache/hadoop/hbase/client/TableDescriptor;)Lorg/apache/hadoop/hbase/regionserver/HRegion;
HBaseTestingUtility.createLocalHRegion ( RegionInfo info, TableDescriptor desc, WAL wal ) : HRegion
org/apache/hadoop/hbase/HBaseTestingUtility.createLocalHRegion:(Lorg/apache/hadoop/hbase/client/RegionInfo;Lorg/apache/hadoop/hbase/client/TableDescriptor;Lorg/apache/hadoop/hbase/wal/WAL;)Lorg/apache/hadoop/hbase/regionserver/HRegion;
HBaseTestingUtility.createLocalHRegion ( TableDescriptor desc, byte[ ] startKey, byte[ ] endKey ) : HRegion
org/apache/hadoop/hbase/HBaseTestingUtility.createLocalHRegion:(Lorg/apache/hadoop/hbase/client/TableDescriptor;[B[B)Lorg/apache/hadoop/hbase/regionserver/HRegion;
HBaseTestingUtility.createLocalHRegion ( TableName tableName, byte[ ] startKey, byte[ ] stopKey, boolean isReadOnly, Durability durability, WAL wal, byte[ ]... families ) : HRegion
org/apache/hadoop/hbase/HBaseTestingUtility.createLocalHRegion:(Lorg/apache/hadoop/hbase/TableName;[B[BZLorg/apache/hadoop/hbase/client/Durability;Lorg/apache/hadoop/hbase/wal/WAL;[[B)Lorg/apache/hadoop/hbase/regionserver/HRegion;
HBaseTestingUtility.createLocalHRegionWithInMemoryFlags ( TableName tableName, byte[ ] startKey, byte[ ] stopKey, boolean isReadOnly, Durability durability, WAL wal, boolean[ ] compactedMemStore, byte[ ]... families ) : HRegion
org/apache/hadoop/hbase/HBaseTestingUtility.createLocalHRegionWithInMemoryFlags:(Lorg/apache/hadoop/hbase/TableName;[B[BZLorg/apache/hadoop/hbase/client/Durability;Lorg/apache/hadoop/hbase/wal/WAL;[Z[[B)Lorg/apache/hadoop/hbase/regionserver/HRegion;
HBaseTestingUtility.createLocalHTU ( ) [static] : HBaseTestingUtility *DEPRECATED*
org/apache/hadoop/hbase/HBaseTestingUtility.createLocalHTU:()Lorg/apache/hadoop/hbase/HBaseTestingUtility;
HBaseTestingUtility.createLocalHTU ( Configuration c ) [static] : HBaseTestingUtility *DEPRECATED*
org/apache/hadoop/hbase/HBaseTestingUtility.createLocalHTU:(Lorg/apache/hadoop/conf/Configuration;)Lorg/apache/hadoop/hbase/HBaseTestingUtility;
HBaseTestingUtility.createMockRegionServerService ( ) : RegionServerServices
org/apache/hadoop/hbase/HBaseTestingUtility.createMockRegionServerService:()Lorg/apache/hadoop/hbase/regionserver/RegionServerServices;
HBaseTestingUtility.createMockRegionServerService ( RpcServerInterface rpc ) : RegionServerServices
org/apache/hadoop/hbase/HBaseTestingUtility.createMockRegionServerService:(Lorg/apache/hadoop/hbase/ipc/RpcServerInterface;)Lorg/apache/hadoop/hbase/regionserver/RegionServerServices;
HBaseTestingUtility.createMockRegionServerService ( ServerName name ) : RegionServerServices
org/apache/hadoop/hbase/HBaseTestingUtility.createMockRegionServerService:(Lorg/apache/hadoop/hbase/ServerName;)Lorg/apache/hadoop/hbase/regionserver/RegionServerServices;
HBaseTestingUtility.createMultiRegionsInMeta ( Configuration conf, HTableDescriptor htd, byte[ ][ ] startKeys ) : List<HRegionInfo> *DEPRECATED*
org/apache/hadoop/hbase/HBaseTestingUtility.createMultiRegionsInMeta:(Lorg/apache/hadoop/conf/Configuration;Lorg/apache/hadoop/hbase/HTableDescriptor;[[B)Ljava/util/List;
HBaseTestingUtility.createMultiRegionsInMeta ( Configuration conf, TableDescriptor htd, byte[ ][ ] startKeys ) : List<RegionInfo>
org/apache/hadoop/hbase/HBaseTestingUtility.createMultiRegionsInMeta:(Lorg/apache/hadoop/conf/Configuration;Lorg/apache/hadoop/hbase/client/TableDescriptor;[[B)Ljava/util/List;
HBaseTestingUtility.createMultiRegionTable ( TableName tableName, byte[ ] family ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.createMultiRegionTable:(Lorg/apache/hadoop/hbase/TableName;[B)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.createMultiRegionTable ( TableName tableName, byte[ ] family, int numRegions ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.createMultiRegionTable:(Lorg/apache/hadoop/hbase/TableName;[BI)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.createMultiRegionTable ( TableName tableName, byte[ ][ ] families ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.createMultiRegionTable:(Lorg/apache/hadoop/hbase/TableName;[[B)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.createMultiRegionTable ( TableName tableName, byte[ ][ ] families, int numVersions ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.createMultiRegionTable:(Lorg/apache/hadoop/hbase/TableName;[[BI)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.createPreSplitLoadTestTable ( Configuration conf, TableDescriptor desc, ColumnFamilyDescriptor hcd ) [static] : int
org/apache/hadoop/hbase/HBaseTestingUtility.createPreSplitLoadTestTable:(Lorg/apache/hadoop/conf/Configuration;Lorg/apache/hadoop/hbase/client/TableDescriptor;Lorg/apache/hadoop/hbase/client/ColumnFamilyDescriptor;)I
HBaseTestingUtility.createPreSplitLoadTestTable ( Configuration conf, TableDescriptor desc, ColumnFamilyDescriptor hcd, int numRegionsPerServer ) [static] : int
org/apache/hadoop/hbase/HBaseTestingUtility.createPreSplitLoadTestTable:(Lorg/apache/hadoop/conf/Configuration;Lorg/apache/hadoop/hbase/client/TableDescriptor;Lorg/apache/hadoop/hbase/client/ColumnFamilyDescriptor;I)I
HBaseTestingUtility.createPreSplitLoadTestTable ( Configuration conf, TableDescriptor desc, ColumnFamilyDescriptor[ ] hcds, int numRegionsPerServer ) [static] : int
org/apache/hadoop/hbase/HBaseTestingUtility.createPreSplitLoadTestTable:(Lorg/apache/hadoop/conf/Configuration;Lorg/apache/hadoop/hbase/client/TableDescriptor;[Lorg/apache/hadoop/hbase/client/ColumnFamilyDescriptor;I)I
HBaseTestingUtility.createPreSplitLoadTestTable ( Configuration conf, TableDescriptor td, ColumnFamilyDescriptor[ ] cds, RegionSplitter.SplitAlgorithm splitter, int numRegionsPerServer ) [static] : int
org/apache/hadoop/hbase/HBaseTestingUtility.createPreSplitLoadTestTable:(Lorg/apache/hadoop/conf/Configuration;Lorg/apache/hadoop/hbase/client/TableDescriptor;[Lorg/apache/hadoop/hbase/client/ColumnFamilyDescriptor;Lorg/apache/hadoop/hbase/util/RegionSplitter$SplitAlgorithm;I)I
HBaseTestingUtility.createPreSplitLoadTestTable ( Configuration conf, TableName tableName, byte[ ] columnFamily, Compression.Algorithm compression, DataBlockEncoding dataBlockEncoding ) [static] : int
org/apache/hadoop/hbase/HBaseTestingUtility.createPreSplitLoadTestTable:(Lorg/apache/hadoop/conf/Configuration;Lorg/apache/hadoop/hbase/TableName;[BLorg/apache/hadoop/hbase/io/compress/Compression$Algorithm;Lorg/apache/hadoop/hbase/io/encoding/DataBlockEncoding;)I
HBaseTestingUtility.createPreSplitLoadTestTable ( Configuration conf, TableName tableName, byte[ ] columnFamily, Compression.Algorithm compression, DataBlockEncoding dataBlockEncoding, int numRegionsPerServer, int regionReplication, Durability durability ) [static] : int
org/apache/hadoop/hbase/HBaseTestingUtility.createPreSplitLoadTestTable:(Lorg/apache/hadoop/conf/Configuration;Lorg/apache/hadoop/hbase/TableName;[BLorg/apache/hadoop/hbase/io/compress/Compression$Algorithm;Lorg/apache/hadoop/hbase/io/encoding/DataBlockEncoding;IILorg/apache/hadoop/hbase/client/Durability;)I
HBaseTestingUtility.createPreSplitLoadTestTable ( Configuration conf, TableName tableName, byte[ ][ ] columnFamilies, Compression.Algorithm compression, DataBlockEncoding dataBlockEncoding, int numRegionsPerServer, int regionReplication, Durability durability ) [static] : int
org/apache/hadoop/hbase/HBaseTestingUtility.createPreSplitLoadTestTable:(Lorg/apache/hadoop/conf/Configuration;Lorg/apache/hadoop/hbase/TableName;[[BLorg/apache/hadoop/hbase/io/compress/Compression$Algorithm;Lorg/apache/hadoop/hbase/io/encoding/DataBlockEncoding;IILorg/apache/hadoop/hbase/client/Durability;)I
HBaseTestingUtility.createRandomTable ( TableName tableName, Collection<String> families, int maxVersions, int numColsPerRow, int numFlushes, int numRegions, int numRowsPerFlush ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.createRandomTable:(Lorg/apache/hadoop/hbase/TableName;Ljava/util/Collection;IIIII)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.createRegionAndWAL ( RegionInfo info, Path rootDir, Configuration conf, TableDescriptor htd ) [static] : HRegion
org/apache/hadoop/hbase/HBaseTestingUtility.createRegionAndWAL:(Lorg/apache/hadoop/hbase/client/RegionInfo;Lorg/apache/hadoop/fs/Path;Lorg/apache/hadoop/conf/Configuration;Lorg/apache/hadoop/hbase/client/TableDescriptor;)Lorg/apache/hadoop/hbase/regionserver/HRegion;
HBaseTestingUtility.createRegionAndWAL ( RegionInfo info, Path rootDir, Configuration conf, TableDescriptor htd, boolean initialize ) [static] : HRegion
org/apache/hadoop/hbase/HBaseTestingUtility.createRegionAndWAL:(Lorg/apache/hadoop/hbase/client/RegionInfo;Lorg/apache/hadoop/fs/Path;Lorg/apache/hadoop/conf/Configuration;Lorg/apache/hadoop/hbase/client/TableDescriptor;Z)Lorg/apache/hadoop/hbase/regionserver/HRegion;
HBaseTestingUtility.createRootDir ( ) : Path
org/apache/hadoop/hbase/HBaseTestingUtility.createRootDir:()Lorg/apache/hadoop/fs/Path;
HBaseTestingUtility.createRootDir ( boolean create ) : Path
org/apache/hadoop/hbase/HBaseTestingUtility.createRootDir:(Z)Lorg/apache/hadoop/fs/Path;
HBaseTestingUtility.createTable ( TableDescriptor htd, byte[ ][ ] families, byte[ ][ ] splitKeys, BloomType type, int blockSize, Configuration c ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.createTable:(Lorg/apache/hadoop/hbase/client/TableDescriptor;[[B[[BLorg/apache/hadoop/hbase/regionserver/BloomType;ILorg/apache/hadoop/conf/Configuration;)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.createTable ( TableDescriptor htd, byte[ ][ ] families, byte[ ][ ] splitKeys, Configuration c ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.createTable:(Lorg/apache/hadoop/hbase/client/TableDescriptor;[[B[[BLorg/apache/hadoop/conf/Configuration;)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.createTable ( TableDescriptor htd, byte[ ][ ] families, Configuration c ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.createTable:(Lorg/apache/hadoop/hbase/client/TableDescriptor;[[BLorg/apache/hadoop/conf/Configuration;)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.createTable ( TableDescriptor htd, byte[ ][ ] splitRows ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.createTable:(Lorg/apache/hadoop/hbase/client/TableDescriptor;[[B)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.createTable ( TableName tableName, byte[ ] family ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.createTable:(Lorg/apache/hadoop/hbase/TableName;[B)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.createTable ( TableName tableName, byte[ ] family, byte[ ][ ] splitRows ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.createTable:(Lorg/apache/hadoop/hbase/TableName;[B[[B)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.createTable ( TableName tableName, byte[ ] family, int numVersions ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.createTable:(Lorg/apache/hadoop/hbase/TableName;[BI)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.createTable ( TableName tableName, byte[ ][ ] families ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.createTable:(Lorg/apache/hadoop/hbase/TableName;[[B)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.createTable ( TableName tableName, byte[ ][ ] families, byte[ ][ ] splitKeys ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.createTable:(Lorg/apache/hadoop/hbase/TableName;[[B[[B)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.createTable ( TableName tableName, byte[ ][ ] families, byte[ ][ ] splitKeys, int replicaCount ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.createTable:(Lorg/apache/hadoop/hbase/TableName;[[B[[BI)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.createTable ( TableName tableName, byte[ ][ ] families, byte[ ][ ] splitKeys, int replicaCount, Configuration c ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.createTable:(Lorg/apache/hadoop/hbase/TableName;[[B[[BILorg/apache/hadoop/conf/Configuration;)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.createTable ( TableName tableName, byte[ ][ ] families, int numVersions ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.createTable:(Lorg/apache/hadoop/hbase/TableName;[[BI)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.createTable ( TableName tableName, byte[ ][ ] families, int numVersions, byte[ ] startKey, byte[ ] endKey, int numRegions ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.createTable:(Lorg/apache/hadoop/hbase/TableName;[[BI[B[BI)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.createTable ( TableName tableName, byte[ ][ ] families, int numVersions, byte[ ][ ] splitKeys ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.createTable:(Lorg/apache/hadoop/hbase/TableName;[[BI[[B)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.createTable ( TableName tableName, byte[ ][ ] families, int numVersions, int blockSize ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.createTable:(Lorg/apache/hadoop/hbase/TableName;[[BII)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.createTable ( TableName tableName, byte[ ][ ] families, int numVersions, int blockSize, String cpName ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.createTable:(Lorg/apache/hadoop/hbase/TableName;[[BIILjava/lang/String;)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.createTable ( TableName tableName, byte[ ][ ] families, int[ ] numVersions ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.createTable:(Lorg/apache/hadoop/hbase/TableName;[[B[I)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.createTable ( TableName tableName, String family ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.createTable:(Lorg/apache/hadoop/hbase/TableName;Ljava/lang/String;)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.createTable ( TableName tableName, String[ ] families ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.createTable:(Lorg/apache/hadoop/hbase/TableName;[Ljava/lang/String;)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.createTableDescriptor ( String name ) : HTableDescriptor *DEPRECATED*
org/apache/hadoop/hbase/HBaseTestingUtility.createTableDescriptor:(Ljava/lang/String;)Lorg/apache/hadoop/hbase/HTableDescriptor;
HBaseTestingUtility.createTableDescriptor ( String name, int minVersions, int versions, int ttl, KeepDeletedCells keepDeleted ) : HTableDescriptor *DEPRECATED*
org/apache/hadoop/hbase/HBaseTestingUtility.createTableDescriptor:(Ljava/lang/String;IIILorg/apache/hadoop/hbase/KeepDeletedCells;)Lorg/apache/hadoop/hbase/HTableDescriptor;
HBaseTestingUtility.createTableDescriptor ( TableName name ) : HTableDescriptor
org/apache/hadoop/hbase/HBaseTestingUtility.createTableDescriptor:(Lorg/apache/hadoop/hbase/TableName;)Lorg/apache/hadoop/hbase/HTableDescriptor;
HBaseTestingUtility.createTableDescriptor ( TableName name, int minVersions, int versions, int ttl, KeepDeletedCells keepDeleted ) : HTableDescriptor
org/apache/hadoop/hbase/HBaseTestingUtility.createTableDescriptor:(Lorg/apache/hadoop/hbase/TableName;IIILorg/apache/hadoop/hbase/KeepDeletedCells;)Lorg/apache/hadoop/hbase/HTableDescriptor;
HBaseTestingUtility.createTableDescriptor ( TableName tableName, byte[ ] family ) : HTableDescriptor
org/apache/hadoop/hbase/HBaseTestingUtility.createTableDescriptor:(Lorg/apache/hadoop/hbase/TableName;[B)Lorg/apache/hadoop/hbase/HTableDescriptor;
HBaseTestingUtility.createTableDescriptor ( TableName tableName, byte[ ][ ] families, int maxVersions ) : HTableDescriptor
org/apache/hadoop/hbase/HBaseTestingUtility.createTableDescriptor:(Lorg/apache/hadoop/hbase/TableName;[[BI)Lorg/apache/hadoop/hbase/HTableDescriptor;
HBaseTestingUtility.createTestRegion ( String tableName, ColumnFamilyDescriptor cd ) : HRegion
org/apache/hadoop/hbase/HBaseTestingUtility.createTestRegion:(Ljava/lang/String;Lorg/apache/hadoop/hbase/client/ColumnFamilyDescriptor;)Lorg/apache/hadoop/hbase/regionserver/HRegion;
HBaseTestingUtility.createWal ( Configuration conf, Path rootDir, RegionInfo hri ) [static] : WAL
org/apache/hadoop/hbase/HBaseTestingUtility.createWal:(Lorg/apache/hadoop/conf/Configuration;Lorg/apache/hadoop/fs/Path;Lorg/apache/hadoop/hbase/client/RegionInfo;)Lorg/apache/hadoop/hbase/wal/WAL;
HBaseTestingUtility.createWALRootDir ( ) : Path
org/apache/hadoop/hbase/HBaseTestingUtility.createWALRootDir:()Lorg/apache/hadoop/fs/Path;
HBaseTestingUtility.deleteNumericRows ( Table t, byte[ ] f, int startRow, int endRow ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.deleteNumericRows:(Lorg/apache/hadoop/hbase/client/Table;[BII)V
HBaseTestingUtility.deleteTable ( TableName tableName ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.deleteTable:(Lorg/apache/hadoop/hbase/TableName;)V
HBaseTestingUtility.deleteTableData ( TableName tableName ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.deleteTableData:(Lorg/apache/hadoop/hbase/TableName;)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.deleteTableIfAny ( TableName tableName ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.deleteTableIfAny:(Lorg/apache/hadoop/hbase/TableName;)V
HBaseTestingUtility.enableDebug ( Class<?> clazz ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.enableDebug:(Ljava/lang/Class;)V
HBaseTestingUtility.ensureSomeNonStoppedRegionServersAvailable ( int num ) : boolean
org/apache/hadoop/hbase/HBaseTestingUtility.ensureSomeNonStoppedRegionServersAvailable:(I)Z
HBaseTestingUtility.ensureSomeRegionServersAvailable ( int num ) : boolean
org/apache/hadoop/hbase/HBaseTestingUtility.ensureSomeRegionServersAvailable:(I)Z
HBaseTestingUtility.expireMasterSession ( ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.expireMasterSession:()V
HBaseTestingUtility.expireRegionServerSession ( int index ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.expireRegionServerSession:(I)V
HBaseTestingUtility.expireSession ( ZKWatcher nodeZK ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.expireSession:(Lorg/apache/hadoop/hbase/zookeeper/ZKWatcher;)V
HBaseTestingUtility.expireSession ( ZKWatcher nodeZK, boolean checkStatus ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.expireSession:(Lorg/apache/hadoop/hbase/zookeeper/ZKWatcher;Z)V
HBaseTestingUtility.explainTableAvailability ( TableName tableName ) : String
org/apache/hadoop/hbase/HBaseTestingUtility.explainTableAvailability:(Lorg/apache/hadoop/hbase/TableName;)Ljava/lang/String;
HBaseTestingUtility.explainTableState ( TableName table, TableState.State state ) : String
org/apache/hadoop/hbase/HBaseTestingUtility.explainTableState:(Lorg/apache/hadoop/hbase/TableName;Lorg/apache/hadoop/hbase/client/TableState$State;)Ljava/lang/String;
HBaseTestingUtility.findLastTableState ( TableName table ) : TableState
org/apache/hadoop/hbase/HBaseTestingUtility.findLastTableState:(Lorg/apache/hadoop/hbase/TableName;)Lorg/apache/hadoop/hbase/client/TableState;
HBaseTestingUtility.flush ( ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.flush:()V
HBaseTestingUtility.flush ( TableName tableName ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.flush:(Lorg/apache/hadoop/hbase/TableName;)V
HBaseTestingUtility.generateColumnDescriptors ( ) [static] : List<HColumnDescriptor>
org/apache/hadoop/hbase/HBaseTestingUtility.generateColumnDescriptors:()Ljava/util/List;
HBaseTestingUtility.generateColumnDescriptors ( String prefix ) [static] : List<HColumnDescriptor>
org/apache/hadoop/hbase/HBaseTestingUtility.generateColumnDescriptors:(Ljava/lang/String;)Ljava/util/List;
HBaseTestingUtility.getAdmin ( ) : Admin
org/apache/hadoop/hbase/HBaseTestingUtility.getAdmin:()Lorg/apache/hadoop/hbase/client/Admin;
HBaseTestingUtility.getAllOnlineRegions ( MiniHBaseCluster cluster ) [static] : NavigableSet<String>
org/apache/hadoop/hbase/HBaseTestingUtility.getAllOnlineRegions:(Lorg/apache/hadoop/hbase/MiniHBaseCluster;)Ljava/util/NavigableSet;
HBaseTestingUtility.getClosestRowBefore ( Region r, byte[ ] row, byte[ ] family ) : Result
org/apache/hadoop/hbase/HBaseTestingUtility.getClosestRowBefore:(Lorg/apache/hadoop/hbase/regionserver/Region;[B[B)Lorg/apache/hadoop/hbase/client/Result;
HBaseTestingUtility.getClusterKey ( ) : String
org/apache/hadoop/hbase/HBaseTestingUtility.getClusterKey:()Ljava/lang/String;
HBaseTestingUtility.getConfiguration ( ) : Configuration
org/apache/hadoop/hbase/HBaseTestingUtility.getConfiguration:()Lorg/apache/hadoop/conf/Configuration;
HBaseTestingUtility.getConnection ( ) : Connection
org/apache/hadoop/hbase/HBaseTestingUtility.getConnection:()Lorg/apache/hadoop/hbase/client/Connection;
HBaseTestingUtility.getDataTestDirOnTestFS ( ) : Path
org/apache/hadoop/hbase/HBaseTestingUtility.getDataTestDirOnTestFS:()Lorg/apache/hadoop/fs/Path;
HBaseTestingUtility.getDataTestDirOnTestFS ( String subdirName ) : Path
org/apache/hadoop/hbase/HBaseTestingUtility.getDataTestDirOnTestFS:(Ljava/lang/String;)Lorg/apache/hadoop/fs/Path;
HBaseTestingUtility.getDefaultRootDirPath ( ) : Path
org/apache/hadoop/hbase/HBaseTestingUtility.getDefaultRootDirPath:()Lorg/apache/hadoop/fs/Path;
HBaseTestingUtility.getDefaultRootDirPath ( boolean create ) : Path
org/apache/hadoop/hbase/HBaseTestingUtility.getDefaultRootDirPath:(Z)Lorg/apache/hadoop/fs/Path;
HBaseTestingUtility.getDFSCluster ( ) : MiniDFSCluster
org/apache/hadoop/hbase/HBaseTestingUtility.getDFSCluster:()Lorg/apache/hadoop/hdfs/MiniDFSCluster;
HBaseTestingUtility.getDifferentUser ( Configuration c, String differentiatingSuffix ) [static] : User
org/apache/hadoop/hbase/HBaseTestingUtility.getDifferentUser:(Lorg/apache/hadoop/conf/Configuration;Ljava/lang/String;)Lorg/apache/hadoop/hbase/security/User;
HBaseTestingUtility.getFromStoreFile ( HStore store, byte[ ] row, NavigableSet<byte[ ]> columns ) [static] : List<Cell>
org/apache/hadoop/hbase/HBaseTestingUtility.getFromStoreFile:(Lorg/apache/hadoop/hbase/regionserver/HStore;[BLjava/util/NavigableSet;)Ljava/util/List;
HBaseTestingUtility.getFromStoreFile ( HStore store, Get get ) [static] : List<Cell>
org/apache/hadoop/hbase/HBaseTestingUtility.getFromStoreFile:(Lorg/apache/hadoop/hbase/regionserver/HStore;Lorg/apache/hadoop/hbase/client/Get;)Ljava/util/List;
HBaseTestingUtility.getHBaseAdmin ( ) : HBaseAdmin *DEPRECATED*
org/apache/hadoop/hbase/HBaseTestingUtility.getHBaseAdmin:()Lorg/apache/hadoop/hbase/client/HBaseAdmin;
HBaseTestingUtility.getHBaseCluster ( ) : MiniHBaseCluster
org/apache/hadoop/hbase/HBaseTestingUtility.getHBaseCluster:()Lorg/apache/hadoop/hbase/MiniHBaseCluster;
HBaseTestingUtility.getHBaseClusterInterface ( ) : HBaseCluster
org/apache/hadoop/hbase/HBaseTestingUtility.getHBaseClusterInterface:()Lorg/apache/hadoop/hbase/HBaseCluster;
HBaseTestingUtility.getHbck ( ) : Hbck
org/apache/hadoop/hbase/HBaseTestingUtility.getHbck:()Lorg/apache/hadoop/hbase/client/Hbck;
HBaseTestingUtility.getMetaRSPort ( Connection connection ) [static] : int
org/apache/hadoop/hbase/HBaseTestingUtility.getMetaRSPort:(Lorg/apache/hadoop/hbase/client/Connection;)I
HBaseTestingUtility.getMetaTableDescriptor ( ) : HTableDescriptor *DEPRECATED*
org/apache/hadoop/hbase/HBaseTestingUtility.getMetaTableDescriptor:()Lorg/apache/hadoop/hbase/HTableDescriptor;
HBaseTestingUtility.getMetaTableDescriptorBuilder ( ) : TableDescriptorBuilder
org/apache/hadoop/hbase/HBaseTestingUtility.getMetaTableDescriptorBuilder:()Lorg/apache/hadoop/hbase/client/TableDescriptorBuilder;
HBaseTestingUtility.getMetaTableRows ( ) : List<byte[ ]>
org/apache/hadoop/hbase/HBaseTestingUtility.getMetaTableRows:()Ljava/util/List;
HBaseTestingUtility.getMetaTableRows ( TableName tableName ) : List<byte[ ]>
org/apache/hadoop/hbase/HBaseTestingUtility.getMetaTableRows:(Lorg/apache/hadoop/hbase/TableName;)Ljava/util/List;
HBaseTestingUtility.getMiniHBaseCluster ( ) : MiniHBaseCluster
org/apache/hadoop/hbase/HBaseTestingUtility.getMiniHBaseCluster:()Lorg/apache/hadoop/hbase/MiniHBaseCluster;
HBaseTestingUtility.getNumHFiles ( TableName tableName, byte[ ] family ) : int
org/apache/hadoop/hbase/HBaseTestingUtility.getNumHFiles:(Lorg/apache/hadoop/hbase/TableName;[B)I
HBaseTestingUtility.getNumHFilesForRS ( HRegionServer rs, TableName tableName, byte[ ] family ) : int
org/apache/hadoop/hbase/HBaseTestingUtility.getNumHFilesForRS:(Lorg/apache/hadoop/hbase/regionserver/HRegionServer;Lorg/apache/hadoop/hbase/TableName;[B)I
HBaseTestingUtility.getOtherRegionServer ( HRegionServer rs ) : HRegionServer
org/apache/hadoop/hbase/HBaseTestingUtility.getOtherRegionServer:(Lorg/apache/hadoop/hbase/regionserver/HRegionServer;)Lorg/apache/hadoop/hbase/regionserver/HRegionServer;
HBaseTestingUtility.getRegionSplitStartKeys ( byte[ ] startKey, byte[ ] endKey, int numRegions ) : byte[ ][ ]
org/apache/hadoop/hbase/HBaseTestingUtility.getRegionSplitStartKeys:([B[BI)[[B
HBaseTestingUtility.getRSForFirstRegionInTable ( TableName tableName ) : HRegionServer
org/apache/hadoop/hbase/HBaseTestingUtility.getRSForFirstRegionInTable:(Lorg/apache/hadoop/hbase/TableName;)Lorg/apache/hadoop/hbase/regionserver/HRegionServer;
HBaseTestingUtility.getSplittableRegion ( TableName tableName, int maxAttempts ) : HRegion
org/apache/hadoop/hbase/HBaseTestingUtility.getSplittableRegion:(Lorg/apache/hadoop/hbase/TableName;I)Lorg/apache/hadoop/hbase/regionserver/HRegion;
HBaseTestingUtility.getSupportedCompressionAlgorithms ( ) [static] : Compression.Algorithm[ ]
org/apache/hadoop/hbase/HBaseTestingUtility.getSupportedCompressionAlgorithms:()[Lorg/apache/hadoop/hbase/io/compress/Compression$Algorithm;
HBaseTestingUtility.getTestFileSystem ( ) : FileSystem
org/apache/hadoop/hbase/HBaseTestingUtility.getTestFileSystem:()Lorg/apache/hadoop/fs/FileSystem;
HBaseTestingUtility.HBaseTestingUtility ( )
org/apache/hadoop/hbase/HBaseTestingUtility."<init>":()V
HBaseTestingUtility.HBaseTestingUtility ( Configuration conf )
org/apache/hadoop/hbase/HBaseTestingUtility."<init>":(Lorg/apache/hadoop/conf/Configuration;)V
HBaseTestingUtility.isNewVersionBehaviorEnabled ( ) : boolean
org/apache/hadoop/hbase/HBaseTestingUtility.isNewVersionBehaviorEnabled:()Z
HBaseTestingUtility.isReadShortCircuitOn ( ) : boolean
org/apache/hadoop/hbase/HBaseTestingUtility.isReadShortCircuitOn:()Z
HBaseTestingUtility.killMiniHBaseCluster ( ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.killMiniHBaseCluster:()V
HBaseTestingUtility.loadNumericRows ( Table t, byte[ ] f, int startRow, int endRow ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.loadNumericRows:(Lorg/apache/hadoop/hbase/client/Table;[BII)V
HBaseTestingUtility.loadRandomRows ( Table t, byte[ ] f, int rowSize, int totalRows ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.loadRandomRows:(Lorg/apache/hadoop/hbase/client/Table;[BII)V
HBaseTestingUtility.loadRegion ( HRegion r, byte[ ] f ) : int
org/apache/hadoop/hbase/HBaseTestingUtility.loadRegion:(Lorg/apache/hadoop/hbase/regionserver/HRegion;[B)I
HBaseTestingUtility.loadRegion ( HRegion r, byte[ ] f, boolean flush ) : int
org/apache/hadoop/hbase/HBaseTestingUtility.loadRegion:(Lorg/apache/hadoop/hbase/regionserver/HRegion;[BZ)I
HBaseTestingUtility.loadRegion ( Region r, byte[ ] f ) : int
org/apache/hadoop/hbase/HBaseTestingUtility.loadRegion:(Lorg/apache/hadoop/hbase/regionserver/Region;[B)I
HBaseTestingUtility.loadTable ( Table t, byte[ ] f ) : int
org/apache/hadoop/hbase/HBaseTestingUtility.loadTable:(Lorg/apache/hadoop/hbase/client/Table;[B)I
HBaseTestingUtility.loadTable ( Table t, byte[ ] f, boolean writeToWAL ) : int
org/apache/hadoop/hbase/HBaseTestingUtility.loadTable:(Lorg/apache/hadoop/hbase/client/Table;[BZ)I
HBaseTestingUtility.loadTable ( Table t, byte[ ][ ] f ) : int
org/apache/hadoop/hbase/HBaseTestingUtility.loadTable:(Lorg/apache/hadoop/hbase/client/Table;[[B)I
HBaseTestingUtility.loadTable ( Table t, byte[ ][ ] f, byte[ ] value ) : int
org/apache/hadoop/hbase/HBaseTestingUtility.loadTable:(Lorg/apache/hadoop/hbase/client/Table;[[B[B)I
HBaseTestingUtility.loadTable ( Table t, byte[ ][ ] f, byte[ ] value, boolean writeToWAL ) : int
org/apache/hadoop/hbase/HBaseTestingUtility.loadTable:(Lorg/apache/hadoop/hbase/client/Table;[[B[BZ)I
HBaseTestingUtility.memStoreTSTagsAndOffheapCombination ( ) [static] : List<Object[ ]>
org/apache/hadoop/hbase/HBaseTestingUtility.memStoreTSTagsAndOffheapCombination:()Ljava/util/List;
HBaseTestingUtility.modifyTableSync ( Admin admin, TableDescriptor desc ) [static] : void
org/apache/hadoop/hbase/HBaseTestingUtility.modifyTableSync:(Lorg/apache/hadoop/hbase/client/Admin;Lorg/apache/hadoop/hbase/client/TableDescriptor;)V
HBaseTestingUtility.moveRegionAndWait ( RegionInfo destRegion, ServerName destServer ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.moveRegionAndWait:(Lorg/apache/hadoop/hbase/client/RegionInfo;Lorg/apache/hadoop/hbase/ServerName;)V
HBaseTestingUtility.predicateNoRegionsInTransition ( ) : Waiter.ExplainingPredicate<IOException>
org/apache/hadoop/hbase/HBaseTestingUtility.predicateNoRegionsInTransition:()Lorg/apache/hadoop/hbase/Waiter$ExplainingPredicate;
HBaseTestingUtility.predicateTableAvailable ( TableName tableName ) : Waiter.Predicate<IOException>
org/apache/hadoop/hbase/HBaseTestingUtility.predicateTableAvailable:(Lorg/apache/hadoop/hbase/TableName;)Lorg/apache/hadoop/hbase/Waiter$Predicate;
HBaseTestingUtility.predicateTableDisabled ( TableName tableName ) : Waiter.Predicate<IOException>
org/apache/hadoop/hbase/HBaseTestingUtility.predicateTableDisabled:(Lorg/apache/hadoop/hbase/TableName;)Lorg/apache/hadoop/hbase/Waiter$Predicate;
HBaseTestingUtility.predicateTableEnabled ( TableName tableName ) : Waiter.Predicate<IOException>
org/apache/hadoop/hbase/HBaseTestingUtility.predicateTableEnabled:(Lorg/apache/hadoop/hbase/TableName;)Lorg/apache/hadoop/hbase/Waiter$Predicate;
HBaseTestingUtility.randomFreePort ( ) [static] : int
org/apache/hadoop/hbase/HBaseTestingUtility.randomFreePort:()I
HBaseTestingUtility.randomMultiCastAddress ( ) [static] : String
org/apache/hadoop/hbase/HBaseTestingUtility.randomMultiCastAddress:()Ljava/lang/String;
HBaseTestingUtility.restartHBaseCluster ( int servers ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.restartHBaseCluster:(I)V
HBaseTestingUtility.safeGetAsStr ( List<T> lst, int i ) [static] : String
org/apache/hadoop/hbase/HBaseTestingUtility.safeGetAsStr:(Ljava/util/List;I)Ljava/lang/String;
HBaseTestingUtility.setDFSCluster ( MiniDFSCluster cluster ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.setDFSCluster:(Lorg/apache/hadoop/hdfs/MiniDFSCluster;)V
HBaseTestingUtility.setDFSCluster ( MiniDFSCluster cluster, boolean requireDown ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.setDFSCluster:(Lorg/apache/hadoop/hdfs/MiniDFSCluster;Z)V
HBaseTestingUtility.setFileSystemURI ( String fsURI ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.setFileSystemURI:(Ljava/lang/String;)V
HBaseTestingUtility.setHBaseCluster ( HBaseCluster hbaseCluster ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.setHBaseCluster:(Lorg/apache/hadoop/hbase/HBaseCluster;)V
HBaseTestingUtility.setMaxRecoveryErrorCount ( OutputStream stream, int max ) [static] : void
org/apache/hadoop/hbase/HBaseTestingUtility.setMaxRecoveryErrorCount:(Ljava/io/OutputStream;I)V
HBaseTestingUtility.setReplicas ( Admin admin, TableName table, int replicaCount ) [static] : void
org/apache/hadoop/hbase/HBaseTestingUtility.setReplicas:(Lorg/apache/hadoop/hbase/client/Admin;Lorg/apache/hadoop/hbase/TableName;I)V
HBaseTestingUtility.setupDataTestDir ( ) : Path
org/apache/hadoop/hbase/HBaseTestingUtility.setupDataTestDir:()Lorg/apache/hadoop/fs/Path;
HBaseTestingUtility.setupMiniKdc ( File keytabFile ) : MiniKdc
org/apache/hadoop/hbase/HBaseTestingUtility.setupMiniKdc:(Ljava/io/File;)Lorg/apache/hadoop/minikdc/MiniKdc;
HBaseTestingUtility.shutdownMiniCluster ( ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.shutdownMiniCluster:()V
HBaseTestingUtility.shutdownMiniDFSCluster ( ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.shutdownMiniDFSCluster:()V
HBaseTestingUtility.shutdownMiniHBaseCluster ( ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.shutdownMiniHBaseCluster:()V
HBaseTestingUtility.shutdownMiniMapReduceCluster ( ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.shutdownMiniMapReduceCluster:()V
HBaseTestingUtility.startMiniCluster ( ) : MiniHBaseCluster
org/apache/hadoop/hbase/HBaseTestingUtility.startMiniCluster:()Lorg/apache/hadoop/hbase/MiniHBaseCluster;
HBaseTestingUtility.startMiniCluster ( boolean withWALDir ) : MiniHBaseCluster
org/apache/hadoop/hbase/HBaseTestingUtility.startMiniCluster:(Z)Lorg/apache/hadoop/hbase/MiniHBaseCluster;
HBaseTestingUtility.startMiniCluster ( int numMasters, int numSlaves ) : MiniHBaseCluster
org/apache/hadoop/hbase/HBaseTestingUtility.startMiniCluster:(II)Lorg/apache/hadoop/hbase/MiniHBaseCluster;
HBaseTestingUtility.startMiniCluster ( int numMasters, int numSlaves, boolean create ) : MiniHBaseCluster
org/apache/hadoop/hbase/HBaseTestingUtility.startMiniCluster:(IIZ)Lorg/apache/hadoop/hbase/MiniHBaseCluster;
HBaseTestingUtility.startMiniCluster ( int numMasters, int numSlaves, int numDataNodes ) : MiniHBaseCluster
org/apache/hadoop/hbase/HBaseTestingUtility.startMiniCluster:(III)Lorg/apache/hadoop/hbase/MiniHBaseCluster;
HBaseTestingUtility.startMiniCluster ( int numMasters, int numSlaves, int numDataNodes, String[ ] dataNodeHosts, Class<?> masterClass, Class<?> regionserverClass ) : MiniHBaseCluster
org/apache/hadoop/hbase/HBaseTestingUtility.startMiniCluster:(III[Ljava/lang/String;Ljava/lang/Class;Ljava/lang/Class;)Lorg/apache/hadoop/hbase/MiniHBaseCluster;
HBaseTestingUtility.startMiniCluster ( int numMasters, int numSlaves, int numDataNodes, String[ ] dataNodeHosts, Class<?> masterClass, Class<?> regionserverClass, boolean create, boolean withWALDir ) : MiniHBaseCluster
org/apache/hadoop/hbase/HBaseTestingUtility.startMiniCluster:(III[Ljava/lang/String;Ljava/lang/Class;Ljava/lang/Class;ZZ)Lorg/apache/hadoop/hbase/MiniHBaseCluster;
HBaseTestingUtility.startMiniCluster ( int numMasters, int numSlaves, String[ ] dataNodeHosts ) : MiniHBaseCluster
org/apache/hadoop/hbase/HBaseTestingUtility.startMiniCluster:(II[Ljava/lang/String;)Lorg/apache/hadoop/hbase/MiniHBaseCluster;
HBaseTestingUtility.startMiniCluster ( int numMasters, int numSlaves, String[ ] dataNodeHosts, boolean create ) : MiniHBaseCluster
org/apache/hadoop/hbase/HBaseTestingUtility.startMiniCluster:(II[Ljava/lang/String;Z)Lorg/apache/hadoop/hbase/MiniHBaseCluster;
HBaseTestingUtility.startMiniCluster ( int numMasters, int numSlaves, String[ ] dataNodeHosts, Class<?> masterClass, Class<?> regionserverClass ) : MiniHBaseCluster
org/apache/hadoop/hbase/HBaseTestingUtility.startMiniCluster:(II[Ljava/lang/String;Ljava/lang/Class;Ljava/lang/Class;)Lorg/apache/hadoop/hbase/MiniHBaseCluster;
HBaseTestingUtility.startMiniCluster ( int numSlaves ) : MiniHBaseCluster
org/apache/hadoop/hbase/HBaseTestingUtility.startMiniCluster:(I)Lorg/apache/hadoop/hbase/MiniHBaseCluster;
HBaseTestingUtility.startMiniCluster ( int numSlaves, boolean create ) : MiniHBaseCluster
org/apache/hadoop/hbase/HBaseTestingUtility.startMiniCluster:(IZ)Lorg/apache/hadoop/hbase/MiniHBaseCluster;
HBaseTestingUtility.startMiniCluster ( int numSlaves, boolean create, boolean withWALDir ) : MiniHBaseCluster
org/apache/hadoop/hbase/HBaseTestingUtility.startMiniCluster:(IZZ)Lorg/apache/hadoop/hbase/MiniHBaseCluster;
HBaseTestingUtility.startMiniDFSCluster ( int servers ) : MiniDFSCluster
org/apache/hadoop/hbase/HBaseTestingUtility.startMiniDFSCluster:(I)Lorg/apache/hadoop/hdfs/MiniDFSCluster;
HBaseTestingUtility.startMiniDFSCluster ( int servers, String[ ] hosts ) : MiniDFSCluster
org/apache/hadoop/hbase/HBaseTestingUtility.startMiniDFSCluster:(I[Ljava/lang/String;)Lorg/apache/hadoop/hdfs/MiniDFSCluster;
HBaseTestingUtility.startMiniDFSCluster ( int servers, String[ ] racks, String[ ] hosts ) : MiniDFSCluster
org/apache/hadoop/hbase/HBaseTestingUtility.startMiniDFSCluster:(I[Ljava/lang/String;[Ljava/lang/String;)Lorg/apache/hadoop/hdfs/MiniDFSCluster;
HBaseTestingUtility.startMiniDFSCluster ( String[ ] hosts ) : MiniDFSCluster
org/apache/hadoop/hbase/HBaseTestingUtility.startMiniDFSCluster:([Ljava/lang/String;)Lorg/apache/hadoop/hdfs/MiniDFSCluster;
HBaseTestingUtility.startMiniDFSClusterForTestWAL ( int namenodePort ) : MiniDFSCluster
org/apache/hadoop/hbase/HBaseTestingUtility.startMiniDFSClusterForTestWAL:(I)Lorg/apache/hadoop/hdfs/MiniDFSCluster;
HBaseTestingUtility.startMiniHBaseCluster ( int numMasters, int numSlaves ) : MiniHBaseCluster
org/apache/hadoop/hbase/HBaseTestingUtility.startMiniHBaseCluster:(II)Lorg/apache/hadoop/hbase/MiniHBaseCluster;
HBaseTestingUtility.startMiniHBaseCluster ( int numMasters, int numSlaves, List<Integer> rsPorts ) : MiniHBaseCluster
org/apache/hadoop/hbase/HBaseTestingUtility.startMiniHBaseCluster:(IILjava/util/List;)Lorg/apache/hadoop/hbase/MiniHBaseCluster;
HBaseTestingUtility.startMiniHBaseCluster ( int numMasters, int numSlaves, List<Integer> rsPorts, Class<?> masterClass, Class<?> regionserverClass, boolean create, boolean withWALDir ) : MiniHBaseCluster
org/apache/hadoop/hbase/HBaseTestingUtility.startMiniHBaseCluster:(IILjava/util/List;Ljava/lang/Class;Ljava/lang/Class;ZZ)Lorg/apache/hadoop/hbase/MiniHBaseCluster;
HBaseTestingUtility.startMiniMapReduceCluster ( ) : MiniMRCluster
org/apache/hadoop/hbase/HBaseTestingUtility.startMiniMapReduceCluster:()Lorg/apache/hadoop/mapred/MiniMRCluster;
HBaseTestingUtility.truncateTable ( TableName tableName ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.truncateTable:(Lorg/apache/hadoop/hbase/TableName;)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.truncateTable ( TableName tableName, boolean preserveRegions ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.truncateTable:(Lorg/apache/hadoop/hbase/TableName;Z)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.unassignRegion ( byte[ ] regionName ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.unassignRegion:([B)V
HBaseTestingUtility.unassignRegion ( String regionName ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.unassignRegion:(Ljava/lang/String;)V
HBaseTestingUtility.unassignRegionByRow ( byte[ ] row, RegionLocator table ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.unassignRegionByRow:([BLorg/apache/hadoop/hbase/client/RegionLocator;)V
HBaseTestingUtility.unassignRegionByRow ( String row, RegionLocator table ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.unassignRegionByRow:(Ljava/lang/String;Lorg/apache/hadoop/hbase/client/RegionLocator;)V
HBaseTestingUtility.verifyNumericRows ( HRegion region, byte[ ] f, int startRow, int endRow ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.verifyNumericRows:(Lorg/apache/hadoop/hbase/regionserver/HRegion;[BII)V
HBaseTestingUtility.verifyNumericRows ( HRegion region, byte[ ] f, int startRow, int endRow, boolean present ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.verifyNumericRows:(Lorg/apache/hadoop/hbase/regionserver/HRegion;[BIIZ)V
HBaseTestingUtility.verifyNumericRows ( Region region, byte[ ] f, int startRow, int endRow ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.verifyNumericRows:(Lorg/apache/hadoop/hbase/regionserver/Region;[BII)V
HBaseTestingUtility.verifyNumericRows ( Region region, byte[ ] f, int startRow, int endRow, boolean present ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.verifyNumericRows:(Lorg/apache/hadoop/hbase/regionserver/Region;[BIIZ)V
HBaseTestingUtility.verifyNumericRows ( Table table, byte[ ] f, int startRow, int endRow, int replicaId ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.verifyNumericRows:(Lorg/apache/hadoop/hbase/client/Table;[BIII)V
HBaseTestingUtility.verifyTableDescriptorIgnoreTableName ( TableDescriptor ltd, TableDescriptor rtd ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.verifyTableDescriptorIgnoreTableName:(Lorg/apache/hadoop/hbase/client/TableDescriptor;Lorg/apache/hadoop/hbase/client/TableDescriptor;)V
HBaseTestingUtility.waitForHostPort ( String host, int port ) [static] : void
org/apache/hadoop/hbase/HBaseTestingUtility.waitForHostPort:(Ljava/lang/String;I)V
HBaseTestingUtility.waitLabelAvailable ( long timeoutMillis, String... labels ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.waitLabelAvailable:(J[Ljava/lang/String;)V
HBaseTestingUtility.waitTableAvailable ( byte[ ] table, long timeoutMillis ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.waitTableAvailable:([BJ)V
HBaseTestingUtility.waitTableAvailable ( TableName table ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.waitTableAvailable:(Lorg/apache/hadoop/hbase/TableName;)V
HBaseTestingUtility.waitTableAvailable ( TableName table, long timeoutMillis ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.waitTableAvailable:(Lorg/apache/hadoop/hbase/TableName;J)V
HBaseTestingUtility.waitTableDisabled ( byte[ ] table ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.waitTableDisabled:([B)V
HBaseTestingUtility.waitTableDisabled ( byte[ ] table, long timeoutMillis ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.waitTableDisabled:([BJ)V
HBaseTestingUtility.waitTableDisabled ( TableName table, long millisTimeout ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.waitTableDisabled:(Lorg/apache/hadoop/hbase/TableName;J)V
HBaseTestingUtility.waitTableEnabled ( byte[ ] table, long timeoutMillis ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.waitTableEnabled:([BJ)V
HBaseTestingUtility.waitTableEnabled ( TableName table ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.waitTableEnabled:(Lorg/apache/hadoop/hbase/TableName;)V
HBaseTestingUtility.waitTableEnabled ( TableName table, long timeoutMillis ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.waitTableEnabled:(Lorg/apache/hadoop/hbase/TableName;J)V
HBaseTestingUtility.waitUntilAllRegionsAssigned ( TableName tableName ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.waitUntilAllRegionsAssigned:(Lorg/apache/hadoop/hbase/TableName;)V
HBaseTestingUtility.waitUntilAllRegionsAssigned ( TableName tableName, long timeout ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.waitUntilAllRegionsAssigned:(Lorg/apache/hadoop/hbase/TableName;J)V
HBaseTestingUtility.waitUntilAllSystemRegionsAssigned ( ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.waitUntilAllSystemRegionsAssigned:()V
HBaseTestingUtility.waitUntilNoRegionsInTransition ( ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.waitUntilNoRegionsInTransition:()V
HBaseTestingUtility.waitUntilNoRegionsInTransition ( long timeout ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.waitUntilNoRegionsInTransition:(J)V
hbase-shaded-testing-util-2.1.6.jar,
HBaseZKTestingUtility.class
package org.apache.hadoop.hbase
HBaseZKTestingUtility.cleanupTestDir ( ) : boolean
org/apache/hadoop/hbase/HBaseZKTestingUtility.cleanupTestDir:()Z
HBaseZKTestingUtility.getZkCluster ( ) : MiniZooKeeperCluster
org/apache/hadoop/hbase/HBaseZKTestingUtility.getZkCluster:()Lorg/apache/hadoop/hbase/zookeeper/MiniZooKeeperCluster;
HBaseZKTestingUtility.getZooKeeperWatcher ( ) : ZKWatcher
org/apache/hadoop/hbase/HBaseZKTestingUtility.getZooKeeperWatcher:()Lorg/apache/hadoop/hbase/zookeeper/ZKWatcher;
HBaseZKTestingUtility.getZooKeeperWatcher ( HBaseZKTestingUtility testUtil ) [static] : ZKWatcher
org/apache/hadoop/hbase/HBaseZKTestingUtility.getZooKeeperWatcher:(Lorg/apache/hadoop/hbase/HBaseZKTestingUtility;)Lorg/apache/hadoop/hbase/zookeeper/ZKWatcher;
HBaseZKTestingUtility.HBaseZKTestingUtility ( )
org/apache/hadoop/hbase/HBaseZKTestingUtility."<init>":()V
HBaseZKTestingUtility.HBaseZKTestingUtility ( Configuration conf )
org/apache/hadoop/hbase/HBaseZKTestingUtility."<init>":(Lorg/apache/hadoop/conf/Configuration;)V
HBaseZKTestingUtility.setupClusterTestDir ( ) : void
org/apache/hadoop/hbase/HBaseZKTestingUtility.setupClusterTestDir:()V
HBaseZKTestingUtility.setZkCluster ( MiniZooKeeperCluster zkCluster ) : void
org/apache/hadoop/hbase/HBaseZKTestingUtility.setZkCluster:(Lorg/apache/hadoop/hbase/zookeeper/MiniZooKeeperCluster;)V
HBaseZKTestingUtility.shutdownMiniZKCluster ( ) : void
org/apache/hadoop/hbase/HBaseZKTestingUtility.shutdownMiniZKCluster:()V
HBaseZKTestingUtility.startMiniZKCluster ( ) : MiniZooKeeperCluster
org/apache/hadoop/hbase/HBaseZKTestingUtility.startMiniZKCluster:()Lorg/apache/hadoop/hbase/zookeeper/MiniZooKeeperCluster;
HBaseZKTestingUtility.startMiniZKCluster ( int zooKeeperServerNum, clientPortList ) : MiniZooKeeperCluster
org/apache/hadoop/hbase/HBaseZKTestingUtility.startMiniZKCluster:(I[I)Lorg/apache/hadoop/hbase/zookeeper/MiniZooKeeperCluster;
hbase-shaded-testing-util-2.1.6.jar,
MiniHBaseCluster.class
package org.apache.hadoop.hbase
MiniHBaseCluster.abortMaster ( int serverNumber ) : String
org/apache/hadoop/hbase/MiniHBaseCluster.abortMaster:(I)Ljava/lang/String;
MiniHBaseCluster.abortRegionServer ( int serverNumber ) : String
org/apache/hadoop/hbase/MiniHBaseCluster.abortRegionServer:(I)Ljava/lang/String;
MiniHBaseCluster.close ( ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.close:()V
MiniHBaseCluster.compact ( boolean major ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.compact:(Z)V
MiniHBaseCluster.compact ( TableName tableName, boolean major ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.compact:(Lorg/apache/hadoop/hbase/TableName;Z)V
MiniHBaseCluster.countServedRegions ( ) : long
org/apache/hadoop/hbase/MiniHBaseCluster.countServedRegions:()J
MiniHBaseCluster.findRegionsForTable ( TableName tableName ) : List<HRegion>
org/apache/hadoop/hbase/MiniHBaseCluster.findRegionsForTable:(Lorg/apache/hadoop/hbase/TableName;)Ljava/util/List;
MiniHBaseCluster.flushcache ( ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.flushcache:()V
MiniHBaseCluster.flushcache ( TableName tableName ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.flushcache:(Lorg/apache/hadoop/hbase/TableName;)V
MiniHBaseCluster.getAdminProtocol ( ServerName serverName ) : AdminProtos.AdminService.BlockingInterface
org/apache/hadoop/hbase/MiniHBaseCluster.getAdminProtocol:(Lorg/apache/hadoop/hbase/ServerName;)Lorg/apache/hadoop/hbase/shaded/protobuf/generated/AdminProtos$AdminService$BlockingInterface;
MiniHBaseCluster.getClientProtocol ( ServerName serverName ) : ClientProtos.ClientService.BlockingInterface
org/apache/hadoop/hbase/MiniHBaseCluster.getClientProtocol:(Lorg/apache/hadoop/hbase/ServerName;)Lorg/apache/hadoop/hbase/shaded/protobuf/generated/ClientProtos$ClientService$BlockingInterface;
MiniHBaseCluster.getClusterMetrics ( ) : ClusterMetrics
org/apache/hadoop/hbase/MiniHBaseCluster.getClusterMetrics:()Lorg/apache/hadoop/hbase/ClusterMetrics;
MiniHBaseCluster.getClusterStatus ( ) : ClusterStatus *DEPRECATED*
org/apache/hadoop/hbase/MiniHBaseCluster.getClusterStatus:()Lorg/apache/hadoop/hbase/ClusterStatus;
MiniHBaseCluster.getConfiguration ( ) : Configuration
org/apache/hadoop/hbase/MiniHBaseCluster.getConfiguration:()Lorg/apache/hadoop/conf/Configuration;
MiniHBaseCluster.getLiveMasterThreads ( ) : List<JVMClusterUtil.MasterThread>
org/apache/hadoop/hbase/MiniHBaseCluster.getLiveMasterThreads:()Ljava/util/List;
MiniHBaseCluster.getLiveRegionServerThreads ( ) : List<JVMClusterUtil.RegionServerThread>
org/apache/hadoop/hbase/MiniHBaseCluster.getLiveRegionServerThreads:()Ljava/util/List;
MiniHBaseCluster.getMaster ( ) : HMaster
org/apache/hadoop/hbase/MiniHBaseCluster.getMaster:()Lorg/apache/hadoop/hbase/master/HMaster;
MiniHBaseCluster.getMaster ( int serverNumber ) : HMaster
org/apache/hadoop/hbase/MiniHBaseCluster.getMaster:(I)Lorg/apache/hadoop/hbase/master/HMaster;
MiniHBaseCluster.getMasterAdminService ( ) : MasterProtos.MasterService.BlockingInterface
org/apache/hadoop/hbase/MiniHBaseCluster.getMasterAdminService:()Lorg/apache/hadoop/hbase/shaded/protobuf/generated/MasterProtos$MasterService$BlockingInterface;
MiniHBaseCluster.getMasterIndex ( ServerName serverName ) : int
org/apache/hadoop/hbase/MiniHBaseCluster.getMasterIndex:(Lorg/apache/hadoop/hbase/ServerName;)I
MiniHBaseCluster.getMasterThread ( ) : JVMClusterUtil.MasterThread
org/apache/hadoop/hbase/MiniHBaseCluster.getMasterThread:()Lorg/apache/hadoop/hbase/util/JVMClusterUtil$MasterThread;
MiniHBaseCluster.getMasterThreads ( ) : List<JVMClusterUtil.MasterThread>
org/apache/hadoop/hbase/MiniHBaseCluster.getMasterThreads:()Ljava/util/List;
MiniHBaseCluster.getRegions ( byte[ ] tableName ) : List<HRegion>
org/apache/hadoop/hbase/MiniHBaseCluster.getRegions:([B)Ljava/util/List;
MiniHBaseCluster.getRegions ( TableName tableName ) : List<HRegion>
org/apache/hadoop/hbase/MiniHBaseCluster.getRegions:(Lorg/apache/hadoop/hbase/TableName;)Ljava/util/List;
MiniHBaseCluster.getRegionServer ( int serverNumber ) : HRegionServer
org/apache/hadoop/hbase/MiniHBaseCluster.getRegionServer:(I)Lorg/apache/hadoop/hbase/regionserver/HRegionServer;
MiniHBaseCluster.getRegionServer ( ServerName serverName ) : HRegionServer
org/apache/hadoop/hbase/MiniHBaseCluster.getRegionServer:(Lorg/apache/hadoop/hbase/ServerName;)Lorg/apache/hadoop/hbase/regionserver/HRegionServer;
MiniHBaseCluster.getRegionServerIndex ( ServerName serverName ) : int
org/apache/hadoop/hbase/MiniHBaseCluster.getRegionServerIndex:(Lorg/apache/hadoop/hbase/ServerName;)I
MiniHBaseCluster.getRegionServerThreads ( ) : List<JVMClusterUtil.RegionServerThread>
org/apache/hadoop/hbase/MiniHBaseCluster.getRegionServerThreads:()Ljava/util/List;
MiniHBaseCluster.getServerHoldingRegion ( TableName tn, byte[ ] regionName ) : ServerName
org/apache/hadoop/hbase/MiniHBaseCluster.getServerHoldingRegion:(Lorg/apache/hadoop/hbase/TableName;[B)Lorg/apache/hadoop/hbase/ServerName;
MiniHBaseCluster.getServerWith ( byte[ ] regionName ) : int
org/apache/hadoop/hbase/MiniHBaseCluster.getServerWith:([B)I
MiniHBaseCluster.getServerWithMeta ( ) : int
org/apache/hadoop/hbase/MiniHBaseCluster.getServerWithMeta:()I
MiniHBaseCluster.isKilledRS ( ServerName serverName ) : boolean
org/apache/hadoop/hbase/MiniHBaseCluster.isKilledRS:(Lorg/apache/hadoop/hbase/ServerName;)Z
MiniHBaseCluster.join ( ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.join:()V
MiniHBaseCluster.killAll ( ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.killAll:()V
MiniHBaseCluster.killDataNode ( ServerName serverName ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.killDataNode:(Lorg/apache/hadoop/hbase/ServerName;)V
MiniHBaseCluster.killMaster ( ServerName serverName ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.killMaster:(Lorg/apache/hadoop/hbase/ServerName;)V
MiniHBaseCluster.killRegionServer ( ServerName serverName ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.killRegionServer:(Lorg/apache/hadoop/hbase/ServerName;)V
MiniHBaseCluster.killZkNode ( ServerName serverName ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.killZkNode:(Lorg/apache/hadoop/hbase/ServerName;)V
MiniHBaseCluster.MiniHBaseCluster ( Configuration conf, int numMasters, int numRegionServers )
org/apache/hadoop/hbase/MiniHBaseCluster."<init>":(Lorg/apache/hadoop/conf/Configuration;II)V
MiniHBaseCluster.MiniHBaseCluster ( Configuration conf, int numMasters, int numRegionServers, Class<?> masterClass, Class<?> regionserverClass )
org/apache/hadoop/hbase/MiniHBaseCluster."<init>":(Lorg/apache/hadoop/conf/Configuration;IILjava/lang/Class;Ljava/lang/Class;)V
MiniHBaseCluster.MiniHBaseCluster ( Configuration conf, int numMasters, int numRegionServers, List<Integer> rsPorts, Class<?> masterClass, Class<?> regionserverClass )
org/apache/hadoop/hbase/MiniHBaseCluster."<init>":(Lorg/apache/hadoop/conf/Configuration;IILjava/util/List;Ljava/lang/Class;Ljava/lang/Class;)V
MiniHBaseCluster.MiniHBaseCluster ( Configuration conf, int numRegionServers )
org/apache/hadoop/hbase/MiniHBaseCluster."<init>":(Lorg/apache/hadoop/conf/Configuration;I)V
MiniHBaseCluster.shutdown ( ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.shutdown:()V
MiniHBaseCluster.startDataNode ( ServerName serverName ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.startDataNode:(Lorg/apache/hadoop/hbase/ServerName;)V
MiniHBaseCluster.startMaster ( ) : JVMClusterUtil.MasterThread
org/apache/hadoop/hbase/MiniHBaseCluster.startMaster:()Lorg/apache/hadoop/hbase/util/JVMClusterUtil$MasterThread;
MiniHBaseCluster.startMaster ( String hostname, int port ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.startMaster:(Ljava/lang/String;I)V
MiniHBaseCluster.startRegionServer ( ) : JVMClusterUtil.RegionServerThread
org/apache/hadoop/hbase/MiniHBaseCluster.startRegionServer:()Lorg/apache/hadoop/hbase/util/JVMClusterUtil$RegionServerThread;
MiniHBaseCluster.startRegionServer ( String hostname, int port ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.startRegionServer:(Ljava/lang/String;I)V
MiniHBaseCluster.startRegionServerAndWait ( long timeout ) : JVMClusterUtil.RegionServerThread
org/apache/hadoop/hbase/MiniHBaseCluster.startRegionServerAndWait:(J)Lorg/apache/hadoop/hbase/util/JVMClusterUtil$RegionServerThread;
MiniHBaseCluster.startZkNode ( String hostname, int port ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.startZkNode:(Ljava/lang/String;I)V
MiniHBaseCluster.stopDataNode ( ServerName serverName ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.stopDataNode:(Lorg/apache/hadoop/hbase/ServerName;)V
MiniHBaseCluster.stopMaster ( int serverNumber ) : JVMClusterUtil.MasterThread
org/apache/hadoop/hbase/MiniHBaseCluster.stopMaster:(I)Lorg/apache/hadoop/hbase/util/JVMClusterUtil$MasterThread;
MiniHBaseCluster.stopMaster ( int serverNumber, boolean shutdownFS ) : JVMClusterUtil.MasterThread
org/apache/hadoop/hbase/MiniHBaseCluster.stopMaster:(IZ)Lorg/apache/hadoop/hbase/util/JVMClusterUtil$MasterThread;
MiniHBaseCluster.stopMaster ( ServerName serverName ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.stopMaster:(Lorg/apache/hadoop/hbase/ServerName;)V
MiniHBaseCluster.stopRegionServer ( int serverNumber ) : JVMClusterUtil.RegionServerThread
org/apache/hadoop/hbase/MiniHBaseCluster.stopRegionServer:(I)Lorg/apache/hadoop/hbase/util/JVMClusterUtil$RegionServerThread;
MiniHBaseCluster.stopRegionServer ( int serverNumber, boolean shutdownFS ) : JVMClusterUtil.RegionServerThread
org/apache/hadoop/hbase/MiniHBaseCluster.stopRegionServer:(IZ)Lorg/apache/hadoop/hbase/util/JVMClusterUtil$RegionServerThread;
MiniHBaseCluster.stopRegionServer ( ServerName serverName ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.stopRegionServer:(Lorg/apache/hadoop/hbase/ServerName;)V
MiniHBaseCluster.stopZkNode ( ServerName serverName ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.stopZkNode:(Lorg/apache/hadoop/hbase/ServerName;)V
MiniHBaseCluster.waitForActiveAndReadyMaster ( long timeout ) : boolean
org/apache/hadoop/hbase/MiniHBaseCluster.waitForActiveAndReadyMaster:(J)Z
MiniHBaseCluster.waitForDataNodeToStart ( ServerName serverName, long timeout ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.waitForDataNodeToStart:(Lorg/apache/hadoop/hbase/ServerName;J)V
MiniHBaseCluster.waitForDataNodeToStop ( ServerName serverName, long timeout ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.waitForDataNodeToStop:(Lorg/apache/hadoop/hbase/ServerName;J)V
MiniHBaseCluster.waitForMasterToStop ( ServerName serverName, long timeout ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.waitForMasterToStop:(Lorg/apache/hadoop/hbase/ServerName;J)V
MiniHBaseCluster.waitForRegionServerToStop ( ServerName serverName, long timeout ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.waitForRegionServerToStop:(Lorg/apache/hadoop/hbase/ServerName;J)V
MiniHBaseCluster.waitForZkNodeToStart ( ServerName serverName, long timeout ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.waitForZkNodeToStart:(Lorg/apache/hadoop/hbase/ServerName;J)V
MiniHBaseCluster.waitForZkNodeToStop ( ServerName serverName, long timeout ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.waitForZkNodeToStop:(Lorg/apache/hadoop/hbase/ServerName;J)V
MiniHBaseCluster.waitOnMaster ( int serverNumber ) : String
org/apache/hadoop/hbase/MiniHBaseCluster.waitOnMaster:(I)Ljava/lang/String;
MiniHBaseCluster.waitOnRegionServer ( int serverNumber ) : String
org/apache/hadoop/hbase/MiniHBaseCluster.waitOnRegionServer:(I)Ljava/lang/String;
MiniHBaseCluster.waitUntilShutDown ( ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.waitUntilShutDown:()V
to the top
Other Changes in Data Types 1
hbase-shaded-client-byo-hadoop-2.1.5.jar
package org.apache.hadoop.hbase.client
[+] interface RegionInfo 1
| Change | Effect |
---|
1 |
Field UNDEFINED has been added to this interface. |
No effect. |
[+] affected methods: 49 (1%)
AsyncTable.CoprocessorCallback<R>.onRegionComplete ( RegionInfo p1, R p2 )1st parameter 'p1' of this abstract method is of type 'RegionInfo'.
AsyncTable.CoprocessorCallback<R>.onRegionError ( RegionInfo p1, Throwable p2 )1st parameter 'p1' of this abstract method is of type 'RegionInfo'.
RegionInfo.areAdjacent ( RegionInfo regionA, RegionInfo regionB )1st parameter 'regionA' of this method is of type 'RegionInfo'.
RegionInfo.containsRange ( byte[ ] p1, byte[ ] p2 )This abstract method is from 'RegionInfo' interface.
RegionInfo.containsRow ( byte[ ] p1 )This abstract method is from 'RegionInfo' interface.
RegionInfo.createMobRegionInfo ( TableName tableName )This method is from 'RegionInfo' interface.
RegionInfo.createRegionName ( TableName tableName, byte[ ] startKey, byte[ ] id, int replicaId, boolean newFormat )This method is from 'RegionInfo' interface.
RegionInfo.createRegionName ( TableName tableName, byte[ ] startKey, byte[ ] id, boolean newFormat )This method is from 'RegionInfo' interface.
RegionInfo.createRegionName ( TableName tableName, byte[ ] startKey, long regionid, int replicaId, boolean newFormat )This method is from 'RegionInfo' interface.
RegionInfo.createRegionName ( TableName tableName, byte[ ] startKey, long regionid, boolean newFormat )This method is from 'RegionInfo' interface.
...
to the top
Java Archives 13
hbase-client-project-2.1.5.jar
hbase-endpoint-2.1.5.jar
hbase-examples-2.1.5.jar
hbase-external-blockcache-2.1.5.jar
hbase-protocol-2.1.5.jar
hbase-rest-2.1.5.jar
hbase-rsgroup-2.1.5.jar
hbase-server-2.1.5.jar
hbase-shaded-client-2.1.5.jar
hbase-shaded-client-byo-hadoop-2.1.5.jar
hbase-shaded-client-project-2.1.5.jar
hbase-shaded-mapreduce-2.1.5.jar
hbase-thrift-2.1.5.jar
to the top
Test Info
Library Name | hbase |
Version #1 | rel/2.1.5 |
Version #2 | 2.1.6RC1 |
Subject | Source Compatibility |
Test Results
Total Java Modules | 13 |
Total Methods / Classes | 5130 / 432 |
Compatibility |
100% |
Problem Summary
| Severity | Count |
Added Methods | - | 321 |
Removed Methods | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
Medium | 0 |
Low | 0 |
Other Changes in Data Types | - | 1 |
Added Methods 321
hbase-shaded-client-byo-hadoop-2.1.6.jar,
FailedCloseWALAfterInitializedErrorException.class
package org.apache.hadoop.hbase
FailedCloseWALAfterInitializedErrorException.FailedCloseWALAfterInitializedErrorException ( )
org/apache/hadoop/hbase/FailedCloseWALAfterInitializedErrorException."<init>":()V
FailedCloseWALAfterInitializedErrorException.FailedCloseWALAfterInitializedErrorException ( String msg )
org/apache/hadoop/hbase/FailedCloseWALAfterInitializedErrorException."<init>":(Ljava/lang/String;)V
FailedCloseWALAfterInitializedErrorException.FailedCloseWALAfterInitializedErrorException ( String msg, Throwable t )
org/apache/hadoop/hbase/FailedCloseWALAfterInitializedErrorException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V
hbase-shaded-client-byo-hadoop-2.1.6.jar,
MultiRowRangeFilter.class
package org.apache.hadoop.hbase.filter
MultiRowRangeFilter.MultiRowRangeFilter ( byte[ ][ ] rowKeyPrefixes )
org/apache/hadoop/hbase/filter/MultiRowRangeFilter."<init>":([[B)V
hbase-shaded-client-byo-hadoop-2.1.6.jar,
RegionInfo.class
package org.apache.hadoop.hbase.client
RegionInfo.isAdjacent ( RegionInfo other ) : boolean
org/apache/hadoop/hbase/client/RegionInfo.isAdjacent:(Lorg/apache/hadoop/hbase/client/RegionInfo;)Z
RegionInfo.isDegenerate ( ) : boolean
org/apache/hadoop/hbase/client/RegionInfo.isDegenerate:()Z
RegionInfo.isFirst ( ) : boolean
org/apache/hadoop/hbase/client/RegionInfo.isFirst:()Z
RegionInfo.isLast ( ) : boolean
org/apache/hadoop/hbase/client/RegionInfo.isLast:()Z
RegionInfo.isNext ( RegionInfo after ) : boolean
org/apache/hadoop/hbase/client/RegionInfo.isNext:(Lorg/apache/hadoop/hbase/client/RegionInfo;)Z
RegionInfo.isOverlap ( RegionInfo other ) : boolean
org/apache/hadoop/hbase/client/RegionInfo.isOverlap:(Lorg/apache/hadoop/hbase/client/RegionInfo;)Z
hbase-shaded-client-byo-hadoop-2.1.6.jar,
TimeRange.class
package org.apache.hadoop.hbase.io
TimeRange.between ( long minStamp, long maxStamp ) [static] : TimeRange
org/apache/hadoop/hbase/io/TimeRange.between:(JJ)Lorg/apache/hadoop/hbase/io/TimeRange;
TimeRange.from ( long minStamp ) [static] : TimeRange
org/apache/hadoop/hbase/io/TimeRange.from:(J)Lorg/apache/hadoop/hbase/io/TimeRange;
TimeRange.until ( long maxStamp ) [static] : TimeRange
org/apache/hadoop/hbase/io/TimeRange.until:(J)Lorg/apache/hadoop/hbase/io/TimeRange;
hbase-shaded-testing-util-2.1.6.jar,
CodecPerformance.class
package org.apache.hadoop.hbase.codec
CodecPerformance.CodecPerformance ( )
org/apache/hadoop/hbase/codec/CodecPerformance."<init>":()V
CodecPerformance.main ( String[ ] args ) [static] : void
org/apache/hadoop/hbase/codec/CodecPerformance.main:([Ljava/lang/String;)V
hbase-shaded-testing-util-2.1.6.jar,
HBaseCommonTestingUtility.class
package org.apache.hadoop.hbase
HBaseCommonTestingUtility.cleanupTestDir ( ) : boolean
org/apache/hadoop/hbase/HBaseCommonTestingUtility.cleanupTestDir:()Z
HBaseCommonTestingUtility.createSubDir ( String propertyName, Path parent, String subDirName ) : void
org/apache/hadoop/hbase/HBaseCommonTestingUtility.createSubDir:(Ljava/lang/String;Lorg/apache/hadoop/fs/Path;Ljava/lang/String;)V
HBaseCommonTestingUtility.getConfiguration ( ) : Configuration
org/apache/hadoop/hbase/HBaseCommonTestingUtility.getConfiguration:()Lorg/apache/hadoop/conf/Configuration;
HBaseCommonTestingUtility.getDataTestDir ( ) : Path
org/apache/hadoop/hbase/HBaseCommonTestingUtility.getDataTestDir:()Lorg/apache/hadoop/fs/Path;
HBaseCommonTestingUtility.getDataTestDir ( String subdirName ) : Path
org/apache/hadoop/hbase/HBaseCommonTestingUtility.getDataTestDir:(Ljava/lang/String;)Lorg/apache/hadoop/fs/Path;
HBaseCommonTestingUtility.getRandomDir ( ) : Path
org/apache/hadoop/hbase/HBaseCommonTestingUtility.getRandomDir:()Lorg/apache/hadoop/fs/Path;
HBaseCommonTestingUtility.getRandomUUID ( ) : UUID
org/apache/hadoop/hbase/HBaseCommonTestingUtility.getRandomUUID:()Ljava/util/UUID;
HBaseCommonTestingUtility.HBaseCommonTestingUtility ( )
org/apache/hadoop/hbase/HBaseCommonTestingUtility."<init>":()V
HBaseCommonTestingUtility.HBaseCommonTestingUtility ( Configuration conf )
org/apache/hadoop/hbase/HBaseCommonTestingUtility."<init>":(Lorg/apache/hadoop/conf/Configuration;)V
HBaseCommonTestingUtility.setupDataTestDir ( ) : Path
org/apache/hadoop/hbase/HBaseCommonTestingUtility.setupDataTestDir:()Lorg/apache/hadoop/fs/Path;
HBaseCommonTestingUtility.waitFor ( long timeout, long interval, boolean failIfTimeout, Waiter.Predicate<E> predicate ) : long
org/apache/hadoop/hbase/HBaseCommonTestingUtility.waitFor:(JJZLorg/apache/hadoop/hbase/Waiter$Predicate;)J
HBaseCommonTestingUtility.waitFor ( long timeout, long interval, Waiter.Predicate<E> predicate ) : long
org/apache/hadoop/hbase/HBaseCommonTestingUtility.waitFor:(JJLorg/apache/hadoop/hbase/Waiter$Predicate;)J
HBaseCommonTestingUtility.waitFor ( long timeout, Waiter.Predicate<E> predicate ) : long
org/apache/hadoop/hbase/HBaseCommonTestingUtility.waitFor:(JLorg/apache/hadoop/hbase/Waiter$Predicate;)J
hbase-shaded-testing-util-2.1.6.jar,
HBaseTestingUtility.class
package org.apache.hadoop.hbase
HBaseTestingUtility.assertKVListsEqual ( String additionalMsg, List<?> expected, List<?> actual ) [static] : void
org/apache/hadoop/hbase/HBaseTestingUtility.assertKVListsEqual:(Ljava/lang/String;Ljava/util/List;Ljava/util/List;)V
HBaseTestingUtility.assertRegionOnlyOnServer ( RegionInfo hri, ServerName server, long timeout ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.assertRegionOnlyOnServer:(Lorg/apache/hadoop/hbase/client/RegionInfo;Lorg/apache/hadoop/hbase/ServerName;J)V
HBaseTestingUtility.assertRegionOnServer ( RegionInfo hri, ServerName server, long timeout ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.assertRegionOnServer:(Lorg/apache/hadoop/hbase/client/RegionInfo;Lorg/apache/hadoop/hbase/ServerName;J)V
HBaseTestingUtility.assignRegion ( RegionInfo regionInfo ) : boolean
org/apache/hadoop/hbase/HBaseTestingUtility.assignRegion:(Lorg/apache/hadoop/hbase/client/RegionInfo;)Z
HBaseTestingUtility.available ( int port ) [static] : boolean
org/apache/hadoop/hbase/HBaseTestingUtility.available:(I)Z
HBaseTestingUtility.checksumRows ( Table table ) : String
org/apache/hadoop/hbase/HBaseTestingUtility.checksumRows:(Lorg/apache/hadoop/hbase/client/Table;)Ljava/lang/String;
HBaseTestingUtility.cleanupDataTestDirOnTestFS ( ) : boolean
org/apache/hadoop/hbase/HBaseTestingUtility.cleanupDataTestDirOnTestFS:()Z
HBaseTestingUtility.cleanupDataTestDirOnTestFS ( String subdirName ) : boolean
org/apache/hadoop/hbase/HBaseTestingUtility.cleanupDataTestDirOnTestFS:(Ljava/lang/String;)Z
HBaseTestingUtility.closeRegionAndWAL ( HRegion r ) [static] : void
org/apache/hadoop/hbase/HBaseTestingUtility.closeRegionAndWAL:(Lorg/apache/hadoop/hbase/regionserver/HRegion;)V
HBaseTestingUtility.closeRegionAndWAL ( Region r ) [static] : void
org/apache/hadoop/hbase/HBaseTestingUtility.closeRegionAndWAL:(Lorg/apache/hadoop/hbase/regionserver/Region;)V
HBaseTestingUtility.compact ( boolean major ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.compact:(Z)V
HBaseTestingUtility.compact ( TableName tableName, boolean major ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.compact:(Lorg/apache/hadoop/hbase/TableName;Z)V
HBaseTestingUtility.countRows ( InternalScanner scanner ) : int
org/apache/hadoop/hbase/HBaseTestingUtility.countRows:(Lorg/apache/hadoop/hbase/regionserver/InternalScanner;)I
HBaseTestingUtility.countRows ( Region region ) : int
org/apache/hadoop/hbase/HBaseTestingUtility.countRows:(Lorg/apache/hadoop/hbase/regionserver/Region;)I
HBaseTestingUtility.countRows ( Region region, Scan scan ) : int
org/apache/hadoop/hbase/HBaseTestingUtility.countRows:(Lorg/apache/hadoop/hbase/regionserver/Region;Lorg/apache/hadoop/hbase/client/Scan;)I
HBaseTestingUtility.countRows ( Table table ) : int
org/apache/hadoop/hbase/HBaseTestingUtility.countRows:(Lorg/apache/hadoop/hbase/client/Table;)I
HBaseTestingUtility.countRows ( Table table, byte[ ]... families ) : int
org/apache/hadoop/hbase/HBaseTestingUtility.countRows:(Lorg/apache/hadoop/hbase/client/Table;[[B)I
HBaseTestingUtility.countRows ( Table table, Scan scan ) : int
org/apache/hadoop/hbase/HBaseTestingUtility.countRows:(Lorg/apache/hadoop/hbase/client/Table;Lorg/apache/hadoop/hbase/client/Scan;)I
HBaseTestingUtility.countRows ( TableName tableName ) : int
org/apache/hadoop/hbase/HBaseTestingUtility.countRows:(Lorg/apache/hadoop/hbase/TableName;)I
HBaseTestingUtility.createLocalHRegion ( byte[ ] tableName, byte[ ] startKey, byte[ ] stopKey, String callingMethod, Configuration conf, boolean isReadOnly, Durability durability, WAL wal, byte[ ]... families ) : HRegion *DEPRECATED*
org/apache/hadoop/hbase/HBaseTestingUtility.createLocalHRegion:([B[B[BLjava/lang/String;Lorg/apache/hadoop/conf/Configuration;ZLorg/apache/hadoop/hbase/client/Durability;Lorg/apache/hadoop/hbase/wal/WAL;[[B)Lorg/apache/hadoop/hbase/regionserver/HRegion;
HBaseTestingUtility.createLocalHRegion ( RegionInfo info, TableDescriptor desc ) : HRegion
org/apache/hadoop/hbase/HBaseTestingUtility.createLocalHRegion:(Lorg/apache/hadoop/hbase/client/RegionInfo;Lorg/apache/hadoop/hbase/client/TableDescriptor;)Lorg/apache/hadoop/hbase/regionserver/HRegion;
HBaseTestingUtility.createLocalHRegion ( RegionInfo info, TableDescriptor desc, WAL wal ) : HRegion
org/apache/hadoop/hbase/HBaseTestingUtility.createLocalHRegion:(Lorg/apache/hadoop/hbase/client/RegionInfo;Lorg/apache/hadoop/hbase/client/TableDescriptor;Lorg/apache/hadoop/hbase/wal/WAL;)Lorg/apache/hadoop/hbase/regionserver/HRegion;
HBaseTestingUtility.createLocalHRegion ( TableDescriptor desc, byte[ ] startKey, byte[ ] endKey ) : HRegion
org/apache/hadoop/hbase/HBaseTestingUtility.createLocalHRegion:(Lorg/apache/hadoop/hbase/client/TableDescriptor;[B[B)Lorg/apache/hadoop/hbase/regionserver/HRegion;
HBaseTestingUtility.createLocalHRegion ( TableName tableName, byte[ ] startKey, byte[ ] stopKey, boolean isReadOnly, Durability durability, WAL wal, byte[ ]... families ) : HRegion
org/apache/hadoop/hbase/HBaseTestingUtility.createLocalHRegion:(Lorg/apache/hadoop/hbase/TableName;[B[BZLorg/apache/hadoop/hbase/client/Durability;Lorg/apache/hadoop/hbase/wal/WAL;[[B)Lorg/apache/hadoop/hbase/regionserver/HRegion;
HBaseTestingUtility.createLocalHRegionWithInMemoryFlags ( TableName tableName, byte[ ] startKey, byte[ ] stopKey, boolean isReadOnly, Durability durability, WAL wal, boolean[ ] compactedMemStore, byte[ ]... families ) : HRegion
org/apache/hadoop/hbase/HBaseTestingUtility.createLocalHRegionWithInMemoryFlags:(Lorg/apache/hadoop/hbase/TableName;[B[BZLorg/apache/hadoop/hbase/client/Durability;Lorg/apache/hadoop/hbase/wal/WAL;[Z[[B)Lorg/apache/hadoop/hbase/regionserver/HRegion;
HBaseTestingUtility.createLocalHTU ( ) [static] : HBaseTestingUtility *DEPRECATED*
org/apache/hadoop/hbase/HBaseTestingUtility.createLocalHTU:()Lorg/apache/hadoop/hbase/HBaseTestingUtility;
HBaseTestingUtility.createLocalHTU ( Configuration c ) [static] : HBaseTestingUtility *DEPRECATED*
org/apache/hadoop/hbase/HBaseTestingUtility.createLocalHTU:(Lorg/apache/hadoop/conf/Configuration;)Lorg/apache/hadoop/hbase/HBaseTestingUtility;
HBaseTestingUtility.createMockRegionServerService ( ) : RegionServerServices
org/apache/hadoop/hbase/HBaseTestingUtility.createMockRegionServerService:()Lorg/apache/hadoop/hbase/regionserver/RegionServerServices;
HBaseTestingUtility.createMockRegionServerService ( RpcServerInterface rpc ) : RegionServerServices
org/apache/hadoop/hbase/HBaseTestingUtility.createMockRegionServerService:(Lorg/apache/hadoop/hbase/ipc/RpcServerInterface;)Lorg/apache/hadoop/hbase/regionserver/RegionServerServices;
HBaseTestingUtility.createMockRegionServerService ( ServerName name ) : RegionServerServices
org/apache/hadoop/hbase/HBaseTestingUtility.createMockRegionServerService:(Lorg/apache/hadoop/hbase/ServerName;)Lorg/apache/hadoop/hbase/regionserver/RegionServerServices;
HBaseTestingUtility.createMultiRegionsInMeta ( Configuration conf, HTableDescriptor htd, byte[ ][ ] startKeys ) : List<HRegionInfo> *DEPRECATED*
org/apache/hadoop/hbase/HBaseTestingUtility.createMultiRegionsInMeta:(Lorg/apache/hadoop/conf/Configuration;Lorg/apache/hadoop/hbase/HTableDescriptor;[[B)Ljava/util/List;
HBaseTestingUtility.createMultiRegionsInMeta ( Configuration conf, TableDescriptor htd, byte[ ][ ] startKeys ) : List<RegionInfo>
org/apache/hadoop/hbase/HBaseTestingUtility.createMultiRegionsInMeta:(Lorg/apache/hadoop/conf/Configuration;Lorg/apache/hadoop/hbase/client/TableDescriptor;[[B)Ljava/util/List;
HBaseTestingUtility.createMultiRegionTable ( TableName tableName, byte[ ] family ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.createMultiRegionTable:(Lorg/apache/hadoop/hbase/TableName;[B)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.createMultiRegionTable ( TableName tableName, byte[ ] family, int numRegions ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.createMultiRegionTable:(Lorg/apache/hadoop/hbase/TableName;[BI)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.createMultiRegionTable ( TableName tableName, byte[ ][ ] families ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.createMultiRegionTable:(Lorg/apache/hadoop/hbase/TableName;[[B)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.createMultiRegionTable ( TableName tableName, byte[ ][ ] families, int numVersions ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.createMultiRegionTable:(Lorg/apache/hadoop/hbase/TableName;[[BI)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.createPreSplitLoadTestTable ( Configuration conf, TableDescriptor desc, ColumnFamilyDescriptor hcd ) [static] : int
org/apache/hadoop/hbase/HBaseTestingUtility.createPreSplitLoadTestTable:(Lorg/apache/hadoop/conf/Configuration;Lorg/apache/hadoop/hbase/client/TableDescriptor;Lorg/apache/hadoop/hbase/client/ColumnFamilyDescriptor;)I
HBaseTestingUtility.createPreSplitLoadTestTable ( Configuration conf, TableDescriptor desc, ColumnFamilyDescriptor hcd, int numRegionsPerServer ) [static] : int
org/apache/hadoop/hbase/HBaseTestingUtility.createPreSplitLoadTestTable:(Lorg/apache/hadoop/conf/Configuration;Lorg/apache/hadoop/hbase/client/TableDescriptor;Lorg/apache/hadoop/hbase/client/ColumnFamilyDescriptor;I)I
HBaseTestingUtility.createPreSplitLoadTestTable ( Configuration conf, TableDescriptor desc, ColumnFamilyDescriptor[ ] hcds, int numRegionsPerServer ) [static] : int
org/apache/hadoop/hbase/HBaseTestingUtility.createPreSplitLoadTestTable:(Lorg/apache/hadoop/conf/Configuration;Lorg/apache/hadoop/hbase/client/TableDescriptor;[Lorg/apache/hadoop/hbase/client/ColumnFamilyDescriptor;I)I
HBaseTestingUtility.createPreSplitLoadTestTable ( Configuration conf, TableDescriptor td, ColumnFamilyDescriptor[ ] cds, RegionSplitter.SplitAlgorithm splitter, int numRegionsPerServer ) [static] : int
org/apache/hadoop/hbase/HBaseTestingUtility.createPreSplitLoadTestTable:(Lorg/apache/hadoop/conf/Configuration;Lorg/apache/hadoop/hbase/client/TableDescriptor;[Lorg/apache/hadoop/hbase/client/ColumnFamilyDescriptor;Lorg/apache/hadoop/hbase/util/RegionSplitter$SplitAlgorithm;I)I
HBaseTestingUtility.createPreSplitLoadTestTable ( Configuration conf, TableName tableName, byte[ ] columnFamily, Compression.Algorithm compression, DataBlockEncoding dataBlockEncoding ) [static] : int
org/apache/hadoop/hbase/HBaseTestingUtility.createPreSplitLoadTestTable:(Lorg/apache/hadoop/conf/Configuration;Lorg/apache/hadoop/hbase/TableName;[BLorg/apache/hadoop/hbase/io/compress/Compression$Algorithm;Lorg/apache/hadoop/hbase/io/encoding/DataBlockEncoding;)I
HBaseTestingUtility.createPreSplitLoadTestTable ( Configuration conf, TableName tableName, byte[ ] columnFamily, Compression.Algorithm compression, DataBlockEncoding dataBlockEncoding, int numRegionsPerServer, int regionReplication, Durability durability ) [static] : int
org/apache/hadoop/hbase/HBaseTestingUtility.createPreSplitLoadTestTable:(Lorg/apache/hadoop/conf/Configuration;Lorg/apache/hadoop/hbase/TableName;[BLorg/apache/hadoop/hbase/io/compress/Compression$Algorithm;Lorg/apache/hadoop/hbase/io/encoding/DataBlockEncoding;IILorg/apache/hadoop/hbase/client/Durability;)I
HBaseTestingUtility.createPreSplitLoadTestTable ( Configuration conf, TableName tableName, byte[ ][ ] columnFamilies, Compression.Algorithm compression, DataBlockEncoding dataBlockEncoding, int numRegionsPerServer, int regionReplication, Durability durability ) [static] : int
org/apache/hadoop/hbase/HBaseTestingUtility.createPreSplitLoadTestTable:(Lorg/apache/hadoop/conf/Configuration;Lorg/apache/hadoop/hbase/TableName;[[BLorg/apache/hadoop/hbase/io/compress/Compression$Algorithm;Lorg/apache/hadoop/hbase/io/encoding/DataBlockEncoding;IILorg/apache/hadoop/hbase/client/Durability;)I
HBaseTestingUtility.createRandomTable ( TableName tableName, Collection<String> families, int maxVersions, int numColsPerRow, int numFlushes, int numRegions, int numRowsPerFlush ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.createRandomTable:(Lorg/apache/hadoop/hbase/TableName;Ljava/util/Collection;IIIII)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.createRegionAndWAL ( RegionInfo info, Path rootDir, Configuration conf, TableDescriptor htd ) [static] : HRegion
org/apache/hadoop/hbase/HBaseTestingUtility.createRegionAndWAL:(Lorg/apache/hadoop/hbase/client/RegionInfo;Lorg/apache/hadoop/fs/Path;Lorg/apache/hadoop/conf/Configuration;Lorg/apache/hadoop/hbase/client/TableDescriptor;)Lorg/apache/hadoop/hbase/regionserver/HRegion;
HBaseTestingUtility.createRegionAndWAL ( RegionInfo info, Path rootDir, Configuration conf, TableDescriptor htd, boolean initialize ) [static] : HRegion
org/apache/hadoop/hbase/HBaseTestingUtility.createRegionAndWAL:(Lorg/apache/hadoop/hbase/client/RegionInfo;Lorg/apache/hadoop/fs/Path;Lorg/apache/hadoop/conf/Configuration;Lorg/apache/hadoop/hbase/client/TableDescriptor;Z)Lorg/apache/hadoop/hbase/regionserver/HRegion;
HBaseTestingUtility.createRootDir ( ) : Path
org/apache/hadoop/hbase/HBaseTestingUtility.createRootDir:()Lorg/apache/hadoop/fs/Path;
HBaseTestingUtility.createRootDir ( boolean create ) : Path
org/apache/hadoop/hbase/HBaseTestingUtility.createRootDir:(Z)Lorg/apache/hadoop/fs/Path;
HBaseTestingUtility.createTable ( TableDescriptor htd, byte[ ][ ] families, byte[ ][ ] splitKeys, BloomType type, int blockSize, Configuration c ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.createTable:(Lorg/apache/hadoop/hbase/client/TableDescriptor;[[B[[BLorg/apache/hadoop/hbase/regionserver/BloomType;ILorg/apache/hadoop/conf/Configuration;)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.createTable ( TableDescriptor htd, byte[ ][ ] families, byte[ ][ ] splitKeys, Configuration c ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.createTable:(Lorg/apache/hadoop/hbase/client/TableDescriptor;[[B[[BLorg/apache/hadoop/conf/Configuration;)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.createTable ( TableDescriptor htd, byte[ ][ ] families, Configuration c ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.createTable:(Lorg/apache/hadoop/hbase/client/TableDescriptor;[[BLorg/apache/hadoop/conf/Configuration;)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.createTable ( TableDescriptor htd, byte[ ][ ] splitRows ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.createTable:(Lorg/apache/hadoop/hbase/client/TableDescriptor;[[B)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.createTable ( TableName tableName, byte[ ] family ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.createTable:(Lorg/apache/hadoop/hbase/TableName;[B)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.createTable ( TableName tableName, byte[ ] family, byte[ ][ ] splitRows ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.createTable:(Lorg/apache/hadoop/hbase/TableName;[B[[B)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.createTable ( TableName tableName, byte[ ] family, int numVersions ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.createTable:(Lorg/apache/hadoop/hbase/TableName;[BI)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.createTable ( TableName tableName, byte[ ][ ] families ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.createTable:(Lorg/apache/hadoop/hbase/TableName;[[B)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.createTable ( TableName tableName, byte[ ][ ] families, byte[ ][ ] splitKeys ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.createTable:(Lorg/apache/hadoop/hbase/TableName;[[B[[B)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.createTable ( TableName tableName, byte[ ][ ] families, byte[ ][ ] splitKeys, int replicaCount ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.createTable:(Lorg/apache/hadoop/hbase/TableName;[[B[[BI)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.createTable ( TableName tableName, byte[ ][ ] families, byte[ ][ ] splitKeys, int replicaCount, Configuration c ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.createTable:(Lorg/apache/hadoop/hbase/TableName;[[B[[BILorg/apache/hadoop/conf/Configuration;)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.createTable ( TableName tableName, byte[ ][ ] families, int numVersions ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.createTable:(Lorg/apache/hadoop/hbase/TableName;[[BI)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.createTable ( TableName tableName, byte[ ][ ] families, int numVersions, byte[ ] startKey, byte[ ] endKey, int numRegions ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.createTable:(Lorg/apache/hadoop/hbase/TableName;[[BI[B[BI)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.createTable ( TableName tableName, byte[ ][ ] families, int numVersions, byte[ ][ ] splitKeys ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.createTable:(Lorg/apache/hadoop/hbase/TableName;[[BI[[B)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.createTable ( TableName tableName, byte[ ][ ] families, int numVersions, int blockSize ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.createTable:(Lorg/apache/hadoop/hbase/TableName;[[BII)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.createTable ( TableName tableName, byte[ ][ ] families, int numVersions, int blockSize, String cpName ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.createTable:(Lorg/apache/hadoop/hbase/TableName;[[BIILjava/lang/String;)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.createTable ( TableName tableName, byte[ ][ ] families, int[ ] numVersions ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.createTable:(Lorg/apache/hadoop/hbase/TableName;[[B[I)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.createTable ( TableName tableName, String family ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.createTable:(Lorg/apache/hadoop/hbase/TableName;Ljava/lang/String;)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.createTable ( TableName tableName, String[ ] families ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.createTable:(Lorg/apache/hadoop/hbase/TableName;[Ljava/lang/String;)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.createTableDescriptor ( String name ) : HTableDescriptor *DEPRECATED*
org/apache/hadoop/hbase/HBaseTestingUtility.createTableDescriptor:(Ljava/lang/String;)Lorg/apache/hadoop/hbase/HTableDescriptor;
HBaseTestingUtility.createTableDescriptor ( String name, int minVersions, int versions, int ttl, KeepDeletedCells keepDeleted ) : HTableDescriptor *DEPRECATED*
org/apache/hadoop/hbase/HBaseTestingUtility.createTableDescriptor:(Ljava/lang/String;IIILorg/apache/hadoop/hbase/KeepDeletedCells;)Lorg/apache/hadoop/hbase/HTableDescriptor;
HBaseTestingUtility.createTableDescriptor ( TableName name ) : HTableDescriptor
org/apache/hadoop/hbase/HBaseTestingUtility.createTableDescriptor:(Lorg/apache/hadoop/hbase/TableName;)Lorg/apache/hadoop/hbase/HTableDescriptor;
HBaseTestingUtility.createTableDescriptor ( TableName name, int minVersions, int versions, int ttl, KeepDeletedCells keepDeleted ) : HTableDescriptor
org/apache/hadoop/hbase/HBaseTestingUtility.createTableDescriptor:(Lorg/apache/hadoop/hbase/TableName;IIILorg/apache/hadoop/hbase/KeepDeletedCells;)Lorg/apache/hadoop/hbase/HTableDescriptor;
HBaseTestingUtility.createTableDescriptor ( TableName tableName, byte[ ] family ) : HTableDescriptor
org/apache/hadoop/hbase/HBaseTestingUtility.createTableDescriptor:(Lorg/apache/hadoop/hbase/TableName;[B)Lorg/apache/hadoop/hbase/HTableDescriptor;
HBaseTestingUtility.createTableDescriptor ( TableName tableName, byte[ ][ ] families, int maxVersions ) : HTableDescriptor
org/apache/hadoop/hbase/HBaseTestingUtility.createTableDescriptor:(Lorg/apache/hadoop/hbase/TableName;[[BI)Lorg/apache/hadoop/hbase/HTableDescriptor;
HBaseTestingUtility.createTestRegion ( String tableName, ColumnFamilyDescriptor cd ) : HRegion
org/apache/hadoop/hbase/HBaseTestingUtility.createTestRegion:(Ljava/lang/String;Lorg/apache/hadoop/hbase/client/ColumnFamilyDescriptor;)Lorg/apache/hadoop/hbase/regionserver/HRegion;
HBaseTestingUtility.createWal ( Configuration conf, Path rootDir, RegionInfo hri ) [static] : WAL
org/apache/hadoop/hbase/HBaseTestingUtility.createWal:(Lorg/apache/hadoop/conf/Configuration;Lorg/apache/hadoop/fs/Path;Lorg/apache/hadoop/hbase/client/RegionInfo;)Lorg/apache/hadoop/hbase/wal/WAL;
HBaseTestingUtility.createWALRootDir ( ) : Path
org/apache/hadoop/hbase/HBaseTestingUtility.createWALRootDir:()Lorg/apache/hadoop/fs/Path;
HBaseTestingUtility.deleteNumericRows ( Table t, byte[ ] f, int startRow, int endRow ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.deleteNumericRows:(Lorg/apache/hadoop/hbase/client/Table;[BII)V
HBaseTestingUtility.deleteTable ( TableName tableName ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.deleteTable:(Lorg/apache/hadoop/hbase/TableName;)V
HBaseTestingUtility.deleteTableData ( TableName tableName ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.deleteTableData:(Lorg/apache/hadoop/hbase/TableName;)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.deleteTableIfAny ( TableName tableName ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.deleteTableIfAny:(Lorg/apache/hadoop/hbase/TableName;)V
HBaseTestingUtility.enableDebug ( Class<?> clazz ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.enableDebug:(Ljava/lang/Class;)V
HBaseTestingUtility.ensureSomeNonStoppedRegionServersAvailable ( int num ) : boolean
org/apache/hadoop/hbase/HBaseTestingUtility.ensureSomeNonStoppedRegionServersAvailable:(I)Z
HBaseTestingUtility.ensureSomeRegionServersAvailable ( int num ) : boolean
org/apache/hadoop/hbase/HBaseTestingUtility.ensureSomeRegionServersAvailable:(I)Z
HBaseTestingUtility.expireMasterSession ( ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.expireMasterSession:()V
HBaseTestingUtility.expireRegionServerSession ( int index ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.expireRegionServerSession:(I)V
HBaseTestingUtility.expireSession ( ZKWatcher nodeZK ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.expireSession:(Lorg/apache/hadoop/hbase/zookeeper/ZKWatcher;)V
HBaseTestingUtility.expireSession ( ZKWatcher nodeZK, boolean checkStatus ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.expireSession:(Lorg/apache/hadoop/hbase/zookeeper/ZKWatcher;Z)V
HBaseTestingUtility.explainTableAvailability ( TableName tableName ) : String
org/apache/hadoop/hbase/HBaseTestingUtility.explainTableAvailability:(Lorg/apache/hadoop/hbase/TableName;)Ljava/lang/String;
HBaseTestingUtility.explainTableState ( TableName table, TableState.State state ) : String
org/apache/hadoop/hbase/HBaseTestingUtility.explainTableState:(Lorg/apache/hadoop/hbase/TableName;Lorg/apache/hadoop/hbase/client/TableState$State;)Ljava/lang/String;
HBaseTestingUtility.findLastTableState ( TableName table ) : TableState
org/apache/hadoop/hbase/HBaseTestingUtility.findLastTableState:(Lorg/apache/hadoop/hbase/TableName;)Lorg/apache/hadoop/hbase/client/TableState;
HBaseTestingUtility.flush ( ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.flush:()V
HBaseTestingUtility.flush ( TableName tableName ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.flush:(Lorg/apache/hadoop/hbase/TableName;)V
HBaseTestingUtility.generateColumnDescriptors ( ) [static] : List<HColumnDescriptor>
org/apache/hadoop/hbase/HBaseTestingUtility.generateColumnDescriptors:()Ljava/util/List;
HBaseTestingUtility.generateColumnDescriptors ( String prefix ) [static] : List<HColumnDescriptor>
org/apache/hadoop/hbase/HBaseTestingUtility.generateColumnDescriptors:(Ljava/lang/String;)Ljava/util/List;
HBaseTestingUtility.getAdmin ( ) : Admin
org/apache/hadoop/hbase/HBaseTestingUtility.getAdmin:()Lorg/apache/hadoop/hbase/client/Admin;
HBaseTestingUtility.getAllOnlineRegions ( MiniHBaseCluster cluster ) [static] : NavigableSet<String>
org/apache/hadoop/hbase/HBaseTestingUtility.getAllOnlineRegions:(Lorg/apache/hadoop/hbase/MiniHBaseCluster;)Ljava/util/NavigableSet;
HBaseTestingUtility.getClosestRowBefore ( Region r, byte[ ] row, byte[ ] family ) : Result
org/apache/hadoop/hbase/HBaseTestingUtility.getClosestRowBefore:(Lorg/apache/hadoop/hbase/regionserver/Region;[B[B)Lorg/apache/hadoop/hbase/client/Result;
HBaseTestingUtility.getClusterKey ( ) : String
org/apache/hadoop/hbase/HBaseTestingUtility.getClusterKey:()Ljava/lang/String;
HBaseTestingUtility.getConfiguration ( ) : Configuration
org/apache/hadoop/hbase/HBaseTestingUtility.getConfiguration:()Lorg/apache/hadoop/conf/Configuration;
HBaseTestingUtility.getConnection ( ) : Connection
org/apache/hadoop/hbase/HBaseTestingUtility.getConnection:()Lorg/apache/hadoop/hbase/client/Connection;
HBaseTestingUtility.getDataTestDirOnTestFS ( ) : Path
org/apache/hadoop/hbase/HBaseTestingUtility.getDataTestDirOnTestFS:()Lorg/apache/hadoop/fs/Path;
HBaseTestingUtility.getDataTestDirOnTestFS ( String subdirName ) : Path
org/apache/hadoop/hbase/HBaseTestingUtility.getDataTestDirOnTestFS:(Ljava/lang/String;)Lorg/apache/hadoop/fs/Path;
HBaseTestingUtility.getDefaultRootDirPath ( ) : Path
org/apache/hadoop/hbase/HBaseTestingUtility.getDefaultRootDirPath:()Lorg/apache/hadoop/fs/Path;
HBaseTestingUtility.getDefaultRootDirPath ( boolean create ) : Path
org/apache/hadoop/hbase/HBaseTestingUtility.getDefaultRootDirPath:(Z)Lorg/apache/hadoop/fs/Path;
HBaseTestingUtility.getDFSCluster ( ) : MiniDFSCluster
org/apache/hadoop/hbase/HBaseTestingUtility.getDFSCluster:()Lorg/apache/hadoop/hdfs/MiniDFSCluster;
HBaseTestingUtility.getDifferentUser ( Configuration c, String differentiatingSuffix ) [static] : User
org/apache/hadoop/hbase/HBaseTestingUtility.getDifferentUser:(Lorg/apache/hadoop/conf/Configuration;Ljava/lang/String;)Lorg/apache/hadoop/hbase/security/User;
HBaseTestingUtility.getFromStoreFile ( HStore store, byte[ ] row, NavigableSet<byte[ ]> columns ) [static] : List<Cell>
org/apache/hadoop/hbase/HBaseTestingUtility.getFromStoreFile:(Lorg/apache/hadoop/hbase/regionserver/HStore;[BLjava/util/NavigableSet;)Ljava/util/List;
HBaseTestingUtility.getFromStoreFile ( HStore store, Get get ) [static] : List<Cell>
org/apache/hadoop/hbase/HBaseTestingUtility.getFromStoreFile:(Lorg/apache/hadoop/hbase/regionserver/HStore;Lorg/apache/hadoop/hbase/client/Get;)Ljava/util/List;
HBaseTestingUtility.getHBaseAdmin ( ) : HBaseAdmin *DEPRECATED*
org/apache/hadoop/hbase/HBaseTestingUtility.getHBaseAdmin:()Lorg/apache/hadoop/hbase/client/HBaseAdmin;
HBaseTestingUtility.getHBaseCluster ( ) : MiniHBaseCluster
org/apache/hadoop/hbase/HBaseTestingUtility.getHBaseCluster:()Lorg/apache/hadoop/hbase/MiniHBaseCluster;
HBaseTestingUtility.getHBaseClusterInterface ( ) : HBaseCluster
org/apache/hadoop/hbase/HBaseTestingUtility.getHBaseClusterInterface:()Lorg/apache/hadoop/hbase/HBaseCluster;
HBaseTestingUtility.getHbck ( ) : Hbck
org/apache/hadoop/hbase/HBaseTestingUtility.getHbck:()Lorg/apache/hadoop/hbase/client/Hbck;
HBaseTestingUtility.getMetaRSPort ( Connection connection ) [static] : int
org/apache/hadoop/hbase/HBaseTestingUtility.getMetaRSPort:(Lorg/apache/hadoop/hbase/client/Connection;)I
HBaseTestingUtility.getMetaTableDescriptor ( ) : HTableDescriptor *DEPRECATED*
org/apache/hadoop/hbase/HBaseTestingUtility.getMetaTableDescriptor:()Lorg/apache/hadoop/hbase/HTableDescriptor;
HBaseTestingUtility.getMetaTableDescriptorBuilder ( ) : TableDescriptorBuilder
org/apache/hadoop/hbase/HBaseTestingUtility.getMetaTableDescriptorBuilder:()Lorg/apache/hadoop/hbase/client/TableDescriptorBuilder;
HBaseTestingUtility.getMetaTableRows ( ) : List<byte[ ]>
org/apache/hadoop/hbase/HBaseTestingUtility.getMetaTableRows:()Ljava/util/List;
HBaseTestingUtility.getMetaTableRows ( TableName tableName ) : List<byte[ ]>
org/apache/hadoop/hbase/HBaseTestingUtility.getMetaTableRows:(Lorg/apache/hadoop/hbase/TableName;)Ljava/util/List;
HBaseTestingUtility.getMiniHBaseCluster ( ) : MiniHBaseCluster
org/apache/hadoop/hbase/HBaseTestingUtility.getMiniHBaseCluster:()Lorg/apache/hadoop/hbase/MiniHBaseCluster;
HBaseTestingUtility.getNumHFiles ( TableName tableName, byte[ ] family ) : int
org/apache/hadoop/hbase/HBaseTestingUtility.getNumHFiles:(Lorg/apache/hadoop/hbase/TableName;[B)I
HBaseTestingUtility.getNumHFilesForRS ( HRegionServer rs, TableName tableName, byte[ ] family ) : int
org/apache/hadoop/hbase/HBaseTestingUtility.getNumHFilesForRS:(Lorg/apache/hadoop/hbase/regionserver/HRegionServer;Lorg/apache/hadoop/hbase/TableName;[B)I
HBaseTestingUtility.getOtherRegionServer ( HRegionServer rs ) : HRegionServer
org/apache/hadoop/hbase/HBaseTestingUtility.getOtherRegionServer:(Lorg/apache/hadoop/hbase/regionserver/HRegionServer;)Lorg/apache/hadoop/hbase/regionserver/HRegionServer;
HBaseTestingUtility.getRegionSplitStartKeys ( byte[ ] startKey, byte[ ] endKey, int numRegions ) : byte[ ][ ]
org/apache/hadoop/hbase/HBaseTestingUtility.getRegionSplitStartKeys:([B[BI)[[B
HBaseTestingUtility.getRSForFirstRegionInTable ( TableName tableName ) : HRegionServer
org/apache/hadoop/hbase/HBaseTestingUtility.getRSForFirstRegionInTable:(Lorg/apache/hadoop/hbase/TableName;)Lorg/apache/hadoop/hbase/regionserver/HRegionServer;
HBaseTestingUtility.getSplittableRegion ( TableName tableName, int maxAttempts ) : HRegion
org/apache/hadoop/hbase/HBaseTestingUtility.getSplittableRegion:(Lorg/apache/hadoop/hbase/TableName;I)Lorg/apache/hadoop/hbase/regionserver/HRegion;
HBaseTestingUtility.getSupportedCompressionAlgorithms ( ) [static] : Compression.Algorithm[ ]
org/apache/hadoop/hbase/HBaseTestingUtility.getSupportedCompressionAlgorithms:()[Lorg/apache/hadoop/hbase/io/compress/Compression$Algorithm;
HBaseTestingUtility.getTestFileSystem ( ) : FileSystem
org/apache/hadoop/hbase/HBaseTestingUtility.getTestFileSystem:()Lorg/apache/hadoop/fs/FileSystem;
HBaseTestingUtility.HBaseTestingUtility ( )
org/apache/hadoop/hbase/HBaseTestingUtility."<init>":()V
HBaseTestingUtility.HBaseTestingUtility ( Configuration conf )
org/apache/hadoop/hbase/HBaseTestingUtility."<init>":(Lorg/apache/hadoop/conf/Configuration;)V
HBaseTestingUtility.isNewVersionBehaviorEnabled ( ) : boolean
org/apache/hadoop/hbase/HBaseTestingUtility.isNewVersionBehaviorEnabled:()Z
HBaseTestingUtility.isReadShortCircuitOn ( ) : boolean
org/apache/hadoop/hbase/HBaseTestingUtility.isReadShortCircuitOn:()Z
HBaseTestingUtility.killMiniHBaseCluster ( ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.killMiniHBaseCluster:()V
HBaseTestingUtility.loadNumericRows ( Table t, byte[ ] f, int startRow, int endRow ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.loadNumericRows:(Lorg/apache/hadoop/hbase/client/Table;[BII)V
HBaseTestingUtility.loadRandomRows ( Table t, byte[ ] f, int rowSize, int totalRows ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.loadRandomRows:(Lorg/apache/hadoop/hbase/client/Table;[BII)V
HBaseTestingUtility.loadRegion ( HRegion r, byte[ ] f ) : int
org/apache/hadoop/hbase/HBaseTestingUtility.loadRegion:(Lorg/apache/hadoop/hbase/regionserver/HRegion;[B)I
HBaseTestingUtility.loadRegion ( HRegion r, byte[ ] f, boolean flush ) : int
org/apache/hadoop/hbase/HBaseTestingUtility.loadRegion:(Lorg/apache/hadoop/hbase/regionserver/HRegion;[BZ)I
HBaseTestingUtility.loadRegion ( Region r, byte[ ] f ) : int
org/apache/hadoop/hbase/HBaseTestingUtility.loadRegion:(Lorg/apache/hadoop/hbase/regionserver/Region;[B)I
HBaseTestingUtility.loadTable ( Table t, byte[ ] f ) : int
org/apache/hadoop/hbase/HBaseTestingUtility.loadTable:(Lorg/apache/hadoop/hbase/client/Table;[B)I
HBaseTestingUtility.loadTable ( Table t, byte[ ] f, boolean writeToWAL ) : int
org/apache/hadoop/hbase/HBaseTestingUtility.loadTable:(Lorg/apache/hadoop/hbase/client/Table;[BZ)I
HBaseTestingUtility.loadTable ( Table t, byte[ ][ ] f ) : int
org/apache/hadoop/hbase/HBaseTestingUtility.loadTable:(Lorg/apache/hadoop/hbase/client/Table;[[B)I
HBaseTestingUtility.loadTable ( Table t, byte[ ][ ] f, byte[ ] value ) : int
org/apache/hadoop/hbase/HBaseTestingUtility.loadTable:(Lorg/apache/hadoop/hbase/client/Table;[[B[B)I
HBaseTestingUtility.loadTable ( Table t, byte[ ][ ] f, byte[ ] value, boolean writeToWAL ) : int
org/apache/hadoop/hbase/HBaseTestingUtility.loadTable:(Lorg/apache/hadoop/hbase/client/Table;[[B[BZ)I
HBaseTestingUtility.memStoreTSTagsAndOffheapCombination ( ) [static] : List<Object[ ]>
org/apache/hadoop/hbase/HBaseTestingUtility.memStoreTSTagsAndOffheapCombination:()Ljava/util/List;
HBaseTestingUtility.modifyTableSync ( Admin admin, TableDescriptor desc ) [static] : void
org/apache/hadoop/hbase/HBaseTestingUtility.modifyTableSync:(Lorg/apache/hadoop/hbase/client/Admin;Lorg/apache/hadoop/hbase/client/TableDescriptor;)V
HBaseTestingUtility.moveRegionAndWait ( RegionInfo destRegion, ServerName destServer ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.moveRegionAndWait:(Lorg/apache/hadoop/hbase/client/RegionInfo;Lorg/apache/hadoop/hbase/ServerName;)V
HBaseTestingUtility.predicateNoRegionsInTransition ( ) : Waiter.ExplainingPredicate<IOException>
org/apache/hadoop/hbase/HBaseTestingUtility.predicateNoRegionsInTransition:()Lorg/apache/hadoop/hbase/Waiter$ExplainingPredicate;
HBaseTestingUtility.predicateTableAvailable ( TableName tableName ) : Waiter.Predicate<IOException>
org/apache/hadoop/hbase/HBaseTestingUtility.predicateTableAvailable:(Lorg/apache/hadoop/hbase/TableName;)Lorg/apache/hadoop/hbase/Waiter$Predicate;
HBaseTestingUtility.predicateTableDisabled ( TableName tableName ) : Waiter.Predicate<IOException>
org/apache/hadoop/hbase/HBaseTestingUtility.predicateTableDisabled:(Lorg/apache/hadoop/hbase/TableName;)Lorg/apache/hadoop/hbase/Waiter$Predicate;
HBaseTestingUtility.predicateTableEnabled ( TableName tableName ) : Waiter.Predicate<IOException>
org/apache/hadoop/hbase/HBaseTestingUtility.predicateTableEnabled:(Lorg/apache/hadoop/hbase/TableName;)Lorg/apache/hadoop/hbase/Waiter$Predicate;
HBaseTestingUtility.randomFreePort ( ) [static] : int
org/apache/hadoop/hbase/HBaseTestingUtility.randomFreePort:()I
HBaseTestingUtility.randomMultiCastAddress ( ) [static] : String
org/apache/hadoop/hbase/HBaseTestingUtility.randomMultiCastAddress:()Ljava/lang/String;
HBaseTestingUtility.restartHBaseCluster ( int servers ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.restartHBaseCluster:(I)V
HBaseTestingUtility.safeGetAsStr ( List<T> lst, int i ) [static] : String
org/apache/hadoop/hbase/HBaseTestingUtility.safeGetAsStr:(Ljava/util/List;I)Ljava/lang/String;
HBaseTestingUtility.setDFSCluster ( MiniDFSCluster cluster ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.setDFSCluster:(Lorg/apache/hadoop/hdfs/MiniDFSCluster;)V
HBaseTestingUtility.setDFSCluster ( MiniDFSCluster cluster, boolean requireDown ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.setDFSCluster:(Lorg/apache/hadoop/hdfs/MiniDFSCluster;Z)V
HBaseTestingUtility.setFileSystemURI ( String fsURI ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.setFileSystemURI:(Ljava/lang/String;)V
HBaseTestingUtility.setHBaseCluster ( HBaseCluster hbaseCluster ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.setHBaseCluster:(Lorg/apache/hadoop/hbase/HBaseCluster;)V
HBaseTestingUtility.setMaxRecoveryErrorCount ( OutputStream stream, int max ) [static] : void
org/apache/hadoop/hbase/HBaseTestingUtility.setMaxRecoveryErrorCount:(Ljava/io/OutputStream;I)V
HBaseTestingUtility.setReplicas ( Admin admin, TableName table, int replicaCount ) [static] : void
org/apache/hadoop/hbase/HBaseTestingUtility.setReplicas:(Lorg/apache/hadoop/hbase/client/Admin;Lorg/apache/hadoop/hbase/TableName;I)V
HBaseTestingUtility.setupDataTestDir ( ) : Path
org/apache/hadoop/hbase/HBaseTestingUtility.setupDataTestDir:()Lorg/apache/hadoop/fs/Path;
HBaseTestingUtility.setupMiniKdc ( File keytabFile ) : MiniKdc
org/apache/hadoop/hbase/HBaseTestingUtility.setupMiniKdc:(Ljava/io/File;)Lorg/apache/hadoop/minikdc/MiniKdc;
HBaseTestingUtility.shutdownMiniCluster ( ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.shutdownMiniCluster:()V
HBaseTestingUtility.shutdownMiniDFSCluster ( ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.shutdownMiniDFSCluster:()V
HBaseTestingUtility.shutdownMiniHBaseCluster ( ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.shutdownMiniHBaseCluster:()V
HBaseTestingUtility.shutdownMiniMapReduceCluster ( ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.shutdownMiniMapReduceCluster:()V
HBaseTestingUtility.startMiniCluster ( ) : MiniHBaseCluster
org/apache/hadoop/hbase/HBaseTestingUtility.startMiniCluster:()Lorg/apache/hadoop/hbase/MiniHBaseCluster;
HBaseTestingUtility.startMiniCluster ( boolean withWALDir ) : MiniHBaseCluster
org/apache/hadoop/hbase/HBaseTestingUtility.startMiniCluster:(Z)Lorg/apache/hadoop/hbase/MiniHBaseCluster;
HBaseTestingUtility.startMiniCluster ( int numMasters, int numSlaves ) : MiniHBaseCluster
org/apache/hadoop/hbase/HBaseTestingUtility.startMiniCluster:(II)Lorg/apache/hadoop/hbase/MiniHBaseCluster;
HBaseTestingUtility.startMiniCluster ( int numMasters, int numSlaves, boolean create ) : MiniHBaseCluster
org/apache/hadoop/hbase/HBaseTestingUtility.startMiniCluster:(IIZ)Lorg/apache/hadoop/hbase/MiniHBaseCluster;
HBaseTestingUtility.startMiniCluster ( int numMasters, int numSlaves, int numDataNodes ) : MiniHBaseCluster
org/apache/hadoop/hbase/HBaseTestingUtility.startMiniCluster:(III)Lorg/apache/hadoop/hbase/MiniHBaseCluster;
HBaseTestingUtility.startMiniCluster ( int numMasters, int numSlaves, int numDataNodes, String[ ] dataNodeHosts, Class<?> masterClass, Class<?> regionserverClass ) : MiniHBaseCluster
org/apache/hadoop/hbase/HBaseTestingUtility.startMiniCluster:(III[Ljava/lang/String;Ljava/lang/Class;Ljava/lang/Class;)Lorg/apache/hadoop/hbase/MiniHBaseCluster;
HBaseTestingUtility.startMiniCluster ( int numMasters, int numSlaves, int numDataNodes, String[ ] dataNodeHosts, Class<?> masterClass, Class<?> regionserverClass, boolean create, boolean withWALDir ) : MiniHBaseCluster
org/apache/hadoop/hbase/HBaseTestingUtility.startMiniCluster:(III[Ljava/lang/String;Ljava/lang/Class;Ljava/lang/Class;ZZ)Lorg/apache/hadoop/hbase/MiniHBaseCluster;
HBaseTestingUtility.startMiniCluster ( int numMasters, int numSlaves, String[ ] dataNodeHosts ) : MiniHBaseCluster
org/apache/hadoop/hbase/HBaseTestingUtility.startMiniCluster:(II[Ljava/lang/String;)Lorg/apache/hadoop/hbase/MiniHBaseCluster;
HBaseTestingUtility.startMiniCluster ( int numMasters, int numSlaves, String[ ] dataNodeHosts, boolean create ) : MiniHBaseCluster
org/apache/hadoop/hbase/HBaseTestingUtility.startMiniCluster:(II[Ljava/lang/String;Z)Lorg/apache/hadoop/hbase/MiniHBaseCluster;
HBaseTestingUtility.startMiniCluster ( int numMasters, int numSlaves, String[ ] dataNodeHosts, Class<?> masterClass, Class<?> regionserverClass ) : MiniHBaseCluster
org/apache/hadoop/hbase/HBaseTestingUtility.startMiniCluster:(II[Ljava/lang/String;Ljava/lang/Class;Ljava/lang/Class;)Lorg/apache/hadoop/hbase/MiniHBaseCluster;
HBaseTestingUtility.startMiniCluster ( int numSlaves ) : MiniHBaseCluster
org/apache/hadoop/hbase/HBaseTestingUtility.startMiniCluster:(I)Lorg/apache/hadoop/hbase/MiniHBaseCluster;
HBaseTestingUtility.startMiniCluster ( int numSlaves, boolean create ) : MiniHBaseCluster
org/apache/hadoop/hbase/HBaseTestingUtility.startMiniCluster:(IZ)Lorg/apache/hadoop/hbase/MiniHBaseCluster;
HBaseTestingUtility.startMiniCluster ( int numSlaves, boolean create, boolean withWALDir ) : MiniHBaseCluster
org/apache/hadoop/hbase/HBaseTestingUtility.startMiniCluster:(IZZ)Lorg/apache/hadoop/hbase/MiniHBaseCluster;
HBaseTestingUtility.startMiniDFSCluster ( int servers ) : MiniDFSCluster
org/apache/hadoop/hbase/HBaseTestingUtility.startMiniDFSCluster:(I)Lorg/apache/hadoop/hdfs/MiniDFSCluster;
HBaseTestingUtility.startMiniDFSCluster ( int servers, String[ ] hosts ) : MiniDFSCluster
org/apache/hadoop/hbase/HBaseTestingUtility.startMiniDFSCluster:(I[Ljava/lang/String;)Lorg/apache/hadoop/hdfs/MiniDFSCluster;
HBaseTestingUtility.startMiniDFSCluster ( int servers, String[ ] racks, String[ ] hosts ) : MiniDFSCluster
org/apache/hadoop/hbase/HBaseTestingUtility.startMiniDFSCluster:(I[Ljava/lang/String;[Ljava/lang/String;)Lorg/apache/hadoop/hdfs/MiniDFSCluster;
HBaseTestingUtility.startMiniDFSCluster ( String[ ] hosts ) : MiniDFSCluster
org/apache/hadoop/hbase/HBaseTestingUtility.startMiniDFSCluster:([Ljava/lang/String;)Lorg/apache/hadoop/hdfs/MiniDFSCluster;
HBaseTestingUtility.startMiniDFSClusterForTestWAL ( int namenodePort ) : MiniDFSCluster
org/apache/hadoop/hbase/HBaseTestingUtility.startMiniDFSClusterForTestWAL:(I)Lorg/apache/hadoop/hdfs/MiniDFSCluster;
HBaseTestingUtility.startMiniHBaseCluster ( int numMasters, int numSlaves ) : MiniHBaseCluster
org/apache/hadoop/hbase/HBaseTestingUtility.startMiniHBaseCluster:(II)Lorg/apache/hadoop/hbase/MiniHBaseCluster;
HBaseTestingUtility.startMiniHBaseCluster ( int numMasters, int numSlaves, List<Integer> rsPorts ) : MiniHBaseCluster
org/apache/hadoop/hbase/HBaseTestingUtility.startMiniHBaseCluster:(IILjava/util/List;)Lorg/apache/hadoop/hbase/MiniHBaseCluster;
HBaseTestingUtility.startMiniHBaseCluster ( int numMasters, int numSlaves, List<Integer> rsPorts, Class<?> masterClass, Class<?> regionserverClass, boolean create, boolean withWALDir ) : MiniHBaseCluster
org/apache/hadoop/hbase/HBaseTestingUtility.startMiniHBaseCluster:(IILjava/util/List;Ljava/lang/Class;Ljava/lang/Class;ZZ)Lorg/apache/hadoop/hbase/MiniHBaseCluster;
HBaseTestingUtility.startMiniMapReduceCluster ( ) : MiniMRCluster
org/apache/hadoop/hbase/HBaseTestingUtility.startMiniMapReduceCluster:()Lorg/apache/hadoop/mapred/MiniMRCluster;
HBaseTestingUtility.truncateTable ( TableName tableName ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.truncateTable:(Lorg/apache/hadoop/hbase/TableName;)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.truncateTable ( TableName tableName, boolean preserveRegions ) : Table
org/apache/hadoop/hbase/HBaseTestingUtility.truncateTable:(Lorg/apache/hadoop/hbase/TableName;Z)Lorg/apache/hadoop/hbase/client/Table;
HBaseTestingUtility.unassignRegion ( byte[ ] regionName ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.unassignRegion:([B)V
HBaseTestingUtility.unassignRegion ( String regionName ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.unassignRegion:(Ljava/lang/String;)V
HBaseTestingUtility.unassignRegionByRow ( byte[ ] row, RegionLocator table ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.unassignRegionByRow:([BLorg/apache/hadoop/hbase/client/RegionLocator;)V
HBaseTestingUtility.unassignRegionByRow ( String row, RegionLocator table ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.unassignRegionByRow:(Ljava/lang/String;Lorg/apache/hadoop/hbase/client/RegionLocator;)V
HBaseTestingUtility.verifyNumericRows ( HRegion region, byte[ ] f, int startRow, int endRow ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.verifyNumericRows:(Lorg/apache/hadoop/hbase/regionserver/HRegion;[BII)V
HBaseTestingUtility.verifyNumericRows ( HRegion region, byte[ ] f, int startRow, int endRow, boolean present ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.verifyNumericRows:(Lorg/apache/hadoop/hbase/regionserver/HRegion;[BIIZ)V
HBaseTestingUtility.verifyNumericRows ( Region region, byte[ ] f, int startRow, int endRow ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.verifyNumericRows:(Lorg/apache/hadoop/hbase/regionserver/Region;[BII)V
HBaseTestingUtility.verifyNumericRows ( Region region, byte[ ] f, int startRow, int endRow, boolean present ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.verifyNumericRows:(Lorg/apache/hadoop/hbase/regionserver/Region;[BIIZ)V
HBaseTestingUtility.verifyNumericRows ( Table table, byte[ ] f, int startRow, int endRow, int replicaId ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.verifyNumericRows:(Lorg/apache/hadoop/hbase/client/Table;[BIII)V
HBaseTestingUtility.verifyTableDescriptorIgnoreTableName ( TableDescriptor ltd, TableDescriptor rtd ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.verifyTableDescriptorIgnoreTableName:(Lorg/apache/hadoop/hbase/client/TableDescriptor;Lorg/apache/hadoop/hbase/client/TableDescriptor;)V
HBaseTestingUtility.waitForHostPort ( String host, int port ) [static] : void
org/apache/hadoop/hbase/HBaseTestingUtility.waitForHostPort:(Ljava/lang/String;I)V
HBaseTestingUtility.waitLabelAvailable ( long timeoutMillis, String... labels ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.waitLabelAvailable:(J[Ljava/lang/String;)V
HBaseTestingUtility.waitTableAvailable ( byte[ ] table, long timeoutMillis ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.waitTableAvailable:([BJ)V
HBaseTestingUtility.waitTableAvailable ( TableName table ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.waitTableAvailable:(Lorg/apache/hadoop/hbase/TableName;)V
HBaseTestingUtility.waitTableAvailable ( TableName table, long timeoutMillis ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.waitTableAvailable:(Lorg/apache/hadoop/hbase/TableName;J)V
HBaseTestingUtility.waitTableDisabled ( byte[ ] table ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.waitTableDisabled:([B)V
HBaseTestingUtility.waitTableDisabled ( byte[ ] table, long timeoutMillis ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.waitTableDisabled:([BJ)V
HBaseTestingUtility.waitTableDisabled ( TableName table, long millisTimeout ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.waitTableDisabled:(Lorg/apache/hadoop/hbase/TableName;J)V
HBaseTestingUtility.waitTableEnabled ( byte[ ] table, long timeoutMillis ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.waitTableEnabled:([BJ)V
HBaseTestingUtility.waitTableEnabled ( TableName table ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.waitTableEnabled:(Lorg/apache/hadoop/hbase/TableName;)V
HBaseTestingUtility.waitTableEnabled ( TableName table, long timeoutMillis ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.waitTableEnabled:(Lorg/apache/hadoop/hbase/TableName;J)V
HBaseTestingUtility.waitUntilAllRegionsAssigned ( TableName tableName ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.waitUntilAllRegionsAssigned:(Lorg/apache/hadoop/hbase/TableName;)V
HBaseTestingUtility.waitUntilAllRegionsAssigned ( TableName tableName, long timeout ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.waitUntilAllRegionsAssigned:(Lorg/apache/hadoop/hbase/TableName;J)V
HBaseTestingUtility.waitUntilAllSystemRegionsAssigned ( ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.waitUntilAllSystemRegionsAssigned:()V
HBaseTestingUtility.waitUntilNoRegionsInTransition ( ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.waitUntilNoRegionsInTransition:()V
HBaseTestingUtility.waitUntilNoRegionsInTransition ( long timeout ) : void
org/apache/hadoop/hbase/HBaseTestingUtility.waitUntilNoRegionsInTransition:(J)V
hbase-shaded-testing-util-2.1.6.jar,
HBaseZKTestingUtility.class
package org.apache.hadoop.hbase
HBaseZKTestingUtility.cleanupTestDir ( ) : boolean
org/apache/hadoop/hbase/HBaseZKTestingUtility.cleanupTestDir:()Z
HBaseZKTestingUtility.getZkCluster ( ) : MiniZooKeeperCluster
org/apache/hadoop/hbase/HBaseZKTestingUtility.getZkCluster:()Lorg/apache/hadoop/hbase/zookeeper/MiniZooKeeperCluster;
HBaseZKTestingUtility.getZooKeeperWatcher ( ) : ZKWatcher
org/apache/hadoop/hbase/HBaseZKTestingUtility.getZooKeeperWatcher:()Lorg/apache/hadoop/hbase/zookeeper/ZKWatcher;
HBaseZKTestingUtility.getZooKeeperWatcher ( HBaseZKTestingUtility testUtil ) [static] : ZKWatcher
org/apache/hadoop/hbase/HBaseZKTestingUtility.getZooKeeperWatcher:(Lorg/apache/hadoop/hbase/HBaseZKTestingUtility;)Lorg/apache/hadoop/hbase/zookeeper/ZKWatcher;
HBaseZKTestingUtility.HBaseZKTestingUtility ( )
org/apache/hadoop/hbase/HBaseZKTestingUtility."<init>":()V
HBaseZKTestingUtility.HBaseZKTestingUtility ( Configuration conf )
org/apache/hadoop/hbase/HBaseZKTestingUtility."<init>":(Lorg/apache/hadoop/conf/Configuration;)V
HBaseZKTestingUtility.setupClusterTestDir ( ) : void
org/apache/hadoop/hbase/HBaseZKTestingUtility.setupClusterTestDir:()V
HBaseZKTestingUtility.setZkCluster ( MiniZooKeeperCluster zkCluster ) : void
org/apache/hadoop/hbase/HBaseZKTestingUtility.setZkCluster:(Lorg/apache/hadoop/hbase/zookeeper/MiniZooKeeperCluster;)V
HBaseZKTestingUtility.shutdownMiniZKCluster ( ) : void
org/apache/hadoop/hbase/HBaseZKTestingUtility.shutdownMiniZKCluster:()V
HBaseZKTestingUtility.startMiniZKCluster ( ) : MiniZooKeeperCluster
org/apache/hadoop/hbase/HBaseZKTestingUtility.startMiniZKCluster:()Lorg/apache/hadoop/hbase/zookeeper/MiniZooKeeperCluster;
HBaseZKTestingUtility.startMiniZKCluster ( int zooKeeperServerNum, clientPortList ) : MiniZooKeeperCluster
org/apache/hadoop/hbase/HBaseZKTestingUtility.startMiniZKCluster:(I[I)Lorg/apache/hadoop/hbase/zookeeper/MiniZooKeeperCluster;
hbase-shaded-testing-util-2.1.6.jar,
MiniHBaseCluster.class
package org.apache.hadoop.hbase
MiniHBaseCluster.abortMaster ( int serverNumber ) : String
org/apache/hadoop/hbase/MiniHBaseCluster.abortMaster:(I)Ljava/lang/String;
MiniHBaseCluster.abortRegionServer ( int serverNumber ) : String
org/apache/hadoop/hbase/MiniHBaseCluster.abortRegionServer:(I)Ljava/lang/String;
MiniHBaseCluster.close ( ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.close:()V
MiniHBaseCluster.compact ( boolean major ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.compact:(Z)V
MiniHBaseCluster.compact ( TableName tableName, boolean major ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.compact:(Lorg/apache/hadoop/hbase/TableName;Z)V
MiniHBaseCluster.countServedRegions ( ) : long
org/apache/hadoop/hbase/MiniHBaseCluster.countServedRegions:()J
MiniHBaseCluster.findRegionsForTable ( TableName tableName ) : List<HRegion>
org/apache/hadoop/hbase/MiniHBaseCluster.findRegionsForTable:(Lorg/apache/hadoop/hbase/TableName;)Ljava/util/List;
MiniHBaseCluster.flushcache ( ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.flushcache:()V
MiniHBaseCluster.flushcache ( TableName tableName ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.flushcache:(Lorg/apache/hadoop/hbase/TableName;)V
MiniHBaseCluster.getAdminProtocol ( ServerName serverName ) : AdminProtos.AdminService.BlockingInterface
org/apache/hadoop/hbase/MiniHBaseCluster.getAdminProtocol:(Lorg/apache/hadoop/hbase/ServerName;)Lorg/apache/hadoop/hbase/shaded/protobuf/generated/AdminProtos$AdminService$BlockingInterface;
MiniHBaseCluster.getClientProtocol ( ServerName serverName ) : ClientProtos.ClientService.BlockingInterface
org/apache/hadoop/hbase/MiniHBaseCluster.getClientProtocol:(Lorg/apache/hadoop/hbase/ServerName;)Lorg/apache/hadoop/hbase/shaded/protobuf/generated/ClientProtos$ClientService$BlockingInterface;
MiniHBaseCluster.getClusterMetrics ( ) : ClusterMetrics
org/apache/hadoop/hbase/MiniHBaseCluster.getClusterMetrics:()Lorg/apache/hadoop/hbase/ClusterMetrics;
MiniHBaseCluster.getClusterStatus ( ) : ClusterStatus *DEPRECATED*
org/apache/hadoop/hbase/MiniHBaseCluster.getClusterStatus:()Lorg/apache/hadoop/hbase/ClusterStatus;
MiniHBaseCluster.getConfiguration ( ) : Configuration
org/apache/hadoop/hbase/MiniHBaseCluster.getConfiguration:()Lorg/apache/hadoop/conf/Configuration;
MiniHBaseCluster.getLiveMasterThreads ( ) : List<JVMClusterUtil.MasterThread>
org/apache/hadoop/hbase/MiniHBaseCluster.getLiveMasterThreads:()Ljava/util/List;
MiniHBaseCluster.getLiveRegionServerThreads ( ) : List<JVMClusterUtil.RegionServerThread>
org/apache/hadoop/hbase/MiniHBaseCluster.getLiveRegionServerThreads:()Ljava/util/List;
MiniHBaseCluster.getMaster ( ) : HMaster
org/apache/hadoop/hbase/MiniHBaseCluster.getMaster:()Lorg/apache/hadoop/hbase/master/HMaster;
MiniHBaseCluster.getMaster ( int serverNumber ) : HMaster
org/apache/hadoop/hbase/MiniHBaseCluster.getMaster:(I)Lorg/apache/hadoop/hbase/master/HMaster;
MiniHBaseCluster.getMasterAdminService ( ) : MasterProtos.MasterService.BlockingInterface
org/apache/hadoop/hbase/MiniHBaseCluster.getMasterAdminService:()Lorg/apache/hadoop/hbase/shaded/protobuf/generated/MasterProtos$MasterService$BlockingInterface;
MiniHBaseCluster.getMasterIndex ( ServerName serverName ) : int
org/apache/hadoop/hbase/MiniHBaseCluster.getMasterIndex:(Lorg/apache/hadoop/hbase/ServerName;)I
MiniHBaseCluster.getMasterThread ( ) : JVMClusterUtil.MasterThread
org/apache/hadoop/hbase/MiniHBaseCluster.getMasterThread:()Lorg/apache/hadoop/hbase/util/JVMClusterUtil$MasterThread;
MiniHBaseCluster.getMasterThreads ( ) : List<JVMClusterUtil.MasterThread>
org/apache/hadoop/hbase/MiniHBaseCluster.getMasterThreads:()Ljava/util/List;
MiniHBaseCluster.getRegions ( byte[ ] tableName ) : List<HRegion>
org/apache/hadoop/hbase/MiniHBaseCluster.getRegions:([B)Ljava/util/List;
MiniHBaseCluster.getRegions ( TableName tableName ) : List<HRegion>
org/apache/hadoop/hbase/MiniHBaseCluster.getRegions:(Lorg/apache/hadoop/hbase/TableName;)Ljava/util/List;
MiniHBaseCluster.getRegionServer ( int serverNumber ) : HRegionServer
org/apache/hadoop/hbase/MiniHBaseCluster.getRegionServer:(I)Lorg/apache/hadoop/hbase/regionserver/HRegionServer;
MiniHBaseCluster.getRegionServer ( ServerName serverName ) : HRegionServer
org/apache/hadoop/hbase/MiniHBaseCluster.getRegionServer:(Lorg/apache/hadoop/hbase/ServerName;)Lorg/apache/hadoop/hbase/regionserver/HRegionServer;
MiniHBaseCluster.getRegionServerIndex ( ServerName serverName ) : int
org/apache/hadoop/hbase/MiniHBaseCluster.getRegionServerIndex:(Lorg/apache/hadoop/hbase/ServerName;)I
MiniHBaseCluster.getRegionServerThreads ( ) : List<JVMClusterUtil.RegionServerThread>
org/apache/hadoop/hbase/MiniHBaseCluster.getRegionServerThreads:()Ljava/util/List;
MiniHBaseCluster.getServerHoldingRegion ( TableName tn, byte[ ] regionName ) : ServerName
org/apache/hadoop/hbase/MiniHBaseCluster.getServerHoldingRegion:(Lorg/apache/hadoop/hbase/TableName;[B)Lorg/apache/hadoop/hbase/ServerName;
MiniHBaseCluster.getServerWith ( byte[ ] regionName ) : int
org/apache/hadoop/hbase/MiniHBaseCluster.getServerWith:([B)I
MiniHBaseCluster.getServerWithMeta ( ) : int
org/apache/hadoop/hbase/MiniHBaseCluster.getServerWithMeta:()I
MiniHBaseCluster.isKilledRS ( ServerName serverName ) : boolean
org/apache/hadoop/hbase/MiniHBaseCluster.isKilledRS:(Lorg/apache/hadoop/hbase/ServerName;)Z
MiniHBaseCluster.join ( ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.join:()V
MiniHBaseCluster.killAll ( ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.killAll:()V
MiniHBaseCluster.killDataNode ( ServerName serverName ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.killDataNode:(Lorg/apache/hadoop/hbase/ServerName;)V
MiniHBaseCluster.killMaster ( ServerName serverName ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.killMaster:(Lorg/apache/hadoop/hbase/ServerName;)V
MiniHBaseCluster.killRegionServer ( ServerName serverName ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.killRegionServer:(Lorg/apache/hadoop/hbase/ServerName;)V
MiniHBaseCluster.killZkNode ( ServerName serverName ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.killZkNode:(Lorg/apache/hadoop/hbase/ServerName;)V
MiniHBaseCluster.MiniHBaseCluster ( Configuration conf, int numMasters, int numRegionServers )
org/apache/hadoop/hbase/MiniHBaseCluster."<init>":(Lorg/apache/hadoop/conf/Configuration;II)V
MiniHBaseCluster.MiniHBaseCluster ( Configuration conf, int numMasters, int numRegionServers, Class<?> masterClass, Class<?> regionserverClass )
org/apache/hadoop/hbase/MiniHBaseCluster."<init>":(Lorg/apache/hadoop/conf/Configuration;IILjava/lang/Class;Ljava/lang/Class;)V
MiniHBaseCluster.MiniHBaseCluster ( Configuration conf, int numMasters, int numRegionServers, List<Integer> rsPorts, Class<?> masterClass, Class<?> regionserverClass )
org/apache/hadoop/hbase/MiniHBaseCluster."<init>":(Lorg/apache/hadoop/conf/Configuration;IILjava/util/List;Ljava/lang/Class;Ljava/lang/Class;)V
MiniHBaseCluster.MiniHBaseCluster ( Configuration conf, int numRegionServers )
org/apache/hadoop/hbase/MiniHBaseCluster."<init>":(Lorg/apache/hadoop/conf/Configuration;I)V
MiniHBaseCluster.shutdown ( ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.shutdown:()V
MiniHBaseCluster.startDataNode ( ServerName serverName ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.startDataNode:(Lorg/apache/hadoop/hbase/ServerName;)V
MiniHBaseCluster.startMaster ( ) : JVMClusterUtil.MasterThread
org/apache/hadoop/hbase/MiniHBaseCluster.startMaster:()Lorg/apache/hadoop/hbase/util/JVMClusterUtil$MasterThread;
MiniHBaseCluster.startMaster ( String hostname, int port ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.startMaster:(Ljava/lang/String;I)V
MiniHBaseCluster.startRegionServer ( ) : JVMClusterUtil.RegionServerThread
org/apache/hadoop/hbase/MiniHBaseCluster.startRegionServer:()Lorg/apache/hadoop/hbase/util/JVMClusterUtil$RegionServerThread;
MiniHBaseCluster.startRegionServer ( String hostname, int port ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.startRegionServer:(Ljava/lang/String;I)V
MiniHBaseCluster.startRegionServerAndWait ( long timeout ) : JVMClusterUtil.RegionServerThread
org/apache/hadoop/hbase/MiniHBaseCluster.startRegionServerAndWait:(J)Lorg/apache/hadoop/hbase/util/JVMClusterUtil$RegionServerThread;
MiniHBaseCluster.startZkNode ( String hostname, int port ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.startZkNode:(Ljava/lang/String;I)V
MiniHBaseCluster.stopDataNode ( ServerName serverName ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.stopDataNode:(Lorg/apache/hadoop/hbase/ServerName;)V
MiniHBaseCluster.stopMaster ( int serverNumber ) : JVMClusterUtil.MasterThread
org/apache/hadoop/hbase/MiniHBaseCluster.stopMaster:(I)Lorg/apache/hadoop/hbase/util/JVMClusterUtil$MasterThread;
MiniHBaseCluster.stopMaster ( int serverNumber, boolean shutdownFS ) : JVMClusterUtil.MasterThread
org/apache/hadoop/hbase/MiniHBaseCluster.stopMaster:(IZ)Lorg/apache/hadoop/hbase/util/JVMClusterUtil$MasterThread;
MiniHBaseCluster.stopMaster ( ServerName serverName ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.stopMaster:(Lorg/apache/hadoop/hbase/ServerName;)V
MiniHBaseCluster.stopRegionServer ( int serverNumber ) : JVMClusterUtil.RegionServerThread
org/apache/hadoop/hbase/MiniHBaseCluster.stopRegionServer:(I)Lorg/apache/hadoop/hbase/util/JVMClusterUtil$RegionServerThread;
MiniHBaseCluster.stopRegionServer ( int serverNumber, boolean shutdownFS ) : JVMClusterUtil.RegionServerThread
org/apache/hadoop/hbase/MiniHBaseCluster.stopRegionServer:(IZ)Lorg/apache/hadoop/hbase/util/JVMClusterUtil$RegionServerThread;
MiniHBaseCluster.stopRegionServer ( ServerName serverName ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.stopRegionServer:(Lorg/apache/hadoop/hbase/ServerName;)V
MiniHBaseCluster.stopZkNode ( ServerName serverName ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.stopZkNode:(Lorg/apache/hadoop/hbase/ServerName;)V
MiniHBaseCluster.waitForActiveAndReadyMaster ( long timeout ) : boolean
org/apache/hadoop/hbase/MiniHBaseCluster.waitForActiveAndReadyMaster:(J)Z
MiniHBaseCluster.waitForDataNodeToStart ( ServerName serverName, long timeout ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.waitForDataNodeToStart:(Lorg/apache/hadoop/hbase/ServerName;J)V
MiniHBaseCluster.waitForDataNodeToStop ( ServerName serverName, long timeout ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.waitForDataNodeToStop:(Lorg/apache/hadoop/hbase/ServerName;J)V
MiniHBaseCluster.waitForMasterToStop ( ServerName serverName, long timeout ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.waitForMasterToStop:(Lorg/apache/hadoop/hbase/ServerName;J)V
MiniHBaseCluster.waitForRegionServerToStop ( ServerName serverName, long timeout ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.waitForRegionServerToStop:(Lorg/apache/hadoop/hbase/ServerName;J)V
MiniHBaseCluster.waitForZkNodeToStart ( ServerName serverName, long timeout ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.waitForZkNodeToStart:(Lorg/apache/hadoop/hbase/ServerName;J)V
MiniHBaseCluster.waitForZkNodeToStop ( ServerName serverName, long timeout ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.waitForZkNodeToStop:(Lorg/apache/hadoop/hbase/ServerName;J)V
MiniHBaseCluster.waitOnMaster ( int serverNumber ) : String
org/apache/hadoop/hbase/MiniHBaseCluster.waitOnMaster:(I)Ljava/lang/String;
MiniHBaseCluster.waitOnRegionServer ( int serverNumber ) : String
org/apache/hadoop/hbase/MiniHBaseCluster.waitOnRegionServer:(I)Ljava/lang/String;
MiniHBaseCluster.waitUntilShutDown ( ) : void
org/apache/hadoop/hbase/MiniHBaseCluster.waitUntilShutDown:()V
to the top
Other Changes in Data Types 1
hbase-shaded-client-byo-hadoop-2.1.5.jar
package org.apache.hadoop.hbase.client
[+] interface RegionInfo 1
| Change | Effect |
---|
1 |
Field UNDEFINED has been added to this interface. |
No effect. |
[+] affected methods: 49 (1%)
AsyncTable.CoprocessorCallback<R>.onRegionComplete ( RegionInfo p1, R p2 )1st parameter 'p1' of this abstract method is of type 'RegionInfo'.
AsyncTable.CoprocessorCallback<R>.onRegionError ( RegionInfo p1, Throwable p2 )1st parameter 'p1' of this abstract method is of type 'RegionInfo'.
RegionInfo.areAdjacent ( RegionInfo regionA, RegionInfo regionB )1st parameter 'regionA' of this method is of type 'RegionInfo'.
RegionInfo.containsRange ( byte[ ] p1, byte[ ] p2 )This abstract method is from 'RegionInfo' interface.
RegionInfo.containsRow ( byte[ ] p1 )This abstract method is from 'RegionInfo' interface.
RegionInfo.createMobRegionInfo ( TableName tableName )This method is from 'RegionInfo' interface.
RegionInfo.createRegionName ( TableName tableName, byte[ ] startKey, byte[ ] id, int replicaId, boolean newFormat )This method is from 'RegionInfo' interface.
RegionInfo.createRegionName ( TableName tableName, byte[ ] startKey, byte[ ] id, boolean newFormat )This method is from 'RegionInfo' interface.
RegionInfo.createRegionName ( TableName tableName, byte[ ] startKey, long regionid, int replicaId, boolean newFormat )This method is from 'RegionInfo' interface.
RegionInfo.createRegionName ( TableName tableName, byte[ ] startKey, long regionid, boolean newFormat )This method is from 'RegionInfo' interface.
...
to the top
Java Archives 13
hbase-client-project-2.1.5.jar
hbase-endpoint-2.1.5.jar
hbase-examples-2.1.5.jar
hbase-external-blockcache-2.1.5.jar
hbase-protocol-2.1.5.jar
hbase-rest-2.1.5.jar
hbase-rsgroup-2.1.5.jar
hbase-server-2.1.5.jar
hbase-shaded-client-2.1.5.jar
hbase-shaded-client-byo-hadoop-2.1.5.jar
hbase-shaded-client-project-2.1.5.jar
hbase-shaded-mapreduce-2.1.5.jar
hbase-thrift-2.1.5.jar
to the top