Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
GetRecordsResponse<T> |
RecordRetriever.getByKey(List<Object> keyValues,
String expression)
Retrieves records for a given shard key, optionally further limited by an
additional expression.
|
<TResponse> |
GPUdb.getRecords(GetRecordsRequest request)
Retrieves records from a given table, optionally filtered by an
expression and/or sorted by a column.
|
<TResponse> |
GPUdb.getRecords(Object typeDescriptor,
GetRecordsRequest request)
Retrieves records from a given table, optionally filtered by an
expression and/or sorted by a column.
|
<TResponse> |
GPUdb.getRecords(Object typeDescriptor,
String tableName,
long offset,
long limit,
Map<String,String> options)
Retrieves records from a given table, optionally filtered by an
expression and/or sorted by a column.
|
<TResponse> |
GPUdb.getRecords(String tableName,
long offset,
long limit,
Map<String,String> options)
Retrieves records from a given table, optionally filtered by an
expression and/or sorted by a column.
|
Modifier and Type | Method and Description |
---|---|
GetRecordsResponse<T> |
GetRecordsResponse.setData(List<T> data) |
GetRecordsResponse<T> |
GetRecordsResponse.setHasMoreRecords(boolean hasMoreRecords) |
GetRecordsResponse<T> |
GetRecordsResponse.setInfo(Map<String,String> info) |
GetRecordsResponse<T> |
GetRecordsResponse.setTableName(String tableName) |
GetRecordsResponse<T> |
GetRecordsResponse.setTotalNumberOfRecords(long totalNumberOfRecords) |
GetRecordsResponse<T> |
GetRecordsResponse.setTypeName(String typeName) |
GetRecordsResponse<T> |
GetRecordsResponse.setTypeSchema(String typeSchema) |
Copyright © 2020. All rights reserved.