Package | Description |
---|---|
org.jgroups.protocols.tom |
Modifier and Type | Method and Description |
---|---|
MessageID |
MessageID.copy() |
MessageID |
ToaHeader.getMessageID() |
Modifier and Type | Method and Description |
---|---|
void |
DeliveryManagerImpl.addNewMessageToDeliver(MessageID messageID,
Message message,
long sequenceNumber)
Add a new group message to be deliver
|
void |
SenderManager.addNewMessageToSend(MessageID messageID,
Collection<Address> destinations,
long initialSequenceNumber,
boolean deliverToMyself)
Add a new message sent
|
long |
SenderManager.addPropose(MessageID messageID,
Address from,
long sequenceNumber)
Add a propose from a member in destination set
|
int |
MessageID.compareTo(MessageID other) |
static ToaHeader |
ToaHeader.createNewHeader(byte type,
MessageID messageID) |
Set<Address> |
SenderManager.getDestination(MessageID messageID)
obtains the destination set of a message
|
void |
DeliveryManagerImpl.markReadyToDeliver(MessageID messageID,
long finalSequenceNumber)
marks the message as ready to deliver and set the final sequence number (to be ordered)
|
boolean |
SenderManager.markSent(MessageID messageID)
Mark the message as sent
|
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.