| Package | Description |
|---|---|
| io.atomix.cluster |
Provides classes and interfaces for cluster management.
|
| io.atomix.cluster.discovery |
Provides classes and interfaces for extensible cluster membership discovery.
|
| io.atomix.core.collection |
Distributed collection primitives.
|
| io.atomix.core.election |
Distributed leader election primitives.
|
| io.atomix.core.map |
Atomic map primitive.
|
| io.atomix.core.multimap |
Atomic multimap primitive.
|
| io.atomix.core.tree |
Distributed tree primitive interfaces.
|
| io.atomix.core.value |
Atomic value primitive.
|
| io.atomix.primitive.partition |
Provides classes and interfaces for managing primitive partitions, partition groups, and member groups.
|
| io.atomix.primitive.protocol.map |
Interfaces for map-compatible gossip protocols and delegates.
|
| io.atomix.primitive.protocol.set |
Interfaces for set-compatible gossip protocols and delegates.
|
| io.atomix.primitive.protocol.value |
Interfaces for value-compatible gossip protocols and delegates.
|
| io.atomix.utils.event |
Provides classes and interfaces for creating and handling generic events.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClusterMembershipEventListener
Entity capable of receiving device cluster-related events.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
NodeDiscoveryEventListener
Node discovery event listener.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CollectionEventListener<E>
Listener to be notified about updates to a DistributedSet.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LeadershipEventListener<T>
Entity capable of receiving leader elector events.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AtomicMapEventListener<K,V>
Listener to be notified about updates to a ConsistentMap.
|
interface |
MapEventListener<K,V>
Listener to be notified about updates to a ConsistentMap.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AtomicMultimapEventListener<K,V>
Listener to be notified about updates to a ConsistentMultimap.
|
interface |
MultimapEventListener<K,V>
Listener to be notified about updates to a ConsistentMultimap.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DocumentTreeEventListener<V>
A listener for
DocumentTreeEvent. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AtomicValueEventListener<V>
Listener to be notified about updates to a AtomicValue.
|
interface |
ValueEventListener<V>
Listener to be notified about updates to a DistributedValue.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MemberGroupEventListener
Member group event listener.
|
interface |
PartitionGroupMembershipEventListener
Partition group membership event listener.
|
interface |
PrimaryElectionEventListener
Primary election event listener.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MapDelegateEventListener<K,V>
Map protocol event listener.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SetDelegateEventListener<E>
Set protocol event listener.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ValueDelegateEventListener<E>
Value protocol event listener.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EventListener<E extends Event>
Entity capable of receiving events.
|
Copyright © 2013–2018. All rights reserved.