public class RawGetRecordsByColumnResponse extends Object implements org.apache.avro.generic.IndexedRecord
GPUdb.getRecordsByColumnRaw(GetRecordsByColumnRequest).| Constructor and Description |
|---|
RawGetRecordsByColumnResponse()
Constructs a RawGetRecordsByColumnResponse object with default
parameters.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
get(int index)
This method supports the Avro framework and is not intended to be called
directly by the user.
|
ByteBuffer |
getBinaryEncodedResponse() |
static org.apache.avro.Schema |
getClassSchema()
This method supports the Avro framework and is not intended to be called
directly by the user.
|
boolean |
getHasMoreRecords() |
Map<String,String> |
getInfo() |
String |
getJsonEncodedResponse() |
String |
getResponseSchemaStr() |
org.apache.avro.Schema |
getSchema()
This method supports the Avro framework and is not intended to be called
directly by the user.
|
String |
getTableName() |
long |
getTotalNumberOfRecords() |
int |
hashCode() |
void |
put(int index,
Object value)
This method supports the Avro framework and is not intended to be called
directly by the user.
|
RawGetRecordsByColumnResponse |
setBinaryEncodedResponse(ByteBuffer binaryEncodedResponse) |
RawGetRecordsByColumnResponse |
setHasMoreRecords(boolean hasMoreRecords) |
RawGetRecordsByColumnResponse |
setInfo(Map<String,String> info) |
RawGetRecordsByColumnResponse |
setJsonEncodedResponse(String jsonEncodedResponse) |
RawGetRecordsByColumnResponse |
setResponseSchemaStr(String responseSchemaStr) |
RawGetRecordsByColumnResponse |
setTableName(String tableName) |
RawGetRecordsByColumnResponse |
setTotalNumberOfRecords(long totalNumberOfRecords) |
String |
toString() |
public RawGetRecordsByColumnResponse()
public static org.apache.avro.Schema getClassSchema()
public String getTableName()
public RawGetRecordsByColumnResponse setTableName(String tableName)
tableName - The same table name as was passed in the parameter
list.this to mimic the builder pattern.public String getResponseSchemaStr()
binaryEncodedResponse or jsonEncodedResponse.public RawGetRecordsByColumnResponse setResponseSchemaStr(String responseSchemaStr)
responseSchemaStr - Avro schema of binaryEncodedResponse
or jsonEncodedResponse.this to mimic the builder pattern.public ByteBuffer getBinaryEncodedResponse()
public RawGetRecordsByColumnResponse setBinaryEncodedResponse(ByteBuffer binaryEncodedResponse)
binaryEncodedResponse - Avro binary encoded response.this to mimic the builder pattern.public String getJsonEncodedResponse()
public RawGetRecordsByColumnResponse setJsonEncodedResponse(String jsonEncodedResponse)
jsonEncodedResponse - Avro JSON encoded response.this to mimic the builder pattern.public long getTotalNumberOfRecords()
public RawGetRecordsByColumnResponse setTotalNumberOfRecords(long totalNumberOfRecords)
totalNumberOfRecords - Total/Filtered number of records.this to mimic the builder pattern.public boolean getHasMoreRecords()
public RawGetRecordsByColumnResponse setHasMoreRecords(boolean hasMoreRecords)
hasMoreRecords - Too many records. Returned a partial set.this to mimic the builder pattern.public RawGetRecordsByColumnResponse setInfo(Map<String,String> info)
info - Additional information.this to mimic the builder pattern.public org.apache.avro.Schema getSchema()
getSchema in interface org.apache.avro.generic.GenericContainerpublic Object get(int index)
get in interface org.apache.avro.generic.IndexedRecordindex - the position of the field to getIndexOutOfBoundsExceptionpublic void put(int index,
Object value)
put in interface org.apache.avro.generic.IndexedRecordindex - the position of the field to setvalue - the value to setIndexOutOfBoundsExceptionCopyright © 2020. All rights reserved.