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) |
public static Row toRow(PlainBufferRow plainBufferRow) throws IOException
IOException
public static Column toColumn(PlainBufferCell cell) throws IOException
IOException
public static RecordColumn toRecordColumn(PlainBufferCell cell) throws IOException
IOException
public static PrimaryKey toPrimaryKey(List<PlainBufferCell> pkCells) throws IOException
IOException
public static PlainBufferCell toPlainBufferCell(PrimaryKeyColumn primaryKeyColumn) throws IOException
IOException
public static PlainBufferCell toPlainBufferCell(Column column, boolean ignoreValue, boolean ignoreTs, boolean setType, byte type) throws IOException
IOException
Copyright © 2016. All Rights Reserved.