| 程序包 | 说明 |
|---|---|
| com.alicloud.openservices.tablestore | |
| com.alicloud.openservices.tablestore.core | |
| com.alicloud.openservices.tablestore.core.protocol |
| 限定符和类型 | 方法和说明 |
|---|---|
PutRowResponse |
SyncClientInterface.putRow(PutRowRequest putRowRequest)
Insert or overwrite a row of data in the table.
|
PutRowResponse |
SyncClient.putRow(PutRowRequest putRowRequest) |
Future<PutRowResponse> |
AsyncClientInterface.putRow(PutRowRequest putRowRequest,
TableStoreCallback<PutRowRequest,PutRowResponse> callback)
Insert or overwrite a row of data in the table.
|
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)
Insert or overwrite a row of data in the table.
|
Future<PutRowResponse> |
AsyncClient.putRow(PutRowRequest request,
TableStoreCallback<PutRowRequest,PutRowResponse> callback) |
Future<PutRowResponse> |
InternalClient.putRow(PutRowRequest request,
TableStoreCallback<PutRowRequest,PutRowResponse> callback) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
PutRowLauncher.fire(PutRowRequest req,
com.aliyun.ots.thirdparty.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,
CredentialsProvider crdsProvider,
ClientConfiguration config,
PutRowRequest originRequest) |
| 限定符和类型 | 方法和说明 |
|---|---|
static OtsInternalApi.PutRowRequest |
OTSProtocolBuilder.buildPutRowRequest(PutRowRequest request) |
Copyright © 2025. All Rights Reserved.