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
Exception
public static void afterClass() throws Exception
Exception
private org.apache.hadoop.hbase.thrift2.ThriftHBaseServiceHandler createHandler() throws org.apache.thrift.TException
org.apache.thrift.TException
public void testExistsWithReadOnly() throws org.apache.thrift.TException
org.apache.thrift.TException
public void testExistsAllWithReadOnly() throws org.apache.thrift.TException
org.apache.thrift.TException
public void testGetWithReadOnly() throws Exception
Exception
public void testGetMultipleWithReadOnly() throws Exception
Exception
public void testPutWithReadOnly() throws Exception
Exception
public void testCheckAndPutWithReadOnly() throws Exception
Exception
public void testPutMultipleWithReadOnly() throws Exception
Exception
public void testDeleteWithReadOnly() throws Exception
Exception
public void testDeleteMultipleWithReadOnly() throws Exception
Exception
public void testCheckAndMutateWithReadOnly() throws Exception
Exception
public void testCheckAndDeleteWithReadOnly() throws Exception
Exception
public void testIncrementWithReadOnly() throws Exception
Exception
public void testAppendWithReadOnly() throws Exception
Exception
public void testMutateRowWithReadOnly() throws Exception
Exception
public void testScanWithReadOnly() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.