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) |
GetRecordsBySeriesResponse<T> |
GetRecordsBySeriesResponse.setInfo(Map<String,String> info) |
GetRecordsBySeriesResponse<T> |
GetRecordsBySeriesResponse.setTableNames(List<String> tableNames) |
GetRecordsBySeriesResponse<T> |
GetRecordsBySeriesResponse.setTypeNames(List<String> typeNames) |
GetRecordsBySeriesResponse<T> |
GetRecordsBySeriesResponse.setTypeSchemas(List<String> typeSchemas) |
Copyright © 2020. All rights reserved.