Uses of Class
org.apache.hadoop.hbase.HBaseCommonTestingUtil
Packages that use HBaseCommonTestingUtil
Package
Description
-
Uses of HBaseCommonTestingUtil in org.apache.hadoop.hbase
Subclasses of HBaseCommonTestingUtil 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 HBaseCommonTestingUtil in org.apache.hadoop.hbase.io.asyncfs
Fields in org.apache.hadoop.hbase.io.asyncfs declared as HBaseCommonTestingUtilModifier and TypeFieldDescriptionprotected static final HBaseCommonTestingUtil
AsyncFSTestBase.UTIL
-
Uses of HBaseCommonTestingUtil in org.apache.hadoop.hbase.security
Fields in org.apache.hadoop.hbase.security declared as HBaseCommonTestingUtilModifier and TypeFieldDescriptionprotected static HBaseCommonTestingUtil
AbstractTestMutualTls.UTIL
protected static HBaseCommonTestingUtil
AbstractTestTlsRejectPlainText.UTIL
protected static HBaseCommonTestingUtil
TestMutualTlsClientSideNonLocalhost.UTIL
Methods in org.apache.hadoop.hbase.security with parameters of type HBaseCommonTestingUtilModifier and TypeMethodDescriptionstatic void
HBaseKerberosUtils.setSSLConfiguration
(HBaseCommonTestingUtil utility, Class<?> clazz) Set up SSL configuration for HDFS NameNode and DataNode.