public class PlainBufferCell extends Object
| 构造器和说明 |
|---|
PlainBufferCell() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
String |
getCellName() |
long |
getCellTimestamp() |
byte |
getCellType() |
ColumnValue |
getCellValue() |
byte |
getChecksum()
Automatically calculates the current checksum and returns it.
|
byte[] |
getNameRawData() |
PrimaryKeyValue |
getPkCellValue() |
boolean |
hasCellName() |
boolean |
hasCellTimestamp() |
boolean |
hasCellType() |
boolean |
hasCellValue() |
boolean |
isPk() |
void |
setCellName(String cellName) |
void |
setCellTimestamp(long cellTimestamp) |
void |
setCellType(byte cellType) |
void |
setCellValue(ColumnValue cellValue) |
void |
setPkCellValue(PrimaryKeyValue pkCellValue) |
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
IOExceptionpublic boolean isPk()
public PrimaryKeyValue getPkCellValue()
public void setPkCellValue(PrimaryKeyValue pkCellValue)
Copyright © 2025. All Rights Reserved.