| Package | Description |
|---|---|
| com.alicloud.openservices.tablestore.core.protocol | |
| com.alicloud.openservices.tablestore.core.protocol.timeseries |
| Modifier and Type | Method and Description |
|---|---|
PlainBufferRow |
PlainBufferCodedInputStream.readRow() |
PlainBufferRow |
PlainBufferCodedInputStream.readRow(Boolean shouldContainsPk) |
| Modifier and Type | Method and Description |
|---|---|
List<PlainBufferRow> |
PlainBufferCodedInputStream.readRowsWithHeader() |
List<PlainBufferRow> |
PlainBufferCodedInputStream.readRowsWithoutPk() |
| Modifier and Type | Method and Description |
|---|---|
static int |
PlainBufferBuilder.computePlainBufferRow(PlainBufferRow row) |
static int |
PlainBufferBuilder.computePlainBufferRowWithHeader(PlainBufferRow row) |
static byte |
PlainBufferCrc8.getChecksum(byte crc,
PlainBufferRow row) |
static Row |
PlainBufferConversion.toRow(PlainBufferRow plainBufferRow) |
static Row |
PlainBufferConversion.toRow(PlainBufferRow plainBufferRow,
boolean needSortColumns) |
static StreamRecord |
PlainBufferConversion.toStreamRecord(PlainBufferRow pbRow,
PlainBufferRow pbOriginRow,
OtsInternalApi.ActionType actionType,
boolean parseInTimeseriesDataFormat) |
static StreamRecord |
PlainBufferConversion.toStreamRecord(PlainBufferRow pbRow,
PlainBufferRow pbOriginRow,
TunnelServiceApi.ActionType actionType,
boolean parseInTimeseriesDataFormat) |
void |
PlainBufferCodedOutputStream.writeRow(PlainBufferRow row) |
void |
PlainBufferCodedOutputStream.writeRowWithHeader(PlainBufferRow row) |
| Modifier and Type | Method and Description |
|---|---|
static TimeseriesRow |
TimeseriesResponseFactory.parseRowFromPlainbuffer(PlainBufferRow plainBufferRow) |
static TimeseriesRow |
TimeseriesResponseFactory.parseRowFromPlainbuffer(PlainBufferRow plainBufferRow,
TimeseriesKey key) |
Copyright © 2024. All Rights Reserved.