Package org.apache.hadoop.hbase.rest
Class TestMultiRowResource
java.lang.Object
org.apache.hadoop.hbase.rest.TestMultiRowResource
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final Base64.Encoder
private static final String
private static final String
static final HBaseClassTestRule
private static org.apache.hadoop.hbase.rest.client.Client
private static final String
private static final String
private static org.apache.hadoop.conf.Configuration
private static boolean
private static org.apache.http.Header
private static final HBaseRESTTestingUtility
private static final String
private static final String
private static final org.apache.hadoop.hbase.TableName
private static final HBaseTestingUtility
private static final String
private static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate void
checkMultiCellGetJSON
(org.apache.hadoop.hbase.rest.client.Response response) static Collection<Object[]>
data()
static void
static void
void
void
void
void
void
void
void
-
Field Details
-
CLASS_RULE
-
TABLE
-
CFA
- See Also:
-
CFB
- See Also:
-
COLUMN_1
- See Also:
-
COLUMN_2
- See Also:
-
ROW_1
- See Also:
-
VALUE_1
- See Also:
-
ROW_2
- See Also:
-
VALUE_2
- See Also:
-
TEST_UTIL
-
REST_TEST_UTIL
-
base64UrlEncoder
-
client
-
conf
-
extraHdr
-
csrfEnabled
-
-
Constructor Details
-
TestMultiRowResource
-
-
Method Details
-
data
-
setUpBeforeClass
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
testMultiCellGetJSON
- Throws:
IOException
-
checkMultiCellGetJSON
private void checkMultiCellGetJSON(org.apache.hadoop.hbase.rest.client.Response response) throws IOException - Throws:
IOException
-
testMultiCellGetJSONB64
- Throws:
IOException
-
testMultiCellGetXML
- Throws:
IOException
-
testMultiCellGetWithColsJSON
- Throws:
IOException
-
testMultiCellGetJSONNotFound
- Throws:
IOException
-
testMultiCellGetWithColsInQueryPathJSON
- Throws:
IOException
-
testMultiCellGetFilterJSON
- Throws:
IOException
-