public interface PrimitiveManagementService
| Modifier and Type | Method and Description |
|---|---|
ClusterCommunicationService |
getCommunicationService()
Returns the cluster communication service.
|
ClusterEventService |
getEventService()
Returns the cluster event service.
|
ScheduledExecutorService |
getExecutorService()
Returns the primitive thread pool.
|
ClusterMembershipService |
getMembershipService()
Returns the cluster service.
|
PartitionGroupTypeRegistry |
getPartitionGroupTypeRegistry()
Returns the partition group type registry.
|
PartitionService |
getPartitionService()
Returns the partition service.
|
PrimitiveCache |
getPrimitiveCache()
Returns the local primitive cache.
|
PrimitiveRegistry |
getPrimitiveRegistry()
Returns the primitive registry.
|
PrimitiveTypeRegistry |
getPrimitiveTypeRegistry()
Returns the primitive type registry.
|
PrimitiveProtocolTypeRegistry |
getProtocolTypeRegistry()
Returns the primitive protocol type registry.
|
ScheduledExecutorService getExecutorService()
ClusterMembershipService getMembershipService()
ClusterCommunicationService getCommunicationService()
ClusterEventService getEventService()
PartitionService getPartitionService()
PrimitiveCache getPrimitiveCache()
PrimitiveRegistry getPrimitiveRegistry()
PrimitiveTypeRegistry getPrimitiveTypeRegistry()
PrimitiveProtocolTypeRegistry getProtocolTypeRegistry()
PartitionGroupTypeRegistry getPartitionGroupTypeRegistry()
Copyright © 2013–2018. All rights reserved.