Package | Description |
---|---|
net.sf.ehcache.config |
This package contains the cache configuration code.
|
net.sf.ehcache.config.generator.model.elements |
This package contains utility classes encapsulating ideas of Elements and Attributes from the ehcache.xsd
|
net.sf.ehcache.management |
This package contains JMX MBeans and implementations for management of ehcache.
|
Modifier and Type | Method and Description |
---|---|
ManagementRESTServiceConfiguration |
Configuration.getManagementRESTService()
Gets the ManagementRESTServiceConfiguration
|
Modifier and Type | Method and Description |
---|---|
void |
Configuration.addManagementRESTService(ManagementRESTServiceConfiguration managementRESTServiceConfiguration)
Allows BeanHandler to add a ManagementRESTService configuration to the configuration
|
Configuration |
Configuration.managementRESTService(ManagementRESTServiceConfiguration cfg)
Builder method to REST management capabilities to the cache manager through a dedicated configuration, this can only be used once.
|
Constructor and Description |
---|
ManagementRESTServiceConfigurationElement(ConfigurationElement parent,
ManagementRESTServiceConfiguration cfg)
Construtor accepting the parent and the
ManagementRESTServiceConfiguration |
ManagementRESTServiceConfigurationElement(NodeElement element,
ManagementRESTServiceConfiguration cfg)
Construtor accepting the element and the
ManagementRESTServiceConfiguration |
Modifier and Type | Method and Description |
---|---|
static void |
ManagementServerLoader.register(CacheManager cacheManager,
ManagementRESTServiceConfiguration managementRESTServiceConfiguration)
Register a cacheManager to management rest server.
|
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.