|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SharedManagementService
Special version of 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.
Method Summary | |
---|---|
java.util.Map<org.terracotta.management.context.Context,java.util.Collection<org.terracotta.management.capabilities.Capability>> |
getCapabilities()
Get the management capabilities of all the registered objects across several cache managers. |
java.util.Map<org.terracotta.management.context.Context,org.terracotta.management.context.ContextContainer> |
getContextContainers()
Get the management contexts required to make use of the registered objects' capabilities. |
Methods inherited from interface org.terracotta.management.registry.CapabilityManagementSupport |
---|
getManagementProvidersByCapability, withCapability |
Methods inherited from interface org.ehcache.spi.service.Service |
---|
start, stop |
Method Detail |
---|
java.util.Map<org.terracotta.management.context.Context,org.terracotta.management.context.ContextContainer> getContextContainers()
java.util.Map<org.terracotta.management.context.Context,java.util.Collection<org.terracotta.management.capabilities.Capability>> getCapabilities()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |