| 程序包 | 说明 |
|---|---|
| com.alicloud.openservices.tablestore | |
| com.alicloud.openservices.tablestore.core | |
| com.alicloud.openservices.tablestore.core.protocol.globaltable |
| 限定符和类型 | 方法和说明 |
|---|---|
CreateGlobalTableResponse |
SyncClientInterface.createGlobalTable(CreateGlobalTableRequest createGlobalTableRequest)
Create a global table using an existing table as the base table.
|
CreateGlobalTableResponse |
SyncClient.createGlobalTable(CreateGlobalTableRequest createGlobalTableRequest) |
Future<CreateGlobalTableResponse> |
InternalClient.createGlobalTable(CreateGlobalTableRequest request,
TableStoreCallback<CreateGlobalTableRequest,CreateGlobalTableResponse> callback) |
| 限定符和类型 | 方法和说明 |
|---|---|
Future<CreateGlobalTableResponse> |
InternalClient.createGlobalTable(CreateGlobalTableRequest request,
TableStoreCallback<CreateGlobalTableRequest,CreateGlobalTableResponse> callback) |
| 限定符和类型 | 方法和说明 |
|---|---|
CreateGlobalTableLauncher |
LauncherFactory.createGlobalTable(TraceLogger tracer,
RetryStrategy retry,
CreateGlobalTableRequest originRequest) |
void |
CreateGlobalTableLauncher.fire(CreateGlobalTableRequest request,
com.aliyun.ots.thirdparty.org.apache.http.concurrent.FutureCallback<CreateGlobalTableResponse> cb) |
| 构造器和说明 |
|---|
CreateGlobalTableLauncher(OTSUri uri,
TraceLogger tracer,
RetryStrategy retry,
String instanceName,
AsyncServiceClient client,
CredentialsProvider crdsProvider,
ClientConfiguration config,
CreateGlobalTableRequest originRequest) |
| 限定符和类型 | 方法和说明 |
|---|---|
static GlobalTable.CreateGlobalTableRequest |
GlobalTableProtocolBuilder.buildCreateGlobalTableRequest(CreateGlobalTableRequest req) |
Copyright © 2025. All Rights Reserved.