|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use net.sf.ehcache.config | |
---|---|
net.sf.ehcache | This package contains the public API for using ehcache. |
net.sf.ehcache.config | This package contains the cache configuration code. |
net.sf.ehcache.config.generator | This package contains utility classes for generating configuration texts. |
net.sf.ehcache.config.generator.model | This package contains utility classes encapsulating ideas of Elements and Attributes. |
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.constructs | The constructs package builds on top of the core ehcache classes to create implementations for common caching patterns. |
net.sf.ehcache.constructs.classloader | ClassLoader contstructs package |
net.sf.ehcache.management | This package contains JMX MBeans and implementations for management of ehcache. |
net.sf.ehcache.management.provider | This package contains classes related to MBeanRegistrationProvider and its implementation. |
net.sf.ehcache.management.sampled | This package contains classes related to MBeans with Sampled Statistics. |
net.sf.ehcache.search.attribute | This package contains classes for ehcache search attributes |
net.sf.ehcache.store | Store package. |
net.sf.ehcache.store.disk | This package contains the disk store. |
net.sf.ehcache.terracotta | This package contains the Terracotta integration functionalities. |
net.sf.ehcache.transaction | This package contains classes for controlling cache operations for transactional use. |
net.sf.ehcache.writer.writebehind | This package contains the write behind functionalities. |
Classes in net.sf.ehcache.config used by net.sf.ehcache | |
---|---|
CacheConfiguration
A value object used to represent cache configuration. |
|
Configuration
A bean, used by BeanUtils, to set configuration from an XML configuration file. |
Classes in net.sf.ehcache.config used by net.sf.ehcache.config | |
---|---|
CacheConfiguration
A value object used to represent cache configuration. |
|
CacheConfiguration.BootstrapCacheLoaderFactoryConfiguration
Configuration for the BootstrapCacheLoaderFactoryConfiguration. |
|
CacheConfiguration.CacheDecoratorFactoryConfiguration
Configuration for the CacheDecoratorFactoryConfiguration. |
|
CacheConfiguration.CacheEventListenerFactoryConfiguration
Configuration for the CacheEventListenerFactory. |
|
CacheConfiguration.CacheExceptionHandlerFactoryConfiguration
Configuration for the BootstrapCacheLoaderFactoryConfiguration. |
|
CacheConfiguration.CacheExtensionFactoryConfiguration
Configuration for the CacheExtensionFactoryConfiguration. |
|
CacheConfiguration.CacheLoaderFactoryConfiguration
Configuration for the CacheLoaderFactoryConfiguration. |
|
CacheConfiguration.TransactionalMode
Represents whether the Cache is transactional or not. |
|
CacheConfigurationListener
Instances of CacheConfigurationListener can be registered with CacheConfiguration instances in order to receive notification when any of the dynamic properties of the configuration are changed. |
|
CacheWriterConfiguration
Class to hold the CacheWriterManager configuration |
|
CacheWriterConfiguration.CacheWriterFactoryConfiguration
Configuration for the CacheWriterFactoryConfiguration. |
|
CacheWriterConfiguration.WriteMode
Represents how elements are written to the CacheWriter |
|
ConfigError
Represents a config error |
|
Configuration
A bean, used by BeanUtils, to set configuration from an XML configuration file. |
|
Configuration.Monitoring
Represents whether monitoring should be enabled or not. |
|
Configuration.RuntimeCfg
Runtime configuration as being used by the CacheManager |
|
CopyStrategyConfiguration
|
|
DiskStoreConfiguration
A class to represent DiskStore configuration e.g. |
|
DynamicSearchListener
Listener for changes to dynamic attributes extractor config |
|
ElementValueComparatorConfiguration
|
|
FactoryConfiguration
A class to represent the CacheManagerEventListener configuration. |
|
InvalidConfigurationException
An exception to report invalid configuration settings. |
|
ManagementRESTServiceConfiguration
Configuration class of management REST services. |
|
MemoryUnit
Memory unit: byte-based |
|
NonstopConfiguration
Configuration class of nonstop caches |
|
PersistenceConfiguration
Class to hold the persistence policy configuration. |
|
PersistenceConfiguration.Strategy
Enumeration of the legal persistence strategies |
|
PinningConfiguration
Class to hold the Pinning configuration. |
|
PinningConfiguration.Store
Possible store values |
|
Searchable
Search configuration for a Cache |
|
SearchAttribute
A cache search attribute. |
|
SizeOfPolicyConfiguration
Class to hold the SizeOf policy configuration. |
|
SizeOfPolicyConfiguration.MaxDepthExceededBehavior
Enum of the possible behaviors of the SizeOf engine when the max depth is exceeded |
|
TerracottaClientConfiguration
Holds the Terracotta configuration for a particular client |
|
TerracottaConfiguration
Class to hold the Terracotta configuration - either a pointer to the real config or a container for embedded config. |
|
TerracottaConfiguration.Consistency
Enum for various consistency settings |
|
TimeoutBehaviorConfiguration
Configuration element for configuring timeoutBehavior for nonstop |
|
TimeoutBehaviorConfiguration.TimeoutBehaviorType
Enum encapsulating type of TimeoutBehavior |
Classes in net.sf.ehcache.config used by net.sf.ehcache.config.generator | |
---|---|
CacheConfiguration
A value object used to represent cache configuration. |
|
Configuration
A bean, used by BeanUtils, to set configuration from an XML configuration file. |
Classes in net.sf.ehcache.config used by net.sf.ehcache.config.generator.model | |
---|---|
FactoryConfiguration
A class to represent the CacheManagerEventListener configuration. |
Classes in net.sf.ehcache.config used by net.sf.ehcache.config.generator.model.elements | |
---|---|
CacheConfiguration
A value object used to represent cache configuration. |
|
CacheWriterConfiguration
Class to hold the CacheWriterManager configuration |
|
Configuration
A bean, used by BeanUtils, to set configuration from an XML configuration file. |
|
CopyStrategyConfiguration
|
|
DiskStoreConfiguration
A class to represent DiskStore configuration e.g. |
|
ElementValueComparatorConfiguration
|
|
FactoryConfiguration
A class to represent the CacheManagerEventListener configuration. |
|
ManagementRESTServiceConfiguration
Configuration class of management REST services. |
|
NonstopConfiguration
Configuration class of nonstop caches |
|
PersistenceConfiguration
Class to hold the persistence policy configuration. |
|
PinningConfiguration
Class to hold the Pinning configuration. |
|
Searchable
Search configuration for a Cache |
|
SizeOfPolicyConfiguration
Class to hold the SizeOf policy configuration. |
|
TerracottaClientConfiguration
Holds the Terracotta configuration for a particular client |
|
TerracottaConfiguration
Class to hold the Terracotta configuration - either a pointer to the real config or a container for embedded config. |
|
TimeoutBehaviorConfiguration
Configuration element for configuring timeoutBehavior for nonstop |
Classes in net.sf.ehcache.config used by net.sf.ehcache.constructs | |
---|---|
CacheConfiguration
A value object used to represent cache configuration. |
Classes in net.sf.ehcache.config used by net.sf.ehcache.constructs.classloader | |
---|---|
CacheConfiguration
A value object used to represent cache configuration. |
Classes in net.sf.ehcache.config used by net.sf.ehcache.management | |
---|---|
ManagementRESTServiceConfiguration
Configuration class of management REST services. |
Classes in net.sf.ehcache.config used by net.sf.ehcache.management.provider | |
---|---|
Configuration
A bean, used by BeanUtils, to set configuration from an XML configuration file. |
Classes in net.sf.ehcache.config used by net.sf.ehcache.management.sampled | |
---|---|
CacheConfiguration
A value object used to represent cache configuration. |
|
CacheConfigurationListener
Instances of CacheConfigurationListener can be registered with CacheConfiguration instances in order to receive notification when any of the dynamic properties of the configuration are changed. |
Classes in net.sf.ehcache.config used by net.sf.ehcache.search.attribute | |
---|---|
InvalidConfigurationException
An exception to report invalid configuration settings. |
Classes in net.sf.ehcache.config used by net.sf.ehcache.store | |
---|---|
CacheConfiguration
A value object used to represent cache configuration. |
|
CacheConfiguration.TransactionalMode
Represents whether the Cache is transactional or not. |
|
CacheConfigurationListener
Instances of CacheConfigurationListener can be registered with CacheConfiguration instances in order to receive notification when any of the dynamic properties of the configuration are changed. |
Classes in net.sf.ehcache.config used by net.sf.ehcache.store.disk | |
---|---|
CacheConfiguration
A value object used to represent cache configuration. |
Classes in net.sf.ehcache.config used by net.sf.ehcache.terracotta | |
---|---|
Configuration
A bean, used by BeanUtils, to set configuration from an XML configuration file. |
|
TerracottaClientConfiguration
Holds the Terracotta configuration for a particular client |
Classes in net.sf.ehcache.config used by net.sf.ehcache.transaction | |
---|---|
CacheConfiguration.TransactionalMode
Represents whether the Cache is transactional or not. |
Classes in net.sf.ehcache.config used by net.sf.ehcache.writer.writebehind | |
---|---|
CacheConfiguration
A value object used to represent cache configuration. |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |