Package org.apache.hadoop.hbase.rest
Class TestMultiRowResource
java.lang.Object
org.apache.hadoop.hbase.rest.TestMultiRowResource
@Tag("org.apache.hadoop.hbase.testclassification.RestTests") @Tag("org.apache.hadoop.hbase.testclassification.MediumTests")
public class TestMultiRowResource
extends Object
-
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.Configurationprivate 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) static Stream<org.junit.jupiter.params.provider.Arguments>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
-
TestMultiRowResource
-
-
Method Details
-
parameters
-
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
-
testMultiCellGetNoKeys
- Throws:
IOException
-
testMultiCellGetXML
- Throws:
IOException
-
testMultiCellGetWithColsJSON
- Throws:
IOException
-
testMultiCellGetJSONNotFound
- Throws:
IOException
-
testMultiCellGetWithColsInQueryPathJSON
- Throws:
IOException
-
testMultiCellGetFilterJSON
- Throws:
IOException
-