Interface | Description |
---|---|
DeliveryManager |
The interface that a delivery manager must implement.
|
DeliveryProtocol |
The interface that the Total Order Anycast protocol must implement.
|
Class | Description |
---|---|
DeliveryManagerImpl |
The implementation of the Delivery Manager
|
DeliveryThread |
The delivery thread.
|
MessageID |
The represents an unique identifier for the messages processed by the Total Order Anycast protocol
Note: it is similar to the ViewId (address + counter)
|
SenderManager |
Keeps track of all sent messages, until the final sequence number is known
|
SequenceNumberManager |
Manages the messages sequence number (keeps it up-to-date)
|
StatsCollector |
This collects the stats and some profiling information
|
TOA |
Total Order Anycast with three communication steps (based on Skeen's Algorithm).
|
ToaHeader |
The header for the Total Order Anycast (TOA) protocol
|
Copyright © 1998-2020 Red Hat. All Rights Reserved.