| 程序包 | 说明 |
|---|---|
| com.alicloud.openservices.tablestore.core.protocol | |
| com.alicloud.openservices.tablestore.model |
| 限定符和类型 | 方法和说明 |
|---|---|
static byte[] |
PlainBufferBuilder.buildRowUpdateChangeWithHeader(RowUpdateChange rowChange) |
| 限定符和类型 | 方法和说明 |
|---|---|
RowUpdateChange |
RowUpdateChange.deleteColumn(String name,
long ts)
Delete a specific version of an attribute column.
|
RowUpdateChange |
RowUpdateChange.deleteColumns(String name)
Delete all versions of a certain property column.
|
RowUpdateChange |
UpdateRowRequest.getRowChange()
Get the request parameters for UpdateRow.
|
RowUpdateChange |
RowUpdateChange.increment(Column column) |
RowUpdateChange |
RowUpdateChange.put(Column column)
Write a new attribute column.
|
RowUpdateChange |
RowUpdateChange.put(List<Column> columns)
Write a new batch of attribute columns.
|
RowUpdateChange |
RowUpdateChange.put(String name,
ColumnValue value)
Write a new attribute column.
|
RowUpdateChange |
RowUpdateChange.put(String name,
ColumnValue value,
long ts)
Write a new attribute column.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
UpdateRowRequest.setRowChange(RowUpdateChange rowChange)
Set the request parameters for UpdateRow.
|
| 构造器和说明 |
|---|
RowUpdateChange(RowUpdateChange toCopy)
Copy constructor
|
UpdateRowRequest(RowUpdateChange rowChange) |
Copyright © 2025. All Rights Reserved.