| Package | Description |
|---|---|
| com.gpudb | |
| com.gpudb.protocol |
| Modifier and Type | Method and Description |
|---|---|
<TResponse> |
GPUdb.getRecordsFromCollection(GetRecordsFromCollectionRequest request)
Retrieves records from a collection.
|
<TResponse> |
GPUdb.getRecordsFromCollection(Object typeDescriptor,
GetRecordsFromCollectionRequest request)
Retrieves records from a collection.
|
<TResponse> |
GPUdb.getRecordsFromCollection(Object typeDescriptor,
String tableName,
long offset,
long limit,
Map<String,String> options)
Retrieves records from a collection.
|
<TResponse> |
GPUdb.getRecordsFromCollection(String tableName,
long offset,
long limit,
Map<String,String> options)
Retrieves records from a collection.
|
| Modifier and Type | Method and Description |
|---|---|
GetRecordsFromCollectionResponse<T> |
GetRecordsFromCollectionResponse.setData(List<T> data) |
GetRecordsFromCollectionResponse<T> |
GetRecordsFromCollectionResponse.setInfo(Map<String,String> info) |
GetRecordsFromCollectionResponse<T> |
GetRecordsFromCollectionResponse.setRecordIds(List<String> recordIds) |
GetRecordsFromCollectionResponse<T> |
GetRecordsFromCollectionResponse.setTableName(String tableName) |
GetRecordsFromCollectionResponse<T> |
GetRecordsFromCollectionResponse.setTypeNames(List<String> typeNames) |
Copyright © 2020. All rights reserved.