Package org.apache.hadoop.hbase.client
Class TestRequestAttributes
java.lang.Object
org.apache.hadoop.hbase.client.TestRequestAttributes
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static SingleProcessHBaseCluster
private static final ExecutorService
private static final byte[]
private static final byte[]
private static final byte[]
private static final byte[]
private static final byte[]
private static final byte[]
private static final byte[]
private static final byte[]
private static final byte[]
private static final byte[]
private static final org.apache.hadoop.hbase.TableName
private static final HBaseTestingUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
private static org.apache.hadoop.hbase.client.BufferedMutatorParams
configureRequestAttributes
(org.apache.hadoop.hbase.client.BufferedMutatorParams params, Map<String, byte[]> requestAttributes) private static org.apache.hadoop.hbase.client.TableBuilder
configureRequestAttributes
(org.apache.hadoop.hbase.client.TableBuilder tableBuilder, Map<String, byte[]> requestAttributes) static void
setUp()
void
void
void
void
void
void
void
void
void
-
Field Details
-
CLASS_RULE
-
ROW_KEY1
-
ROW_KEY2A
-
ROW_KEY2B
-
ROW_KEY3
-
ROW_KEY4
-
ROW_KEY5
-
ROW_KEY6
-
ROW_KEY7
-
ROW_KEY8
-
CONNECTION_ATTRIBUTES
-
REQUEST_ATTRIBUTES_SCAN
-
ROW_KEY_TO_REQUEST_ATTRIBUTES
-
EXECUTOR_SERVICE
-
FAMILY
-
TABLE_NAME
-
TEST_UTIL
-
cluster
-
-
Constructor Details
-
TestRequestAttributes
public TestRequestAttributes()
-
-
Method Details
-
setUp
- Throws:
Exception
-
afterClass
- Throws:
Exception
-
testRequestAttributesGet
- Throws:
IOException
-
testRequestAttributesMultiGet
- Throws:
IOException
-
testRequestAttributesScan
- Throws:
IOException
-
testRequestAttributesPut
- Throws:
IOException
-
testRequestAttributesMultiPut
- Throws:
IOException
-
testRequestAttributesBufferedMutate
- Throws:
IOException
InterruptedException
-
testRequestAttributesExists
- Throws:
IOException
-
testRequestAttributesFromRpcController
- Throws:
IOException
InterruptedException
-
testNoRequestAttributes
- Throws:
IOException
-
addRandomRequestAttributes
-
configureRequestAttributes
private static org.apache.hadoop.hbase.client.TableBuilder configureRequestAttributes(org.apache.hadoop.hbase.client.TableBuilder tableBuilder, Map<String, byte[]> requestAttributes) -
configureRequestAttributes
private static org.apache.hadoop.hbase.client.BufferedMutatorParams configureRequestAttributes(org.apache.hadoop.hbase.client.BufferedMutatorParams params, Map<String, byte[]> requestAttributes)
-