程序包 | 说明 |
---|---|
com.alicloud.openservices.tablestore.core.protocol |
限定符和类型 | 方法和说明 |
---|---|
PlainBufferCell |
PlainBufferCodedInputStream.readCell() |
static PlainBufferCell |
PlainBufferConversion.toPlainBufferCell(Column column,
boolean ignoreValue,
boolean ignoreTs,
boolean setType,
byte type) |
static PlainBufferCell |
PlainBufferConversion.toPlainBufferCell(PrimaryKeyColumn primaryKeyColumn) |
限定符和类型 | 方法和说明 |
---|---|
List<PlainBufferCell> |
PlainBufferRow.getCells() |
List<PlainBufferCell> |
PlainBufferRow.getPrimaryKey() |
List<PlainBufferCell> |
PlainBufferCodedInputStream.readRowData() |
List<PlainBufferCell> |
PlainBufferCodedInputStream.readRowPK() |
限定符和类型 | 方法和说明 |
---|---|
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) |
void |
PlainBufferCodedOutputStream.writeCell(PlainBufferCell cell) |
限定符和类型 | 方法和说明 |
---|---|
void |
PlainBufferRow.setPrimaryKey(List<PlainBufferCell> primaryKey) |
static PrimaryKey |
PlainBufferConversion.toPrimaryKey(List<PlainBufferCell> pkCells) |
构造器和说明 |
---|
PlainBufferRow(List<PlainBufferCell> primaryKey,
List<PlainBufferCell> cells,
boolean hasDeleteMarker) |
PlainBufferRow(List<PlainBufferCell> primaryKey,
List<PlainBufferCell> cells,
boolean hasDeleteMarker) |
Copyright © 2018. All Rights Reserved.