Uses of Class
com.gpudb.protocol.GetRecordsFromCollectionResponse
-
Packages that use GetRecordsFromCollectionResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of GetRecordsFromCollectionResponse in com.gpudb
Methods in com.gpudb that return GetRecordsFromCollectionResponse Modifier and Type Method Description <TResponse>
GetRecordsFromCollectionResponse<TResponse>GPUdb. getRecordsFromCollection(GetRecordsFromCollectionRequest request)Retrieves records from a collection.<TResponse>
GetRecordsFromCollectionResponse<TResponse>GPUdb. getRecordsFromCollection(Object typeDescriptor, GetRecordsFromCollectionRequest request)Retrieves records from a collection.<TResponse>
GetRecordsFromCollectionResponse<TResponse>GPUdb. getRecordsFromCollection(Object typeDescriptor, String tableName, long offset, long limit, Map<String,String> options)Retrieves records from a collection.<TResponse>
GetRecordsFromCollectionResponse<TResponse>GPUdb. getRecordsFromCollection(String tableName, long offset, long limit, Map<String,String> options)Retrieves records from a collection. -
Uses of GetRecordsFromCollectionResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return GetRecordsFromCollectionResponse Modifier and Type Method Description GetRecordsFromCollectionResponse<T>GetRecordsFromCollectionResponse. setData(List<T> data)If the encoding parameter of the request was 'binary' then this list contains the binary encoded records retrieved from the table/collection.GetRecordsFromCollectionResponse<T>GetRecordsFromCollectionResponse. setInfo(Map<String,String> info)Additional information.GetRecordsFromCollectionResponse<T>GetRecordsFromCollectionResponse. setRecordIds(List<String> recordIds)If the 'return_record_ids' option of the request was 'true', then this list contains the internal ID for each object.GetRecordsFromCollectionResponse<T>GetRecordsFromCollectionResponse. setTableName(String tableName)Value oftableName.GetRecordsFromCollectionResponse<T>GetRecordsFromCollectionResponse. setTypeNames(List<String> typeNames)The type IDs of the corresponding records indataorrecordsJson.
-