|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ehcache.management.registry.DefaultManagementRegistryConfiguration
public class DefaultManagementRegistryConfiguration
Constructor Summary | |
---|---|
DefaultManagementRegistryConfiguration()
|
Method Summary | |
---|---|
DefaultManagementRegistryConfiguration |
addConfiguration(StatisticsProviderConfiguration<?> configuration)
|
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.Class<ManagementRegistryService> |
getServiceType()
Indicates which service consumes this configuration at creation. |
java.lang.String |
getStatisticsExecutorAlias()
Gets the alias of the executor to use for asynchronous statistics tasks. |
DefaultManagementRegistryConfiguration |
setCacheManagerAlias(java.lang.String alias)
|
DefaultManagementRegistryConfiguration |
setCollectorExecutorAlias(java.lang.String collectorExecutorAlias)
|
DefaultManagementRegistryConfiguration |
setContext(org.terracotta.management.context.Context context)
|
DefaultManagementRegistryConfiguration |
setStatisticsExecutorAlias(java.lang.String alias)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultManagementRegistryConfiguration()
Method Detail |
---|
public DefaultManagementRegistryConfiguration setCacheManagerAlias(java.lang.String alias)
public DefaultManagementRegistryConfiguration setContext(org.terracotta.management.context.Context context)
public DefaultManagementRegistryConfiguration setStatisticsExecutorAlias(java.lang.String alias)
public DefaultManagementRegistryConfiguration setCollectorExecutorAlias(java.lang.String collectorExecutorAlias)
public DefaultManagementRegistryConfiguration addConfiguration(StatisticsProviderConfiguration<?> configuration)
public org.terracotta.management.context.Context getContext()
ManagementRegistryServiceConfiguration
getContext
in interface ManagementRegistryServiceConfiguration
public java.lang.String getStatisticsExecutorAlias()
ManagementRegistryServiceConfiguration
getStatisticsExecutorAlias
in interface ManagementRegistryServiceConfiguration
public java.lang.String getCollectorExecutorAlias()
ManagementRegistryServiceConfiguration
getCollectorExecutorAlias
in interface ManagementRegistryServiceConfiguration
public StatisticsProviderConfiguration getConfigurationFor(java.lang.Class<? extends org.terracotta.management.registry.ManagementProvider<?>> managementProviderClass)
ManagementRegistryServiceConfiguration
ManagementProvider
type.
getConfigurationFor
in interface ManagementRegistryServiceConfiguration
managementProviderClass
- The type of the class managing statistics, capabilities, actions, etc.
public java.lang.Class<ManagementRegistryService> getServiceType()
ServiceCreationConfiguration
getServiceType
in interface ServiceCreationConfiguration<ManagementRegistryService>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |