|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ManagementRegistryServiceConfiguration
Configuration interface for a ManagementRegistryService
.
Method Summary | |
---|---|
java.lang.String |
getCollectorExecutorAlias()
Gets the alias of the executor to use for asynchronous collector service tasks. |
StatisticsProviderConfiguration |
getConfigurationFor(java.lang.Class<? extends org.terracotta.management.registry.ManagementProvider<?>> managementProviderClass)
Returns the configuration of a specific ManagementProvider type. |
org.terracotta.management.context.Context |
getContext()
The context used to identify this cache manager |
java.lang.String |
getStatisticsExecutorAlias()
Gets the alias of the executor to use for asynchronous statistics tasks. |
Methods inherited from interface org.ehcache.spi.service.ServiceCreationConfiguration |
---|
getServiceType |
Method Detail |
---|
org.terracotta.management.context.Context getContext()
java.lang.String getStatisticsExecutorAlias()
java.lang.String getCollectorExecutorAlias()
StatisticsProviderConfiguration getConfigurationFor(java.lang.Class<? extends org.terracotta.management.registry.ManagementProvider<?>> managementProviderClass)
ManagementProvider
type.
managementProviderClass
- The type of the class managing statistics, capabilities, actions, etc.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |