| Modifier and Type | Method and Description |
|---|---|
UpdateRowResponse |
SyncClientInterface.updateRow(UpdateRowRequest updateRowRequest)
更新表中的一行数据。
|
UpdateRowResponse |
SyncClient.updateRow(UpdateRowRequest updateRowRequest) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateRowResponse> |
AsyncClient.updateRow(UpdateRowRequest request,
TableStoreCallback<UpdateRowRequest,UpdateRowResponse> callback) |
Future<UpdateRowResponse> |
InternalClient.updateRow(UpdateRowRequest request,
TableStoreCallback<UpdateRowRequest,UpdateRowResponse> callback) |
Future<UpdateRowResponse> |
AsyncClientInterface.updateRow(UpdateRowRequest updateRowRequest,
TableStoreCallback<UpdateRowRequest,UpdateRowResponse> callback)
更新表中的一行数据。
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateRowResponse> |
AsyncClient.updateRow(UpdateRowRequest request,
TableStoreCallback<UpdateRowRequest,UpdateRowResponse> callback) |
Future<UpdateRowResponse> |
InternalClient.updateRow(UpdateRowRequest request,
TableStoreCallback<UpdateRowRequest,UpdateRowResponse> callback) |
Future<UpdateRowResponse> |
AsyncClientInterface.updateRow(UpdateRowRequest updateRowRequest,
TableStoreCallback<UpdateRowRequest,UpdateRowResponse> callback)
更新表中的一行数据。
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateRowLauncher.fire(UpdateRowRequest req,
org.apache.http.concurrent.FutureCallback<UpdateRowResponse> cb) |
| Modifier and Type | Method and Description |
|---|---|
protected UpdateRowResponse |
UpdateRowResponseConsumer.parseResult() |
| Constructor and Description |
|---|
UpdateRowResponseConsumer(ResultParser resultParser,
TraceLogger traceLogger,
RetryStrategy retry,
UpdateRowResponse lastResult) |
| Modifier and Type | Method and Description |
|---|---|
static UpdateRowResponse |
ResponseFactory.createUpdateRowResponse(ResponseContentWithMeta response,
OtsInternalApi.UpdateRowResponse updateRowResponse) |
Copyright © 2024. All Rights Reserved.