程序包 | 说明 |
---|---|
com.aliyun.openservices.ots | |
com.aliyun.openservices.ots.model |
限定符和类型 | 方法和说明 |
---|---|
PutRowResult |
OTSClient.putRow(PutRowRequest putRowRequest) |
PutRowResult |
OTS.putRow(PutRowRequest putRowRequest)
向表(Table)中插入或覆盖一行数据。
|
限定符和类型 | 方法和说明 |
---|---|
OTSFuture<PutRowResult> |
OTSClientAsync.putRow(PutRowRequest putRowRequest) |
OTSFuture<PutRowResult> |
OTSAsync.putRow(PutRowRequest putRowRequest)
向表(Table)中插入或覆盖一行数据。
|
OTSFuture<PutRowResult> |
OTSClientAsync.putRow(PutRowRequest putRowRequest,
com.aliyun.openservices.ots.internal.OTSCallback<PutRowRequest,PutRowResult> callback) |
OTSFuture<PutRowResult> |
OTSAsync.putRow(PutRowRequest putRowRequest,
com.aliyun.openservices.ots.internal.OTSCallback<PutRowRequest,PutRowResult> callback)
向表(Table)中插入或覆盖一行数据。
|
限定符和类型 | 方法和说明 |
---|---|
OTSFuture<PutRowResult> |
OTSClientAsync.putRow(PutRowRequest putRowRequest,
com.aliyun.openservices.ots.internal.OTSCallback<PutRowRequest,PutRowResult> callback) |
OTSFuture<PutRowResult> |
OTSAsync.putRow(PutRowRequest putRowRequest,
com.aliyun.openservices.ots.internal.OTSCallback<PutRowRequest,PutRowResult> callback)
向表(Table)中插入或覆盖一行数据。
|
限定符和类型 | 方法和说明 |
---|---|
static PutRowResult |
OTSResultFactory.createPutRowResult(com.aliyun.openservices.ots.internal.model.ResponseContentWithMeta response,
OtsProtocol2.PutRowResponse putRowResponse) |
Copyright © 2016. All Rights Reserved.