| Modifier and Type | Method and Description |
|---|---|
ListTableResponse |
SyncClient.listTable() |
ListTableResponse |
SyncClientInterface.listTable()
返回用户当前实例下的所有表的列表。
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListTableResponse> |
AsyncClient.listTable(TableStoreCallback<ListTableRequest,ListTableResponse> callback) |
Future<ListTableResponse> |
AsyncClientInterface.listTable(TableStoreCallback<ListTableRequest,ListTableResponse> callback)
返回用户当前实例下的所有表的列表。
|
Future<ListTableResponse> |
InternalClient.listTable(TableStoreCallback<ListTableRequest,ListTableResponse> callback) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListTableResponse> |
AsyncClient.listTable(TableStoreCallback<ListTableRequest,ListTableResponse> callback) |
Future<ListTableResponse> |
AsyncClientInterface.listTable(TableStoreCallback<ListTableRequest,ListTableResponse> callback)
返回用户当前实例下的所有表的列表。
|
Future<ListTableResponse> |
InternalClient.listTable(TableStoreCallback<ListTableRequest,ListTableResponse> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTableLauncher.fire(ListTableRequest req,
org.apache.http.concurrent.FutureCallback<ListTableResponse> cb) |
| Modifier and Type | Method and Description |
|---|---|
protected ListTableResponse |
ListTableResponseConsumer.parseResult() |
| Constructor and Description |
|---|
ListTableResponseConsumer(ResultParser resultParser,
TraceLogger traceLogger,
RetryStrategy retry,
ListTableResponse lastResult) |
| Modifier and Type | Method and Description |
|---|---|
static ListTableResponse |
ResponseFactory.createListTableResponse(ResponseContentWithMeta response,
OtsInternalApi.ListTableResponse listTableResponse) |
Copyright © 2024. All Rights Reserved.