RawGetRecordsByColumnResponse |
RawGetRecordsByColumnResponse.setBinaryEncodedResponse(ByteBuffer binaryEncodedResponse) |
Avro binary encoded response.
|
RawGetRecordsByColumnResponse |
RawGetRecordsByColumnResponse.setHasMoreRecords(boolean hasMoreRecords) |
Too many records.
|
RawGetRecordsByColumnResponse |
RawGetRecordsByColumnResponse.setInfo(Map<String,String> info) |
Additional information.
|
RawGetRecordsByColumnResponse |
RawGetRecordsByColumnResponse.setJsonEncodedResponse(String jsonEncodedResponse) |
Avro JSON encoded response.
|
RawGetRecordsByColumnResponse |
RawGetRecordsByColumnResponse.setResponseSchemaStr(String responseSchemaStr) |
|
RawGetRecordsByColumnResponse |
RawGetRecordsByColumnResponse.setTableName(String tableName) |
The same table name as was passed in the parameter list.
|
RawGetRecordsByColumnResponse |
RawGetRecordsByColumnResponse.setTotalNumberOfRecords(long totalNumberOfRecords) |
Total/Filtered number of records.
|