Uses of Class
com.gpudb.protocol.GetRecordsBySeriesRequest
-
Packages that use GetRecordsBySeriesRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of GetRecordsBySeriesRequest in com.gpudb
Methods in com.gpudb with parameters of type GetRecordsBySeriesRequest Modifier and Type Method Description <TResponse>
GetRecordsBySeriesResponse<TResponse>GPUdb. getRecordsBySeries(GetRecordsBySeriesRequest request)Retrieves the complete series/track records from the givenworldTableNamebased on the partial track information contained in thetableName.<TResponse>
GetRecordsBySeriesResponse<TResponse>GPUdb. getRecordsBySeries(Object typeDescriptor, GetRecordsBySeriesRequest request)Retrieves the complete series/track records from the givenworldTableNamebased on the partial track information contained in thetableName.RawGetRecordsBySeriesResponseGPUdb. getRecordsBySeriesRaw(GetRecordsBySeriesRequest request)Retrieves the complete series/track records from the givenworldTableNamebased on the partial track information contained in thetableName. -
Uses of GetRecordsBySeriesRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return GetRecordsBySeriesRequest Modifier and Type Method Description GetRecordsBySeriesRequestGetRecordsBySeriesRequest. setEncoding(String encoding)GetRecordsBySeriesRequestGetRecordsBySeriesRequest. setLimit(int limit)A positive integer indicating the maximum number of series/tracks to be returned.GetRecordsBySeriesRequestGetRecordsBySeriesRequest. setOffset(int offset)A positive integer indicating the number of initial series/tracks to skip (useful for paging through the results).GetRecordsBySeriesRequestGetRecordsBySeriesRequest. setOptions(Map<String,String> options)Optional parameters.GetRecordsBySeriesRequestGetRecordsBySeriesRequest. setTableName(String tableName)Name of the table or view for which series/tracks will be fetched, in [schema_name.]table_name format, using standard name resolution rules.GetRecordsBySeriesRequestGetRecordsBySeriesRequest. setWorldTableName(String worldTableName)Name of the table containing the complete series/track information to be returned for the tracks present in thetableName, in [schema_name.]table_name format, using standard name resolution rules.
-