Package org.apache.hadoop.hbase.client
Class BasicReadWriteWithDifferentConnectionRegistriesTestBase
java.lang.Object
org.apache.hadoop.hbase.client.BasicReadWriteWithDifferentConnectionRegistriesTestBase
- Direct Known Subclasses:
TestBasicReadWriteWithDifferentConnectionRegistries,TestSecureBasicReadWriteWithDifferentConnectionRegistries
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract org.apache.hadoop.hbase.client.ConnectioncreateConn(URI uri) protected abstract org.apache.hadoop.conf.ConfigurationgetConf()private voidvoidsetUp(org.junit.jupiter.api.TestInfo testInfo) voidtearDown()void
-
Field Details
-
LOG
-
UTIL
-
tableName
-
FAMILY
-
conn
-
-
Constructor Details
-
BasicReadWriteWithDifferentConnectionRegistriesTestBase
-
-
Method Details
-
getConf
-
createConn
- Throws:
IOException
-
init
private void init(BasicReadWriteWithDifferentConnectionRegistriesTestBase.RegistryImpl impl) throws Exception - Throws:
Exception
-
setUp
-
tearDown
- Throws:
Exception
-
testReadWrite
@ParameterizedTest @EnumSource(RegistryImpl.class) public void testReadWrite(BasicReadWriteWithDifferentConnectionRegistriesTestBase.RegistryImpl impl) throws Exception - Throws:
Exception
-