public interface IHAWriteMessage extends IHAWriteMessageBase
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
expand(ByteBuffer bin)
Applies associated
IRecordCompressor (if any) to decompress the
data |
long |
getCommitCounter()
The commit counter for the opening root block associated with the write set for this message.
|
String |
getCompressorKey()
Return the associated
IRecordCompressor key (if any). |
long |
getFileExtent()
The length of the backing file on the disk.
|
long |
getFirstOffset()
The file offset at which the data will be written (WORM only or for Rebuild request).
|
long |
getLastCommitTime()
The commit time associated with this message.
|
long |
getQuorumToken()
The quorum token for which this message is valid.
|
int |
getReplicationFactor()
The replication factor for the quorum leader.
|
long |
getSequence()
The write cache buffer sequence number (reset to ZERO (0) for the first
message after each commit and incremented for each buffer sent by the
leader).
|
StoreTypeEnum |
getStoreType()
The type of backing store (RW or WORM).
|
UUID |
getUUID()
The
UUID of the store to which this message belongs. |
getChk, getSize
long getCommitCounter()
long getLastCommitTime()
long getSequence()
ByteBuffer expand(ByteBuffer bin)
IRecordCompressor
(if any) to decompress the
dataString getCompressorKey()
IRecordCompressor
key (if any).StoreTypeEnum getStoreType()
long getQuorumToken()
int getReplicationFactor()
long getFileExtent()
long getFirstOffset()
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.