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)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
GetRecordsBySeriesResponse<T> |
GetRecordsBySeriesResponse.setTableNames(List<String> tableNames)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
GetRecordsBySeriesResponse<T> |
GetRecordsBySeriesResponse.setTypeNames(List<String> typeNames)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
GetRecordsBySeriesResponse<T> |
GetRecordsBySeriesResponse.setTypeSchemas(List<String> typeSchemas)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
Copyright © 2016. All rights reserved.