public class TestThriftHBaseServiceHandlerWithReadOnly extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static org.apache.hadoop.hbase.HColumnDescriptor[] |
families |
private static byte[] |
familyAname |
private static byte[] |
familyBname |
private static byte[] |
qualifierAname |
private static byte[] |
qualifierBname |
private static byte[] |
tableAname |
private static HBaseTestingUtility |
UTIL |
private static byte[] |
valueAname |
private static byte[] |
valueBname |
| Constructor and Description |
|---|
TestThriftHBaseServiceHandlerWithReadOnly() |
| Modifier and Type | Method and Description |
|---|---|
static void |
afterClass() |
static void |
beforeClass() |
private org.apache.hadoop.hbase.thrift2.ThriftHBaseServiceHandler |
createHandler() |
void |
setup() |
void |
testAppendWithReadOnly() |
void |
testCheckAndDeleteWithReadOnly() |
void |
testCheckAndMutateWithReadOnly() |
void |
testCheckAndPutWithReadOnly() |
void |
testDeleteMultipleWithReadOnly() |
void |
testDeleteWithReadOnly() |
void |
testExistsAllWithReadOnly() |
void |
testExistsWithReadOnly() |
void |
testGetMultipleWithReadOnly() |
void |
testGetWithReadOnly() |
void |
testIncrementWithReadOnly() |
void |
testMutateRowWithReadOnly() |
void |
testPutMultipleWithReadOnly() |
void |
testPutWithReadOnly() |
void |
testScanWithReadOnly() |
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility UTIL
private static byte[] tableAname
private static byte[] familyAname
private static byte[] familyBname
private static byte[] qualifierAname
private static byte[] qualifierBname
private static byte[] valueAname
private static byte[] valueBname
private static org.apache.hadoop.hbase.HColumnDescriptor[] families
public TestThriftHBaseServiceHandlerWithReadOnly()
public static void beforeClass() throws Exception
Exceptionpublic static void afterClass() throws Exception
Exceptionprivate org.apache.hadoop.hbase.thrift2.ThriftHBaseServiceHandler createHandler() throws org.apache.thrift.TException
org.apache.thrift.TExceptionpublic void testExistsWithReadOnly() throws org.apache.thrift.TException
org.apache.thrift.TExceptionpublic void testExistsAllWithReadOnly() throws org.apache.thrift.TException
org.apache.thrift.TExceptionpublic void testGetWithReadOnly() throws Exception
Exceptionpublic void testGetMultipleWithReadOnly() throws Exception
Exceptionpublic void testPutWithReadOnly() throws Exception
Exceptionpublic void testCheckAndPutWithReadOnly() throws Exception
Exceptionpublic void testPutMultipleWithReadOnly() throws Exception
Exceptionpublic void testDeleteWithReadOnly() throws Exception
Exceptionpublic void testDeleteMultipleWithReadOnly() throws Exception
Exceptionpublic void testCheckAndMutateWithReadOnly() throws Exception
Exceptionpublic void testCheckAndDeleteWithReadOnly() throws Exception
Exceptionpublic void testIncrementWithReadOnly() throws Exception
Exceptionpublic void testAppendWithReadOnly() throws Exception
Exceptionpublic void testMutateRowWithReadOnly() throws Exception
Exceptionpublic void testScanWithReadOnly() throws Exception
ExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.