Package org.apache.hadoop.hbase.rest
Class MultiRowResourceTestBase
java.lang.Object
org.apache.hadoop.hbase.rest.MultiRowResourceTestBase
- Direct Known Subclasses:
TestMultiRowResourceCsrfDisabled,TestMultiRowResourceCsrfEnabled
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Base64.Encoderprivate static final Stringprivate static final Stringprivate static org.apache.hadoop.hbase.rest.client.Clientprivate static final Stringprivate static final Stringprivate static org.apache.hadoop.conf.Configurationprotected static booleanprivate static org.apache.http.Headerprivate static final HBaseRESTTestingUtilityprivate static final Stringprivate static final Stringprivate static final org.apache.hadoop.hbase.TableNameprivate static final HBaseTestingUtilprivate static final longprivate static final longprivate static final Stringprivate static final Stringprivate static final Stringprivate static final Stringprivate static final Stringprivate static final Stringprivate static final Stringprivate static final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidcheckMultiCellGetJSON(org.apache.hadoop.hbase.rest.client.Response response) protected static voidprivate voidpostBinaryWithTimestamp(String path, String value, long timestamp) static voidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Field Details
-
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:
-
TIMESTAMPED_ROW_1
- See Also:
-
TIMESTAMPED_ROW_2
- See Also:
-
TIMESTAMPED_OLD_VALUE_1
- See Also:
-
TIMESTAMPED_NEW_VALUE_1
- See Also:
-
TIMESTAMPED_OLD_VALUE_2
- See Also:
-
TIMESTAMPED_NEW_VALUE_2
- See Also:
-
TIMESTAMP_1
- See Also:
-
TIMESTAMP_2
- See Also:
-
TEST_UTIL
-
REST_TEST_UTIL
-
base64UrlEncoder
-
client
-
conf
-
extraHdr
-
csrfEnabled
-
-
Constructor Details
-
MultiRowResourceTestBase
public MultiRowResourceTestBase()
-
-
Method Details
-
initialize
- Throws:
Exception
-
tearDownAfterAll
- Throws:
Exception
-
testMultiCellGetJSON
- Throws:
IOException
-
checkMultiCellGetJSON
private void checkMultiCellGetJSON(org.apache.hadoop.hbase.rest.client.Response response) throws IOException - Throws:
IOException
-
testMultiCellGetJSONB64
- Throws:
IOException
-
postBinaryWithTimestamp
- Throws:
IOException
-
testMultiCellGetWithExactTimestampJSON
- Throws:
IOException
-
testMultiCellGetNoKeys
- Throws:
IOException
-
testMultiCellGetXML
- Throws:
IOException
-
testMultiCellGetWithColsJSON
- Throws:
IOException
-
testMultiCellGetJSONNotFound
- Throws:
IOException
-
testMultiCellGetWithColsInQueryPathJSON
- Throws:
IOException
-
testMultiCellGetFilterJSON
- Throws:
IOException
-