| 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)
|
||
GetRecordsBySeriesRequest |
GetRecordsBySeriesRequest.setLimit(int limit)
A positive integer indicating the maximum number of series/tracks to be
returned.
|
||
GetRecordsBySeriesRequest |
GetRecordsBySeriesRequest.setOffset(int offset)
A positive integer indicating the number of initial series/tracks to
skip (useful for paging through the results).
|
||
GetRecordsBySeriesRequest |
GetRecordsBySeriesRequest.setOptions(Map<String,String> options)
Optional parameters.
|
||
GetRecordsBySeriesRequest |
GetRecordsBySeriesRequest.setTableName(String tableName)
Name of the table or view for which series/tracks will be fetched, in
[schema_name.]table_name format, using standard
GetRecordsBySeriesRequestGetRecordsBySeriesRequest. | setWorldTableName(String worldTableName)
Name of the table containing the complete series/track information to be
returned for the tracks present in the
tableName, in [schema_name.]table_name format, using standard
Copyright © 2025. All rights reserved. |