Package com.gpudb.protocol
Class GetRecordsBySeriesResponse<T>
java.lang.Object
com.gpudb.protocol.GetRecordsBySeriesResponse<T>
Type Parameters:
T - The type of object being processed.A set of results returned by
GPUdb.getRecordsBySeries.Constructor Summary
ConstructorsConstructorDescriptionConstructs a GetRecordsBySeriesResponse object with default parameters.Method Summary
Modifier and TypeMethodDescriptionbooleangetData()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).getInfo()Additional information.The table name (one per series/track) of the returned series/tracks.The type IDs (one per series/track) of the returned series/tracks.The type schemas (one per series/track) of the returned series/tracks.inthashCode()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).Additional information.setTableNames(List<String> tableNames) The table name (one per series/track) of the returned series/tracks.setTypeNames(List<String> typeNames) The type IDs (one per series/track) of the returned series/tracks.setTypeSchemas(List<String> typeSchemas) The type schemas (one per series/track) of the returned series/tracks.toString()
Method Details
setTableNames
The table name (one per series/track) of the returned series/tracks.Parameters:tableNames- The new value fortableNames.Returns:thisto mimic the builder pattern.setTypeNames
The type IDs (one per series/track) of the returned series/tracks.Parameters:typeNames- The new value fortypeNames.Returns:thisto mimic the builder pattern.setTypeSchemas
The type schemas (one per series/track) of the returned series/tracks.Parameters:typeSchemas- The new value fortypeSchemas.Returns:thisto mimic the builder pattern.setData
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). Otherwise, empty list-of-lists.Parameters:data- The new value fordata.Returns:thisto mimic the builder pattern.