| Name | Description | Type | Package | Framework |
| AATreeSet | | Class | net.sf.ehcache.store.disk.ods | EHCache |
|
| AbstractBalancedAccessEvictor | Abstract implementation of a global 'cache value' maximizing pool eviction algorithm. | Class | net.sf.ehcache.pool.impl | EHCache |
|
| AbstractCacheWriter | A convenience abstract base class that implements all CacheWriter methods. | Class | net.sf.ehcache.writer | EHCache |
|
| AbstractDepthFirstVisitor | element and goes deeper and deeper in each child element until there are no children and then backtracks, doing the same thing for each children in each child element. | Class | net.sf.ehcache.config.generator.model | EHCache |
|
| AbstractFromLargestCachePoolEvictor | Abstract pool evictor which always evicts from the store consuming the most resources. | Class | net.sf.ehcache.pool.impl | EHCache |
|
| AbstractNodeElement | An abstract implementation of NodeElement. | Class | net.sf.ehcache.config.generator.model | EHCache |
|
| AbstractPolicy | | Class | net.sf.ehcache.store | EHCache |
|
| AbstractPool | An abstract pool implementation. | Class | net.sf.ehcache.pool.impl | EHCache |
|
| AbstractPoolAccessor | Abstract PoolAccessor implementation providing pool to store binding functionality. | Class | net.sf.ehcache.pool.impl | EHCache |
|
| AbstractSoftLockManager | An abstract map backed soft lock manager. | Class | net.sf.ehcache.transaction | EHCache |
|
| AbstractStore | | Class | net.sf.ehcache.store | EHCache |
|
| AbstractStoreCommand | | Class | net.sf.ehcache.transaction.xa.commands | EHCache |
|
| AbstractTransactionIDFactory | An abstract map backed transaction id factory. | Class | net.sf.ehcache.transaction | EHCache |
|
| AbstractTransactionStore | Abstract transactional store which provides implementation of all non-transactional methodsAuthor:Ludovic Orban | Class | net.sf.ehcache.transaction | EHCache |
|
| AbstractWriteBehindQueue | Abstract implementation of a WriteBehindQueue. | Class | net.sf.ehcache.writer.writebehind | EHCache |
|
| AgentSizeOf | SizeOf implementation that relies on a Java agent to be loaded to do the measurement It will try to load the agent through the JDK6 Attach API if available | Class | net.sf.ehcache.pool.sizeof | EHCache |
|
| AggregateCacheRegionStats | | Class | net.sf.ehcache.hibernate.management.impl | EHCache |
|
| AggregateIterator | This Iterator iterates over a collection of iterators. | Class | net.sf.ehcache.util | EHCache |
|
| AggregateOnlyResult | A result implementation intended solely for holding aggregate results. | Class | net.sf.ehcache.search.impl | EHCache |
|
| Aggregator | An Aggregator describes a requested aggregation for a query and provides aggregator instances for execution AggregatorInstance | Interface | net.sf.ehcache.search.aggregator | EHCache |
|
| AggregatorException | Thrown if an Aggregator cannot complete. | Class | net.sf.ehcache.search.aggregator | EHCache |
|
| AggregatorInstance | An AggregatorInstance takes input objects and computes an aggregate function from them. | Interface | net.sf.ehcache.search.aggregator | EHCache |
|
| Aggregators | Helper class to construct the builtin aggregator types. | Class | net.sf.ehcache.search.aggregator | EHCache |
|
| AlwaysMatch | Criteria that always return trueConstructor SummaryAlwaysMatch() | Class | net.sf.ehcache.search.expression | EHCache |
|
| And | | Class | net.sf.ehcache.search.expression | EHCache |
|
| AnnotationProxyFactory | Allows you to transform the type of your custom annotation to a reference annotation type. | Class | net.sf.ehcache.pool.sizeof.filter | EHCache |
|
| AnnotationSizeOfFilter | A Filter that will filter fields, based on the IgnoreSizeOf annotationConstructor SummaryAnnotationSizeOfFilter() | Class | net.sf.ehcache.pool.sizeof.filter | EHCache |
|
| AtomicLongSequence | Simple non-persistent implementation of LongSequenceConstructor SummaryAtomicLongSequence() | Class | net.sf.ehcache.util | EHCache |
|
| AtomicRateStatistic | A thread-safe rate statistic implementation. | Class | net.sf.ehcache.util.ratestatistics | EHCache |
|
| AtomikosSelector | A Selector for the Atomikos transaction manager. | Class | net.sf.ehcache.transaction.manager.selector | EHCache |
|
| Attribute | A search attribute. | Class | net.sf.ehcache.search | EHCache |
|
| AttributeExtractor | Used to extract a search attribute value for a given cache element. | Interface | net.sf.ehcache.search.attribute | EHCache |
|
| AttributeExtractorException | An exception to indicate that an attribute extractor was unable to be processed. | Class | net.sf.ehcache.search.attribute | EHCache |
|
| AttributeType | enum AttributeTypeextends EnumDefines the legal set of runtime types for search attributes | Class | net.sf.ehcache.search.attribute | EHCache |
|
| Average | | Class | net.sf.ehcache.search.aggregator | EHCache |
|
| BalancedAccessOnDiskPoolEvictor | Balanced access evictor that makes on-disk eviction decisions. | Class | net.sf.ehcache.pool.impl | EHCache |
|
| BalancedAccessOnHeapPoolEvictor | Balanced access evictor that makes on-heap eviction decisions. | Class | net.sf.ehcache.pool.impl | EHCache |
|
| BaseCriteria | Base class for all criteria typesConstructor SummaryBaseCriteria() | Class | net.sf.ehcache.search.expression | EHCache |
|
| BaseEmitterBean | | Class | net.sf.ehcache.hibernate.management.impl | EHCache |
|
| BaseQueryInterpreter | Base class for interpreting store queries. | Class | net.sf.ehcache.search.impl | EHCache |
|
| BaseResult | | Class | net.sf.ehcache.search.impl | EHCache |
|
| BatchOperation | Interface to implement batch operations that are executed on a cache writerVersion:$Id: BatchOperation. | Interface | net.sf.ehcache.writer.writebehind.operations | EHCache |
|
| BeanUtils | Reflective utilities for dealing with backward-incompatible change to statistics types in Hibernate 3. | Class | net.sf.ehcache.hibernate.management.impl | EHCache |
|
| Between | | Class | net.sf.ehcache.search.expression | EHCache |
|
| BitronixSelector | A Selector for the Bitronix Transaction Manager. | Class | net.sf.ehcache.transaction.manager.selector | EHCache |
|
| BlockingCache | A blocking decorator for an Ehcache, backed by a Ehcache. | Class | net.sf.ehcache.constructs.blocking | EHCache |
|
| BootstrapCacheLoader | | Interface | net.sf.ehcache.bootstrap | EHCache |
|
| BootstrapCacheLoaderFactory | An abstract factory for creating BootstrapCacheLoader instances. | Class | net.sf.ehcache.bootstrap | EHCache |
|
| BoundedPool | A pool which loosely obeys to its bound: it can allow the accessors to consume more bytes than what has been configured if that helps concurrency. | Class | net.sf.ehcache.pool.impl | EHCache |
|
| Cache | Cache is the central class in ehcache. | Class | net.sf.ehcache | EHCache |
|
| Cache | A JMX MBean implementation for CacheSince:1. | Class | net.sf.ehcache.management | EHCache |
|
| CacheCluster | Allows you to explore the Terracotta cluster nodes and register for events about the cluster. | Interface | net.sf.ehcache.cluster | EHCache |
|
| CacheConfigError | | Class | net.sf.ehcache.config | EHCache |
|
| CacheConfiguration | A value object used to represent cache configuration. | Class | net.sf.ehcache.config | EHCache |
|
| CacheConfiguration | A JMX MBean implementation and decorator to net. | Class | net.sf.ehcache.management | EHCache |
|
| CacheConfigurationElement | Element representing the CacheConfigurationAuthor:Abhishek Sanoujam | Class | net.sf.ehcache.config.generator.model.elements | EHCache |
|
| CacheConfigurationListener | Instances of CacheConfigurationListener can be registered with CacheConfiguration instances in order to receive notification when any of the dynamic properties of | Interface | net.sf.ehcache.config | EHCache |
|
| CacheConfigurationMBean | A JMX MBean interface for the configuration of a cacheSince:1. | Interface | net.sf.ehcache.management | EHCache |
|
| CacheDecoratorFactory | An abstract factory for creating decorated Ehcache instances. | Class | net.sf.ehcache.constructs | EHCache |
|
| CacheEntry | Helper class to tie a key to an element. | Class | net.sf.ehcache | EHCache |
|
| CacheEntryFactory | Creates objects to populate the cache. | Interface | net.sf.ehcache.constructs.blocking | EHCache |
|
| CacheEventListener | Allows implementers to register callback methods that will be executed when a cache event The events include: | Interface | net.sf.ehcache.event | EHCache |
|
| CacheEventListenerAdapter | An adapter to simplify cache event listeners that do not need all events defined on the CacheEventListener interface. | Class | net.sf.ehcache.event | EHCache |
|
| CacheEventListenerFactory | An abstract factory for creating listeners. | Class | net.sf.ehcache.event | EHCache |
|
| CacheException | A runtime Cache Exception. | Class | net.sf.ehcache | EHCache |
|
| CacheExceptionHandler | A handler which may be registered with an Ehcache, to handle exceptions on Cache operations. | Interface | net.sf.ehcache.exceptionhandler | EHCache |
|
| CacheExceptionHandlerFactory | An abstract factory for creating CacheExceptionHandlers at configuration time, in ehcache. | Class | net.sf.ehcache.exceptionhandler | EHCache |
|
| CacheExtension | This is a general purpose mechanism to allow generic extensions to a Cache. | Interface | net.sf.ehcache.extension | EHCache |
|
| CacheExtensionFactory | An abstract factory for creating CacheExtensions. | Class | net.sf.ehcache.extension | EHCache |
|
| CacheInitializationHelper | Helper class to initialize an Ehcache with a CacheManager without adding the Ehcache to the CacheManager. | Class | net.sf.ehcache | EHCache |
|
| CacheKeySet | A Set of keys that will encapsulate keys present in a Cache. | Class | net.sf.ehcache.store | EHCache |
|
| CacheLoader | This interface has exactly the same interface as in the JCache module. | Interface | net.sf.ehcache.loader | EHCache |
|
| CacheLoaderFactory | An abstract factory for creating cache loaders. | Class | net.sf.ehcache.loader | EHCache |
|
| CacheLockProvider | | Interface | net.sf.ehcache.concurrent | EHCache |
|
| CacheManager | A container for Ehcaches that maintain all aspects of their lifecycle. | Class | net.sf.ehcache | EHCache |
|
| CacheManager | An MBean implementation for those attributes and operations we wish to expose on net. | Class | net.sf.ehcache.management | EHCache |
|
| CacheManagerEventListener | Allows implementers to register callback methods that will be executed when a CacheManager event occurs. | Interface | net.sf.ehcache.event | EHCache |
|
| CacheManagerEventListenerFactory | An abstract factory for creating CacheManagerEventListeners. | Class | net.sf.ehcache.event | EHCache |
|
| CacheManagerEventListenerRegistry | Registered listeners for registering and unregistering CacheManagerEventListeners and sending notifications to registrants. | Class | net.sf.ehcache.event | EHCache |
|
| CacheManagerExecutorServiceFactory | NonstopExecutorServiceFactory that creates and maintains one per CacheManagerAuthor:Abhishek Sanoujam | Class | net.sf.ehcache.constructs.nonstop | EHCache |
|
| CacheManagerMBean | An MBean interface for those attributes and operations we wish to expose on net. | Interface | net.sf.ehcache.management | EHCache |
|
| CacheManagerPeerListener | A listener for updates, which controls remote cache peers. | Interface | net.sf.ehcache.distribution | EHCache |
|
| CacheManagerPeerListenerFactory | An abstract factory for creating cache manager peer listeners. | Class | net.sf.ehcache.distribution | EHCache |
|
| CacheManagerPeerProvider | Provides a discovery service to locate CachePeer listener peers for a Cache. | Interface | net.sf.ehcache.distribution | EHCache |
|
| CacheManagerPeerProviderFactory | An abstract factory for creating peers. | Class | net.sf.ehcache.distribution | EHCache |
|
| CacheManagerSampler | An abstraction for sampled cache manager usage statistics. | Interface | net.sf.ehcache.management.sampled | EHCache |
|
| CacheManagerSamplerImpl | An implementation of CacheManagerSamplerAuthor:Abhishek Sanoujam, byoukste | Class | net.sf.ehcache.management.sampled | EHCache |
|
| CacheMBean | A management bean for a cacheSince:1. | Interface | net.sf.ehcache.management | EHCache |
|
| CacheOperationUnderExplicitLockCallable | Callable used with nonstop when explicit lock has been acquiredAuthor:Abhishek Sanoujam | Class | net.sf.ehcache.constructs.nonstop.concurrency | EHCache |
|
| CachePeer | An interface for a cache peer to which updates are made remotely. | Interface | net.sf.ehcache.distribution | EHCache |
|
| CacheRegionStats | | Class | net.sf.ehcache.hibernate.management.impl | EHCache |
|
| CacheRegionUtils | | Class | net.sf.ehcache.hibernate.management.impl | EHCache |
|
| CacheReplicator | Replicates cache entries to peers of the CacheManagerVersion:$Id: CacheReplicator. | Interface | net.sf.ehcache.distribution | EHCache |
|
| CacheSampler | An interface for exposing cache statistics. | Interface | net.sf.ehcache.management.sampled | EHCache |
|
| CacheSamplerImpl | An implementation of CacheSamplerAuthor:Abhishek Sanoujam, byoukste | Class | net.sf.ehcache.management.sampled | EHCache |
|
| CacheStatistics | A JMX CacheStatistics decorator for an ehcache Statistics class. | Class | net.sf.ehcache.management | EHCache |
|
| CacheStatisticsMBean | | Interface | net.sf.ehcache.management | EHCache |
|
| CacheStatisticsSampler | An interface for statistic samplers that expose the counters that track the actual sampled cache statistics. | Interface | net.sf.ehcache.statistics.sampled | EHCache |
|
| CacheStoreHelper | A helper class to get the internal Store from a CacheAuthor:Abhishek Sanoujam | Class | net.sf.ehcache | EHCache |
|
| CacheTransactionHelper | A collection of utility methods helping controlling transactions for managed operations which may require them. | Class | net.sf.ehcache.util | EHCache |
|
| CacheUsageListener | Interface for listeners to any change in usage statistics of an Implementations of this interface should implement the Object. | Interface | net.sf.ehcache.statistics | EHCache |
|
| CacheWriter | A CacheWriter is an interface used for write-through and write-behind caching to a underlying resource. | Interface | net.sf.ehcache.writer | EHCache |
|
| CacheWriterConfiguration | Class to hold the CacheWriterManager configurationVersion:$Id: CacheWriterConfiguration. | Class | net.sf.ehcache.config | EHCache |
|
| CacheWriterConfigurationElement | Element representing the CacheWriterConfigurationAuthor:Abhishek Sanoujam | Class | net.sf.ehcache.config.generator.model.elements | EHCache |
|
| CacheWriterFactory | An abstract factory for creating cache writers. | Class | net.sf.ehcache.writer | EHCache |
|
| CacheWriterManager | A CacheWriterManager coordinates how element are written to a back-end store. | Interface | net.sf.ehcache.writer | EHCache |
|
| CacheWriterManagerException | An exception specifically for throwing exceptions that happen with a CacheWriterManager implementation. | Class | net.sf.ehcache.writer | EHCache |
|
| CastingOperationConverter | A converter that simply casts an existing KeyBasedOperation instance. | Class | net.sf.ehcache.writer.writebehind | EHCache |
|
| CircularLossyQueue | An implementation of a CircularQueue data-structure. | Class | net.sf.ehcache.util | EHCache |
|
| ClassLoaderAwareCache | A cache decorator that adjusts the Thread context classloader (TCCL) for every cache operation. | Class | net.sf.ehcache.constructs.classloader | EHCache |
|
| ClassLoaderUtil | Keeps all classloading in ehcache consistent. | Class | net.sf.ehcache.util | EHCache |
|
| ClassSelector | Abstract selector for instanciating a classAuthor:Ludovic Orban | Class | net.sf.ehcache.transaction.manager.selector | EHCache |
|
| ClusteredInstanceFactory | Factory for creating clustered instancesSince:1. | Interface | net.sf.ehcache.terracotta | EHCache |
|
| ClusteredInstanceFactoryWrapper | A ClusteredInstanceFactory implementation that delegates all operations to an underlying delegate except for the followinggetTopology() : Delegates to the TerracottaClient. | Class | net.sf.ehcache.terracotta | EHCache |
|
| ClusterNode | Provides information about a node in a cache cluster. | Interface | net.sf.ehcache.cluster | EHCache |
|
| ClusterOperation | Interface for executing clustered operations (that can potentially get stuck)Author:Abhishek Sanoujam | Interface | net.sf.ehcache.constructs.nonstop | EHCache |
|
| ClusterOperationCallable | A Callable that is used to execute ClusterOperationAuthor:Abhishek Sanoujam | Interface | net.sf.ehcache.constructs.nonstop | EHCache |
|
| ClusterScheme | enum ClusterSchemeextends EnumLists support cluster schemes (may not include all possible schemes). | Class | net.sf.ehcache.cluster | EHCache |
|
| ClusterSchemeNotAvailableException | Exception type that is thrown when requesting for a certain type of ClusterScheme and its not available. | Class | net.sf.ehcache.cluster | EHCache |
|
| ClusterTopologyListener | A listener for cluster topology eventsSince:2. | Interface | net.sf.ehcache.cluster | EHCache |
|
| CoalesceKeysFilter | Filters the operations by only retaining the latest operations for a given key. | Class | net.sf.ehcache.writer.writebehind | EHCache |
|
| CollectionStats | | Class | net.sf.ehcache.hibernate.management.impl | EHCache |
|
| CombinationSizeOfFilter | Filter combining multiple filtersConstructor SummaryCombinationSizeOfFilter(SizeOfFilter. | Class | net.sf.ehcache.pool.sizeof.filter | EHCache |
|
| Command | | Interface | net.sf.ehcache.transaction.xa.commands | EHCache |
|
| ComparableValue | | Class | net.sf.ehcache.search.expression | EHCache |
|
| ComprehensiveCacheSampler | | Interface | net.sf.ehcache.management.sampled | EHCache |
|
| ComprehensiveCacheSamplerImpl | The default implementation of ComprehensiveCacheSampler. | Class | net.sf.ehcache.management.sampled | EHCache |
|
| ConcurrencyUtil | Various bits of black magic garnered from experts on the concurrency-interest@cs. | Class | net.sf.ehcache.concurrent | EHCache |
|
| ConfigError | | Class | net.sf.ehcache.config | EHCache |
|
| ConfigurableRMIClientSocketFactory | Default socket timeouts are unlikely to be suitable for cache replication. | Class | net.sf.ehcache.distribution | EHCache |
|
| Configuration | A bean, used by BeanUtils, to set configuration from an XML configuration file. | Class | net.sf.ehcache.config | EHCache |
|
| ConfigurationElement | Element representing the Configuration. | Class | net.sf.ehcache.config.generator.model.elements | EHCache |
|
| ConfigurationFactory | A utility class which configures beans from XML, using reflection. | Class | net.sf.ehcache.config | EHCache |
|
| ConfigurationGenerator | Utility class for generating configuration texts. | Class | net.sf.ehcache.config.generator | EHCache |
|
| ConfigurationHelper | The configuration for ehcache. | Class | net.sf.ehcache.config | EHCache |
|
| ConfigurationSource | Class encapsulating the source of configuration for a cache managerAuthor:Abhishek Sanoujam | Class | net.sf.ehcache.config.generator | EHCache |
|
| ConfigurationUtil | Utility class with static methods for generating configuration texts in different ways based on inputAuthor:Abhishek Sanoujam | Class | net.sf.ehcache.config.generator | EHCache |
|
| CopyStrategy | | Interface | net.sf.ehcache.store.compound | EHCache |
|
| CopyStrategyConfiguration | | Class | net.sf.ehcache.config | EHCache |
|
| CopyStrategyConfigurationElement | NodeElement representing the CopyStrategyConfigurationAuthor:Abhishek Sanoujam | Class | net.sf.ehcache.config.generator.model.elements | EHCache |
|
| Count | Counts the number of resultsConstructor SummaryCount() | Class | net.sf.ehcache.search.aggregator | EHCache |
|
| Counter | | Interface | net.sf.ehcache.util.counter | EHCache |
|
| CounterConfig | Config for a simple CounterSince:1. | Class | net.sf.ehcache.util.counter | EHCache |
|
| CounterImpl | A simple counter implementationSince:1. | Class | net.sf.ehcache.util.counter | EHCache |
|
| CounterManager | A Counter Manager that accepts a config to create counters. | Interface | net.sf.ehcache.util.counter | EHCache |
|
| CounterManagerImpl | An implementation of a CounterManager. | Class | net.sf.ehcache.util.counter | EHCache |
|
| CountingThreadFactory | A custom ThreadFactory that maintains a count of how many threads this factory has createdAuthor:Abhishek Sanoujam | Class | net.sf.ehcache.constructs.nonstop.util | EHCache |
|
| Criteria | | Interface | net.sf.ehcache.search.expression | EHCache |
|
| DeadLockException | This exception is thrown when a deadlock between two transactions is detectedAuthor:Ludovic OrbanSee Also:Serialized Form | Class | net.sf.ehcache.transaction | EHCache |
|
| Decision | enum Decisionextends EnumThe decision types a Transaction ID can be in | Class | net.sf.ehcache.transaction | EHCache |
|
| DefaultCacheConfigurationElement | NodeElement representing the CacheConfiguration of the "defaultCache"Author:Abhishek Sanoujam | Class | net.sf.ehcache.config.generator.model.elements | EHCache |
|
| DefaultElementEvictionData | Default implementation of the element eviction data storage that just keeps all the data in instance fields in the heap. | Class | net.sf.ehcache | EHCache |
|
| DefaultElementValueComparator | | Class | net.sf.ehcache.store | EHCache |
|
| DefaultSizeOfEngine | | Class | net.sf.ehcache.pool.impl | EHCache |
|
| DefaultTransactionManagerLookup | Default TransactionManagerLookup implementation, that will be used by an initializing Cache should the user have not specified otherwise. | Class | net.sf.ehcache.transaction.manager | EHCache |
|
| DelegatingTransactionIDFactory | A TransactionIDFactory implementation with delegates calls to either a clustered or non-clustered factory | Class | net.sf.ehcache.transaction | EHCache |
|
| DeleteAllOperation | | Class | net.sf.ehcache.writer.writebehind.operations | EHCache |
|
| DeleteOperation | | Class | net.sf.ehcache.writer.writebehind.operations | EHCache |
|
| Direction | enum Directionextends EnumThe direction for search result ordering | Class | net.sf.ehcache.search | EHCache |
|
| DisconnectedClusterNode | ClusterNode which copies a disconnected ClusterNode without keeping any reference to the original one. | Class | net.sf.ehcache.terracotta | EHCache |
|
| DiskBackedMemoryStore | A tiered store using an in-memory cache of elements stored on disk. | Class | net.sf.ehcache.store | EHCache |
|
| DiskSizeOfEngine | SizeOf engine which calculates exact usage of the disk store. | Class | net.sf.ehcache.store.disk | EHCache |
|
| DiskStorageFactory | A mock-up of a on-disk element proxy factory. | Class | net.sf.ehcache.store.disk | EHCache |
|
| DiskStore | All new elements are automatically scheduled for writing to disk. | Class | net.sf.ehcache.store.disk | EHCache |
|
| DiskStoreBootstrapCacheLoader | | Class | net.sf.ehcache.store | EHCache |
|
| DiskStoreBootstrapCacheLoaderFactory | Factory class to create DiskStoreBootstrapCacheLoader instances. | Class | net.sf.ehcache.store | EHCache |
|
| DiskStoreConfiguration | A class to represent DiskStore configurationVersion:$Id: DiskStoreConfiguration. | Class | net.sf.ehcache.config | EHCache |
|
| DiskStoreConfigurationElement | Element representing the DiskStoreConfigurationAuthor:Abhishek Sanoujam | Class | net.sf.ehcache.config.generator.model.elements | EHCache |
|
| DiskStorePathManager | Manager class to handle disk store path. | Class | net.sf.ehcache | EHCache |
|
| Disposable | A Disposable is a resource that needs to release other resources when it is no longer needed. | Interface | net.sf.ehcache | EHCache |
|
| DynamicAttributesExtractor | | Interface | net.sf.ehcache.search.attribute | EHCache |
|
| DynamicSearchChecker | Utility class for verifying dynamically extracted search attribute against "static" search configurationConstructor SummaryDynamicSearchChecker() | Class | net.sf.ehcache.search.impl | EHCache |
|
| DynamicSearchListener | | Interface | net.sf.ehcache.config | EHCache |
|
| Ehcache | An interface for Ehcache. | Interface | net.sf.ehcache | EHCache |
|
| EhCache | EHCache plugin for Hibernate. | Class | net.sf.ehcache.hibernate | EHCache |
|
| EhcacheAccessStrategyFactory | Factory to create EntityRegionAccessStrategyAuthor:Abhishek Sanoujam | Interface | net.sf.ehcache.hibernate.strategy | EHCache |
|
| EhcacheAccessStrategyFactoryImpl | Class implementing EhcacheAccessStrategyFactoryAuthor:Abhishek Sanoujam | Class | net.sf.ehcache.hibernate.strategy | EHCache |
|
| EhcacheCollectionRegion | A collection region specific wrapper around an Ehcache instance. | Class | net.sf.ehcache.hibernate.regions | EHCache |
|
| EhcacheCoreInit | Ehcache core init service implConstructor SummaryEhcacheCoreInit() | Class | net.sf.ehcache | EHCache |
|
| EhcacheDataRegion | An Ehcache specific data region implementation. | Class | net.sf.ehcache.hibernate.regions | EHCache |
|
| EhcacheDecoratorAdapter | Adapter class for Ehcache interface decorators. | Class | net.sf.ehcache.constructs | EHCache |
|
| EhcacheEntityRegion | An entity region specific wrapper around an Ehcache instance. | Class | net.sf.ehcache.hibernate.regions | EHCache |
|
| EhcacheHibernate | | Class | net.sf.ehcache.hibernate.management.impl | EHCache |
|
| EhcacheHibernateMBean | MBean interface for hibernate statistics of session-factoriesAuthor:Abhishek Sanoujam | Interface | net.sf.ehcache.hibernate.management.api | EHCache |
|
| EhcacheHibernateMbeanNames | Utility class used for getting ObjectName's for ehcache hibernate MBeansSince:1. | Class | net.sf.ehcache.hibernate.management.impl | EHCache |
|
| EhcacheHibernateMBeanRegistration | Interface for helping registering mbeans for ehcache backed hibernate second-level cacheAuthor:Abhishek Sanoujam | Interface | net.sf.ehcache.hibernate.management.impl | EHCache |
|
| EhcacheHibernateMBeanRegistrationImpl | Also implements CacheManagerEventListener. | Class | net.sf.ehcache.hibernate.management.impl | EHCache |
|
| EhcacheInit | | Interface | net.sf.ehcache | EHCache |
|
| EhcacheJtaTransactionManagerLookup | Hibernate TransactionManagerLookup which also is a Ehcache transaction manager lookup. | Class | net.sf.ehcache.hibernate | EHCache |
|
| EhcacheNonstrictReadWriteCache | Ehcache specific non-strict read/write cache concurrency strategy. | Class | net.sf.ehcache.hibernate.ccs | EHCache |
|
| EhCacheProvider | Cache Provider plugin for Hibernate 3. | Class | net.sf.ehcache.hibernate | EHCache |
|
| EhcacheQueryResultsRegion | A query results region specific wrapper around an Ehcache instance. | Class | net.sf.ehcache.hibernate.regions | EHCache |
|
| EhcacheReadOnlyCache | Ehcache specific read-only cache concurrency strategy. | Class | net.sf.ehcache.hibernate.ccs | EHCache |
|
| EhcacheReadWriteCache | Ehcache specific read/write cache concurrency strategy. | Class | net.sf.ehcache.hibernate.ccs | EHCache |
|
| EhCacheRegionFactory | A non-singleton EhCacheRegionFactory implementation. | Class | net.sf.ehcache.hibernate | EHCache |
|
| EhcacheStats | Interface for ehcache related statistics of hibernate second level cacheAuthor:Abhishek Sanoujam | Interface | net.sf.ehcache.hibernate.management.api | EHCache |
|
| EhcacheStatsImpl | | Class | net.sf.ehcache.hibernate.management.impl | EHCache |
|
| EhcacheTimestampsRegion | A timestamps region specific wrapper around an Ehcache instance. | Class | net.sf.ehcache.hibernate.regions | EHCache |
|
| EhcacheTransactionalDataRegion | An Ehcache specific TransactionalDataRegion. | Class | net.sf.ehcache.hibernate.regions | EHCache |
|
| EhcacheXAException | Small extension to the XAException defined in the JTA specification, to that the errorCode is provided when instantiating the Exception thrown | Class | net.sf.ehcache.transaction.xa | EHCache |
|
| EhcacheXAResource | EhcacheXAResource represents an Ehcache instance. | Interface | net.sf.ehcache.transaction.xa | EHCache |
|
| EhcacheXAResourceImpl | The EhcacheXAResource implementationAuthor:Ludovic Orban | Class | net.sf.ehcache.transaction.xa | EHCache |
|
| Element | A Cache Element, consisting of a key, value and attributes. | Class | net.sf.ehcache | EHCache |
|
| ElementEvictionData | Provides pluggable storage and configuration of TTI eviction data. | Interface | net.sf.ehcache | EHCache |
|
| ElementIdAssigningStore | Store wrapper that assigns sequential IDs to elements as they are added to the underlying storeFields inherited from interface net. | Class | net.sf.ehcache.store | EHCache |
|
| ElementIdHelper | Provide access to the package private methods for getting/setting Element id. | Class | net.sf.ehcache | EHCache |
|
| ElementSubstituteFilter | Filter on Elements or ElementSubstitutes. | Interface | net.sf.ehcache.store.disk | EHCache |
|
| ElementValueComparator | Used to compare two element values. | Interface | net.sf.ehcache.store | EHCache |
|
| ElementValueComparatorConfiguration | | Class | net.sf.ehcache.config | EHCache |
|
| ElementValueComparatorConfigurationElement | NodeElement representing the ElementValueComparatorConfiguration | Class | net.sf.ehcache.config.generator.model.elements | EHCache |
|
| EntityStats | When we only support Java 6, all of this OpenMBean scaffolding can be removed in favor or MXBeans. | Class | net.sf.ehcache.hibernate.management.impl | EHCache |
|
| EqualTo | | Class | net.sf.ehcache.search.expression | EHCache |
|
| EventMessage | An Event Message, in respect of a particular cache. | Class | net.sf.ehcache.distribution | EHCache |
|
| ExceptionHandlingDynamicCacheProxy | A dynamic proxy which provides CacheException handling. | Class | net.sf.ehcache.exceptionhandler | EHCache |
|
| ExceptionOnTimeoutStore | | Class | net.sf.ehcache.constructs.nonstop.store | EHCache |
|
| ExecutorServiceStore | This implementation executes all operations using a NonstopExecutorService. | Class | net.sf.ehcache.constructs.nonstop.store | EHCache |
|
| ExpiredTransactionIDImpl | | Class | net.sf.ehcache.transaction | EHCache |
|
| ExpiredXidTransactionIDImpl | | Class | net.sf.ehcache.transaction.xa | EHCache |
|
| ExplicitLockingContextThreadLocal | A class that maintains a thread local to keep track of any explicit locks acquired by the app threadAuthor:Abhishek Sanoujam | Class | net.sf.ehcache.constructs.nonstop.concurrency | EHCache |
|
| FactoryConfiguration | A class to represent the CacheManagerEventListener configuration. | Class | net.sf.ehcache.config | EHCache |
|
| FactoryConfigurationElement | NodeElement representing the FactoryConfigurationAuthor:Abhishek Sanoujam | Class | net.sf.ehcache.config.generator.model.elements | EHCache |
|
| FactorySelector | Abstract selector for calling a factory methodAuthor:Ludovic Orban | Class | net.sf.ehcache.transaction.manager.selector | EHCache |
|
| FailSafeTimer | A fail-safe timer in the sense that if the runtime environment restricts creating new threads, it doesn't blow up with an exception. | Class | net.sf.ehcache.util | EHCache |
|
| FeaturesManager | Interface implemented by classes providing access to extended functionality. | Interface | net.sf.ehcache | EHCache |
|
| FifoPolicy | Contains common LFU policy code for use between the LfuMemoryStore and the DiskStore, which also uses an LfuPolicy for evictions. | Class | net.sf.ehcache.store | EHCache |
|
| FileAllocationTree | File allocation tree allows C-like alloc/free operations on a random access file. | Class | net.sf.ehcache.store.disk.ods | EHCache |
|
| FindBugsSuppressWarnings | Annotation used to suppress FindBugs warnings in Ehcache core code. | Class | net.sf.ehcache.util | EHCache |
|
| FromLargestCacheOnDiskPoolEvictor | Pool evictor which always evicts from the store consuming the most disk resources. | Class | net.sf.ehcache.pool.impl | EHCache |
|
| FromLargestCacheOnHeapPoolEvictor | Pool evictor which always evicts from the store consuming the most heap resources. | Class | net.sf.ehcache.pool.impl | EHCache |
|
| FrontEndCacheTier | Abstract class for stores which combine two other stores, one caching the other (aka authority)'s elements. | Class | net.sf.ehcache.store | EHCache |
|
| GenericJndiSelector | A generic selector for looking up any transaction manager under the java:/TransactionManager JNDI nameAuthor:Ludovic Orban | Class | net.sf.ehcache.transaction.manager.selector | EHCache |
|
| GlassfishSelector | A selector for the Glassfish Server's JTA transaction managerAuthor:Ludovic Orban | Class | net.sf.ehcache.transaction.manager.selector | EHCache |
|
| GreaterThan | | Class | net.sf.ehcache.search.expression | EHCache |
|
| GreaterThanOrEqual | | Class | net.sf.ehcache.search.expression | EHCache |
|
| GroupedResultImpl | | Class | net.sf.ehcache.search.impl | EHCache |
|
| HibernateNonstopCacheExceptionHandler | Class that takes care of NonStopCacheException that happens in hibernate moduleAuthor:Abhishek Sanoujam | Class | net.sf.ehcache.hibernate.nonstop | EHCache |
|
| HibernateStats | Interface for hibernate related statistics of hibernate second level cacheAuthor:Abhishek Sanoujam | Interface | net.sf.ehcache.hibernate.management.api | EHCache |
|
| HibernateStatsImpl | | Class | net.sf.ehcache.hibernate.management.impl | EHCache |
|
| HibernateUtil | | Class | net.sf.ehcache.hibernate | EHCache |
|
| IgnoreSizeOf | Annotation to ignore a field, type or entire package while doing a SizeOf measurementAuthor:Chris DennisSee Also:SizeOf | Class | net.sf.ehcache.pool.sizeof.annotations | EHCache |
|
| ILike | A regular expression criteria that matches attribute string values. | Class | net.sf.ehcache.search.expression | EHCache |
|
| ImmutableValueElementCopyStrategy | | Class | net.sf.ehcache.store.compound | EHCache |
|
| InCollection | | Class | net.sf.ehcache.search.expression | EHCache |
|
| InternalClassLoaderAwareCache | Extension of Class Loader Aware cache to accommodate the removeAndReturnElement method. | Class | net.sf.ehcache.constructs.classloader | EHCache |
|
| InternalEhcache | This is an extension of the Ehcache interface to allow addition of new methods to Cache without breaking the public contract. | Interface | net.sf.ehcache.terracotta | EHCache |
|
| InvalidConfigurationException | An exception to report invalid configuration settings. | Class | net.sf.ehcache.config | EHCache |
|
| InvalidLockStateAfterRejoinException | Exception class signifying invalid lock state. | Class | net.sf.ehcache.constructs.nonstop.concurrency | EHCache |
|
| JavaBeanAttributeExtractor | | Class | net.sf.ehcache.search.attribute | EHCache |
|
| JndiSelector | Abstract selector performing JNDI lookupAuthor:Ludovic Orban | Class | net.sf.ehcache.transaction.manager.selector | EHCache |
|
| JtaLocalTransactionStore | A Store implementation with support for local transactions driven by a JTA transaction managerAuthor:Ludovic Orban | Class | net.sf.ehcache.transaction.local | EHCache |
|
| JvmInformation | enum JvmInformationextends EnumDetects and represents JVM-specific properties that relate to the memory | Class | net.sf.ehcache.pool.sizeof | EHCache |
|
| KeyBasedOperation | Interface to implement operations that are performed with write-behind and based on a keyVersion:$Id: KeyBasedOperation. | Interface | net.sf.ehcache.writer.writebehind.operations | EHCache |
|
| KeyObjectAttributeExtractor | Attempt to use the element key object itself as a search attribute. | Class | net.sf.ehcache.search.attribute | EHCache |
|
| LargeCollection | Collection for large set. | Class | net.sf.ehcache.util | EHCache |
|
| LargeSet | Set for holding large entries of set. | Class | net.sf.ehcache.util | EHCache |
|
| LegacyCopyStrategyAdapter | ReadWriteCopyStrategy adaptor for a legacy CopyStrategy instanceAuthor:Ludovic OrbanSee Also:Serialized Form | Class | net.sf.ehcache.store.compound | EHCache |
|
| LegacyEventMessage | An Event Message, in respect of a particular cache. | Class | net.sf.ehcache.distribution | EHCache |
|
| LegacyStoreWrapper | A wrapper to convert a legacy pair of stores into a new style compound store. | Class | net.sf.ehcache.store | EHCache |
|
| LessThan | | Class | net.sf.ehcache.search.expression | EHCache |
|
| LessThanOrEqual | | Class | net.sf.ehcache.search.expression | EHCache |
|
| LfuPolicy | Contains common LFU policy code for use between the LfuMemoryStore and the DiskStore, which also uses an LfuPolicy for evictions. | Class | net.sf.ehcache.store | EHCache |
|
| LiveCacheStatistics | Interface for usage statistics of a Cache. | Interface | net.sf.ehcache.statistics | EHCache |
|
| LiveCacheStatisticsData | Interface that classes storing usage statistics of a Cache will implementSince:1. | Interface | net.sf.ehcache.statistics | EHCache |
|
| LiveCacheStatisticsImpl | | Class | net.sf.ehcache.statistics | EHCache |
|
| LiveCacheStatisticsWrapper | An implementation of LiveCacheStatistics and also implements LiveCacheStatisticsData. | Class | net.sf.ehcache.statistics | EHCache |
|
| LoaderTimeoutException | A loader timeout Exception. | Class | net.sf.ehcache | EHCache |
|
| LocalReadsOnTimeoutStore | A NonstopStore implementation that returns the local value in the VM, if present, for get operations and no-op for put, remove and other operations | Class | net.sf.ehcache.constructs.nonstop.store | EHCache |
|
| LocalRecoveryManager | The local transactions mode recovery manager which is used to trigger full recovery of all caches configured with local transaction mode. | Class | net.sf.ehcache.transaction.local | EHCache |
|
| LocalTransactionContext | A local transaction's thread contextAuthor:Ludovic Orban | Class | net.sf.ehcache.transaction.local | EHCache |
|
| LocalTransactionStore | A Store implementation with support for local transactionsAuthor:Ludovic Orban | Class | net.sf.ehcache.transaction.local | EHCache |
|
| LockOperationTimedOutNonstopException | Special class of NonStopCacheException which is thrown on timeout of lock operationsAuthor:Abhishek SanoujamSee Also:Serialized Form | Class | net.sf.ehcache.constructs.nonstop.concurrency | EHCache |
|
| LockTimeoutException | Indicates that a timeout has occured while attempting to obtain a lock using ReadWriteLockSync. | Class | net.sf.ehcache.constructs.blocking | EHCache |
|
| LockType | enum LockTypeextends EnumLockType tells the locking API what kind of lock should be acquired or released | Class | net.sf.ehcache.concurrent | EHCache |
|
| LongSequence | | Interface | net.sf.ehcache.util | EHCache |
|
| LruMemoryStore | An implementation of a LruMemoryStore. | Class | net.sf.ehcache.store | EHCache |
|
| LruPolicy | Contains common LFU policy code for use between the LfuMemoryStore and the DiskStore, which also uses an LfuPolicy for evictions. | Class | net.sf.ehcache.store | EHCache |
|
| ManagedCacheManagerPeerProvider | | Interface | net.sf.ehcache.management | EHCache |
|
| ManagementRESTServiceConfiguration | Configuration class of management REST services. | Class | net.sf.ehcache.config | EHCache |
|
| ManagementRESTServiceConfigurationElement | Element representing the ManagementRESTServiceConfigurationAuthor:Ludovic Orban | Class | net.sf.ehcache.config.generator.model.elements | EHCache |
|
| ManagementServer | Interface implemented by management servers. | Interface | net.sf.ehcache.management | EHCache |
|
| ManagementServerLoader | ManagementServerLoader is a facility class to access the rest management interface One would use it form EhCache or QuartzScheduler to start or stop a new rest management interface | Class | net.sf.ehcache.management | EHCache |
|
| ManagementService | Ehcache CacheManagers and Caches have lifecycles. | Class | net.sf.ehcache.management | EHCache |
|
| ManualRMICacheManagerPeerProvider | A provider of Peer RMI addresses based off manual configuration. | Class | net.sf.ehcache.distribution | EHCache |
|
| Max | | Class | net.sf.ehcache.search.aggregator | EHCache |
|
| MaxDepthExceededException | | Class | net.sf.ehcache.pool.sizeof | EHCache |
|
| MBeanRegistrationProvider | the passed CacheManager. | Interface | net.sf.ehcache.management.provider | EHCache |
|
| MBeanRegistrationProviderException | Exception thrown from MBeanRegistrationProviderSince:1. | Class | net.sf.ehcache.management.provider | EHCache |
|
| MBeanRegistrationProviderFactory | Factory interface to create MBeanRegistrationProviderSince:1. | Interface | net.sf.ehcache.management.provider | EHCache |
|
| MBeanRegistrationProviderFactoryImpl | Defult implementation of MBeanRegistrationProviderSince:1. | Class | net.sf.ehcache.management.provider | EHCache |
|
| MBeanRegistrationProviderImpl | | Class | net.sf.ehcache.management.provider | EHCache |
|
| MemoryEfficientByteArrayOutputStream | This class is designed to minimise the number of System. | Class | net.sf.ehcache.util | EHCache |
|
| MemoryLimitedCacheLoader | Abstract class for BootstrapCacheLoader implementers that should alter their load behavior (probably stop loading) whenever the cache being bootstrapped has reached its in-memory limit (off- or on-heap) | Class | net.sf.ehcache.store | EHCache |
|
| MemoryOnlyStore | A memory-only store with support for all caching features. | Class | net.sf.ehcache.store | EHCache |
|
| MemorySizeParser | Memory size parser using the letter k or K to indicate kilobytes, the letter m or M to indicate megabytes, the letter g or G to indicate gigabytes and the letter t or T to indicate terabytes. | Class | net.sf.ehcache.util | EHCache |
|
| MemoryStore | A Store implementation suitable for fast, concurrent in memory stores. | Class | net.sf.ehcache.store | EHCache |
|
| MemoryStoreEvictionPolicy | A typesafe enumeration of eviction policies. | Class | net.sf.ehcache.store | EHCache |
|
| MemoryUnit | enum MemoryUnitextends EnumMemory unit: byte-based | Class | net.sf.ehcache.config | EHCache |
|
| MergedEnumeration | An utility class to merge several enumerations into a single oneAuthor:Anthony Dahanne | Class | net.sf.ehcache.util | EHCache |
|
| MimeTypeByteArray | A bean used to wrap byte[] values to be placed in an Element so as to preserve MIME type information. | Class | net.sf.ehcache | EHCache |
|
| Min | | Class | net.sf.ehcache.search.aggregator | EHCache |
|
| MulticastKeepaliveHeartbeatReceiver | Receives heartbeats from any MulticastKeepaliveHeartbeatSenders out there. | Class | net.sf.ehcache.distribution | EHCache |
|
| MulticastKeepaliveHeartbeatSender | Sends heartbeats to a multicast group containing a compressed list of URLs. | Class | net.sf.ehcache.distribution | EHCache |
|
| MulticastRMICacheManagerPeerProvider | A peer provider which discovers peers using Multicast. | Class | net.sf.ehcache.distribution | EHCache |
|
| NamedThreadFactory | A ThreadFactory that sets names to the threads created by this factory. | Class | net.sf.ehcache.util | EHCache |
|
| NodeAttribute | Interface that abstracts the idea of an attribute. | Interface | net.sf.ehcache.config.generator.model | EHCache |
|
| NodeElement | Interface that abstracts the idea of an element. | Interface | net.sf.ehcache.config.generator.model | EHCache |
|
| NodeElementVisitor | Interface for visiting a NodeElementAuthor:Abhishek Sanoujam | Interface | net.sf.ehcache.config.generator.model | EHCache |
|
| NonstopAccessStrategyFactory | HibernateNonstopCacheExceptionHandlerAuthor:Abhishek Sanoujam | Class | net.sf.ehcache.hibernate.nonstop | EHCache |
|
| NonstopActiveDelegateHolder | Interface for resolving the active TerracottaStore, nonstop Executor Service, underlying CacheLockProvider, all of which canAuthor:Abhishek Sanoujam | Interface | net.sf.ehcache.constructs.nonstop | EHCache |
|
| NonstopAwareCollectionRegionAccessStrategy | HibernateNonstopCacheExceptionHandlerAuthor:Abhishek Sanoujam | Class | net.sf.ehcache.hibernate.nonstop | EHCache |
|
| NonstopAwareEntityRegionAccessStrategy | HibernateNonstopCacheExceptionHandlerAuthor:Abhishek Sanoujam | Class | net.sf.ehcache.hibernate.nonstop | EHCache |
|
| NonstopCacheEventListener | A CacheEventListener implementation that uses nonstop featureAuthor:Abhishek Sanoujam | Class | net.sf.ehcache.event | EHCache |
|
| NonStopCacheException | Exception type thrown for NonStopCache operationsAuthor:Abhishek SanoujamSee Also:Serialized Form | Class | net.sf.ehcache.constructs.nonstop | EHCache |
|
| NonStopCacheKeySet | Fields inherited from class java. | Class | net.sf.ehcache.constructs.nonstop.concurrency | EHCache |
|
| NonstopCacheLockProvider | Class implementing CacheLockProvider with nonstop featureAuthor:Abhishek Sanoujam | Class | net.sf.ehcache.constructs.nonstop.concurrency | EHCache |
|
| NonstopConfiguration | Configuration class of nonstop cachesAuthor:Abhishek Sanoujam | Class | net.sf.ehcache.config | EHCache |
|
| NonstopConfigurationElement | NodeElement representing the NonstopConfigurationAuthor:Abhishek Sanoujam | Class | net.sf.ehcache.config.generator.model.elements | EHCache |
|
| NonstopExecutorService | | Interface | net.sf.ehcache.constructs.nonstop | EHCache |
|
| NonstopExecutorServiceFactory | Factory for NonstopExecutorServiceAuthor:Abhishek Sanoujam | Interface | net.sf.ehcache.constructs.nonstop | EHCache |
|
| NonstopExecutorServiceImpl | Class used by NonStopCache for executing tasks within a timeout limit. | Class | net.sf.ehcache.constructs.nonstop | EHCache |
|
| NonstopStore | Interface for nonstop featureAuthor:Abhishek Sanoujam | Interface | net.sf.ehcache.constructs.nonstop.store | EHCache |
|
| NonstopStoreImpl | A NonstopStore implementation which does not block threads when the cluster goes down. | Class | net.sf.ehcache.constructs.nonstop.store | EHCache |
|
| NonstopThread | Thread used for doing nonstop operationsAuthor:Abhishek Sanoujam | Class | net.sf.ehcache.constructs.nonstop | EHCache |
|
| NonstopThreadPool | A thread pool that creates another thread pool per requesting thread. | Class | net.sf.ehcache.constructs.nonstop | EHCache |
|
| NonstopTimeoutBehaviorFactory | Factory for creating NonstopStore that will be used on timeout. | Interface | net.sf.ehcache.constructs.nonstop | EHCache |
|
| NonstopTimeoutBehaviorStoreResolver | Interface for resolving a NonstopStore. | Interface | net.sf.ehcache.constructs.nonstop.store | EHCache |
|
| NonStrictReadWriteEhcacheCollectionRegionAccessStrategy | | Class | net.sf.ehcache.hibernate.strategy | EHCache |
|
| NonStrictReadWriteEhcacheEntityRegionAccessStrategy | | Class | net.sf.ehcache.hibernate.strategy | EHCache |
|
| NoopCacheCluster | This is a dummy implementation of the CacheCluster (Null Object Pattern). | Class | net.sf.ehcache.cluster | EHCache |
|
| NoOpOnTimeoutStore | operations and does nothing for puts and removes. | Class | net.sf.ehcache.constructs.nonstop.store | EHCache |
|
| Not | A search criteria composed of the logical "not" (ie. | Class | net.sf.ehcache.search.expression | EHCache |
|
| NotEqualTo | | Class | net.sf.ehcache.search.expression | EHCache |
|
| NotificationScope | enum NotificationScopeextends EnumThis enumeration defines valid values for event listener notification scope. | Class | net.sf.ehcache.event | EHCache |
|
| NotifyingMemoryStore | Nested Class SummaryNested classes/interfaces inherited from class net. | Class | net.sf.ehcache.store | EHCache |
|
| NotILike | | Class | net.sf.ehcache.search.expression | EHCache |
|
| NullHibernateStats | | Class | net.sf.ehcache.hibernate.management.impl | EHCache |
|
| NullLiveCacheStatisticsData | A no-op implementation which can be used both as a LiveCacheStatistics and LiveCacheStatisticsDataSince:1. | Class | net.sf.ehcache.statistics | EHCache |
|
| NullMBeanRegistrationProvider | A Null implementation of MBeanRegistrationProvider which does nothingSince:1. | Class | net.sf.ehcache.management.provider | EHCache |
|
| NullReadWriteCopyStrategy | | Class | net.sf.ehcache.store.compound | EHCache |
|
| NullResults | | Class | net.sf.ehcache.search | EHCache |
|
| NullSampledCacheStatistics | A no-op implementation of SampledCacheStatisticsSince:1. | Class | net.sf.ehcache.statistics.sampled | EHCache |
|
| NullSelector | A selector that always returns a null transaction managerAuthor:Ludovic Orban | Class | net.sf.ehcache.transaction.manager.selector | EHCache |
|
| NullStore | A store implementation which does not store anything. | Class | net.sf.ehcache.store | EHCache |
|
| ObjectExistsException | Thrown when a duplicate cache is attemtpted to be createdVersion:$Id: ObjectExistsException. | Class | net.sf.ehcache | EHCache |
|
| OperationConverter | Interface that allows an converter to be implemented that can create an operation based on an arbitrary object. | Interface | net.sf.ehcache.writer.writebehind | EHCache |
|
| OperationsFilter | An interface for implementing a filter for operations before they are processed. | Interface | net.sf.ehcache.writer.writebehind | EHCache |
|
| OptimisticLockFailureException | This exception is used internally when an optimistic lock failed, ie: when the expected previous value is not found at commit time. | Class | net.sf.ehcache.transaction.xa | EHCache |
|
| Or | | Class | net.sf.ehcache.search.expression | EHCache |
|
| OrderComparator | Compound sort ordering comparactorConstructor SummaryOrderComparator(List| Class | net.sf.ehcache.search.impl | EHCache | |
|
| OverrideCheck | A utility class to check whether one class overrides all methods of its superclass or an interface that it implementsAuthor:Abhishek Sanoujam | Class | net.sf.ehcache.constructs.nonstop.util | EHCache |
|
| PassThroughFilter | Filter that doesn't filter!Constructor SummaryPassThroughFilter() | Class | net.sf.ehcache.pool.sizeof.filter | EHCache |
|
| PersistenceConfiguration | Class to hold the persistence policy configuration. | Class | net.sf.ehcache.config | EHCache |
|
| PersistenceConfigurationElement | Element representing the PersistenceConfigurationFields inherited from class net. | Class | net.sf.ehcache.config.generator.model.elements | EHCache |
|
| PinningConfiguration | Class to hold the Pinning configuration. | Class | net.sf.ehcache.config | EHCache |
|
| PinningConfigurationElement | NodeElement representing the PinningConfigurationAuthor:Ludovic Orban | Class | net.sf.ehcache.config.generator.model.elements | EHCache |
|
| Policy | The Cache will use a policy at startup. | Interface | net.sf.ehcache.store | EHCache |
|
| Pool | Pools are used to track shared resource consumption. | Interface | net.sf.ehcache.pool | EHCache |
|
| PoolableStore | A poolable store reports its resource usage to a Pool. | Interface | net.sf.ehcache.pool | EHCache |
|
| PoolAccessor | PoolAccessors are used by stores to tell the pools about their resource consumptionAuthor:Ludovic Orban | Interface | net.sf.ehcache.pool | EHCache |
|
| PoolEvictor | PoolEvictors are responsible for finding the best candidates in a collection of resources using a shared resource pool and performing eviction on them. | Interface | net.sf.ehcache.pool | EHCache |
|
| PreferTCCLObjectInputStream | ObjectInputStream that first uses the thread context classloader (TCCL) when resolving classes with fallback to the regular rerializtion loader semantics (which will use this class's loader to resolve classes) | Class | net.sf.ehcache.util | EHCache |
|
| ProductInfo | Build properties of the productConstructor SummaryProductInfo() | Class | net.sf.ehcache.util | EHCache |
|
| PropertyUtil | | Class | net.sf.ehcache.util | EHCache |
|
| ProviderMBeanRegistrationHelper | Helper class for registering mbeans for ehcache backed hibernate second level cacheAuthor:Abhishek Sanoujam | Class | net.sf.ehcache.hibernate.management.impl | EHCache |
|
| Query | Creates queries for performing cache searches. | Interface | net.sf.ehcache.search | EHCache |
|
| QueryStats | | Class | net.sf.ehcache.hibernate.management.impl | EHCache |
|
| RateStatistic | Rate monitoring statistic. | Interface | net.sf.ehcache.util.ratestatistics | EHCache |
|
| ReadCommittedSoftLockFactory | A factory of read-committed soft locks. | Class | net.sf.ehcache.transaction | EHCache |
|
| ReadCommittedSoftLockImpl | A SoftLock implementation with Read-Committed isolation levelAuthor:Ludovic Orban | Class | net.sf.ehcache.transaction | EHCache |
|
| ReadOnlyEhcacheCollectionRegionAccessStrategy | | Class | net.sf.ehcache.hibernate.strategy | EHCache |
|
| ReadOnlyEhcacheEntityRegionAccessStrategy | | Class | net.sf.ehcache.hibernate.strategy | EHCache |
|
| ReadWriteCopyStrategy | | Interface | net.sf.ehcache.store.compound | EHCache |
|
| ReadWriteEhcacheCollectionRegionAccessStrategy | | Class | net.sf.ehcache.hibernate.strategy | EHCache |
|
| ReadWriteEhcacheEntityRegionAccessStrategy | | Class | net.sf.ehcache.hibernate.strategy | EHCache |
|
| ReadWriteLockSync | A simple ReadWriteLock synchronizer. | Class | net.sf.ehcache.concurrent | EHCache |
|
| ReadWriteSerializationCopyStrategy | A copy strategy that can use partial (if both copy on read and copy on write are set) or full Serialization to copy the object graphAuthor:Alex Snaps, Ludovic OrbanSee Also:Serialized Form | Class | net.sf.ehcache.store.compound | EHCache |
|
| ReflectionAttributeExtractor | Built-in search attribute extractor driven by method/value dotted expression The expression chain must start with one of either "key", "value", or | Class | net.sf.ehcache.search.attribute | EHCache |
|
| ReflectionSizeOf | SizeOf that uses reflection to measure on heap size of object graphsAuthor:Alex Snaps, Chris Dennis | Class | net.sf.ehcache.pool.sizeof | EHCache |
|
| Region | Class that represents the regions held within this set. | Class | net.sf.ehcache.store.disk.ods | EHCache |
|
| RegisteredEventListeners | Registered listeners for registering and unregistering CacheEventListeners and multicasting notifications to registrants. | Class | net.sf.ehcache.event | EHCache |
|
| RejoinAwareBlockingOperation | A Callable implementation that accepts another callable delegate for executing it in nonstop+rejoin context. | Class | net.sf.ehcache.constructs.nonstop.store | EHCache |
|
| RejoinAwareNonstopStore | Rejoin aware NonstopStoreAuthor:Abhishek Sanoujam | Interface | net.sf.ehcache.constructs.nonstop.store | EHCache |
|
| RemoteCacheException | A Cache Exception in the distribution mechanism. | Class | net.sf.ehcache.distribution | EHCache |
|
| ResourceClassLoader | ResourceClassLoader can load classes nested in a subdirectory of a jar ehcache. | Class | net.sf.ehcache.management | EHCache |
|
| ResourceSizeOfFilter | | Class | net.sf.ehcache.pool.sizeof.filter | EHCache |
|
| Result | Represents a single cache entry that has been selected by a cache query. | Interface | net.sf.ehcache.search | EHCache |
|
| ResultImpl | | Class | net.sf.ehcache.search.impl | EHCache |
|
| Results | Results object for an execution of a Query. | Interface | net.sf.ehcache.search | EHCache |
|
| ResultsImpl | | Class | net.sf.ehcache.search.impl | EHCache |
|
| RMIAsynchronousCacheReplicator | Listens to CacheManager and Cache events and propagates those to CachePeer peers of the Cache asynchronously. | Class | net.sf.ehcache.distribution | EHCache |
|
| RMIBootstrapCacheLoader | Loads Elements from a random Cache PeerVersion:$Id: RMIBootstrapCacheLoader. | Class | net.sf.ehcache.distribution | EHCache |
|
| RMIBootstrapCacheLoaderFactory | A factory to create a configured RMIBootstrapCacheLoaderVersion:$Id: RMIBootstrapCacheLoaderFactory. | Class | net.sf.ehcache.distribution | EHCache |
|
| RMICacheManagerPeerListener | A cache server which exposes available cache operations remotely through RMI. | Class | net.sf.ehcache.distribution | EHCache |
|
| RMICacheManagerPeerListenerFactory | Builds a listener based on RMI. | Class | net.sf.ehcache.distribution | EHCache |
|
| RMICacheManagerPeerProvider | A provider of Peer RMI addresses. | Class | net.sf.ehcache.distribution | EHCache |
|
| RMICacheManagerPeerProviderFactory | Builds a factory based on RMIVersion:$Id: RMICacheManagerPeerProviderFactory. | Class | net.sf.ehcache.distribution | EHCache |
|
| RMICachePeer | An RMI based implementation of CachePeer. | Class | net.sf.ehcache.distribution | EHCache |
|
| RMICacheReplicatorFactory | Creates an RMICacheReplicator using properties. | Class | net.sf.ehcache.distribution | EHCache |
|
| RmiEventMessage | | Class | net.sf.ehcache.distribution | EHCache |
|
| RMISynchronousCacheReplicator | Listens to CacheManager and Cache events and propagates those to CachePeer peers of the Cache. | Class | net.sf.ehcache.distribution | EHCache |
|
| SampledCache | An implementation of SampledCacheMBeanAuthor:Abhishek Sanoujam, byoukste | Class | net.sf.ehcache.management.sampled | EHCache |
|
| SampledCacheManager | An implementation of SampledCacheManagerMBeanAuthor:Abhishek Sanoujam, byoukste | Class | net.sf.ehcache.management.sampled | EHCache |
|
| SampledCacheManagerMBean | An MBean for CacheManager exposing sampled cache usage statisticsAuthor:Abhishek Sanoujam | Interface | net.sf.ehcache.management.sampled | EHCache |
|
| SampledCacheMBean | An MBean for Cache exposing cache statistics. | Interface | net.sf.ehcache.management.sampled | EHCache |
|
| SampledCacheStatistics | Interface for sampled usage statistics of a CacheSince:1. | Interface | net.sf.ehcache.statistics.sampled | EHCache |
|
| SampledCacheStatisticsImpl | An implementation of SampledCacheStatistics This also implements CacheUsageListener and depends on these to update the stats | Class | net.sf.ehcache.statistics.sampled | EHCache |
|
| SampledCacheStatisticsWrapper | An implementation of SampledCacheStatistics and also implements CacheUsageListener and depends on the notification these to update the stats. | Class | net.sf.ehcache.statistics.sampled | EHCache |
|
| SampledCounter | Interface of a sampled counter -- a counter that keeps sampled valuesSince:1. | Interface | net.sf.ehcache.util.counter.sampled | EHCache |
|
| SampledCounterConfig | Config for a SampledCounterSince:1. | Class | net.sf.ehcache.util.counter.sampled | EHCache |
|
| SampledCounterImpl | An implementation of SampledCounterSince:1. | Class | net.sf.ehcache.util.counter.sampled | EHCache |
|
| SampledEhcacheMBeans | Utility class used for getting ObjectName's for sampled MBeansSince:1. | Class | net.sf.ehcache.management.sampled | EHCache |
|
| SampledMBeanRegistrationProvider | An implementation of MBeanRegistrationProvider which registers sampled MBeans for the CacheManager and its Caches. | Class | net.sf.ehcache.management.sampled | EHCache |
|
| SampledRateCounter | Interface of a sampled rate counter -- a counter that keeps sampled values ofSince:1. | Interface | net.sf.ehcache.util.counter.sampled | EHCache |
|
| SampledRateCounterConfig | An implementation of SampledCounterConfigSince:1. | Class | net.sf.ehcache.util.counter.sampled | EHCache |
|
| SampledRateCounterImpl | An implementation of SampledRateCounterSince:1. | Class | net.sf.ehcache.util.counter.sampled | EHCache |
|
| Searchable | | Class | net.sf.ehcache.config | EHCache |
|
| SearchableConfigurationElement | NodeElement representing a Searchable config elementFields inherited from class net. | Class | net.sf.ehcache.config.generator.model.elements | EHCache |
|
| SearchAttribute | A cache search attribute. | Class | net.sf.ehcache.config | EHCache |
|
| SearchException | A generic search exception. | Class | net.sf.ehcache.search | EHCache |
|
| SearchManager | | Interface | net.sf.ehcache.search.impl | EHCache |
|
| Segment | Segment implementation used in LocalStore. | Class | net.sf.ehcache.store.disk | EHCache |
|
| SelectableConcurrentHashMap | SelectableConcurrentHashMap subclasses a repackaged version of ConcurrentHashMap ito allow efficient random sampling of the map values. | Class | net.sf.ehcache.store.chm | EHCache |
|
| Selector | Abstract class which is used to do various things related to JTA transaction managers, like looking them up, registering XAResources for recovery. | Class | net.sf.ehcache.transaction.manager.selector | EHCache |
|
| SelfPopulatingCache | A selfpopulating decorator for Ehcache that creates entries on demand. | Class | net.sf.ehcache.constructs.blocking | EHCache |
|
| SerializableXid | | Class | net.sf.ehcache.transaction.xa | EHCache |
|
| SerializationCopyStrategy | A copy strategy that uses full Serialization to copy the object graphAuthor:Alex Snaps, Ludovic OrbanSee Also:Serialized Form | Class | net.sf.ehcache.store.compound | EHCache |
|
| SerializationHelper | XXX: Copy from to satisfy dependenciesConstructor SummarySerializationHelper() | Class | net.sf.ehcache.terracotta | EHCache |
|
| SetAsList | Wraps a set to provide a list interface. | Class | net.sf.ehcache.util | EHCache |
|
| ShutdownListener | A ServletContextListener that shutsdown CacheManager. | Class | net.sf.ehcache.constructs.web | EHCache |
|
| SimpleNodeAttribute | | Class | net.sf.ehcache.config.generator.model | EHCache |
|
| SimpleNodeElement | A concrete class extending the AbstractNodeElement classAuthor:Abhishek Sanoujam | Class | net.sf.ehcache.config.generator.model | EHCache |
|
| SingleOperation | Interface to implement single operations that are performed with write-behindVersion:$Id: SingleOperation. | Interface | net.sf.ehcache.writer.writebehind.operations | EHCache |
|
| SingleOperationType | enum SingleOperationTypeextends EnumEnum class to provide distinct operation types for each single operation. | Class | net.sf.ehcache.writer.writebehind.operations | EHCache |
|
| SingletonEhCacheProvider | Singleton cache Provider plugin for Hibernate 3. | Class | net.sf.ehcache.hibernate | EHCache |
|
| SingletonEhCacheRegionFactory | A singleton EhCacheRegionFactory implementation. | Class | net.sf.ehcache.hibernate | EHCache |
|
| Size | Holder for the size calculated by the SizeOf engineAuthor:Ludovic Orban | Class | net.sf.ehcache.pool | EHCache |
|
| SizeOf | Abstract sizeOf for Java. | Class | net.sf.ehcache.pool.sizeof | EHCache |
|
| SizeOfEngine | SizeOf engines are used to calculate the size of elements stored in poolable stores. | Interface | net.sf.ehcache.pool | EHCache |
|
| SizeOfFilter | Filter to filter types or fields of object graphs passed to a SizeOf engineAuthor:Chris DennisSee Also:SizeOf | Interface | net.sf.ehcache.pool.sizeof.filter | EHCache |
|
| SizeOfPolicyConfiguration | Class to hold the SizeOf policy configuration. | Class | net.sf.ehcache.config | EHCache |
|
| SizeOfPolicyConfigurationElement | Element representing the SizeOfPolicyConfigurationAuthor:Ludovic Orban | Class | net.sf.ehcache.config.generator.model.elements | EHCache |
|
| SoftLock | A soft lock is used to lock elements in transactional storesAuthor:Ludovic Orban | Interface | net.sf.ehcache.transaction | EHCache |
|
| SoftLockFactory | A factory of soft-locks supporting a specific isolation level. | Interface | net.sf.ehcache.transaction | EHCache |
|
| SoftLockHelper | A helper class containing the logic to commit or rollback a soft lock in a store. | Class | net.sf.ehcache.transaction | EHCache |
|
| SoftLockID | A soft lock ID is used to uniquely identify a soft lockAuthor:Ludovic OrbanSee Also:Serialized Form | Class | net.sf.ehcache.transaction | EHCache |
|
| SoftLockManager | A factory for SoftLocksAuthor:Ludovic Orban | Interface | net.sf.ehcache.transaction | EHCache |
|
| SoftLockManagerImpl | A SoftLockFactory implementation which creates soft locks with Read-Committed isolation levelAuthor:Ludovic Orban | Class | net.sf.ehcache.transaction | EHCache |
|
| Statistics | An immutable Cache statistics implementation This is like a value object, with the added ability to clear cache statistics on the cache. | Class | net.sf.ehcache | EHCache |
|
| Status | A pre JDK1. | Class | net.sf.ehcache | EHCache |
|
| Store | Wrapper class for store specific dynamic mbeans. | Class | net.sf.ehcache.management | EHCache |
|
| Store | This is the interface for all stores. | Interface | net.sf.ehcache.store | EHCache |
|
| StoreListener | | Interface | net.sf.ehcache.store | EHCache |
|
| StorePutCommand | Represents a Store. | Class | net.sf.ehcache.transaction.xa.commands | EHCache |
|
| StoreQuery | | Interface | net.sf.ehcache.store | EHCache |
|
| StoreRemoveCommand | Represents a remove operation to be executed on a Store. | Class | net.sf.ehcache.transaction.xa.commands | EHCache |
|
| StoreUpdateException | Exception thrown by the Store when the writer fails. | Class | net.sf.ehcache.store.disk | EHCache |
|
| StrictlyBoundedPool | A pool which strictly obeys to its bound: it will never allow the accessors to consume more bytes than what has been configured. | Class | net.sf.ehcache.pool.impl | EHCache |
|
| StripedReadWriteLock | | Interface | net.sf.ehcache.concurrent | EHCache |
|
| StripedReadWriteLockProvider | | Interface | net.sf.ehcache.store | EHCache |
|
| StripedReadWriteLockSync | Provides a number of Sync which allow fine-grained concurrency. | Class | net.sf.ehcache.concurrent | EHCache |
|
| Sum | | Class | net.sf.ehcache.search.aggregator | EHCache |
|
| Sync | | Interface | net.sf.ehcache.concurrent | EHCache |
|
| TaskNotSubmittedTimeoutException | Subclass of TimeoutException. | Class | net.sf.ehcache.constructs.nonstop | EHCache |
|
| TerracottaBootstrapCacheLoader | A BootstrapCacheLoader that will load Elements into a Terracotta clustered cache, based on a previously snapshotted key set. | Class | net.sf.ehcache.terracotta | EHCache |
|
| TerracottaBootstrapCacheLoaderFactory | Fields inherited from class net. | Class | net.sf.ehcache.terracotta | EHCache |
|
| TerracottaCacheCluster | CacheCluster implementation that delegates to an underlying cache cluster. | Class | net.sf.ehcache.terracotta | EHCache |
|
| TerracottaCacheEventReplication | Creates a wrapper for sending out cache events through the Terracotta clusterVersion:$Id: TerracottaCacheEventReplication. | Class | net.sf.ehcache.event | EHCache |
|
| TerracottaCacheEventReplicationFactory | Factory for TerracottaCacheEventReplication instancesVersion:$Id: TerracottaCacheEventReplicationFactory. | Class | net.sf.ehcache.event | EHCache |
|
| TerracottaClient | Class encapsulating the idea of a Terracotta client. | Class | net.sf.ehcache.terracotta | EHCache |
|
| TerracottaClientConfiguration | Holds the Terracotta configuration for a particular clientAuthor:amiller@terracotta. | Class | net.sf.ehcache.config | EHCache |
|
| TerracottaClientRejoinListener | Interface for executing tasks when TerracottaClient rejoins clusterAuthor:Abhishek Sanoujam | Interface | net.sf.ehcache.terracotta | EHCache |
|
| TerracottaConfigConfigurationElement | NodeElement representing the TerracottaClientConfigurationAuthor:Abhishek Sanoujam | Class | net.sf.ehcache.config.generator.model.elements | EHCache |
|
| TerracottaConfiguration | Class to hold the Terracotta configuration - either a pointer to the real config or a container for embedded config. | Class | net.sf.ehcache.config | EHCache |
|
| TerracottaConfigurationElement | NodeElement representing the TerracottaConfigurationAuthor:Abhishek Sanoujam | Class | net.sf.ehcache.config.generator.model.elements | EHCache |
|
| TerracottaNotRunningException | Exception thrown when using Terracotta clustered operations and Terracotta is not runningAuthor:Abhishek SanoujamSee Also:Serialized Form | Class | net.sf.ehcache.terracotta | EHCache |
|
| TerracottaStore | Use for internal purpose only. | Interface | net.sf.ehcache.store | EHCache |
|
| ThrowTimeoutException | Exception that can be thrown by Callable's submitted to NonstopExecutorService. | Class | net.sf.ehcache.constructs.nonstop | EHCache |
|
| TierableStore | This is the interface for all tierable stores. | Interface | net.sf.ehcache.store | EHCache |
|
| TimeoutBehaviorConfiguration | Configuration element for configuring timeoutBehavior for nonstopAuthor:Abhishek Sanoujam | Class | net.sf.ehcache.config | EHCache |
|
| TimeoutBehaviorConfigurationElement | NodeElement representing the TimeoutBehaviorConfigurationAuthor:Abhishek Sanoujam | Class | net.sf.ehcache.config.generator.model.elements | EHCache |
|
| TimeStampedCounterValue | A counter value at a particular time instanceSince:1. | Class | net.sf.ehcache.util.counter.sampled | EHCache |
|
| Timestamper | Generates increasing identifiers (in a single VM only). | Class | net.sf.ehcache.util | EHCache |
|
| TimeUtil | Utilities for converting timesConstructor SummaryTimeUtil() | Class | net.sf.ehcache.util | EHCache |
|
| TransactionalEhcacheCollectionRegionAccessStrategy | JTA CollectionRegionAccessStrategy. | Class | net.sf.ehcache.hibernate.strategy | EHCache |
|
| TransactionalEhcacheEntityRegionAccessStrategy | JTA EntityRegionAccessStrategy. | Class | net.sf.ehcache.hibernate.strategy | EHCache |
|
| TransactionalExecutorServiceStore | This implementation is identical to TransactionalExecutorServiceStore except that it ensures the transactional context gets propagated to the executor thread. | Class | net.sf.ehcache.constructs.nonstop.store | EHCache |
|
| TransactionalRMICachePeer | An RMI based implementation of CachePeer supporting transactions. | Class | net.sf.ehcache.distribution | EHCache |
|
| TransactionAwareAttributeExtractor | Used to extract a search attribute value from an element in a transactional store. | Class | net.sf.ehcache.transaction | EHCache |
|
| TransactionController | TransactionController is used to begin, commit and rollback local transactionsAuthor:Ludovic Orban | Class | net.sf.ehcache | EHCache |
|
| TransactionException | Instances of this class or its subclasses are thrown when an error happen in the transaction subsystem | Class | net.sf.ehcache.transaction | EHCache |
|
| TransactionID | | Interface | net.sf.ehcache.transaction | EHCache |
|
| TransactionIDFactory | A factory for transaction IDs. | Interface | net.sf.ehcache.transaction | EHCache |
|
| TransactionIDFactoryImpl | A TransactionIDFactory implementation with uniqueness across a single JVMAuthor:Ludovic Orban | Class | net.sf.ehcache.transaction | EHCache |
|
| TransactionIDImpl | A transaction ID implementation with uniqueness across a single JVMAuthor:Ludovic OrbanSee Also:Serialized Form | Class | net.sf.ehcache.transaction | EHCache |
|
| TransactionIDNotFoundException | This exception is used when a transaction ID suddenly disappeared when trying to update its state. | Class | net.sf.ehcache.transaction | EHCache |
|
| TransactionIDSerializedForm | A replacement serialized form for transaction IDs. | Class | net.sf.ehcache.transaction | EHCache |
|
| TransactionInterruptedException | This exception is thrown when a transactional operation got interrupted via Thread. | Class | net.sf.ehcache.transaction | EHCache |
|
| TransactionListener | A listener interface to get called back when a transaction is being terminatedAuthor:Ludovic Orban | Interface | net.sf.ehcache.transaction.local | EHCache |
|
| TransactionManagerLookup | Interface to enable a XA transactional cache to access the JTA TransactionManager. | Interface | net.sf.ehcache.transaction.manager | EHCache |
|
| TransactionTimeoutException | This exception is thrown when a transactional operation times outAuthor:Ludovic OrbanSee Also:Serialized Form | Class | net.sf.ehcache.transaction | EHCache |
|
| UnboundedPool | A no-op pool which does not enforce any resource consumption limit. | Class | net.sf.ehcache.pool.impl | EHCache |
|
| UnlockedRateStatistic | A lightweight non-thread-safe rate statistic implementation. | Class | net.sf.ehcache.util.ratestatistics | EHCache |
|
| UnsafeSizeOf | Unsafe. | Class | net.sf.ehcache.pool.sizeof | EHCache |
|
| UpdateChecker | Check for new Ehcache updates and alert users if an update is availableConstructor SummaryUpdateChecker() | Class | net.sf.ehcache.util | EHCache |
|
| UpdatingCacheEntryFactory | A CacheEntryFactory with one additional method, updateEntryValue((Serializable key, Serializable value) which allows the cache entry to updated rather than replaced. | Interface | net.sf.ehcache.constructs.blocking | EHCache |
|
| UpdatingSelfPopulatingCache | A Cache backed cache that creates entries on demand. | Class | net.sf.ehcache.constructs.blocking | EHCache |
|
| ValueObjectAttributeExtractor | Attempt to use the element value object itself as a search attribute. | Class | net.sf.ehcache.search.attribute | EHCache |
|
| VicariousThreadLocal | A drop-in replacement ThreadLocal implementation that does not leak when thread-local values reference the ThreadLocal object. | Class | net.sf.ehcache.util.lang | EHCache |
|
| VmUtils | | Class | net.sf.ehcache.util | EHCache |
|
| WeakIdentityConcurrentMap | | Class | net.sf.ehcache.util | EHCache |
|
| WeblogicSelector | A Selector for the Weblogic Server's JTA transaction managerAuthor:Ludovic Orban | Class | net.sf.ehcache.transaction.manager.selector | EHCache |
|
| WriteAllOperation | | Class | net.sf.ehcache.writer.writebehind.operations | EHCache |
|
| WriteBehind | An interface for write behind behavior. | Interface | net.sf.ehcache.writer.writebehind | EHCache |
|
| WriteBehindManager | | Class | net.sf.ehcache.writer.writebehind | EHCache |
|
| WriteBehindQueueManager | | Class | net.sf.ehcache.writer.writebehind | EHCache |
|
| WriteOperation | | Class | net.sf.ehcache.writer.writebehind.operations | EHCache |
|
| WriteThroughManager | | Class | net.sf.ehcache.writer.writethrough | EHCache |
|
| XAExecutionListener | Listener interface which provides callback hooks for listening to the 2PC lifecycleAuthor:Ludovic Orban | Interface | net.sf.ehcache.transaction.xa | EHCache |
|
| XARequest | | Class | net.sf.ehcache.transaction.xa.processor | EHCache |
|
| XARequestProcessor | Default implementation for XARequestProcessor. | Class | net.sf.ehcache.transaction.xa.processor | EHCache |
|
| XAThreadPool | Fast and minimalistic thread pool from which threads can be reserved and used many times until they are manually released. | Class | net.sf.ehcache.transaction.xa.processor | EHCache |
|
| XATransactionContext | An XATransactionContext represents the data local to a Transaction that involves a transactional Cache. | Class | net.sf.ehcache.transaction.xa | EHCache |
|
| XATransactionStore | | Class | net.sf.ehcache.transaction.xa | EHCache |
|
| XidTransactionID | A special TransactionID using a XID internallyAuthor:Ludovic Orban | Interface | net.sf.ehcache.transaction.xa | EHCache |
|
| XidTransactionIDImpl | | Class | net.sf.ehcache.transaction.xa | EHCache |
|
| XidTransactionIDSerializedForm | A replacement serialized form for XID transaction IDs. | Class | net.sf.ehcache.transaction | EHCache |
|
| XMLGeneratorVisitor | Accepts a PrintWriter in the constructor and uses it to output the generated XML. | Class | net.sf.ehcache.config.generator.model | EHCache |