Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Hierarchy For All Packages
Package Hierarchies:
org.ehcache
,
org.ehcache.config
,
org.ehcache.config.copy
,
org.ehcache.config.event
,
org.ehcache.config.executor
,
org.ehcache.config.loaderwriter
,
org.ehcache.config.loaderwriter.writebehind
,
org.ehcache.config.persistence
,
org.ehcache.config.serializer
,
org.ehcache.config.store.disk
,
org.ehcache.config.units
,
org.ehcache.config.writebehind
,
org.ehcache.config.xml
,
org.ehcache.config.xml.model
,
org.ehcache.event
,
org.ehcache.events
,
org.ehcache.exceptions
,
org.ehcache.expiry
,
org.ehcache.function
,
org.ehcache.internal
,
org.ehcache.internal.classes
,
org.ehcache.internal.classes.commonslang
,
org.ehcache.internal.classes.commonslang.reflect
,
org.ehcache.internal.concurrent
,
org.ehcache.internal.copy
,
org.ehcache.internal.events
,
org.ehcache.internal.executor
,
org.ehcache.internal.persistence
,
org.ehcache.internal.serialization
,
org.ehcache.internal.store
,
org.ehcache.internal.store.disk
,
org.ehcache.internal.store.disk.factories
,
org.ehcache.internal.store.heap
,
org.ehcache.internal.store.heap.holders
,
org.ehcache.internal.store.offheap
,
org.ehcache.internal.store.offheap.factories
,
org.ehcache.internal.store.offheap.portability
,
org.ehcache.internal.store.tiering
,
org.ehcache.internal.util
,
org.ehcache.jsr107
,
org.ehcache.jsr107.tck
,
org.ehcache.loaderwriter.writebehind
,
org.ehcache.loaderwriter.writebehind.operations
,
org.ehcache.management
,
org.ehcache.management.annotations
,
org.ehcache.management.config
,
org.ehcache.management.providers
,
org.ehcache.management.providers.actions
,
org.ehcache.management.providers.statistics
,
org.ehcache.management.registry
,
org.ehcache.management.utils
,
org.ehcache.resilience
,
org.ehcache.spi
,
org.ehcache.spi.cache
,
org.ehcache.spi.cache.tiering
,
org.ehcache.spi.copy
,
org.ehcache.spi.event
,
org.ehcache.spi.loaderwriter
,
org.ehcache.spi.serialization
,
org.ehcache.spi.service
,
org.ehcache.statistics
,
org.ehcache.transactions.xa
,
org.ehcache.transactions.xa.commands
,
org.ehcache.transactions.xa.configuration
,
org.ehcache.transactions.xa.journal
,
org.ehcache.transactions.xa.txmgr
,
org.ehcache.transactions.xa.txmgr.btm
,
org.ehcache.transactions.xa.txmgr.provider
,
org.ehcache.transactions.xml
,
org.ehcache.util
Class Hierarchy
java.lang.Object
java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
org.terracotta.offheapstore.concurrent.AbstractConcurrentOffHeapMap<K,V> (implements java.util.concurrent.ConcurrentMap<K,V>, org.terracotta.offheapstore.concurrent.ConcurrentMapInternals)
org.terracotta.offheapstore.concurrent.AbstractConcurrentOffHeapCache<K,V> (implements org.terracotta.offheapstore.pinning.PinnableCache<K,V>)
org.terracotta.offheapstore.disk.persistent.AbstractPersistentConcurrentOffHeapCache<K,V> (implements org.terracotta.offheapstore.disk.persistent.Persistent)
org.ehcache.internal.store.disk.
EhcachePersistentConcurrentOffHeapClockCache
<K,V> (implements org.ehcache.internal.store.offheap.
EhcacheOffHeapBackingMap
<K,V>)
org.ehcache.internal.store.offheap.
EhcacheConcurrentOffHeapClockCache
<K,V> (implements org.ehcache.internal.store.offheap.
EhcacheOffHeapBackingMap
<K,V>)
org.ehcache.internal.concurrent.
ConcurrentHashMap
<K,V> (implements java.util.concurrent.ConcurrentMap<K,V>, java.io.Serializable)
org.terracotta.offheapstore.OffHeapHashMap<K,V> (implements org.terracotta.offheapstore.MapInternals, org.terracotta.offheapstore.storage.StorageEngine.Owner)
org.terracotta.offheapstore.AbstractLockedOffHeapHashMap<K,V> (implements org.terracotta.offheapstore.Segment<K,V>)
org.terracotta.offheapstore.AbstractOffHeapClockCache<K,V> (implements org.terracotta.offheapstore.pinning.PinnableCache<K,V>, org.terracotta.offheapstore.pinning.PinnableSegment<K,V>)
org.terracotta.offheapstore.disk.persistent.AbstractPersistentOffHeapCache<K,V> (implements org.terracotta.offheapstore.disk.persistent.Persistent)
org.terracotta.offheapstore.disk.persistent.PersistentReadWriteLockedOffHeapClockCache<K,V>
org.ehcache.internal.store.disk.factories.
EhcachePersistentSegmentFactory.EhcachePersistentSegment
<K,V>
org.terracotta.offheapstore.ReadWriteLockedOffHeapClockCache<K,V>
org.ehcache.internal.store.offheap.factories.
EhcacheSegmentFactory.EhcacheSegment
<K,V>
org.ehcache.internal.store.offheap.
AbstractOffHeapStore
<K,V> (implements org.ehcache.spi.cache.tiering.
AuthoritativeTier
<K,V>, org.ehcache.spi.cache.tiering.
LowerCachingTier
<K,V>)
org.ehcache.internal.store.disk.
OffHeapDiskStore
<K,V> (implements org.ehcache.spi.cache.tiering.
AuthoritativeTier
<K,V>)
org.ehcache.internal.store.offheap.
OffHeapStore
<K,V>
org.ehcache.spi.cache.
AbstractValueHolder
<V> (implements java.io.Serializable, org.ehcache.spi.cache.
Store.ValueHolder
<V>)
org.ehcache.internal.store.offheap.
OffHeapValueHolder
<V>
org.ehcache.internal.store.heap.holders.
OnHeapValueHolder
<V>
org.ehcache.internal.store.heap.holders.
CopiedOnHeapValueHolder
<V>
org.ehcache.internal.store.heap.holders.
SerializedOnHeapValueHolder
<V>
org.ehcache.transactions.xa.
XAValueHolder
<V>
bitronix.tm.resource.common.AbstractXAStatefulHolder (implements bitronix.tm.resource.common.XAStatefulHolder)
bitronix.tm.resource.common.AbstractXAResourceHolder (implements bitronix.tm.resource.common.XAResourceHolder)
org.ehcache.transactions.xa.txmgr.btm.
Ehcache3XAResourceHolder
org.ehcache.internal.classes.commonslang.
ArrayUtils
org.ehcache.config.
BaseCacheConfiguration
<K,V> (implements org.ehcache.config.
CacheConfiguration
<K,V>)
org.ehcache.config.xml.model.
BaseCacheType
org.ehcache.config.xml.model.
CacheTemplateType
org.ehcache.config.xml.model.
CacheType
org.ehcache.loaderwriter.writebehind.
BatchingLocalHeapWriteBehindQueue
<K,V>
org.ehcache.transactions.xa.txmgr.btm.
BitronixXAResourceRegistry
(implements org.ehcache.transactions.xa.txmgr.
XAResourceRegistry
)
org.ehcache.management.registry.
CacheBinding
org.ehcache.management.providers.
CacheBindingManagementProviderSkeleton
<V> (implements org.ehcache.management.providers.
ManagementProvider
<T>)
org.ehcache.management.providers.actions.
EhcacheActionProvider
org.ehcache.management.providers.statistics.
EhcacheStatisticsProvider
org.ehcache.config.
CacheConfigurationBuilder
<K,V>
org.ehcache.
CacheConfigurationChangeEvent
org.ehcache.config.xml.model.
CacheEntryType
org.ehcache.config.event.
CacheEventDispatcherFactoryConfiguration
(implements org.ehcache.spi.service.
ServiceCreationConfiguration
<T>)
org.ehcache.internal.events.
CacheEventDispatcherFactoryImpl
(implements org.ehcache.events.
CacheEventDispatcherFactory
)
org.ehcache.events.
CacheEventDispatcherImpl
<K,V> (implements org.ehcache.events.
CacheEventDispatcher
<K,V>)
org.ehcache.config.event.
CacheEventListenerConfigurationBuilder
(implements org.ehcache.config.
Builder
<T>)
org.ehcache.internal.events.
CacheEventNotificationListenerServiceProviderFactory
(implements org.ehcache.spi.service.
ServiceFactory
<T>)
org.ehcache.events.
CacheEvents
org.ehcache.config.xml.model.
CacheIntegrationType
org.ehcache.config.xml.model.
CacheIntegrationType.LoaderWriter
org.ehcache.config.xml.model.
CacheIntegrationType.WriteBehind
org.ehcache.config.xml.model.
CacheIntegrationType.WriteBehind.Batching
org.ehcache.
CacheManagerBuilder
<T>
org.ehcache.config.persistence.
CacheManagerPersistenceConfiguration
(implements org.ehcache.config.
CacheManagerConfiguration
<T>, org.ehcache.config.persistence.
PersistenceConfiguration
)
org.ehcache.internal.store.tiering.
CacheStore
<K,V> (implements org.ehcache.spi.cache.
Store
<K,V>)
org.ehcache.internal.store.tiering.
CacheStore.Provider
(implements org.ehcache.spi.cache.
Store.Provider
)
org.ehcache.spi.cache.
CacheStoreHelper
org.ehcache.internal.store.tiering.
CacheStoreProviderFactory
(implements org.ehcache.spi.service.
ServiceFactory
<T>)
org.ehcache.internal.store.tiering.
CacheStoreServiceConfiguration
(implements org.ehcache.spi.service.
ServiceConfiguration
<T>)
org.ehcache.internal.classes.
ClassInstanceConfiguration
<T>
org.ehcache.config.event.
DefaultCacheEventListenerConfiguration
(implements org.ehcache.event.
CacheEventListenerConfiguration
)
org.ehcache.config.loaderwriter.
DefaultCacheLoaderWriterConfiguration
(implements org.ehcache.spi.service.
ServiceConfiguration
<T>)
org.ehcache.config.copy.
DefaultCopierConfiguration
<T> (implements org.ehcache.config.copy.
CopierConfiguration
)
org.ehcache.config.serializer.
DefaultSerializerConfiguration
<T> (implements org.ehcache.config.
SerializerConfiguration
<T>)
org.ehcache.internal.classes.
ClassInstanceProvider
<K,T>
org.ehcache.spi.event.
DefaultCacheEventListenerProvider
(implements org.ehcache.event.
CacheEventListenerProvider
)
org.ehcache.spi.loaderwriter.
DefaultCacheLoaderWriterProvider
(implements org.ehcache.spi.loaderwriter.
CacheLoaderWriterProvider
)
org.ehcache.spi.copy.
DefaultCopyProvider
(implements org.ehcache.spi.copy.
CopyProvider
)
org.ehcache.internal.classes.
ClassInstanceProviderConfiguration
<K,T>
org.ehcache.config.event.
DefaultCacheEventListenerProviderConfiguration
(implements org.ehcache.spi.service.
ServiceConfiguration
<T>)
org.ehcache.config.loaderwriter.
DefaultCacheLoaderWriterProviderConfiguration
(implements org.ehcache.spi.service.
ServiceCreationConfiguration
<T>)
org.ehcache.config.copy.
DefaultCopyProviderConfiguration
(implements org.ehcache.spi.service.
ServiceCreationConfiguration
<T>)
org.ehcache.util.
ClassLoading
org.ehcache.management.utils.
ClassLoadingHelper
org.ehcache.internal.classes.commonslang.
ClassUtils
org.ehcache.internal.serialization.
CompactJavaSerializer
<T> (implements java.io.Closeable, org.ehcache.spi.serialization.
Serializer
<T>)
org.ehcache.internal.serialization.
CompactJavaSerializer.SerializableDataKey
org.ehcache.internal.serialization.
CompactPersistentJavaSerializer
<T> (implements java.io.Closeable, org.ehcache.spi.serialization.
Serializer
<T>)
org.ehcache.internal.store.tiering.
CompoundCachingTier
<K,V> (implements org.ehcache.spi.cache.tiering.
CachingTier
<K,V>)
org.ehcache.internal.store.tiering.
CompoundCachingTier.Provider
(implements org.ehcache.spi.cache.tiering.
CachingTier.Provider
)
org.ehcache.internal.store.tiering.
CompoundCachingTierProviderFactory
(implements org.ehcache.spi.service.
ServiceFactory
<T>)
org.ehcache.internal.store.tiering.
CompoundCachingTierServiceConfiguration
(implements org.ehcache.spi.service.
ServiceConfiguration
<T>)
org.ehcache.internal.concurrent.
ConcurrentHashMap.KeySetView
<K,V> (implements java.io.Serializable, java.util.Set<E>)
org.ehcache.util.
ConcurrentWeakIdentityHashMap
<K,V> (implements java.util.concurrent.ConcurrentMap<K,V>)
org.ehcache.config.xml.model.
ConfigType
org.ehcache.config.
ConfigurationBuilder
org.ehcache.internal.classes.commonslang.reflect.
ConstructorUtils
org.ehcache.management.utils.
ConversionHelper
org.ehcache.internal.store.heap.holders.
CopiedOnHeapKey
<K>
org.ehcache.config.xml.model.
CopierType
org.ehcache.config.xml.model.
CopierType.Copier
org.ehcache.spi.event.
DefaultCacheEventListenerProviderFactory
(implements org.ehcache.spi.service.
ServiceFactory
<T>)
org.ehcache.spi.loaderwriter.
DefaultCacheLoaderWriterProviderFactory
(implements org.ehcache.spi.service.
ServiceFactory
<T>)
org.ehcache.config.
DefaultConfiguration
(implements org.ehcache.config.
Configuration
, org.ehcache.config.
RuntimeConfiguration
)
org.ehcache.jsr107.
DefaultConfigurationResolver
org.ehcache.spi.copy.
DefaultCopyProviderFactory
(implements org.ehcache.spi.service.
ServiceFactory
<T>)
org.ehcache.internal.executor.
DefaultExecutionServiceFactory
(implements org.ehcache.spi.service.
ExecutionServiceFactory
)
org.ehcache.transactions.xa.journal.
DefaultJournalProvider
(implements org.ehcache.transactions.xa.journal.
JournalProvider
)
org.ehcache.transactions.xa.journal.
DefaultJournalProviderFactory
(implements org.ehcache.spi.service.
ServiceFactory
<T>)
org.ehcache.jsr107.
DefaultJsr107Service
(implements org.ehcache.jsr107.
Jsr107Service
)
org.ehcache.internal.persistence.
DefaultLocalPersistenceService
(implements org.ehcache.spi.service.
LocalPersistenceService
)
org.ehcache.internal.persistence.
DefaultLocalPersistenceServiceFactory
(implements org.ehcache.spi.service.
ServiceFactory
<T>)
org.ehcache.management.registry.
DefaultManagementRegistry
(implements org.ehcache.events.
CacheManagerListener
, org.ehcache.management.
ManagementRegistry
)
org.ehcache.management.registry.
DefaultManagementRegistryConfiguration
(implements org.ehcache.management.
ManagementRegistryConfiguration
)
org.ehcache.management.registry.
DefaultManagementRegistryFactory
(implements org.ehcache.spi.service.
ServiceFactory
<T>)
org.ehcache.config.persistence.
DefaultPersistenceConfiguration
(implements org.ehcache.config.persistence.
PersistenceConfiguration
)
org.ehcache.spi.serialization.
DefaultSerializationProvider
(implements org.ehcache.spi.serialization.
SerializationProvider
)
org.ehcache.jsr107.
DefaultJsr107SerializationProvider
org.ehcache.config.serializer.
DefaultSerializationProviderConfiguration
(implements org.ehcache.spi.service.
ServiceCreationConfiguration
<T>)
org.ehcache.spi.serialization.
DefaultSerializationProviderFactory
(implements org.ehcache.spi.service.
ServiceFactory
<T>)
org.ehcache.management.registry.
DefaultSharedManagementService
(implements org.ehcache.management.
SharedManagementService
)
org.ehcache.internal.store.
DefaultStoreProvider
(implements org.ehcache.spi.cache.
Store.Provider
)
org.ehcache.internal.store.
DefaultStoreProviderFactory
(implements org.ehcache.spi.service.
ServiceFactory
<T>)
org.ehcache.internal.
DefaultTimeSourceService
(implements org.ehcache.internal.
TimeSourceService
)
org.ehcache.transactions.xa.txmgr.provider.
DefaultTransactionManagerProvider
(implements org.ehcache.transactions.xa.txmgr.provider.
TransactionManagerProvider
)
org.ehcache.transactions.xa.txmgr.provider.
DefaultTransactionManagerProviderFactory
(implements org.ehcache.spi.service.
ServiceFactory
<T>)
org.ehcache.loaderwriter.writebehind.operations.
DeleteAllOperation
<K,V> (implements org.ehcache.loaderwriter.writebehind.operations.
BatchOperation
<K,V>)
org.ehcache.loaderwriter.writebehind.operations.
DeleteOperation
<K,V> (implements org.ehcache.loaderwriter.writebehind.operations.
SingleOperation
<K,V>)
org.ehcache.events.
DisabledCacheEventNotificationService
<K,V> (implements org.ehcache.events.
CacheEventDispatcher
<K,V>)
org.ehcache.config.xml.model.
DiskStoreSettingsType
org.ehcache.internal.store.disk.
DiskWriteThreadPool
(implements org.terracotta.offheapstore.util.Factory<T>)
org.ehcache.expiry.
Duration
org.ehcache.jsr107.
Eh107CacheStatisticsMXBean
(implements javax.cache.management.CacheStatisticsMXBean)
org.ehcache.jsr107.
Eh107Configuration
<K,V> (implements javax.cache.configuration.Configuration<K,V>)
org.ehcache.
Ehcache
<K,V> (implements org.ehcache.
Cache
<K,V>, org.ehcache.
UserManagedCache
<K,V>)
org.ehcache.management.providers.actions.
EhcacheActionWrapper
org.ehcache.jsr107.
EhcacheCachingProvider
(implements javax.cache.spi.CachingProvider)
org.ehcache.
EhcacheHackAccessor
org.ehcache.
EhcacheManager
(implements org.ehcache.
PersistentCacheManager
)
org.ehcache.internal.store.disk.factories.
EhcachePersistentSegmentFactory
<K,V> (implements org.terracotta.offheapstore.util.Factory<T>)
org.ehcache.internal.store.offheap.factories.
EhcacheSegmentFactory
<K,V> (implements org.terracotta.offheapstore.util.Factory<T>)
org.ehcache.management.config.
EhcacheStatisticsProviderConfiguration
(implements org.ehcache.management.config.
StatisticsProviderConfiguration
<T>)
org.ehcache.transactions.xa.
EhcacheXAResource
<K,V> (implements javax.transaction.xa.XAResource)
org.ehcache.config.
Eviction
org.ehcache.exceptions.
ExceptionFactory
org.ehcache.internal.executor.
ExecutorUtil
org.ehcache.expiry.
Expirations
org.ehcache.config.xml.model.
ExpiryType
org.ehcache.config.xml.model.
ExpiryType.None
org.ehcache.internal.store.offheap.
HeuristicConfiguration
java.io.InputStream (implements java.io.Closeable)
org.ehcache.internal.util.
ByteBufferInputStream
org.ehcache.
InternalStatus.Transition
org.ehcache.config.
Jsr107Configuration
(implements org.ehcache.spi.service.
ServiceCreationConfiguration
<T>)
org.ehcache.jsr107.
Jsr107ServiceConfigurationParser
(implements org.ehcache.config.xml.
CacheManagerServiceConfigurationParser
<T>)
org.ehcache.internal.concurrent.
JSR166Helper
org.ehcache.util.
KeysIterable
<K> (implements java.lang.Iterable<T>)
org.ehcache.spi.
LifeCycledAdapter
(implements org.ehcache.spi.
LifeCycled
)
org.ehcache.util.
LifeCycleUtils
org.ehcache.config.xml.model.
ListenersType
org.ehcache.config.xml.model.
ListenersType.Listener
org.ehcache.internal.store.heap.holders.
LookupOnlyOnHeapKey
<K>
javax.management.MBeanServerBuilder
org.ehcache.jsr107.tck.
Eh107MBeanServerBuilder
javax.management.MBeanServerDelegate (implements javax.management.MBeanServerDelegateMBean, javax.management.NotificationEmitter)
org.ehcache.jsr107.tck.
Eh107MBeanServerBuilder.Eh107MBeanServerDelegate
org.ehcache.internal.store.offheap.
MemorySizeParser
org.ehcache.loaderwriter.writebehind.
NonBatchingLocalHeapWriteBehindQueue
<K,V>
org.ehcache.transactions.xa.txmgr.
NullXAResourceRegistry
(implements org.ehcache.transactions.xa.txmgr.
XAResourceRegistry
)
org.ehcache.config.xml.model.
ObjectFactory
org.ehcache.internal.store.disk.
OffHeapDiskStore.Provider
(implements org.ehcache.spi.cache.tiering.
AuthoritativeTier.Provider
, org.ehcache.spi.cache.
Store.Provider
)
org.ehcache.config.store.disk.
OffHeapDiskStoreConfiguration
(implements org.ehcache.spi.service.
ServiceConfiguration
<T>)
org.ehcache.config.store.disk.
OffHeapDiskStoreProviderConfiguration
(implements org.ehcache.spi.service.
ServiceCreationConfiguration
<T>)
org.ehcache.internal.store.disk.
OffHeapDiskStoreProviderFactory
(implements org.ehcache.spi.service.
ServiceFactory
<T>)
org.ehcache.internal.store.offheap.
OffHeapStore.Provider
(implements org.ehcache.spi.cache.tiering.
AuthoritativeTier.Provider
, org.ehcache.spi.cache.tiering.
LowerCachingTier.Provider
, org.ehcache.spi.cache.
Store.Provider
)
org.ehcache.internal.store.offheap.
OffHeapStoreProviderFactory
(implements org.ehcache.spi.service.
ServiceFactory
<T>)
org.ehcache.internal.store.offheap.
OffHeapStoreUtils
org.ehcache.internal.store.offheap.portability.
OffHeapValueHolderPortability
<V> (implements org.terracotta.offheapstore.storage.portability.WriteBackPortability<T>)
org.ehcache.internal.executor.
OnDemandExecutionService
(implements org.ehcache.spi.service.
ExecutionService
)
org.ehcache.internal.store.heap.
OnHeapStore
<K,V> (implements org.ehcache.spi.cache.tiering.
HigherCachingTier
<K,V>, org.ehcache.spi.cache.
Store
<K,V>)
org.ehcache.internal.store.heap.
OnHeapStore.Provider
(implements org.ehcache.spi.cache.tiering.
CachingTier.Provider
, org.ehcache.spi.cache.tiering.
HigherCachingTier.Provider
, org.ehcache.spi.cache.
Store.Provider
)
org.ehcache.internal.store.heap.
OnHeapStoreProviderFactory
(implements org.ehcache.spi.service.
ServiceFactory
<T>)
org.ehcache.config.xml.model.
PersistenceType
org.ehcache.transactions.xa.journal.
PersistentJournal.SerializableEntry
<K> (implements java.io.Serializable)
org.ehcache.
PersistentUserManagedEhcache
<K,V> (implements org.ehcache.
PersistentUserManagedCache
<K,V>)
org.ehcache.internal.executor.
PooledExecutionService
(implements org.ehcache.spi.service.
ExecutionService
)
org.ehcache.config.executor.
PooledExecutionServiceConfiguration
(implements org.ehcache.spi.service.
ServiceCreationConfiguration
<T>)
org.ehcache.config.executor.
PooledExecutionServiceConfiguration.PoolConfiguration
org.ehcache.function.
Predicates
org.ehcache.internal.copy.
ReadWriteCopier
<T> (implements org.ehcache.spi.copy.
Copier
<T>)
org.ehcache.internal.copy.
IdentityCopier
<T>
org.ehcache.internal.copy.
SerializingCopier
<T>
bitronix.tm.resource.common.ResourceBean (implements java.io.Serializable)
org.ehcache.transactions.xa.txmgr.btm.
Ehcache3XAResourceProducer
(implements bitronix.tm.resource.common.XAResourceProducer)
org.ehcache.util.
ResourcePoolMerger
org.ehcache.config.
ResourcePoolsBuilder
org.ehcache.config.xml.model.
ResourcesType
org.ehcache.config.xml.model.
ResourceType
org.ehcache.config.xml.model.
PersistableResourceType
org.ehcache.resilience.
RobustResilienceStrategy
<K,V> (implements org.ehcache.resilience.
ResilienceStrategy
<K,V>)
org.ehcache.resilience.
LoggingRobustResilienceStrategy
<K,V>
org.ehcache.transactions.xa.
SerializableXid
(implements java.io.Serializable, javax.transaction.xa.Xid)
org.ehcache.internal.store.offheap.portability.
SerializerPortability
<T> (implements org.terracotta.offheapstore.storage.portability.Portability<T>)
org.ehcache.config.xml.model.
SerializerType
org.ehcache.config.xml.model.
SerializerType.Serializer
org.ehcache.spi.
ServiceLocator
(implements org.ehcache.spi.
ServiceProvider
)
org.ehcache.config.xml.model.
ServiceType
org.ehcache.internal.util.
ServiceUtil
org.ehcache.transactions.xa.
SoftLock
<V> (implements java.io.Serializable)
org.ehcache.transactions.xa.
SoftLockValueCombinedCopier
<T> (implements org.ehcache.spi.copy.
Copier
<T>)
org.ehcache.transactions.xa.
SoftLockValueCombinedSerializer
<T> (implements org.ehcache.spi.serialization.
Serializer
<T>)
org.ehcache.config.
StoreConfigurationImpl
<K,V> (implements org.ehcache.spi.cache.
Store.Configuration
<K,V>)
org.ehcache.transactions.xa.commands.
StoreEvictCommand
<V> (implements org.ehcache.transactions.xa.commands.
Command
<V>)
org.ehcache.transactions.xa.commands.
StorePutCommand
<V> (implements org.ehcache.transactions.xa.commands.
Command
<V>)
org.ehcache.transactions.xa.commands.
StoreRemoveCommand
<V> (implements org.ehcache.transactions.xa.commands.
Command
<V>)
org.ehcache.loaderwriter.writebehind.
StripedWriteBehind
<K,V> (implements org.ehcache.loaderwriter.writebehind.
WriteBehind
<K,V>)
org.ehcache.internal.
SystemTimeSource
(implements org.ehcache.internal.
TimeSource
)
org.ehcache.internal.classes.commonslang.
SystemUtils
org.ehcache.config.xml.model.
ThreadPoolReferenceType
org.ehcache.config.xml.model.
ThreadPoolsType
org.ehcache.config.xml.model.
ThreadPoolsType.ThreadPool
java.lang.Throwable (implements java.io.Serializable)
java.lang.Exception
org.ehcache.exceptions.
CacheAccessException
org.ehcache.exceptions.
RethrowingCacheAccessException
org.ehcache.transactions.xa.
XACacheAccessException
org.ehcache.exceptions.
CachePersistenceException
java.lang.RuntimeException
javax.cache.CacheException
org.ehcache.jsr107.
MultiCacheException
org.ehcache.exceptions.
CacheIterationException
org.ehcache.exceptions.
CacheLoadingException
org.ehcache.exceptions.
BulkCacheLoadingException
org.ehcache.exceptions.
CachePassThroughException
org.ehcache.exceptions.
CacheWritingException
org.ehcache.exceptions.
BulkCacheWritingException
org.ehcache.exceptions.
SerializerException
org.ehcache.exceptions.
StateTransitionException
org.ehcache.transactions.xa.
XACacheException
org.ehcache.spi.serialization.
UnsupportedTypeException
javax.transaction.xa.XAException
org.ehcache.transactions.xa.
EhcacheXAException
org.ehcache.internal.
TimeSourceConfiguration
(implements org.ehcache.spi.service.
ServiceCreationConfiguration
<T>)
org.ehcache.internal.
TimeSourceServiceFactory
(implements org.ehcache.spi.service.
ServiceFactory
<T>)
org.ehcache.config.xml.model.
TimeType
org.ehcache.transactions.xa.
TransactionId
(implements java.io.Serializable)
org.ehcache.transactions.xa.txmgr.provider.
TransactionManagerProviderConfiguration
(implements org.ehcache.spi.service.
ServiceCreationConfiguration
<T>)
org.ehcache.transactions.xa.txmgr.
TransactionManagerWrapper
org.ehcache.transactions.xa.journal.
TransientJournal
<K> (implements org.ehcache.transactions.xa.journal.
Journal
<K>)
org.ehcache.transactions.xa.journal.
PersistentJournal
<K>
org.ehcache.transactions.xa.journal.
TransientJournal.Entry
<K>
org.ehcache.transactions.xml.
TxCacheManagerServiceConfigurationParser
(implements org.ehcache.config.xml.
CacheManagerServiceConfigurationParser
<T>)
org.ehcache.transactions.xml.
TxCacheServiceConfigurationParser
(implements org.ehcache.config.xml.
CacheServiceConfigurationParser
<T>)
org.ehcache.
UserManagedCacheBuilder
<K,V,T>
org.ehcache.config.persistence.
UserManagedPersistenceContext
<K,V> (implements org.ehcache.config.
UserManagedCacheConfiguration
<K,V,T>)
org.ehcache.internal.classes.commonslang.
Validate
org.ehcache.loaderwriter.writebehind.operations.
WriteAllOperation
<K,V> (implements org.ehcache.loaderwriter.writebehind.operations.
BatchOperation
<K,V>)
org.ehcache.config.writebehind.
WriteBehindConfigurationBuilder
(implements org.ehcache.config.
Builder
<T>)
org.ehcache.config.writebehind.
WriteBehindConfigurationBuilder.BatchedWriteBehindConfigurationBuilder
org.ehcache.config.writebehind.
WriteBehindConfigurationBuilder.UnBatchedWriteBehindConfigurationBuilder
org.ehcache.config.loaderwriter.writebehind.
WriteBehindProviderConfiguration
(implements org.ehcache.spi.service.
ServiceCreationConfiguration
<T>)
org.ehcache.loaderwriter.writebehind.
WriteBehindProviderFactory
(implements org.ehcache.spi.service.
ServiceFactory
<T>)
org.ehcache.loaderwriter.writebehind.
WriteBehindProviderFactory.Provider
(implements org.ehcache.spi.loaderwriter.
WriteBehindProvider
)
org.ehcache.loaderwriter.writebehind.operations.
WriteOperation
<K,V> (implements org.ehcache.loaderwriter.writebehind.operations.
SingleOperation
<K,V>)
org.ehcache.transactions.xa.
XAStore
<K,V> (implements org.ehcache.spi.cache.
Store
<K,V>)
org.ehcache.transactions.xa.
XAStore.Provider
(implements org.ehcache.spi.cache.
Store.Provider
)
org.ehcache.transactions.xa.configuration.
XAStoreConfiguration
(implements org.ehcache.spi.service.
ServiceConfiguration
<T>)
org.ehcache.transactions.xa.configuration.
XAStoreProviderConfiguration
(implements org.ehcache.spi.service.
ServiceCreationConfiguration
<T>)
org.ehcache.transactions.xa.configuration.
XAStoreProviderFactory
(implements org.ehcache.spi.service.
ServiceFactory
<T>)
org.ehcache.transactions.xa.
XATransactionContext
<K,V>
org.ehcache.transactions.xa.
XATransactionContextFactory
<K,V>
org.ehcache.config.xml.
XmlConfiguration
(implements org.ehcache.config.
Configuration
)
Interface Hierarchy
org.ehcache.statistics.
AuthoritativeTierOperationOutcomes
org.ehcache.loaderwriter.writebehind.operations.
BatchOperation
<K,V>
org.ehcache.function.
BiFunction
<A,B,T>
org.ehcache.config.
Builder
<T>
org.ehcache.
Cache.Entry
<K,V>
org.ehcache.config.
CacheConfiguration
<K,V>
org.ehcache.config.
CacheRuntimeConfiguration
<K,V>
org.ehcache.
CacheConfigurationChangeListener
org.ehcache.event.
CacheEvent
<K,V>
org.ehcache.events.
CacheEventDispatcher
<K,V>
org.ehcache.event.
CacheEventListener
<K,V>
org.ehcache.spi.loaderwriter.
CacheLoaderWriter
<K,V>
org.ehcache.loaderwriter.writebehind.
WriteBehind
<K,V>
org.ehcache.
CacheManager
org.ehcache.
PersistentCacheManager
org.ehcache.config.
CacheManagerConfiguration
<T>
org.ehcache.config.xml.
CacheManagerServiceConfigurationParser
<T>
org.ehcache.statistics.
CacheOperationOutcomes
org.ehcache.config.xml.
CacheServiceConfigurationParser
<T>
org.ehcache.spi.cache.tiering.
CachingTier.InvalidationListener
<K,V>
org.ehcache.statistics.
CachingTierOperationOutcomes
org.ehcache.management.
CapabilityManagement
org.ehcache.management.
CapabilityManagementSupport
org.ehcache.management.
ManagementRegistry
(also extends org.ehcache.spi.service.
Service
)
org.ehcache.management.
SharedManagementService
(also extends org.ehcache.spi.service.
Service
)
org.ehcache.transactions.xa.commands.
Command
<V>
java.util.Comparator<T>
org.ehcache.config.
EvictionPrioritizer
<K,V>
org.ehcache.config.
Configuration
org.ehcache.config.
RuntimeConfiguration
org.ehcache.spi.cache.
ConfigurationChangeSupport
org.ehcache.spi.cache.tiering.
AuthoritativeTier
<K,V>
org.ehcache.spi.cache.tiering.
CachingTier
<K,V>
org.ehcache.spi.cache.tiering.
HigherCachingTier
<K,V>
org.ehcache.spi.cache.tiering.
HigherCachingTier
<K,V>
org.ehcache.spi.cache.tiering.
LowerCachingTier
<K,V>
org.ehcache.spi.cache.
Store
<K,V>
org.ehcache.spi.cache.tiering.
AuthoritativeTier
<K,V>
org.ehcache.spi.copy.
Copier
<T>
org.ehcache.internal.store.offheap.factories.
EhcacheSegmentFactory.EhcacheSegment.EvictionListener
<K,V>
org.ehcache.expiry.
Expiry
<K,V>
org.ehcache.spi.service.
FileBasedPersistenceContext
org.ehcache.function.
Function
<A,T>
org.ehcache.statistics.
HigherCachingTierOperationOutcomes
org.ehcache.
InternalRuntimeConfiguration
java.lang.Iterable<T>
org.ehcache.
Cache
<K,V>
org.ehcache.
PersistentUserManagedCache
<K,V>
org.ehcache.
UserManagedCache
<K,V>
org.ehcache.
PersistentUserManagedCache
<K,V>
org.ehcache.management.
ResultSet
<T>
org.ehcache.transactions.xa.journal.
Journal
<K>
org.ehcache.
Jsr107Cache
<K,V>
org.ehcache.internal.concurrent.
JSR166Helper.BiConsumer
<A,B>
org.ehcache.internal.concurrent.
JSR166Helper.Consumer
<A>
org.ehcache.internal.concurrent.
JSR166Helper.DoubleBinaryOperator
org.ehcache.internal.concurrent.
JSR166Helper.IntBinaryOperator
org.ehcache.internal.concurrent.
JSR166Helper.LongBinaryOperator
org.ehcache.internal.concurrent.
JSR166Helper.Spliterator
<T>
org.ehcache.internal.concurrent.
JSR166Helper.Spliterator.OfDouble
org.ehcache.internal.concurrent.
JSR166Helper.Spliterator.OfInt
org.ehcache.internal.concurrent.
JSR166Helper.Spliterator.OfLong
org.ehcache.internal.concurrent.
JSR166Helper.ToDoubleBiFunction
<A,B>
org.ehcache.internal.concurrent.
JSR166Helper.ToDoubleFunction
<A>
org.ehcache.internal.concurrent.
JSR166Helper.ToIntBiFunction
<A,B>
org.ehcache.internal.concurrent.
JSR166Helper.ToIntFunction
<A>
org.ehcache.internal.concurrent.
JSR166Helper.ToLongBiFunction
<A,B>
org.ehcache.internal.concurrent.
JSR166Helper.ToLongFunction
<A>
org.ehcache.loaderwriter.writebehind.operations.
KeyBasedOperation
<K>
org.ehcache.loaderwriter.writebehind.operations.
SingleOperation
<K,V>
org.ehcache.spi.
LifeCycled
org.ehcache.statistics.
LowerCachingTierOperationsOutcome
org.ehcache.
Maintainable
org.ehcache.management.providers.
ManagementProvider
<T>
java.util.Map<K,V>
java.util.concurrent.ConcurrentMap<K,V>
org.ehcache.internal.store.offheap.
EhcacheOffHeapBackingMap
<K,V>
org.ehcache.function.
NullaryFunction
<T>
org.ehcache.internal.store.heap.holders.
OnHeapKey
<K>
org.ehcache.function.
Predicate
<V>
org.ehcache.config.
EvictionVeto
<K,V>
org.ehcache.management.
Query
<T>
org.ehcache.management.
CallQuery
<T>
org.ehcache.management.
StatisticQuery
org.ehcache.management.
QueryBuilder
<B,T>
org.ehcache.management.
CallQuery.Builder
<T>
org.ehcache.management.
StatisticQuery.Builder
org.ehcache.resilience.
RecoveryCache
<K>
org.ehcache.resilience.
ResilienceStrategy
<K,V>
org.ehcache.config.
ResourcePool
org.ehcache.config.
ResourcePools
org.ehcache.config.
ResourceType
org.ehcache.config.
ResourceUnit
org.ehcache.spi.serialization.
Serializer
<T>
org.ehcache.spi.service.
Service
org.ehcache.spi.cache.tiering.
AuthoritativeTier.Provider
org.ehcache.events.
CacheEventDispatcherFactory
org.ehcache.event.
CacheEventListenerProvider
org.ehcache.spi.loaderwriter.
CacheLoaderWriterProvider
org.ehcache.spi.service.
CacheManagerProviderService
org.ehcache.spi.cache.
CacheProvider
org.ehcache.spi.cache.tiering.
CachingTier.Provider
org.ehcache.spi.copy.
CopyProvider
org.ehcache.spi.service.
ExecutionService
org.ehcache.spi.cache.tiering.
HigherCachingTier.Provider
org.ehcache.transactions.xa.journal.
JournalProvider
org.ehcache.jsr107.
Jsr107Service
org.ehcache.spi.service.
LocalPersistenceService
org.ehcache.spi.cache.tiering.
LowerCachingTier.Provider
org.ehcache.management.
ManagementRegistry
(also extends org.ehcache.management.
CapabilityManagementSupport
)
org.ehcache.spi.serialization.
SerializationProvider
org.ehcache.management.
SharedManagementService
(also extends org.ehcache.management.
CapabilityManagementSupport
)
org.ehcache.spi.cache.
Store.Provider
org.ehcache.internal.
TimeSourceService
org.ehcache.transactions.xa.txmgr.provider.
TransactionManagerProvider
org.ehcache.spi.loaderwriter.
WriteBehindProvider
org.ehcache.spi.service.
ServiceConfiguration
<T>
org.ehcache.event.
CacheEventListenerConfiguration
org.ehcache.config.copy.
CopierConfiguration
org.ehcache.spi.service.
LocalPersistenceService.PersistenceSpaceIdentifier
org.ehcache.config.
SerializerConfiguration
<T>
org.ehcache.spi.loaderwriter.
WriteBehindConfiguration
org.ehcache.spi.service.
ServiceCreationConfiguration
<T>
org.ehcache.management.
ManagementRegistryConfiguration
org.ehcache.config.persistence.
PersistenceConfiguration
org.ehcache.spi.service.
ServiceFactory
<T>
org.ehcache.spi.service.
ExecutionServiceFactory
org.ehcache.spi.
ServiceProvider
org.ehcache.events.
StateChangeListener
org.ehcache.events.
CacheManagerListener
org.ehcache.management.config.
StatisticsProviderConfiguration
<T>
org.ehcache.spi.cache.
Store.Configuration
<K,V>
org.ehcache.spi.cache.
Store.Iterator
<T>
org.ehcache.spi.cache.
Store.ValueHolder
<V>
org.ehcache.events.
StoreEventListener
<K,V>
org.ehcache.statistics.
StoreOperationOutcomes
org.ehcache.internal.
TimeSource
org.ehcache.config.
UserManagedCacheConfiguration
<K,V,T>
org.ehcache.spi.loaderwriter.
WriteBehindConfiguration.BatchingConfiguration
org.ehcache.transactions.xa.txmgr.
XAResourceRegistry
Annotation Type Hierarchy
org.ehcache.spi.service.
ServiceDependencies
(implements java.lang.annotation.Annotation)
org.ehcache.spi.service.
SupplementaryService
(implements java.lang.annotation.Annotation)
org.ehcache.management.annotations.
Exposed
(implements java.lang.annotation.Annotation)
org.ehcache.management.annotations.
Named
(implements java.lang.annotation.Annotation)
Enum Hierarchy
java.lang.Object
java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
org.ehcache.
Status
org.ehcache.event.
EventType
org.ehcache.event.
EventFiring
org.ehcache.event.
EventOrdering
org.ehcache.statistics.
BulkOps
org.ehcache.config.
ResourceType.Core
(implements org.ehcache.config.
ResourceType
)
org.ehcache.config.
Eviction.Prioritizer
(implements org.ehcache.config.
EvictionPrioritizer
<K,V>)
org.ehcache.config.units.
MemoryUnit
(implements org.ehcache.config.
ResourceUnit
)
org.ehcache.config.units.
EntryUnit
(implements org.ehcache.config.
ResourceUnit
)
org.ehcache.
InternalStatus
org.ehcache.
CacheConfigurationProperty
org.ehcache.statistics.
CachingTierOperationOutcomes.GetOrComputeIfAbsentOutcome
(implements org.ehcache.statistics.
CachingTierOperationOutcomes
)
org.ehcache.statistics.
CachingTierOperationOutcomes.InvalidateOutcome
(implements org.ehcache.statistics.
CachingTierOperationOutcomes
)
org.ehcache.statistics.
AuthoritativeTierOperationOutcomes.GetAndFaultOutcome
(implements org.ehcache.statistics.
AuthoritativeTierOperationOutcomes
)
org.ehcache.statistics.
AuthoritativeTierOperationOutcomes.ComputeIfAbsentAndFaultOutcome
(implements org.ehcache.statistics.
AuthoritativeTierOperationOutcomes
)
org.ehcache.statistics.
AuthoritativeTierOperationOutcomes.FlushOutcome
(implements org.ehcache.statistics.
AuthoritativeTierOperationOutcomes
)
org.ehcache.statistics.
StoreOperationOutcomes.GetOutcome
(implements org.ehcache.statistics.
StoreOperationOutcomes
)
org.ehcache.statistics.
StoreOperationOutcomes.PutOutcome
(implements org.ehcache.statistics.
StoreOperationOutcomes
)
org.ehcache.statistics.
StoreOperationOutcomes.RemoveOutcome
(implements org.ehcache.statistics.
StoreOperationOutcomes
)
org.ehcache.statistics.
StoreOperationOutcomes.PutIfAbsentOutcome
(implements org.ehcache.statistics.
StoreOperationOutcomes
)
org.ehcache.statistics.
StoreOperationOutcomes.ConditionalRemoveOutcome
(implements org.ehcache.statistics.
StoreOperationOutcomes
)
org.ehcache.statistics.
StoreOperationOutcomes.ReplaceOutcome
(implements org.ehcache.statistics.
StoreOperationOutcomes
)
org.ehcache.statistics.
StoreOperationOutcomes.ConditionalReplaceOutcome
(implements org.ehcache.statistics.
StoreOperationOutcomes
)
org.ehcache.statistics.
StoreOperationOutcomes.ComputeOutcome
(implements org.ehcache.statistics.
StoreOperationOutcomes
)
org.ehcache.statistics.
StoreOperationOutcomes.ComputeIfAbsentOutcome
(implements org.ehcache.statistics.
StoreOperationOutcomes
)
org.ehcache.statistics.
StoreOperationOutcomes.ComputeIfPresentOutcome
(implements org.ehcache.statistics.
StoreOperationOutcomes
)
org.ehcache.statistics.
StoreOperationOutcomes.EvictionOutcome
(implements org.ehcache.statistics.
StoreOperationOutcomes
)
org.ehcache.statistics.
StoreOperationOutcomes.ExpirationOutcome
(implements org.ehcache.statistics.
StoreOperationOutcomes
)
org.ehcache.statistics.
HigherCachingTierOperationOutcomes.SilentInvalidateOutcome
(implements org.ehcache.statistics.
HigherCachingTierOperationOutcomes
)
org.ehcache.statistics.
CacheOperationOutcomes.GetOutcome
(implements org.ehcache.statistics.
CacheOperationOutcomes
)
org.ehcache.statistics.
CacheOperationOutcomes.GetAllOutcome
(implements org.ehcache.statistics.
CacheOperationOutcomes
)
org.ehcache.statistics.
CacheOperationOutcomes.PutOutcome
(implements org.ehcache.statistics.
CacheOperationOutcomes
)
org.ehcache.statistics.
CacheOperationOutcomes.PutAllOutcome
(implements org.ehcache.statistics.
CacheOperationOutcomes
)
org.ehcache.statistics.
CacheOperationOutcomes.RemoveOutcome
(implements org.ehcache.statistics.
CacheOperationOutcomes
)
org.ehcache.statistics.
CacheOperationOutcomes.RemoveAllOutcome
(implements org.ehcache.statistics.
CacheOperationOutcomes
)
org.ehcache.statistics.
CacheOperationOutcomes.ConditionalRemoveOutcome
(implements org.ehcache.statistics.
CacheOperationOutcomes
)
org.ehcache.statistics.
CacheOperationOutcomes.CacheLoadingOutcome
(implements org.ehcache.statistics.
CacheOperationOutcomes
)
org.ehcache.statistics.
CacheOperationOutcomes.PutIfAbsentOutcome
(implements org.ehcache.statistics.
CacheOperationOutcomes
)
org.ehcache.statistics.
CacheOperationOutcomes.ReplaceOutcome
(implements org.ehcache.statistics.
CacheOperationOutcomes
)
org.ehcache.statistics.
LowerCachingTierOperationsOutcome.InvalidateOutcome
(implements org.ehcache.statistics.
LowerCachingTierOperationsOutcome
)
org.ehcache.statistics.
LowerCachingTierOperationsOutcome.GetAndRemoveOutcome
(implements org.ehcache.statistics.
LowerCachingTierOperationsOutcome
)
org.ehcache.statistics.
LowerCachingTierOperationsOutcome.InstallMappingOutcome
(implements org.ehcache.statistics.
LowerCachingTierOperationsOutcome
)
org.ehcache.config.
SerializerConfiguration.Type
org.ehcache.config.copy.
CopierConfiguration.Type
org.ehcache.internal.classes.commonslang.
JavaVersion
org.ehcache.config.xml.model.
EventType
org.ehcache.config.xml.model.
ResourceUnit
org.ehcache.config.xml.model.
EventFiringType
org.ehcache.config.xml.model.
TimeUnit
org.ehcache.config.xml.model.
EventOrderingType
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes