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