Package io.atomix.primitive.partition
Interface PartitionManagementService
public interface PartitionManagementService
Partition management service.
-
Method Summary
Modifier and Type Method Description PrimaryElectionServicegetElectionService()Returns the primary election service.io.atomix.cluster.ClusterMembershipServicegetMembershipService()Returns the cluster service.io.atomix.cluster.messaging.ClusterCommunicationServicegetMessagingService()Returns the cluster messaging service.PrimitiveTypeRegistrygetPrimitiveTypes()Returns the primitive type registry.SessionIdServicegetSessionIdService()Returns the session ID generator service.
-
Method Details
-
getMembershipService
io.atomix.cluster.ClusterMembershipService getMembershipService()Returns the cluster service.- Returns:
- the cluster service
-
getMessagingService
io.atomix.cluster.messaging.ClusterCommunicationService getMessagingService()Returns the cluster messaging service.- Returns:
- the cluster messaging service
-
getPrimitiveTypes
PrimitiveTypeRegistry getPrimitiveTypes()Returns the primitive type registry.- Returns:
- the primitive type registry
-
getElectionService
PrimaryElectionService getElectionService()Returns the primary election service.- Returns:
- the primary election service
-
getSessionIdService
SessionIdService getSessionIdService()Returns the session ID generator service.- Returns:
- the session ID generator service
-