public class PlainBufferCell extends Object
构造器和说明 |
---|
PlainBufferCell() |
限定符和类型 | 方法和说明 |
---|---|
boolean |
equals(Object o) |
String |
getCellName() |
long |
getCellTimestamp() |
byte |
getCellType() |
ColumnValue |
getCellValue() |
byte |
getChecksum()
会自动计算当前的checksum并返回,当没有数据变化时,checksum会缓存在对象中,以减少不必要的计算。
|
byte[] |
getNameRawData() |
boolean |
hasCellName() |
boolean |
hasCellTimestamp() |
boolean |
hasCellType() |
boolean |
hasCellValue() |
void |
setCellName(String cellName) |
void |
setCellTimestamp(long cellTimestamp) |
void |
setCellType(byte cellType) |
void |
setCellValue(ColumnValue cellValue) |
String |
toString() |
public String getCellName()
public byte[] getNameRawData()
public void setCellName(String cellName)
public boolean hasCellName()
public ColumnValue getCellValue()
public void setCellValue(ColumnValue cellValue)
public boolean hasCellValue()
public byte getCellType()
public void setCellType(byte cellType)
public boolean hasCellType()
public long getCellTimestamp()
public void setCellTimestamp(long cellTimestamp)
public boolean hasCellTimestamp()
public byte getChecksum() throws IOException
IOException
Copyright © 2016. All Rights Reserved.