public interface PrimitiveManagementService
| Modifier and Type | Method and Description |
|---|---|
io.atomix.cluster.ClusterService |
getClusterService()
Returns the cluster service.
|
io.atomix.cluster.messaging.ClusterMessagingService |
getCommunicationService()
Returns the cluster communication service.
|
io.atomix.cluster.messaging.ClusterEventingService |
getEventService()
Returns the cluster event service.
|
PartitionService |
getPartitionService()
Returns the partition service.
|
io.atomix.cluster.ClusterService getClusterService()
io.atomix.cluster.messaging.ClusterMessagingService getCommunicationService()
io.atomix.cluster.messaging.ClusterEventingService getEventService()
PartitionService getPartitionService()
Copyright © 2013–2018. All rights reserved.