public class HAWriteSetStateResponse extends Object implements IHAWriteSetStateResponse
Constructor and Description |
---|
HAWriteSetStateResponse(long commitCounter,
long lastCommitTime,
long sequence) |
Modifier and Type | Method and Description |
---|---|
long |
getCommitCounter()
The commit counter for the then current commit point.
|
long |
getLastCommitTime()
The last commit time associated with the then current commit point.
|
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).
|
String |
toString() |
public HAWriteSetStateResponse(long commitCounter, long lastCommitTime, long sequence)
public long getCommitCounter()
IHAWriteSetStateResponse
getCommitCounter
in interface IHAWriteSetStateResponse
public long getLastCommitTime()
IHAWriteSetStateResponse
getLastCommitTime
in interface IHAWriteSetStateResponse
public long getSequence()
IHAWriteSetStateResponse
getSequence
in interface IHAWriteSetStateResponse
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.