Uses of Interface
io.atomix.cluster.messaging.ClusterCommunicationService
Packages that use ClusterCommunicationService
Package
Description
Provides classes and interfaces for cluster management.
Broker messages
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, io.micrometer.core.instrument.MeterRegistry meterRegistry) RaftServerCommunicator(String prefix, Serializer serializer, ClusterCommunicationService clusterCommunicator, Duration requestTimeout, Duration snapshotRequestTimeout, Duration configurationChangeTimeout, io.micrometer.core.instrument.MeterRegistry meterRegistry)