| 限定符和类型 | 方法和说明 |
|---|---|
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) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected PutRowResponse |
PutRowResponseConsumer.parseResult() |
| 构造器和说明 |
|---|
PutRowResponseConsumer(ResultParser resultParser,
TraceLogger traceLogger,
RetryStrategy retry,
PutRowResponse lastResult) |
| 限定符和类型 | 方法和说明 |
|---|---|
static PutRowResponse |
ResponseFactory.createPutRowResponse(ResponseContentWithMeta response,
OtsInternalApi.PutRowResponse putRowResponse) |
Copyright © 2025. All Rights Reserved.