public interface QuorumEvent
QuorumListener
Modifier and Type | Method and Description |
---|---|
QuorumEventEnum |
getEventType()
The type of event and never
null . |
UUID |
getServiceId()
The service identifier associated with the event, if any.
|
long |
lastCommitTime()
The lastCommitTime for which a vote was cast.
|
long |
lastValidToken()
The lastValid token at the time of the event.
|
long |
token()
The current quorum token at the time the event was generated.
|
QuorumEventEnum getEventType()
null
.long lastValidToken()
long token()
UUID getServiceId()
UUID
of that service.long lastCommitTime()
UnsupportedOperationException
- unless getEventType()
returns
QuorumEventEnum.CAST_VOTE
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.