程序包 | 说明 |
---|---|
com.alicloud.openservices.tablestore | |
com.alicloud.openservices.tablestore.core |
限定符和类型 | 方法和说明 |
---|---|
PutRowResponse |
SyncClientInterface.putRow(PutRowRequest putRowRequest)
向表中插入或覆盖一行数据。
|
PutRowResponse |
SyncClient.putRow(PutRowRequest putRowRequest) |
Future<PutRowResponse> |
InternalClient.putRow(PutRowRequest request,
TableStoreCallback<PutRowRequest,PutRowResponse> callback) |
Future<PutRowResponse> |
AsyncClientInterface.putRow(PutRowRequest putRowRequest,
TableStoreCallback<PutRowRequest,PutRowResponse> callback)
向表中插入或覆盖一行数据。
|
Future<PutRowResponse> |
AsyncClient.putRow(PutRowRequest request,
TableStoreCallback<PutRowRequest,PutRowResponse> callback) |
限定符和类型 | 方法和说明 |
---|---|
Future<PutRowResponse> |
InternalClient.putRow(PutRowRequest request,
TableStoreCallback<PutRowRequest,PutRowResponse> callback) |
Future<PutRowResponse> |
AsyncClientInterface.putRow(PutRowRequest putRowRequest,
TableStoreCallback<PutRowRequest,PutRowResponse> callback)
向表中插入或覆盖一行数据。
|
Future<PutRowResponse> |
AsyncClient.putRow(PutRowRequest request,
TableStoreCallback<PutRowRequest,PutRowResponse> callback) |
限定符和类型 | 方法和说明 |
---|---|
void |
PutRowLauncher.fire(PutRowRequest req,
org.apache.http.concurrent.FutureCallback<PutRowResponse> cb) |
PutRowLauncher |
LauncherFactory.putRow(TraceLogger tracer,
RetryStrategy retry,
PutRowRequest originRequest) |
构造器和说明 |
---|
PutRowLauncher(OTSUri uri,
TraceLogger tracer,
RetryStrategy retry,
String instanceName,
AsyncServiceClient client,
ServiceCredentials credentials,
ClientConfiguration config,
PutRowRequest originRequest) |
Copyright © 2017. All Rights Reserved.