public interface IHASendState extends Serializable
IHAMessage
.Modifier and Type | Method and Description |
---|---|
byte[] |
getMarker()
A byte[] marker that must prefix the message payload, needed to skip
stale data from failed read tasks.
|
long |
getMessageId()
A unique (one-up) message sequence identifier for the messages from the
sender.
|
UUID |
getOriginalSenderId()
The
UUID of the originating service. |
long |
getQuorumToken()
The current quorum token on the sender.
|
int |
getReplicationFactor()
The current replication factor on the sender.
|
UUID |
getSenderId()
The
UUID of the sending service. |
long getMessageId()
UUID getOriginalSenderId()
UUID
of the originating service. This may be used to verify
that a message was sourced the expected quorum leader.UUID getSenderId()
UUID
of the sending service. This may be used to verify that
a message was sourced the expected upstream service.long getQuorumToken()
int getReplicationFactor()
byte[] getMarker()
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.