| 程序包 | 说明 |
|---|---|
| com.alicloud.openservices.tablestore | |
| com.alicloud.openservices.tablestore.core |
| 限定符和类型 | 方法和说明 |
|---|---|
Future<ListTableResponse> |
InternalClient.listTable(TableStoreCallback<ListTableRequest,ListTableResponse> callback) |
Future<ListTableResponse> |
AsyncClient.listTable(TableStoreCallback<ListTableRequest,ListTableResponse> callback) |
Future<ListTableResponse> |
AsyncClientInterface.listTable(TableStoreCallback<ListTableRequest,ListTableResponse> callback)
Returns the list of all tables under the user's current instance.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ListTableLauncher.fire(ListTableRequest req,
com.aliyun.ots.thirdparty.org.apache.http.concurrent.FutureCallback<ListTableResponse> cb) |
ListTableLauncher |
LauncherFactory.listTable(TraceLogger tracer,
RetryStrategy retry,
ListTableRequest originRequest) |
| 构造器和说明 |
|---|
ListTableLauncher(OTSUri uri,
TraceLogger tracer,
RetryStrategy retry,
String instanceName,
AsyncServiceClient client,
CredentialsProvider crdsProvider,
ClientConfiguration config,
ListTableRequest originRequest) |
Copyright © 2025. All Rights Reserved.