public interface IHANotifyReleaseTimeRequest extends IHAMessage
ITransactionService
.Modifier and Type | Method and Description |
---|---|
long |
getNewCommitCounter()
The commit counter that will be assigned to the new commit point (as
specified by the leader).
|
long |
getNewCommitTime()
The commit time that will be assigned to the new commit point (as
specified by the leader).
|
long |
getPinnedCommitCounter()
The earliest pinned commit counter on the follower.
|
long |
getPinnedCommitTime()
The earliest pinned commit time on the follower.
|
UUID |
getServiceUUID()
The service that provided this information.
|
long |
getTimestamp()
A timestamp taken during the protocol used to agree on the new release
time.
|
boolean |
isMock()
Mock responses are used when a follow is unable to provide a correct
response (typically because the follower is not yet HAReady and hence is
not able to participate in the gather).
|
UUID getServiceUUID()
long getPinnedCommitTime()
long getPinnedCommitCounter()
long getTimestamp()
boolean isMock()
long getNewCommitCounter()
long getNewCommitTime()
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.