| Package | Description |
|---|---|
| com.alicloud.openservices.tablestore | |
| com.alicloud.openservices.tablestore.core |
| Modifier and Type | Method and Description |
|---|---|
Future<ListTableResponse> |
AsyncClient.listTable(TableStoreCallback<ListTableRequest,ListTableResponse> callback) |
Future<ListTableResponse> |
InternalClient.listTable(TableStoreCallback<ListTableRequest,ListTableResponse> callback) |
Future<ListTableResponse> |
AsyncClientInterface.listTable(TableStoreCallback<ListTableRequest,ListTableResponse> callback)
返回用户当前实例下的所有表的列表。
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTableLauncher.fire(ListTableRequest req,
org.apache.http.concurrent.FutureCallback<ListTableResponse> cb) |
ListTableLauncher |
LauncherFactory.listTable(TraceLogger tracer,
RetryStrategy retry,
ListTableRequest originRequest) |
| Constructor and Description |
|---|
ListTableLauncher(OTSUri uri,
TraceLogger tracer,
RetryStrategy retry,
String instanceName,
AsyncServiceClient client,
CredentialsProvider crdsProvider,
ClientConfiguration config,
ListTableRequest originRequest) |
Copyright © 2024. All Rights Reserved.