Package org.apache.hadoop.hbase.client
Class TestCheckAndMutateWithByteBuff
java.lang.Object
org.apache.hadoop.hbase.client.TestCheckAndMutateWithByteBuff
@Tag("org.apache.hadoop.hbase.testclassification.LargeTests") @Tag("org.apache.hadoop.hbase.testclassification.ClientTests")
public class TestCheckAndMutateWithByteBuff
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAn override of HRegion to allow sleep after get(), waiting for the release of DBB -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static org.apache.hadoop.hbase.client.Adminprivate static final byte[]private static final org.apache.hadoop.conf.Configurationprivate static final HBaseTestingUtil -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate org.apache.hadoop.hbase.client.TablecreateTable(org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.io.encoding.DataBlockEncoding dbe) static voidstatic voidprivate voidtestCheckAndMutateWithByteBuff(org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.io.encoding.DataBlockEncoding dbe) voidtestCheckAndMutateWithByteBuffEncode(org.junit.jupiter.api.TestInfo testInfo) voidtestCheckAndMutateWithByteBuffNoEncode(org.junit.jupiter.api.TestInfo testInfo)
-
Field Details
-
CF
-
TEST_UTIL
-
conf
-
admin
-
-
Constructor Details
-
TestCheckAndMutateWithByteBuff
public TestCheckAndMutateWithByteBuff()
-
-
Method Details
-
setupBeforeClass
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
testCheckAndMutateWithByteBuffNoEncode
@Test public void testCheckAndMutateWithByteBuffNoEncode(org.junit.jupiter.api.TestInfo testInfo) throws Exception - Throws:
Exception
-
testCheckAndMutateWithByteBuffEncode
@Test public void testCheckAndMutateWithByteBuffEncode(org.junit.jupiter.api.TestInfo testInfo) throws Exception - Throws:
Exception
-
testCheckAndMutateWithByteBuff
private void testCheckAndMutateWithByteBuff(org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.io.encoding.DataBlockEncoding dbe) throws Exception - Throws:
Exception
-
createTable
private org.apache.hadoop.hbase.client.Table createTable(org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.io.encoding.DataBlockEncoding dbe) throws IOException - Throws:
IOException
-