| Package | Description |
|---|---|
| com.alicloud.openservices.tablestore | |
| com.alicloud.openservices.tablestore.core | |
| com.alicloud.openservices.tablestore.core.protocol |
| Modifier and Type | Method and Description |
|---|---|
PutRowResponse |
SyncClientInterface.putRow(PutRowRequest putRowRequest)
向表中插入或覆盖一行数据。
|
PutRowResponse |
SyncClient.putRow(PutRowRequest putRowRequest) |
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)
向表中插入或覆盖一行数据。
|
| Modifier and Type | Method and Description |
|---|---|
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)
向表中插入或覆盖一行数据。
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutRowLauncher.fire(PutRowRequest req,
org.apache.http.concurrent.FutureCallback<PutRowResponse> cb) |
PutRowLauncher |
LauncherFactory.putRow(TraceLogger tracer,
RetryStrategy retry,
PutRowRequest originRequest) |
| Constructor and Description |
|---|
PutRowLauncher(OTSUri uri,
TraceLogger tracer,
RetryStrategy retry,
String instanceName,
AsyncServiceClient client,
CredentialsProvider crdsProvider,
ClientConfiguration config,
PutRowRequest originRequest) |
| Modifier and Type | Method and Description |
|---|---|
static OtsInternalApi.PutRowRequest |
OTSProtocolBuilder.buildPutRowRequest(PutRowRequest request) |
Copyright © 2024. All Rights Reserved.