Uses of Class
com.gpudb.protocol.GetRecordsBySeriesResponse
-
Packages that use GetRecordsBySeriesResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of GetRecordsBySeriesResponse in com.gpudb
Methods in com.gpudb that return GetRecordsBySeriesResponse 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.<TResponse>
GetRecordsBySeriesResponse<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 givenworldTableNamebased on the partial track information contained in thetableName.<TResponse>
GetRecordsBySeriesResponse<TResponse>GPUdb. getRecordsBySeries(String tableName, String worldTableName, int offset, int limit, Map<String,String> options)Retrieves the complete series/track records from the givenworldTableNamebased on the partial track information contained in thetableName. -
Uses of GetRecordsBySeriesResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return GetRecordsBySeriesResponse Modifier and Type Method Description GetRecordsBySeriesResponse<T>GetRecordsBySeriesResponse. setData(List<List<T>> data)If the encoding parameter of the request was 'binary' then this list-of-lists contains the binary encoded records for each object (inner list) in each series/track (outer list).GetRecordsBySeriesResponse<T>GetRecordsBySeriesResponse. setInfo(Map<String,String> info)Additional information.GetRecordsBySeriesResponse<T>GetRecordsBySeriesResponse. setTableNames(List<String> tableNames)The table name (one per series/track) of the returned series/tracks.GetRecordsBySeriesResponse<T>GetRecordsBySeriesResponse. setTypeNames(List<String> typeNames)The type IDs (one per series/track) of the returned series/tracks.GetRecordsBySeriesResponse<T>GetRecordsBySeriesResponse. setTypeSchemas(List<String> typeSchemas)The type schemas (one per series/track) of the returned series/tracks.
-