Class DefaultPartitionManagementService
java.lang.Object
io.atomix.primitive.partition.impl.DefaultPartitionManagementService
- All Implemented Interfaces:
PartitionManagementService
Default partition management service.
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultPartitionManagementService(ClusterMembershipService membershipService, ClusterCommunicationService communicationService) -
Method Summary
Modifier and TypeMethodDescriptionReturns the cluster service.Returns the cluster messaging service.
-
Constructor Details
-
DefaultPartitionManagementService
public DefaultPartitionManagementService(ClusterMembershipService membershipService, ClusterCommunicationService communicationService)
-
-
Method Details
-
getMembershipService
Description copied from interface:PartitionManagementServiceReturns the cluster service.- Specified by:
getMembershipServicein interfacePartitionManagementService- Returns:
- the cluster service
-
getMessagingService
Description copied from interface:PartitionManagementServiceReturns the cluster messaging service.- Specified by:
getMessagingServicein interfacePartitionManagementService- Returns:
- the cluster messaging service
-