| Package | Description |
|---|---|
| com.alicloud.openservices.tablestore.core.protocol |
| Modifier and Type | Method and Description |
|---|---|
PlainBufferCell |
PlainBufferCodedInputStream.readCell(boolean isPK) |
static PlainBufferCell |
PlainBufferConversion.toPlainBufferCell(Column column,
boolean ignoreValue,
boolean ignoreTs,
boolean setType,
byte type) |
static PlainBufferCell |
PlainBufferConversion.toPlainBufferCell(PrimaryKeyColumn primaryKeyColumn) |
| Modifier and Type | Method and Description |
|---|---|
List<PlainBufferCell> |
PlainBufferRow.getCells() |
List<PlainBufferCell> |
PlainBufferRow.getPrimaryKey() |
List<PlainBufferCell> |
PlainBufferCodedInputStream.readRowData() |
List<PlainBufferCell> |
PlainBufferCodedInputStream.readRowPK() |
| Modifier and Type | Method and Description |
|---|---|
void |
PlainBufferRow.addCell(PlainBufferCell cell) |
static int |
PlainBufferBuilder.computePlainBufferCell(PlainBufferCell cell) |
static byte |
PlainBufferCrc8.getChecksum(byte crc,
PlainBufferCell cell) |
static Column |
PlainBufferConversion.toColumn(PlainBufferCell cell) |
static RecordColumn |
PlainBufferConversion.toRecordColumn(PlainBufferCell cell) |
static RecordColumn |
PlainBufferConversion.toTimeseriesRecordColumn(PlainBufferCell cell) |
void |
PlainBufferCodedOutputStream.writeCell(PlainBufferCell cell) |
| Modifier and Type | Method and Description |
|---|---|
void |
PlainBufferRow.setPrimaryKey(List<PlainBufferCell> primaryKey) |
static PrimaryKey |
PlainBufferConversion.toPrimaryKey(List<PlainBufferCell> pkCells) |
static PrimaryKey |
PlainBufferConversion.toTimeseriesPrimaryKey(List<PlainBufferCell> pkCells) |
| Constructor and Description |
|---|
PlainBufferRow(List<PlainBufferCell> primaryKey,
List<PlainBufferCell> cells,
boolean hasDeleteMarker) |
PlainBufferRow(List<PlainBufferCell> primaryKey,
List<PlainBufferCell> cells,
boolean hasDeleteMarker) |
Copyright © 2024. All Rights Reserved.