public interface TableStoreReader
| Modifier and Type | Method and Description |
|---|---|
void |
addPrimaryKey(String tableName,
PrimaryKey primaryKey) |
void |
addPrimaryKeys(String tableName,
List<PrimaryKey> primaryKeys) |
Future<ReaderResult> |
addPrimaryKeysWithFuture(String tableName,
List<PrimaryKey> primaryKeys) |
Future<ReaderResult> |
addPrimaryKeyWithFuture(String tableName,
PrimaryKey primaryKey) |
void |
close() |
void |
flush() |
void |
send() |
void |
setCallback(TableStoreCallback<PrimaryKeyWithTable,RowReadResult> callback) |
void |
setRowQueryCriteria(RowQueryCriteria rowQueryCriteria) |
void addPrimaryKey(String tableName, PrimaryKey primaryKey)
Future<ReaderResult> addPrimaryKeyWithFuture(String tableName, PrimaryKey primaryKey)
void addPrimaryKeys(String tableName, List<PrimaryKey> primaryKeys)
Future<ReaderResult> addPrimaryKeysWithFuture(String tableName, List<PrimaryKey> primaryKeys)
void setRowQueryCriteria(RowQueryCriteria rowQueryCriteria)
void send()
void flush()
void close()
void setCallback(TableStoreCallback<PrimaryKeyWithTable,RowReadResult> callback)
Copyright © 2024. All Rights Reserved.