| Package | Description |
|---|---|
| io.atomix.cluster |
Provides classes and interfaces for cluster management.
|
| io.atomix.cluster.messaging |
Provides high-level interfaces for direct and publish-subscribe inter-cluster communication.
|
| io.atomix.primitive |
Provides classes and interfaces for defining and managing primitive types.
|
| io.atomix.primitive.partition |
Provides classes and interfaces for managing primitive partitions, partition groups, and member groups.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterCommunicationService |
AtomixCluster.getCommunicationService()
Returns the cluster communication service.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ManagedClusterCommunicationService
Managed cluster communicator.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterCommunicationService |
PrimitiveManagementService.getCommunicationService()
Returns the cluster communication service.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterCommunicationService |
PartitionManagementService.getMessagingService()
Returns the cluster messaging service.
|
Copyright © 2013–2018. All rights reserved.