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 . |
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 |
---|---|
GetRecordsBySeriesRequest |
GetRecordsBySeriesRequest.setEncoding(String encoding)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
GetRecordsBySeriesRequest |
GetRecordsBySeriesRequest.setLimit(int limit)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
GetRecordsBySeriesRequest |
GetRecordsBySeriesRequest.setOffset(int offset)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
GetRecordsBySeriesRequest |
GetRecordsBySeriesRequest.setOptions(Map<String,String> options)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
GetRecordsBySeriesRequest |
GetRecordsBySeriesRequest.setTableName(String tableName)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
GetRecordsBySeriesRequest |
GetRecordsBySeriesRequest.setWorldTableName(String worldTableName)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
Copyright © 2016. All rights reserved.