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 Stringprivate static final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidcheckMultiCellGetJSON(org.apache.hadoop.hbase.rest.client.Response response) protected static voidstatic voidvoidvoidvoidvoidvoidvoidvoidvoid
-
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:
-
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
-
testMultiCellGetNoKeys
- Throws:
IOException
-
testMultiCellGetXML
- Throws:
IOException
-
testMultiCellGetWithColsJSON
- Throws:
IOException
-
testMultiCellGetJSONNotFound
- Throws:
IOException
-
testMultiCellGetWithColsInQueryPathJSON
- Throws:
IOException
-
testMultiCellGetFilterJSON
- Throws:
IOException
-