public class RawGetRecordsBySeriesResponse extends Object implements org.apache.avro.generic.IndexedRecord
GPUdb.getRecordsBySeriesRaw.| Constructor and Description |
|---|
RawGetRecordsBySeriesResponse()
Constructs a RawGetRecordsBySeriesResponse 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.
|
static org.apache.avro.Schema |
getClassSchema()
This method supports the Avro framework and is not intended to be called
directly by the user.
|
Map<String,String> |
getInfo()
Additional information.
|
List<List<ByteBuffer>> |
getListRecordsBinary()
If the encoding parameter of the request was 'binary' then this
list-of-lists contains the binary encoded records for each object (inner
list) in each series/track (outer list).
|
List<List<String>> |
getListRecordsJson()
If the encoding parameter of the request was 'json' then this
list-of-lists contains the json encoded records for each object (inner
list) in each series/track (outer list).
|
org.apache.avro.Schema |
getSchema()
This method supports the Avro framework and is not intended to be called
directly by the user.
|
List<String> |
getTableNames()
The table name (one per series/track) of the returned series/tracks.
|
List<String> |
getTypeNames()
The type IDs (one per series/track) of the returned series/tracks.
|
List<String> |
getTypeSchemas()
The type schemas (one per series/track) of the returned series/tracks.
|
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.
|
RawGetRecordsBySeriesResponse |
setInfo(Map<String,String> info)
Additional information.
|
RawGetRecordsBySeriesResponse |
setListRecordsBinary(List<List<ByteBuffer>> listRecordsBinary)
If the encoding parameter of the request was 'binary' then this
list-of-lists contains the binary encoded records for each object (inner
list) in each series/track (outer list).
|
RawGetRecordsBySeriesResponse |
setListRecordsJson(List<List<String>> listRecordsJson)
If the encoding parameter of the request was 'json' then this
list-of-lists contains the json encoded records for each object (inner
list) in each series/track (outer list).
|
RawGetRecordsBySeriesResponse |
setTableNames(List<String> tableNames)
The table name (one per series/track) of the returned series/tracks.
|
RawGetRecordsBySeriesResponse |
setTypeNames(List<String> typeNames)
The type IDs (one per series/track) of the returned series/tracks.
|
RawGetRecordsBySeriesResponse |
setTypeSchemas(List<String> typeSchemas)
The type schemas (one per series/track) of the returned series/tracks.
|
String |
toString() |
public RawGetRecordsBySeriesResponse()
public static org.apache.avro.Schema getClassSchema()
public List<String> getTableNames()
tableNames.public RawGetRecordsBySeriesResponse setTableNames(List<String> tableNames)
tableNames - The new value for tableNames.this to mimic the builder pattern.public List<String> getTypeNames()
typeNames.public RawGetRecordsBySeriesResponse setTypeNames(List<String> typeNames)
typeNames - The new value for typeNames.this to mimic the builder pattern.public List<String> getTypeSchemas()
typeSchemas.public RawGetRecordsBySeriesResponse setTypeSchemas(List<String> typeSchemas)
typeSchemas - The new value for typeSchemas.this to mimic the builder pattern.public List<List<ByteBuffer>> getListRecordsBinary()
listRecordsBinary.public RawGetRecordsBySeriesResponse setListRecordsBinary(List<List<ByteBuffer>> listRecordsBinary)
listRecordsBinary - The new value for listRecordsBinary.this to mimic the builder pattern.public List<List<String>> getListRecordsJson()
listRecordsJson.public RawGetRecordsBySeriesResponse setListRecordsJson(List<List<String>> listRecordsJson)
listRecordsJson - The new value for listRecordsJson.this to mimic the builder pattern.public Map<String,String> getInfo()
info.public RawGetRecordsBySeriesResponse setInfo(Map<String,String> info)
info - The new value for info.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 © 2025. All rights reserved.