限定符和类型 | 方法和说明 |
---|---|
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)
拷贝构造函数
|
限定符和类型 | 类和说明 |
---|---|
class |
RowPutChangeWithCallback |
限定符和类型 | 方法和说明 |
---|---|
static RowPutChange |
Utils.messageToRowPutChange(String tableName,
PrimaryKey primaryKey,
TimelineMessage message) |
Copyright © 2019. All Rights Reserved.