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 StreamRecord |
toStreamRecord(PlainBufferRow pbRow,
OtsInternalApi.ActionType actionType) |
static StreamRecord |
toStreamRecord(PlainBufferRow pbRow,
TunnelServiceApi.ActionType actionType) |
public static Row toRow(PlainBufferRow plainBufferRow) throws IOException
IOExceptionpublic static Column toColumn(PlainBufferCell cell) throws IOException
IOExceptionpublic static RecordColumn toRecordColumn(PlainBufferCell cell) throws IOException
IOExceptionpublic static PrimaryKey toPrimaryKey(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, OtsInternalApi.ActionType actionType) throws IOException
IOExceptionpublic static StreamRecord toStreamRecord(PlainBufferRow pbRow, TunnelServiceApi.ActionType actionType) throws IOException
IOExceptionCopyright © 2019. All Rights Reserved.