Uses of Interface
io.atomix.cluster.messaging.ClusterCommunicationService
Packages that use ClusterCommunicationService
Package
Description
Provides classes and interfaces for cluster management.
Provides high-level interfaces for direct and publish-subscribe inter-cluster communication.
Messaging layer interface implementations.
Provides classes and interfaces for managing primitive partitions, partition groups, and member
groups.
Partition service/interface implementations.
Raft partition management utilities.
-
Uses of ClusterCommunicationService in io.atomix.cluster
Methods in io.atomix.cluster that return ClusterCommunicationServiceModifier and TypeMethodDescriptionAtomixCluster.getCommunicationService()Returns the cluster communication service. -
Uses of ClusterCommunicationService in io.atomix.cluster.messaging
Subinterfaces of ClusterCommunicationService in io.atomix.cluster.messagingModifier and TypeInterfaceDescriptioninterfaceManaged cluster communicator. -
Uses of ClusterCommunicationService in io.atomix.cluster.messaging.impl
Classes in io.atomix.cluster.messaging.impl that implement ClusterCommunicationServiceModifier and TypeClassDescriptionclassCluster communication service implementation.Methods in io.atomix.cluster.messaging.impl that return types with arguments of type ClusterCommunicationService -
Uses of ClusterCommunicationService in io.atomix.primitive.partition
Methods in io.atomix.primitive.partition that return ClusterCommunicationServiceModifier and TypeMethodDescriptionPartitionManagementService.getMessagingService()Returns the cluster messaging service. -
Uses of ClusterCommunicationService in io.atomix.primitive.partition.impl
Methods in io.atomix.primitive.partition.impl that return ClusterCommunicationServiceConstructors in io.atomix.primitive.partition.impl with parameters of type ClusterCommunicationServiceModifierConstructorDescriptionDefaultPartitionManagementService(ClusterMembershipService membershipService, ClusterCommunicationService communicationService) -
Uses of ClusterCommunicationService in io.atomix.raft.partition.impl
Constructors in io.atomix.raft.partition.impl with parameters of type ClusterCommunicationServiceModifierConstructorDescriptionRaftPartitionServer(RaftPartition partition, RaftPartitionConfig config, MemberId localMemberId, ClusterMembershipService membershipService, ClusterCommunicationService clusterCommunicator, ReceivableSnapshotStore persistedSnapshotStore, PartitionMetadata partitionMetadata) RaftServerCommunicator(String prefix, Serializer serializer, ClusterCommunicationService clusterCommunicator, Duration requestTimeout, Duration snapshotRequestTimeout, Duration configurationChangeTimeout)