public class PlainBufferConversion extends Object
| 构造器和说明 |
|---|
PlainBufferConversion() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Column |
toColumn(PlainBufferCell cell) |
static PlainBufferCell |
toPlainBufferCell(Column column,
boolean ignoreValue,
boolean ignoreTs,
boolean setType,
byte type) |
static PlainBufferCell |
toPlainBufferCell(PrimaryKeyColumn primaryKeyColumn) |
static PrimaryKey |
toPrimaryKey(List<PlainBufferCell> pkCells) |
static RecordColumn |
toRecordColumn(PlainBufferCell cell) |
static Row |
toRow(PlainBufferRow plainBufferRow) |
static Row |
toRow(PlainBufferRow plainBufferRow,
boolean needSortColumns) |
static StreamRecord |
toStreamRecord(PlainBufferRow pbRow,
PlainBufferRow pbOriginRow,
OtsInternalApi.ActionType actionType,
boolean parseInTimeseriesDataFormat) |
static StreamRecord |
toStreamRecord(PlainBufferRow pbRow,
PlainBufferRow pbOriginRow,
TunnelServiceApi.ActionType actionType,
boolean parseInTimeseriesDataFormat) |
static PrimaryKey |
toTimeseriesPrimaryKey(List<PlainBufferCell> pkCells) |
static RecordColumn |
toTimeseriesRecordColumn(PlainBufferCell cell) |
public static Row toRow(PlainBufferRow plainBufferRow) throws IOException
IOExceptionpublic static Row toRow(PlainBufferRow plainBufferRow, boolean needSortColumns) throws IOException
IOExceptionpublic static Column toColumn(PlainBufferCell cell) throws IOException
IOExceptionpublic static RecordColumn toRecordColumn(PlainBufferCell cell) throws IOException
IOExceptionpublic static RecordColumn toTimeseriesRecordColumn(PlainBufferCell cell) throws IOException
IOExceptionpublic static PrimaryKey toPrimaryKey(List<PlainBufferCell> pkCells) throws IOException
IOExceptionpublic static PrimaryKey toTimeseriesPrimaryKey(List<PlainBufferCell> pkCells) throws IOException
IOExceptionpublic static PlainBufferCell toPlainBufferCell(PrimaryKeyColumn primaryKeyColumn) throws IOException
IOExceptionpublic static PlainBufferCell toPlainBufferCell(Column column, boolean ignoreValue, boolean ignoreTs, boolean setType, byte type) throws IOException
IOExceptionpublic static StreamRecord toStreamRecord(PlainBufferRow pbRow, PlainBufferRow pbOriginRow, OtsInternalApi.ActionType actionType, boolean parseInTimeseriesDataFormat) throws IOException
IOExceptionpublic static StreamRecord toStreamRecord(PlainBufferRow pbRow, PlainBufferRow pbOriginRow, TunnelServiceApi.ActionType actionType, boolean parseInTimeseriesDataFormat) throws IOException
IOExceptionCopyright © 2025. All Rights Reserved.