| 限定符和类型 | 方法和说明 |
|---|---|
static byte[] |
PlainBufferBuilder.buildRowPutChangeWithHeader(RowPutChange rowChange) |
| 限定符和类型 | 方法和说明 |
|---|---|
RowPutChange |
RowPutChange.addColumn(Column column)
Write a new attribute column.
|
RowPutChange |
RowPutChange.addColumn(String name,
ColumnValue value)
Write a new attribute column.
|
RowPutChange |
RowPutChange.addColumn(String name,
ColumnValue value,
long ts)
Write a new attribute column.
|
RowPutChange |
RowPutChange.addColumns(Column[] columns)
Write a new batch of attribute columns.
|
RowPutChange |
RowPutChange.addColumns(List<Column> columns)
Write a new batch of attribute columns.
|
RowPutChange |
PutRowRequest.getRowChange()
Get the request parameters for PutRow.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
PutRowRequest.setRowChange(RowPutChange rowChange)
Set the request parameters for PutRow.
|
| 构造器和说明 |
|---|
PutRowRequest(RowPutChange rowChange) |
RowPutChange(RowPutChange toCopy)
Copy constructor
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
RowPutChangeWithCallback |
| 限定符和类型 | 方法和说明 |
|---|---|
static RowPutChange |
Utils.messageToRowPutChange(String tableName,
PrimaryKey primaryKey,
TimelineMessage message) |
Copyright © 2025. All Rights Reserved.