Package org.apache.hadoop.hbase.client
Class TestCheckAndMutateWithByteBuff
java.lang.Object
org.apache.hadoop.hbase.client.TestCheckAndMutateWithByteBuff
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
An override of HRegion to allow sleep after get(), waiting for the release of DBB -
Field Summary
Modifier and TypeFieldDescriptionprivate static org.apache.hadoop.hbase.client.Admin
private static final byte[]
static final HBaseClassTestRule
private static final org.apache.hadoop.conf.Configuration
private static final org.slf4j.Logger
org.junit.rules.TestName
private static final HBaseTestingUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate org.apache.hadoop.hbase.client.Table
createTable
(org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.io.encoding.DataBlockEncoding dbe) static void
static void
private void
testCheckAndMutateWithByteBuff
(org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.io.encoding.DataBlockEncoding dbe) void
void
-
Field Details
-
LOG
-
CLASS_RULE
-
name
-
CF
-
TEST_UTIL
-
conf
-
admin
-
-
Constructor Details
-
TestCheckAndMutateWithByteBuff
public TestCheckAndMutateWithByteBuff()
-
-
Method Details
-
setupBeforeClass
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
testCheckAndMutateWithByteBuffNoEncode
- Throws:
Exception
-
testCheckAndMutateWithByteBuffEncode
- 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
-