Interface | Description |
---|---|
ClusterListener |
Cluster listener.
|
ClusterService |
Cluster service.
|
CoordinationService |
Distributed system's coordination service.
|
DistributedLock |
Distributed lock.
|
DistributedMap<K,V> |
Distributed map.
|
EntryListener<K,V> |
Entry listener.
|
LifeCycleListener |
This interface provides the life cycle events listener for coordination
service.
|
PublishSubscribeService |
Publish–subscribe messaging service where senders of messages, called
publishers, do not program the messages to be sent directly to specific
receivers, called subscribers.
|
RestrictedCoordinationService |
This class extends
Stoppable and LifeCycleListener
so that it is restricted to only the creater of the object. |
Subscriber<M> |
Subscriber.
|
Class | Description |
---|---|
CoordinationServiceAdapter |
An adapter implementation of the
CoordinationService . |
EntryEvent<K,V> |
Entry event.
|
MessageEvent<M> |
Message event.
|
Namespace |
Coordination (or distributed) service namespace.
|
Node |
Cluster node.
|
QuorumCalculator |
Quorum calculator: A quorum is the minimum number of members of a group
necessary to conduct the business of that group.
|
SerializerRepository |
Utility class used to keep registered
serializers to
transfer to a new instance of a coordination
service . |
SuspendibleCoordinationService |
Wraps
CoordinationService to make it suspendible. |
Copyright © 2015. All Rights Reserved.