public interface SharedManagementService extends org.terracotta.management.registry.CapabilityManagementSupport, Service
ManagementRegistryService
which can be used across several CacheManager
.
This can be helpful in the case you want to access from one service all statistics, capabilities, etc of several cache managers.
Modifier and Type | Method and Description |
---|---|
java.util.Map<org.terracotta.management.model.context.Context,java.util.Collection<? extends org.terracotta.management.model.capabilities.Capability>> |
getCapabilitiesByContext()
Get the management capabilities of all the registered objects across several cache managers.
|
java.util.Map<org.terracotta.management.model.context.Context,org.terracotta.management.model.context.ContextContainer> |
getContextContainers()
Get the management contexts required to make use of the
registered objects' capabilities.
|
java.util.Map<org.terracotta.management.model.context.Context,org.terracotta.management.model.context.ContextContainer> getContextContainers()
java.util.Map<org.terracotta.management.model.context.Context,java.util.Collection<? extends org.terracotta.management.model.capabilities.Capability>> getCapabilitiesByContext()