程序包 | 说明 |
---|---|
com.alicloud.openservices.tablestore.core.protocol | |
com.alicloud.openservices.tablestore.model |
限定符和类型 | 方法和说明 |
---|---|
static byte[] |
PlainBufferBuilder.buildRowUpdateChangeWithHeader(RowUpdateChange rowChange) |
限定符和类型 | 方法和说明 |
---|---|
RowUpdateChange |
RowUpdateChange.deleteColumn(String name,
long ts)
删除某一属性列的特定版本。
|
RowUpdateChange |
RowUpdateChange.deleteColumns(String name)
删除某一属性列的所有版本。
|
RowUpdateChange |
UpdateRowRequest.getRowChange()
获取UpdateRow的请求参数。
|
RowUpdateChange |
RowUpdateChange.increment(Column column) |
RowUpdateChange |
RowUpdateChange.put(Column column)
新写入一个属性列。
|
RowUpdateChange |
RowUpdateChange.put(List<Column> columns)
新写入一批属性列。
|
RowUpdateChange |
RowUpdateChange.put(String name,
ColumnValue value)
新写入一个属性列。
|
RowUpdateChange |
RowUpdateChange.put(String name,
ColumnValue value,
long ts)
新写入一个属性列。
|
限定符和类型 | 方法和说明 |
---|---|
void |
UpdateRowRequest.setRowChange(RowUpdateChange rowChange)
设置UpdateRow的请求参数。
|
构造器和说明 |
---|
RowUpdateChange(RowUpdateChange toCopy)
拷贝构造函数
|
UpdateRowRequest(RowUpdateChange rowChange) |
Copyright © 2019. All Rights Reserved.