Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
RawGetRecordsBySeriesResponse |
GPUdb.getRecordsBySeriesRaw(GetRecordsBySeriesRequest request)
Retrieves the complete series/track records from the given
worldTableName based on the partial track information contained in the
tableName . |
Modifier and Type | Method and Description |
---|---|
RawGetRecordsBySeriesResponse |
RawGetRecordsBySeriesResponse.setInfo(Map<String,String> info)
Additional information.
|
RawGetRecordsBySeriesResponse |
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 |
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 |
RawGetRecordsBySeriesResponse.setTableNames(List<String> tableNames)
The table name (one per series/track) of the returned series/tracks.
|
RawGetRecordsBySeriesResponse |
RawGetRecordsBySeriesResponse.setTypeNames(List<String> typeNames)
The type IDs (one per series/track) of the returned series/tracks.
|
RawGetRecordsBySeriesResponse |
RawGetRecordsBySeriesResponse.setTypeSchemas(List<String> typeSchemas)
The type schemas (one per series/track) of the returned series/tracks.
|
Copyright © 2025. All rights reserved.