DistributedLock and
DistributedLeaderElection, DistributedMembershipGroup,
DistributedMessageBus for unreliable messaging, and
DistributedTopic for publish-subscribe messaging.See: Description
| Interface | Description |
|---|---|
| GroupMember |
Provides an interface to interacting with members of a
DistributedMembershipGroup. |
| MessageConsumer<T> |
Message bus topic consumer.
|
| MessageProducer<T> |
Message bus topic producer.
|
| Class | Description |
|---|---|
| DistributedLeaderElection |
Provides a mechanism for coordinating cluster-wide resources with a strong leader.
|
| DistributedLock |
Provides a mechanism for synchronizing access to cluster-wide shared resources.
|
| DistributedMembershipGroup |
Provides a mechanism for managing group membership and remote scheduling and execution.
|
| DistributedMessageBus |
Provides a light-weight asynchronous messaging layer over Atomix's
Transport. |
| DistributedTopic<T> |
Facilitates persistent publish-subscribe messaging in the cluster.
|
| Message |
Message.
|
DistributedLock and
DistributedLeaderElection, DistributedMembershipGroup,
DistributedMessageBus for unreliable messaging, and
DistributedTopic for publish-subscribe messaging.Copyright © 2013–2015. All rights reserved.