程序包 | 说明 |
---|---|
com.alicloud.openservices.tablestore.core.protocol | |
com.alicloud.openservices.tablestore.model |
限定符和类型 | 方法和说明 |
---|---|
static byte[] |
PlainBufferBuilder.buildRowPutChangeWithHeader(RowPutChange rowChange) |
限定符和类型 | 方法和说明 |
---|---|
RowPutChange |
RowPutChange.addColumn(Column column)
新写入一个属性列。
|
RowPutChange |
RowPutChange.addColumn(String name,
ColumnValue value)
新写入一个属性列。
|
RowPutChange |
RowPutChange.addColumn(String name,
ColumnValue value,
long ts)
新写入一个属性列。
|
RowPutChange |
RowPutChange.addColumns(Column[] columns)
新写入一批属性列。
|
RowPutChange |
RowPutChange.addColumns(List<Column> columns)
新写入一批属性列。
|
RowPutChange |
PutRowRequest.getRowChange()
获取PutRow的请求参数。
|
限定符和类型 | 方法和说明 |
---|---|
void |
PutRowRequest.setRowChange(RowPutChange rowChange)
设置PutRow的请求参数。
|
构造器和说明 |
---|
PutRowRequest(RowPutChange rowChange) |
RowPutChange(RowPutChange toCopy)
拷贝构造函数
|
Copyright © 2019. All Rights Reserved.