Uses of Class
org.apache.hadoop.hbase.HBaseCommonTestingUtility
Packages that use HBaseCommonTestingUtility
Package
Description
-
Uses of HBaseCommonTestingUtility in org.apache.hadoop.hbase
Subclasses of HBaseCommonTestingUtility in org.apache.hadoop.hbaseModifier and TypeClassDescriptionclass
Facility for testing HBase.class
Helpers for testing HBase that do not depend on specific server/etc.class
Facility for integration/system tests. -
Uses of HBaseCommonTestingUtility in org.apache.hadoop.hbase.io.asyncfs
Fields in org.apache.hadoop.hbase.io.asyncfs declared as HBaseCommonTestingUtilityModifier and TypeFieldDescriptionprotected static final HBaseCommonTestingUtility
AsyncFSTestBase.UTIL
-
Uses of HBaseCommonTestingUtility in org.apache.hadoop.hbase.security
Fields in org.apache.hadoop.hbase.security declared as HBaseCommonTestingUtilityModifier and TypeFieldDescriptionprotected static HBaseCommonTestingUtility
AbstractTestMutualTls.UTIL
protected static HBaseCommonTestingUtility
AbstractTestTlsRejectPlainText.UTIL
Methods in org.apache.hadoop.hbase.security with parameters of type HBaseCommonTestingUtilityModifier and TypeMethodDescriptionstatic void
HBaseKerberosUtils.setSSLConfiguration
(HBaseCommonTestingUtility utility, Class<?> clazz) Set up SSL configuration for HDFS NameNode and DataNode.