- Cache - Class in net.sf.ehcache
-
Cache is the central class in ehcache.
- Cache(CacheConfiguration) - Constructor for class net.sf.ehcache.Cache
-
2.0 and higher Constructor
- Cache(CacheConfiguration, RegisteredEventListeners, BootstrapCacheLoader) - Constructor for class net.sf.ehcache.Cache
-
2.0 and higher Constructor
- Cache(String, int, boolean, boolean, long, long) - Constructor for class net.sf.ehcache.Cache
-
1.0 Constructor.
- Cache(String, int, boolean, boolean, long, long, boolean, long) - Constructor for class net.sf.ehcache.Cache
-
1.1 Constructor.
- Cache(String, int, MemoryStoreEvictionPolicy, boolean, String, boolean, long, long, boolean, long, RegisteredEventListeners) - Constructor for class net.sf.ehcache.Cache
-
1.2 Constructor
- Cache(String, int, MemoryStoreEvictionPolicy, boolean, String, boolean, long, long, boolean, long, RegisteredEventListeners, BootstrapCacheLoader) - Constructor for class net.sf.ehcache.Cache
-
1.2.1 Constructor
- Cache(String, int, MemoryStoreEvictionPolicy, boolean, String, boolean, long, long, boolean, long, RegisteredEventListeners, BootstrapCacheLoader, int) - Constructor for class net.sf.ehcache.Cache
-
1.2.4 Constructor
- Cache(String, int, MemoryStoreEvictionPolicy, boolean, String, boolean, long, long, boolean, long, RegisteredEventListeners, BootstrapCacheLoader, int, int) - Constructor for class net.sf.ehcache.Cache
-
1.3 Constructor
- Cache(String, int, MemoryStoreEvictionPolicy, boolean, String, boolean, long, long, boolean, long, RegisteredEventListeners, BootstrapCacheLoader, int, int, boolean) - Constructor for class net.sf.ehcache.Cache
-
1.6.0 Constructor
- Cache(String, int, MemoryStoreEvictionPolicy, boolean, String, boolean, long, long, boolean, long, RegisteredEventListeners, BootstrapCacheLoader, int, int, boolean, boolean, boolean) - Constructor for class net.sf.ehcache.Cache
-
1.7.0 Constructor
- cache(CacheConfiguration) - Method in class net.sf.ehcache.config.Configuration
-
Builder to add a new cache through its config
- cache - Variable in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Used by InternalClassLoaderAwareCache
- cache - Variable in class net.sf.ehcache.hibernate.regions.EhcacheDataRegion
-
Ehcache instance backing this Hibernate data region.
- Cache - Class in net.sf.ehcache.management
-
A Cache implementation that supports JMX MBeans
- Cache(Ehcache) - Constructor for class net.sf.ehcache.management.Cache
-
A constructor for JCache.
- cache - Variable in class net.sf.ehcache.store.LruMemoryStore
-
The cache this store is associated with.
- CACHE_CHANGED - Static variable in interface net.sf.ehcache.management.sampled.SampledCacheMBean
-
CACHE_CHANGED
- CACHE_CLEARED - Static variable in interface net.sf.ehcache.management.sampled.SampledCacheMBean
-
CACHE_CLEARED
- CACHE_ENABLED - Static variable in interface net.sf.ehcache.hibernate.management.api.EhcacheStats
-
CACHE_ENABLED
- CACHE_ENABLED - Static variable in interface net.sf.ehcache.hibernate.management.api.HibernateStats
-
CACHE_ENABLED
- CACHE_ENABLED - Static variable in interface net.sf.ehcache.management.sampled.SampledCacheMBean
-
CACHE_ENABLED
- CACHE_FLUSHED - Static variable in interface net.sf.ehcache.hibernate.management.api.EhcacheStats
-
CACHE_FLUSHED
- CACHE_FLUSHED - Static variable in interface net.sf.ehcache.hibernate.management.api.HibernateStats
-
CACHE_FLUSHED
- CACHE_FLUSHED - Static variable in interface net.sf.ehcache.management.sampled.SampledCacheMBean
-
CACHE_FLUSHED
- CACHE_MANAGER_CHANGED - Static variable in interface net.sf.ehcache.management.sampled.SampledCacheManagerMBean
-
CACHE_MANAGER_CHANGED
- CACHE_REGION_CHANGED - Static variable in interface net.sf.ehcache.hibernate.management.api.EhcacheStats
-
CACHE_REGION_CHANGED
- CACHE_REGION_CHANGED - Static variable in interface net.sf.ehcache.hibernate.management.api.HibernateStats
-
CACHE_REGION_CHANGED
- CACHE_REGION_FLUSHED - Static variable in interface net.sf.ehcache.hibernate.management.api.EhcacheStats
-
CACHE_REGION_FLUSHED
- CACHE_REGION_FLUSHED - Static variable in interface net.sf.ehcache.hibernate.management.api.HibernateStats
-
CACHE_REGION_FLUSHED
- CACHE_STATISTICS_ENABLED - Static variable in interface net.sf.ehcache.hibernate.management.api.EhcacheStats
-
CACHE_STATISTICS_ENABLED
- CACHE_STATISTICS_ENABLED - Static variable in interface net.sf.ehcache.hibernate.management.api.HibernateStats
-
CACHE_STATISTICS_ENABLED
- CACHE_STATISTICS_ENABLED - Static variable in interface net.sf.ehcache.management.sampled.SampledCacheMBean
-
CACHE_STATISTICS_ENABLED
- CACHE_STATISTICS_RESET - Static variable in interface net.sf.ehcache.hibernate.management.api.EhcacheStats
-
CACHE_STATISTICS_RESET
- CACHE_STATISTICS_RESET - Static variable in interface net.sf.ehcache.hibernate.management.api.HibernateStats
-
CACHE_STATISTICS_RESET
- CACHE_STATISTICS_RESET - Static variable in interface net.sf.ehcache.management.sampled.SampledCacheMBean
-
CACHE_STATISTICS_RESET
- CacheCluster - Interface in net.sf.ehcache.cluster
-
Allows you to explore the Terracotta cluster nodes and register for events about the cluster.
- cacheClusterEvent() - Method in interface net.sf.ehcache.statistics.CoreStatistics
-
Cache cluster event.
- cacheClusterEvent() - Method in class net.sf.ehcache.statistics.CoreStatisticsImpl
-
- CacheClusterStateStatisticsListener - Class in net.sf.ehcache
-
A listener to capture statistics relating to cluster events regarding
this node.
- CacheConfigError - Class in net.sf.ehcache.config
-
Represents a config error in a cache configuration
- CacheConfigError(String, String) - Constructor for class net.sf.ehcache.config.CacheConfigError
-
Constructor
- CacheConfiguration - Class in net.sf.ehcache.config
-
A value object used to represent cache configuration.
- CacheConfiguration() - Constructor for class net.sf.ehcache.config.CacheConfiguration
-
Default constructor.
- CacheConfiguration(String, int) - Constructor for class net.sf.ehcache.config.CacheConfiguration
-
Create a new cache configuration.
- CacheConfiguration - Class in net.sf.ehcache.management
-
A JMX MBean implementation and decorator to net.sf.ehcache.CacheConfiguration
- CacheConfiguration(Ehcache) - Constructor for class net.sf.ehcache.management.CacheConfiguration
-
Constructs using a backing CacheConfiguration
- CacheConfiguration.BootstrapCacheLoaderFactoryConfiguration - Class in net.sf.ehcache.config
-
Configuration for the BootstrapCacheLoaderFactoryConfiguration.
- CacheConfiguration.CacheDecoratorFactoryConfiguration - Class in net.sf.ehcache.config
-
Configuration for the CacheDecoratorFactoryConfiguration.
- CacheConfiguration.CacheEventListenerFactoryConfiguration - Class in net.sf.ehcache.config
-
Configuration for the CacheEventListenerFactory.
- CacheConfiguration.CacheExceptionHandlerFactoryConfiguration - Class in net.sf.ehcache.config
-
Configuration for the BootstrapCacheLoaderFactoryConfiguration.
- CacheConfiguration.CacheExtensionFactoryConfiguration - Class in net.sf.ehcache.config
-
Configuration for the CacheExtensionFactoryConfiguration.
- CacheConfiguration.CacheLoaderFactoryConfiguration - Class in net.sf.ehcache.config
-
Configuration for the CacheLoaderFactoryConfiguration.
- CacheConfiguration.TransactionalMode - Enum in net.sf.ehcache.config
-
Represents whether the Cache is transactional or not.
- CacheConfigurationElement - Class in net.sf.ehcache.config.generator.model.elements
-
- CacheConfigurationElement(NodeElement, Configuration, CacheConfiguration) - Constructor for class net.sf.ehcache.config.generator.model.elements.CacheConfigurationElement
-
- CacheConfigurationListener - Interface in net.sf.ehcache.config
-
Instances of CacheConfigurationListener can be registered with CacheConfiguration
instances in order to receive notification when any of the dynamic properties of
the configuration are changed.
- CacheConfigurationMBean - Interface in net.sf.ehcache.management
-
A JMX MBean interface for the configuration of a cache
- cacheDecoratorConfigurations - Variable in class net.sf.ehcache.config.CacheConfiguration
-
The cache decorator factories added by BeanUtils.
- CacheDecoratorFactory - Class in net.sf.ehcache.constructs
-
An abstract factory for creating decorated Ehcache instances.
- CacheDecoratorFactory() - Constructor for class net.sf.ehcache.constructs.CacheDecoratorFactory
-
- CacheDecoratorFactoryConfiguration() - Constructor for class net.sf.ehcache.config.CacheConfiguration.CacheDecoratorFactoryConfiguration
-
- CacheEntry - Class in net.sf.ehcache
-
Helper class to tie a key to an element.
- CacheEntry(Object, Element) - Constructor for class net.sf.ehcache.CacheEntry
-
Creates a new cache entry.
- CacheEntryFactory - Interface in net.sf.ehcache.constructs.blocking
-
Creates objects to populate the cache.
- CacheEventListener - Interface in net.sf.ehcache.event
-
Allows implementers to register callback methods that will be executed when a cache event
occurs.
- CacheEventListenerAdapter - Class in net.sf.ehcache.event
-
An adapter to simplify cache event listeners that do not need all events defined on the CacheEventListener interface.
- CacheEventListenerAdapter() - Constructor for class net.sf.ehcache.event.CacheEventListenerAdapter
-
- cacheEventListenerConfigurations - Variable in class net.sf.ehcache.config.CacheConfiguration
-
The event listener factories added by BeanUtils.
- cacheEventListenerFactory(CacheConfiguration.CacheEventListenerFactoryConfiguration) - Method in class net.sf.ehcache.config.CacheConfiguration
-
- CacheEventListenerFactory - Class in net.sf.ehcache.event
-
An abstract factory for creating listeners.
- CacheEventListenerFactory() - Constructor for class net.sf.ehcache.event.CacheEventListenerFactory
-
- CacheEventListenerFactoryConfiguration() - Constructor for class net.sf.ehcache.config.CacheConfiguration.CacheEventListenerFactoryConfiguration
-
- cacheEvictedCount() - Method in interface net.sf.ehcache.statistics.FlatStatistics
-
Cache evicted count.
- cacheEvictedCount() - Method in class net.sf.ehcache.statistics.StatisticsGateway
-
- cacheEviction() - Method in interface net.sf.ehcache.statistics.CoreStatistics
-
Cache eviction.
- cacheEviction() - Method in class net.sf.ehcache.statistics.CoreStatisticsImpl
-
- cacheEvictionOperation() - Method in interface net.sf.ehcache.statistics.FlatStatistics
-
Cache eviction operation.
- cacheEvictionOperation() - Method in class net.sf.ehcache.statistics.StatisticsGateway
-
- CacheException - Exception in net.sf.ehcache
-
A runtime Cache Exception.
- CacheException() - Constructor for exception net.sf.ehcache.CacheException
-
Constructor for the CacheException object.
- CacheException(String) - Constructor for exception net.sf.ehcache.CacheException
-
Constructor for the CacheException object.
- CacheException(String, Throwable) - Constructor for exception net.sf.ehcache.CacheException
-
Constructs a new CacheException with the specified detail message and
cause.
- CacheException(Throwable) - Constructor for exception net.sf.ehcache.CacheException
-
Constructs a new CacheException with the specified cause and a
detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause).
- CacheExceptionHandler - Interface in net.sf.ehcache.exceptionhandler
-
A handler which may be registered with an Ehcache, to handle exceptions on Cache operations.
- cacheExceptionHandlerFactory(CacheConfiguration.CacheExceptionHandlerFactoryConfiguration) - Method in class net.sf.ehcache.config.CacheConfiguration
-
- CacheExceptionHandlerFactory - Class in net.sf.ehcache.exceptionhandler
-
An abstract factory for creating CacheExceptionHandler
s at configuration time, in ehcache.xml.
- CacheExceptionHandlerFactory() - Constructor for class net.sf.ehcache.exceptionhandler.CacheExceptionHandlerFactory
-
- cacheExceptionHandlerFactoryConfiguration - Variable in class net.sf.ehcache.config.CacheConfiguration
-
The CacheExceptionHandlerFactoryConfiguration.
- CacheExceptionHandlerFactoryConfiguration() - Constructor for class net.sf.ehcache.config.CacheConfiguration.CacheExceptionHandlerFactoryConfiguration
-
- cacheExists(String) - Method in class net.sf.ehcache.CacheManager
-
Checks whether a cache of type ehcache exists.
- cacheExpiration() - Method in interface net.sf.ehcache.statistics.CoreStatistics
-
Cache expiration.
- cacheExpiration() - Method in class net.sf.ehcache.statistics.CoreStatisticsImpl
-
- cacheExpiredCount() - Method in interface net.sf.ehcache.statistics.FlatStatistics
-
Cache expired count.
- cacheExpiredCount() - Method in class net.sf.ehcache.statistics.StatisticsGateway
-
- cacheExpiredOperation() - Method in interface net.sf.ehcache.statistics.FlatStatistics
-
Cache expired operation.
- cacheExpiredOperation() - Method in class net.sf.ehcache.statistics.StatisticsGateway
-
- CacheExtension - Interface in net.sf.ehcache.extension
-
This is a general purpose mechanism to allow generic extensions to a Cache.
- cacheExtensionConfigurations - Variable in class net.sf.ehcache.config.CacheConfiguration
-
The cache extension factories added by BeanUtils.
- cacheExtensionFactory(CacheConfiguration.CacheExtensionFactoryConfiguration) - Method in class net.sf.ehcache.config.CacheConfiguration
-
- CacheExtensionFactory - Class in net.sf.ehcache.extension
-
An abstract factory for creating CacheExtension
s.
- CacheExtensionFactory() - Constructor for class net.sf.ehcache.extension.CacheExtensionFactory
-
- CacheExtensionFactoryConfiguration() - Constructor for class net.sf.ehcache.config.CacheConfiguration.CacheExtensionFactoryConfiguration
-
- cacheGetOperation() - Method in interface net.sf.ehcache.statistics.FlatStatistics
-
Cache get operation.
- cacheGetOperation() - Method in class net.sf.ehcache.statistics.StatisticsGateway
-
- cacheHitCount - Variable in class net.sf.ehcache.hibernate.management.impl.QueryStats
-
cacheHitCount
- cacheHitCount() - Method in interface net.sf.ehcache.statistics.FlatStatistics
-
Cache hit count.
- cacheHitCount() - Method in class net.sf.ehcache.statistics.StatisticsGateway
-
- cacheHitOperation() - Method in interface net.sf.ehcache.statistics.FlatStatistics
-
Cache hit operation.
- cacheHitOperation() - Method in class net.sf.ehcache.statistics.StatisticsGateway
-
- cacheHitRatio() - Method in interface net.sf.ehcache.statistics.extended.ExtendedStatistics
-
Cache hit ratio.
- cacheHitRatio() - Method in class net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl
-
- cacheHitRatio() - Method in interface net.sf.ehcache.statistics.FlatStatistics
-
Cache hit ratio
- cacheHitRatio() - Method in class net.sf.ehcache.statistics.StatisticsGateway
-
- CacheInitializationHelper - Class in net.sf.ehcache
-
- CacheInitializationHelper(CacheManager) - Constructor for class net.sf.ehcache.CacheInitializationHelper
-
- CacheKeySet<E> - Class in net.sf.ehcache.store
-
A Set of keys that will encapsulate keys present in a Cache.
- CacheKeySet(Collection<E>...) - Constructor for class net.sf.ehcache.store.CacheKeySet
-
Create a new Set for all tiers in the cache.
- CacheLoader - Interface in net.sf.ehcache.loader
-
Extends JCache CacheLoader with load methods that take an argument in addition to a key
This interface has exactly the same interface as in the JCache module.
- cacheLoaderConfigurations - Variable in class net.sf.ehcache.config.CacheConfiguration
-
The cache loader factories added by BeanUtils.
- cacheLoaderFactory(CacheConfiguration.CacheLoaderFactoryConfiguration) - Method in class net.sf.ehcache.config.CacheConfiguration
-
- CacheLoaderFactory - Class in net.sf.ehcache.loader
-
An abstract factory for creating cache loaders.
- CacheLoaderFactory() - Constructor for class net.sf.ehcache.loader.CacheLoaderFactory
-
- CacheLoaderFactoryConfiguration() - Constructor for class net.sf.ehcache.config.CacheConfiguration.CacheLoaderFactoryConfiguration
-
- cacheLoaderTimeoutMillis - Variable in class net.sf.ehcache.config.CacheConfiguration
-
Timeout in milliseconds for CacheLoader related calls
- CacheLockProvider - Interface in net.sf.ehcache.concurrent
-
- CacheManager - Class in net.sf.ehcache
-
A container for
Ehcache
s that maintain all aspects of their lifecycle.
- CacheManager(Configuration) - Constructor for class net.sf.ehcache.CacheManager
-
An constructor for CacheManager, which takes a configuration object, rather than one created by parsing
an ehcache.xml file.
- CacheManager(String) - Constructor for class net.sf.ehcache.CacheManager
-
An ordinary constructor for CacheManager.
- CacheManager(URL) - Constructor for class net.sf.ehcache.CacheManager
-
An ordinary constructor for CacheManager.
- CacheManager(InputStream) - Constructor for class net.sf.ehcache.CacheManager
-
An ordinary constructor for CacheManager.
- CacheManager() - Constructor for class net.sf.ehcache.CacheManager
-
Constructor.
- cacheManager - Variable in class net.sf.ehcache.distribution.RMICacheManagerPeerProvider
-
The CacheManager this peer provider is associated with.
- CacheManager - Class in net.sf.ehcache.management
-
An MBean implementation for those attributes and operations we wish to expose on net.sf.ehcache.CacheManager.
- CacheManager(CacheManager) - Constructor for class net.sf.ehcache.management.CacheManager
-
Create a management CacheManager
- CacheManagerEventListener - Interface in net.sf.ehcache.event
-
Allows implementers to register callback methods that will be executed when a
CacheManager
event occurs.
- cacheManagerEventListenerFactory(FactoryConfiguration) - Method in class net.sf.ehcache.config.Configuration
-
Builder to set the event lister through a factory, only one of these can be added and subsequent calls are ignored.
- CacheManagerEventListenerFactory - Class in net.sf.ehcache.event
-
- CacheManagerEventListenerFactory() - Constructor for class net.sf.ehcache.event.CacheManagerEventListenerFactory
-
- cacheManagerEventListenerRegistry - Variable in class net.sf.ehcache.CacheManager
-
The listener registry
- CacheManagerEventListenerRegistry - Class in net.sf.ehcache.event
-
Registered listeners for registering and unregistering CacheManagerEventListeners and sending notifications to registrants.
- CacheManagerEventListenerRegistry() - Constructor for class net.sf.ehcache.event.CacheManagerEventListenerRegistry
-
Construct a new registry
- CacheManagerMBean - Interface in net.sf.ehcache.management
-
An MBean interface for those attributes and operations we wish to expose on net.sf.ehcache.CacheManager
- CacheManagerPeerListener - Interface in net.sf.ehcache.distribution
-
A listener for updates, which controls remote cache peers.
- cacheManagerPeerListenerFactory(FactoryConfiguration) - Method in class net.sf.ehcache.config.Configuration
-
Builder method to add a peer listener through a factory.
- CacheManagerPeerListenerFactory - Class in net.sf.ehcache.distribution
-
An abstract factory for creating cache manager peer listeners.
- CacheManagerPeerListenerFactory() - Constructor for class net.sf.ehcache.distribution.CacheManagerPeerListenerFactory
-
- cacheManagerPeerListeners - Variable in class net.sf.ehcache.CacheManager
-
The map of listeners
- CacheManagerPeerProvider - Interface in net.sf.ehcache.distribution
-
Provides a discovery service to locate
CachePeer
listener peers for a Cache.
- cacheManagerPeerProviderFactory(FactoryConfiguration) - Method in class net.sf.ehcache.config.Configuration
-
Builder method to add a peer provider through a factory.
- CacheManagerPeerProviderFactory - Class in net.sf.ehcache.distribution
-
An abstract factory for creating peers.
- CacheManagerPeerProviderFactory() - Constructor for class net.sf.ehcache.distribution.CacheManagerPeerProviderFactory
-
- cacheManagerPeerProviders - Variable in class net.sf.ehcache.CacheManager
-
The map of providers
- CacheManagerSampler - Interface in net.sf.ehcache.management.sampled
-
An abstraction for sampled cache manager usage statistics.
- CacheManagerSamplerImpl - Class in net.sf.ehcache.management.sampled
-
- CacheManagerSamplerImpl(CacheManager) - Constructor for class net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
-
- CacheMBean - Interface in net.sf.ehcache.management
-
A management bean for a cache
- cacheMissCount - Variable in class net.sf.ehcache.hibernate.management.impl.QueryStats
-
cacheMissCount
- cacheMissCount() - Method in interface net.sf.ehcache.statistics.FlatStatistics
-
Cache miss count.
- cacheMissCount() - Method in class net.sf.ehcache.statistics.StatisticsGateway
-
- cacheMissExpiredCount() - Method in interface net.sf.ehcache.statistics.FlatStatistics
-
Cache miss expired count.
- cacheMissExpiredCount() - Method in class net.sf.ehcache.statistics.StatisticsGateway
-
- cacheMissExpiredOperation() - Method in interface net.sf.ehcache.statistics.FlatStatistics
-
Cache miss expired operation.
- cacheMissExpiredOperation() - Method in class net.sf.ehcache.statistics.StatisticsGateway
-
- cacheMissNotFoundCount() - Method in interface net.sf.ehcache.statistics.FlatStatistics
-
Cache miss not found count.
- cacheMissNotFoundCount() - Method in class net.sf.ehcache.statistics.StatisticsGateway
-
- cacheMissNotFoundOperation() - Method in interface net.sf.ehcache.statistics.FlatStatistics
-
Cache miss not found operation.
- cacheMissNotFoundOperation() - Method in class net.sf.ehcache.statistics.StatisticsGateway
-
- cacheMissOperation() - Method in interface net.sf.ehcache.statistics.FlatStatistics
-
Cache miss operation.
- cacheMissOperation() - Method in class net.sf.ehcache.statistics.StatisticsGateway
-
- CacheOperationOutcomes - Interface in net.sf.ehcache
-
Interface containing cache operation outcome enums.
- CacheOperationOutcomes.ClusterEventOutcomes - Enum in net.sf.ehcache
-
Cluster event operation outcomes.
- CacheOperationOutcomes.EvictionOutcome - Enum in net.sf.ehcache
-
The eviction outcomes.
- CacheOperationOutcomes.ExpiredOutcome - Enum in net.sf.ehcache
-
The expiration outcomes.
- CacheOperationOutcomes.GetAllOutcome - Enum in net.sf.ehcache
-
The outcomes for GetAll operations.
- CacheOperationOutcomes.GetOutcome - Enum in net.sf.ehcache
-
Outcomes for cache Get operations.
- CacheOperationOutcomes.NonStopOperationOutcomes - Enum in net.sf.ehcache
-
The Enum NonStopOperationOutcomes.
- CacheOperationOutcomes.PutAllOutcome - Enum in net.sf.ehcache
-
The outcomes for GetAll operations.
- CacheOperationOutcomes.PutIfAbsentOutcome - Enum in net.sf.ehcache
-
- CacheOperationOutcomes.PutOutcome - Enum in net.sf.ehcache
-
The outcomes for Put Outcomes.
- CacheOperationOutcomes.RemoveAllOutcome - Enum in net.sf.ehcache
-
The outcomes for GetAll operations.
- CacheOperationOutcomes.RemoveElementOutcome - Enum in net.sf.ehcache
-
- CacheOperationOutcomes.RemoveOutcome - Enum in net.sf.ehcache
-
The outcomes for remove operations.
- CacheOperationOutcomes.ReplaceOneArgOutcome - Enum in net.sf.ehcache
-
- CacheOperationOutcomes.ReplaceTwoArgOutcome - Enum in net.sf.ehcache
-
- CacheOperationOutcomes.SearchOutcome - Enum in net.sf.ehcache
-
The outcomes for the store search operation.
- CachePeer - Interface in net.sf.ehcache.distribution
-
An interface for a cache peer to which updates are made remotely.
- CachePeerEntry(CachePeer, Date) - Constructor for class net.sf.ehcache.distribution.MulticastRMICacheManagerPeerProvider.CachePeerEntry
-
Constructor
- cachePeers - Variable in class net.sf.ehcache.distribution.RMICacheManagerPeerListener
-
The cache peers.
- cachePutAddedCount() - Method in interface net.sf.ehcache.statistics.FlatStatistics
-
Cache put added count.
- cachePutAddedCount() - Method in class net.sf.ehcache.statistics.StatisticsGateway
-
- cachePutAddedOperation() - Method in interface net.sf.ehcache.statistics.FlatStatistics
-
Cache put added operation.
- cachePutAddedOperation() - Method in class net.sf.ehcache.statistics.StatisticsGateway
-
- cachePutCount - Variable in class net.sf.ehcache.hibernate.management.impl.QueryStats
-
cachePutCount
- cachePutCount() - Method in interface net.sf.ehcache.statistics.FlatStatistics
-
Cache put count.
- cachePutCount() - Method in class net.sf.ehcache.statistics.StatisticsGateway
-
- cachePutOperation() - Method in interface net.sf.ehcache.statistics.FlatStatistics
-
Cache put operation.
- cachePutOperation() - Method in class net.sf.ehcache.statistics.StatisticsGateway
-
- cachePutReplacedOperation() - Method in interface net.sf.ehcache.statistics.FlatStatistics
-
Cache put replaced operation.
- cachePutReplacedOperation() - Method in class net.sf.ehcache.statistics.StatisticsGateway
-
- cachePutUpdatedCount() - Method in interface net.sf.ehcache.statistics.FlatStatistics
-
Cache put updated count.
- cachePutUpdatedCount() - Method in class net.sf.ehcache.statistics.StatisticsGateway
-
- CacheRegionStats - Class in net.sf.ehcache.hibernate.management.impl
-
- CacheRegionStats(String) - Constructor for class net.sf.ehcache.hibernate.management.impl.CacheRegionStats
-
- CacheRegionStats(String, SecondLevelCacheStatistics) - Constructor for class net.sf.ehcache.hibernate.management.impl.CacheRegionStats
-
- CacheRegionStats(CompositeData) - Constructor for class net.sf.ehcache.hibernate.management.impl.CacheRegionStats
-
- CacheRegionUtils - Class in net.sf.ehcache.hibernate.management.impl
-
CacheRegionUtils
- CacheRegionUtils() - Constructor for class net.sf.ehcache.hibernate.management.impl.CacheRegionUtils
-
- cacheRemoveCount() - Method in interface net.sf.ehcache.statistics.FlatStatistics
-
Cache remove count.
- cacheRemoveCount() - Method in class net.sf.ehcache.statistics.StatisticsGateway
-
- cacheRemoveOperation() - Method in interface net.sf.ehcache.statistics.FlatStatistics
-
Cache remove operation.
- cacheRemoveOperation() - Method in class net.sf.ehcache.statistics.StatisticsGateway
-
- CacheReplicator - Interface in net.sf.ehcache.distribution
-
Replicates cache entries to peers of the CacheManager
- CACHES_CLEARED - Static variable in interface net.sf.ehcache.management.sampled.SampledCacheManagerMBean
-
CACHES_CLEARED
- CACHES_ENABLED - Static variable in interface net.sf.ehcache.management.sampled.SampledCacheManagerMBean
-
CACHES_ENABLED
- CacheSampler - Interface in net.sf.ehcache.management.sampled
-
An interface for exposing cache statistics.
- CacheSamplerImpl - Class in net.sf.ehcache.management.sampled
-
- CacheSamplerImpl(Ehcache) - Constructor for class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Constructor accepting the backing
Ehcache
- cacheSearchOperation() - Method in interface net.sf.ehcache.statistics.FlatStatistics
-
Cache search operation.
- cacheSearchOperation() - Method in class net.sf.ehcache.statistics.StatisticsGateway
-
- CacheStatistics - Class in net.sf.ehcache.management
-
A JMX CacheStatistics decorator for an ehcache Statistics class.
- CacheStatistics(Ehcache) - Constructor for class net.sf.ehcache.management.CacheStatistics
-
Constructs an object from an ehcache statistics object
- CacheStatisticsMBean - Interface in net.sf.ehcache.management
-
- CacheStore - Class in net.sf.ehcache.store
-
The one store to rule them all!
- CacheStore(CachingTier<Object, Element>, AuthoritativeTier) - Constructor for class net.sf.ehcache.store.CacheStore
-
Constructor :P
- CacheStore(CachingTier<Object, Element>, AuthoritativeTier, CacheConfiguration) - Constructor for class net.sf.ehcache.store.CacheStore
-
Deprecated.
- CacheStoreHelper - Class in net.sf.ehcache
-
A helper class to get the internal Store from a Cache
- CacheStoreHelper(Cache) - Constructor for class net.sf.ehcache.CacheStoreHelper
-
Constructor accepting the cache
- CacheTransactionHelper - Class in net.sf.ehcache.util
-
A collection of utility methods helping controlling transactions for managed operations which may require them.
- CacheTransactionHelper() - Constructor for class net.sf.ehcache.util.CacheTransactionHelper
-
- CacheUsageListener - Interface in net.sf.ehcache.statistics
-
Interface for listeners to any change in usage statistics of an
Ehcache.
- cacheWriter(CacheWriterConfiguration) - Method in class net.sf.ehcache.config.CacheConfiguration
-
- CacheWriter - Interface in net.sf.ehcache.writer
-
A CacheWriter is an interface used for write-through and write-behind caching to a underlying resource.
- cacheWriterConfiguration - Variable in class net.sf.ehcache.config.CacheConfiguration
-
The CacheWriterConfiguration.
- CacheWriterConfiguration - Class in net.sf.ehcache.config
-
Class to hold the CacheWriterManager configuration
- CacheWriterConfiguration() - Constructor for class net.sf.ehcache.config.CacheWriterConfiguration
-
- CacheWriterConfiguration.CacheWriterFactoryConfiguration - Class in net.sf.ehcache.config
-
Configuration for the CacheWriterFactoryConfiguration.
- CacheWriterConfiguration.WriteMode - Enum in net.sf.ehcache.config
-
- CacheWriterConfigurationElement - Class in net.sf.ehcache.config.generator.model.elements
-
- CacheWriterConfigurationElement(NodeElement, CacheWriterConfiguration) - Constructor for class net.sf.ehcache.config.generator.model.elements.CacheWriterConfigurationElement
-
- cacheWriterFactory(CacheWriterConfiguration.CacheWriterFactoryConfiguration) - Method in class net.sf.ehcache.config.CacheWriterConfiguration
-
- CacheWriterFactory - Class in net.sf.ehcache.writer
-
An abstract factory for creating cache writers.
- CacheWriterFactory() - Constructor for class net.sf.ehcache.writer.CacheWriterFactory
-
- CacheWriterFactoryConfiguration() - Constructor for class net.sf.ehcache.config.CacheWriterConfiguration.CacheWriterFactoryConfiguration
-
- CacheWriterManager - Interface in net.sf.ehcache.writer
-
A CacheWriterManager
coordinates how element are written to a back-end store.
- CacheWriterManagerException - Exception in net.sf.ehcache.writer
-
An exception specifically for throwing exceptions that happen with a
CacheWriterManager
implementation.
- CacheWriterManagerException(RuntimeException) - Constructor for exception net.sf.ehcache.writer.CacheWriterManagerException
-
Construct a new exception
- cacheXA(boolean) - Method in class net.sf.ehcache.config.TerracottaConfiguration
-
- CachingTier<K,V> - Interface in net.sf.ehcache.store
-
This interface is to be implemented by CachingTier that sit above the
AuthoritativeTier
.
- CachingTier.Listener<K,V> - Interface in net.sf.ehcache.store
-
A listener that will be notified when eviction of a mapping happens
- calculateHostAddress() - Method in class net.sf.ehcache.distribution.RMICacheManagerPeerListener
-
Calculates the host address as the default NICs IP address
- calculateInMemorySize() - Method in class net.sf.ehcache.Cache
-
Deprecated.
- calculateInMemorySize() - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Deprecated.
- calculateInMemorySize() - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Deprecated.
- calculateInMemorySize() - Method in interface net.sf.ehcache.Ehcache
-
Deprecated.
- calculateOffHeapSize() - Method in class net.sf.ehcache.Cache
-
Deprecated.
- calculateOffHeapSize() - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Deprecated.
- calculateOffHeapSize() - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Deprecated.
- calculateOffHeapSize() - Method in interface net.sf.ehcache.Ehcache
-
Deprecated.
- calculateOnDiskSize() - Method in class net.sf.ehcache.Cache
-
Deprecated.
- calculateOnDiskSize() - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Deprecated.
- calculateOnDiskSize() - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Deprecated.
- calculateOnDiskSize() - Method in interface net.sf.ehcache.Ehcache
-
Deprecated.
- calculateSampleSize(int) - Static method in class net.sf.ehcache.store.AbstractPolicy
-
sampleSize how many samples to take
- canAddWithoutEvicting(Object, Object, Object) - Method in class net.sf.ehcache.pool.impl.AbstractPoolAccessor
-
Check if there is enough room in the pool to add an element without provoking any eviction
- canAddWithoutEvicting(long) - Method in class net.sf.ehcache.pool.impl.AbstractPoolAccessor
-
Check if there is enough room in the pool to add a specific number of bytes without provoking any eviction
- canAddWithoutEvicting(Object, Object, Object) - Method in interface net.sf.ehcache.pool.PoolAccessor
-
Check if there is enough room in the pool to add an element without provoking any eviction
- cancel() - Method in class net.sf.ehcache.util.FailSafeTimer
-
If the runtime environment restricts thread creation, this method does
nothing.
- canLockEntries() - Method in class net.sf.ehcache.hibernate.EhCache
-
Deprecated.
- canPutWithoutEvicting(Element) - Method in class net.sf.ehcache.store.MemoryStore
-
Check if adding an element won't provoke an eviction.
- CastingOperationConverter - Class in net.sf.ehcache.writer.writebehind
-
A converter that simply casts an existing KeyBasedOperation
instance.
- changeDiskCapacity(int) - Method in class net.sf.ehcache.store.disk.DiskStore
-
Change the disk capacity, in number of elements
- check(Class, Class) - Static method in class net.sf.ehcache.constructs.nonstop.util.OverrideCheck
-
Method to check a subclass overrides all methods in its superclass or the interface it implements
- checkLinked() - Method in class net.sf.ehcache.pool.impl.AbstractPoolAccessor
-
Throws IllegalStateException
if this accessor is not linked to it's pool.
- checkStatus() - Method in class net.sf.ehcache.CacheManager
-
Checks the state of the CacheManager for legal operation
- children - Variable in class net.sf.ehcache.config.generator.model.AbstractNodeElement
-
List of child elements
- CircularLossyQueue<T> - Class in net.sf.ehcache.util
-
An implementation of a CircularQueue data-structure.
- CircularLossyQueue(int) - Constructor for class net.sf.ehcache.util.CircularLossyQueue
-
Constructs the circular queue with the specified capacity
- classLoader - Variable in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Used by InternalClassLoaderAwareCache
- ClassLoaderAwareCache - Class in net.sf.ehcache.constructs.classloader
-
A cache decorator that adjusts the Thread context classloader (TCCL) for every cache operation.
- ClassLoaderAwareCache(Ehcache, ClassLoader) - Constructor for class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Constructor
- ClassLoaderUtil - Class in net.sf.ehcache.util
-
Keeps all classloading in ehcache consistent.
- className(String) - Method in class net.sf.ehcache.config.FactoryConfiguration
-
- className(String) - Method in class net.sf.ehcache.config.SearchAttribute
-
Set the attribute extractor class name
- ClassSelector - Class in net.sf.ehcache.transaction.manager.selector
-
Abstract selector for instanciating a class
- ClassSelector(String, String) - Constructor for class net.sf.ehcache.transaction.manager.selector.ClassSelector
-
Constructor
- cleanup() - Method in class net.sf.ehcache.config.Configuration
-
- cleanUp() - Method in class net.sf.ehcache.util.WeakIdentityConcurrentMap
-
- cleanUp(T) - Method in interface net.sf.ehcache.util.WeakIdentityConcurrentMap.CleanUpTask
-
- clear() - Method in class net.sf.ehcache.hibernate.EhCache
-
Deprecated.
Remove all elements in the cache, but leave the cache in a useable state.
- clear() - Method in class net.sf.ehcache.hibernate.regions.EhcacheTransactionalDataRegion
-
Remove all mapping from this cache region.
- clear() - Method in class net.sf.ehcache.pool.impl.AbstractPoolAccessor
-
Free resources used by this accessor.
- clear() - Method in interface net.sf.ehcache.pool.PoolAccessor
-
Free resources used by this accessor.
- clear(String, int) - Method in interface net.sf.ehcache.search.impl.SearchManager
-
Clear a segment of the given cache
- clear(String, int) - Method in class net.sf.ehcache.store.BruteForceSearchManager
-
- clear() - Method in class net.sf.ehcache.store.CacheKeySet
-
You can't remove from this set, will throw!
- clear() - Method in interface net.sf.ehcache.store.CachingTier
-
Clears the cache...
- clear(boolean) - Method in class net.sf.ehcache.store.cachingtier.CountBasedBackEnd
-
- clear(boolean) - Method in interface net.sf.ehcache.store.cachingtier.HeapCacheBackEnd
-
- clear() - Method in class net.sf.ehcache.store.cachingtier.OnHeapCachingTier
-
- clear(boolean) - Method in class net.sf.ehcache.store.cachingtier.PooledBasedBackEnd
-
- clear() - Method in class net.sf.ehcache.store.chm.SelectableConcurrentHashMap
-
- clear() - Method in class net.sf.ehcache.store.chm.SelectableConcurrentHashMap.Segment
-
- clear() - Method in class net.sf.ehcache.store.disk.ods.AATreeSet
-
- clear() - Method in class net.sf.ehcache.store.disk.ods.FileAllocationTree
-
Mark this whole file as free
- clear() - Method in class net.sf.ehcache.store.LruMemoryStore
-
Clears any data structures and places it back to its state when it was first created.
- clear(TransactionID) - Method in class net.sf.ehcache.transaction.AbstractTransactionIDFactory
-
Clear this transaction's state representation.
- clear(TransactionID) - Method in class net.sf.ehcache.transaction.DelegatingTransactionIDFactory
-
- clear(TransactionID) - Method in interface net.sf.ehcache.transaction.TransactionIDFactory
-
Clear this transaction's state representation.
- clear() - Method in class net.sf.ehcache.util.concurrent.ConcurrentHashMap
-
Removes all of the mappings from this map.
- clear() - Method in class net.sf.ehcache.util.SetAsList
- clearAll() - Method in class net.sf.ehcache.CacheManager
-
Clears the contents of all caches in the CacheManager, but without
removing any caches.
- clearAll() - Method in class net.sf.ehcache.management.CacheManager
-
Clears the contents of all caches in the CacheManager, but without
removing any caches.
- clearAll() - Method in interface net.sf.ehcache.management.CacheManagerMBean
-
Clears the contents of all caches in the CacheManager, but without
removing any caches.
- clearAll() - Method in interface net.sf.ehcache.management.sampled.CacheManagerSampler
-
Clears the contents of all caches in the CacheManager, but without
removing any caches.
- clearAll() - Method in class net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
-
Clears the contents of all caches in the CacheManager, but without
removing any caches.
- clearAll() - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
-
Clears the contents of all caches in the CacheManager, but without
removing any caches.
- clearAllStartingWith(String) - Method in class net.sf.ehcache.CacheManager
-
Clears the contents of all caches in the CacheManager with a name starting with the prefix,
but without removing them.
- clearAndNotify() - Method in interface net.sf.ehcache.store.CachingTier
-
Clears the cache notifying listeners
- clearAndNotify() - Method in class net.sf.ehcache.store.cachingtier.OnHeapCachingTier
-
- clearFaultedBit() - Method in class net.sf.ehcache.store.disk.DiskStore
-
Marks all entries has flushed (i.e.
- clearOnFlush - Variable in class net.sf.ehcache.config.CacheConfiguration
-
Sets whether the MemoryStore should be cleared when
flush()
is called on the cache - true by default.
- clearOnFlush(boolean) - Method in class net.sf.ehcache.config.CacheConfiguration
-
Builder which sets whether the MemoryStore should be cleared when
flush()
is called on the cache - true by default.
- clearSoftLock(SoftLock) - Method in class net.sf.ehcache.transaction.AbstractSoftLockManager
-
Clear a soft lock
- clearSoftLock(SoftLock) - Method in interface net.sf.ehcache.transaction.SoftLockManager
-
Clear a soft lock
- clearStats() - Method in interface net.sf.ehcache.hibernate.management.api.HibernateStats
-
Clears statistics, resets all counters to zero
- clearStats() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Clears statistics, resets all counters to zero
- clearStats() - Method in class net.sf.ehcache.hibernate.management.impl.HibernateStatsImpl
-
Clears statistics, resets all counters to zero
- clearStats() - Method in class net.sf.ehcache.hibernate.management.impl.NullHibernateStats
-
Clears statistics, resets all counters to zero
- clearTryLock() - Method in class net.sf.ehcache.transaction.ReadCommittedSoftLockImpl
-
Clear the state of the soft lock after a tryLock() call succeeded.
- clearTryLock() - Method in interface net.sf.ehcache.transaction.SoftLock
-
Clear the state of the soft lock after a tryLock() call succeeded.
- CLOCK - Static variable in class net.sf.ehcache.store.MemoryStoreEvictionPolicy
-
FIFO - first in first out, the oldest element by creation time.
- clone() - Method in interface net.sf.ehcache.bootstrap.BootstrapCacheLoader
-
Clones the loader
- clone() - Method in class net.sf.ehcache.Cache
-
Clones a cache.
- clone() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Clones this object, following the usual contract.
- clone() - Method in class net.sf.ehcache.config.CacheWriterConfiguration
-
Clones this object, following the usual contract.
- clone() - Method in class net.sf.ehcache.config.FactoryConfiguration
-
Clones this object, following the usual contract.
- clone() - Method in class net.sf.ehcache.config.NonstopConfiguration
- clone() - Method in class net.sf.ehcache.config.TerracottaClientConfiguration
-
Clones this object, following the usual contract.
- clone() - Method in class net.sf.ehcache.config.TerracottaConfiguration
-
Clones this object, following the usual contract.
- clone() - Method in class net.sf.ehcache.config.TimeoutBehaviorConfiguration
- clone() - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Clones a cache.
- clone() - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Clones a cache.
- clone() - Method in class net.sf.ehcache.distribution.RMIAsynchronousCacheReplicator
-
Creates a clone of this listener.
- clone() - Method in class net.sf.ehcache.distribution.RMIBootstrapCacheLoader
-
Clones this loader
- clone() - Method in class net.sf.ehcache.distribution.RMISynchronousCacheReplicator
-
Creates a clone of this listener.
- clone() - Method in interface net.sf.ehcache.Ehcache
-
Clones a cache.
- clone() - Method in class net.sf.ehcache.Element
-
Clones an Element.
- clone() - Method in interface net.sf.ehcache.event.CacheEventListener
-
Creates a clone of this listener.
- clone() - Method in class net.sf.ehcache.event.CacheEventListenerAdapter
-
Creates a clone of this listener.
- clone() - Method in class net.sf.ehcache.event.TerracottaCacheEventReplication
-
Creates a clone of this listener.
- clone(Ehcache) - Method in interface net.sf.ehcache.extension.CacheExtension
-
Creates a clone of this extension.
- clone(Ehcache) - Method in interface net.sf.ehcache.loader.CacheLoader
-
Creates a clone of this extension.
- clone() - Method in class net.sf.ehcache.store.DiskStoreBootstrapCacheLoader
-
Clones the loader
- clone() - Method in class net.sf.ehcache.store.MemoryLimitedCacheLoader
-
Clones the loader
- clone() - Method in class net.sf.ehcache.terracotta.TerracottaBootstrapCacheLoader
-
Clones the loader
- clone(Ehcache) - Method in class net.sf.ehcache.writer.AbstractCacheWriter
-
Creates a clone of this writer.
- clone(Ehcache) - Method in interface net.sf.ehcache.writer.CacheWriter
-
Creates a clone of this writer.
- CLUSTER_COHERENT - Static variable in interface net.sf.ehcache.store.Store
-
clusterCoherent property
- clusterCoherent(boolean) - Method in class net.sf.ehcache.Cache
-
Inform of cluster coherence.
- clusterCoherent(boolean) - Method in interface net.sf.ehcache.store.StoreListener
-
Inform of cluster coherence.
- clustered(boolean) - Method in class net.sf.ehcache.config.TerracottaConfiguration
-
- ClusteredInstanceFactory - Interface in net.sf.ehcache.terracotta
-
Factory for creating clustered instances
- ClusteredInstanceFactoryWrapper - Class in net.sf.ehcache.terracotta
-
- ClusteredInstanceFactoryWrapper(TerracottaClient, ClusteredInstanceFactory) - Constructor for class net.sf.ehcache.terracotta.ClusteredInstanceFactoryWrapper
-
Constructor accepting the TerracottaClient and the actual factory
- clusterEvent() - Method in interface net.sf.ehcache.statistics.extended.ExtendedStatistics
-
Cluster events
- clusterEvent() - Method in class net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl
-
- ClusterNode - Interface in net.sf.ehcache.cluster
-
Provides information about a node in a cache cluster.
- clusterOffline(ClusterNode) - Method in class net.sf.ehcache.CacheClusterStateStatisticsListener
-
- clusterOffline(ClusterNode) - Method in interface net.sf.ehcache.cluster.ClusterTopologyListener
-
This node has lost contact (possibly temporarily) with the cluster and cannot execute
clustered operations
- clusterOnline(ClusterNode) - Method in class net.sf.ehcache.CacheClusterStateStatisticsListener
-
- clusterOnline(ClusterNode) - Method in interface net.sf.ehcache.cluster.ClusterTopologyListener
-
This node has established contact with the cluster and can execute clustered operations.
- clusterRejoined(ClusterNode, ClusterNode) - Method in class net.sf.ehcache.CacheClusterStateStatisticsListener
-
- clusterRejoined(ClusterNode, ClusterNode) - Method in interface net.sf.ehcache.cluster.ClusterTopologyListener
-
This node lost contact and rejoined the cluster again.
- ClusterScheme - Enum in net.sf.ehcache.cluster
-
Lists support cluster schemes (may not include all possible schemes).
- ClusterSchemeNotAvailableException - Exception in net.sf.ehcache.cluster
-
Exception type that is thrown when requesting for a certain type of ClusterScheme and its not available.
- ClusterSchemeNotAvailableException(ClusterScheme) - Constructor for exception net.sf.ehcache.cluster.ClusterSchemeNotAvailableException
-
- ClusterSchemeNotAvailableException(ClusterScheme, String, Throwable) - Constructor for exception net.sf.ehcache.cluster.ClusterSchemeNotAvailableException
-
Constructor accepting the
ClusterScheme
that is unavailable, message and root cause
- ClusterSchemeNotAvailableException(ClusterScheme, String) - Constructor for exception net.sf.ehcache.cluster.ClusterSchemeNotAvailableException
-
Constructor accepting the
ClusterScheme
that is unavailable and message
- ClusterSchemeNotAvailableException(ClusterScheme, Throwable) - Constructor for exception net.sf.ehcache.cluster.ClusterSchemeNotAvailableException
-
Constructor accepting the
ClusterScheme
that is unavailable and root cause
- ClusterTopologyListener - Interface in net.sf.ehcache.cluster
-
A listener for cluster topology events
- CoalesceKeysFilter - Class in net.sf.ehcache.writer.writebehind
-
Filters the operations by only retaining the latest operations for a given key.
- CoalesceKeysFilter() - Constructor for class net.sf.ehcache.writer.writebehind.CoalesceKeysFilter
-
- coherent(boolean) - Method in class net.sf.ehcache.config.TerracottaConfiguration
-
- coherentReads(boolean) - Method in class net.sf.ehcache.config.TerracottaConfiguration
-
Deprecated.
- collectAllSoftLocksForTransactionID(TransactionID) - Method in class net.sf.ehcache.transaction.AbstractSoftLockManager
-
Get a the soft locks of the specified transaction ID
- collectAllSoftLocksForTransactionID(TransactionID) - Method in interface net.sf.ehcache.transaction.SoftLockManager
-
Get a the soft locks of the specified transaction ID
- CollectionStats - Class in net.sf.ehcache.hibernate.management.impl
-
CollectionStats
- CollectionStats(String) - Constructor for class net.sf.ehcache.hibernate.management.impl.CollectionStats
-
- CollectionStats(String, CollectionStatistics) - Constructor for class net.sf.ehcache.hibernate.management.impl.CollectionStats
-
- CollectionStats(CompositeData) - Constructor for class net.sf.ehcache.hibernate.management.impl.CollectionStats
-
- CombinationSizeOfFilter - Class in net.sf.ehcache.pool.sizeof.filter
-
Filter combining multiple filters
- CombinationSizeOfFilter(SizeOfFilter...) - Constructor for class net.sf.ehcache.pool.sizeof.filter.CombinationSizeOfFilter
-
Constructs a filter combining multiple ones
- Command - Interface in net.sf.ehcache.transaction.xa.commands
-
- commit(boolean) - Method in class net.sf.ehcache.transaction.local.LocalTransactionContext
-
Commit all work done in the context and release all registered soft locks
- commit(Xid, boolean) - Method in class net.sf.ehcache.transaction.xa.EhcacheXAResourceImpl
- commit() - Method in class net.sf.ehcache.TransactionController
-
Commit the transaction bound to the current thread
- commit(boolean) - Method in class net.sf.ehcache.TransactionController
-
Commit the transaction bound to the current thread, ignoring if the transaction
timed out
- commitInternal(Xid, boolean) - Method in class net.sf.ehcache.transaction.xa.EhcacheXAResourceImpl
-
The commit implementation
- commitTransactionIfNeeded(Ehcache) - Static method in class net.sf.ehcache.util.CacheTransactionHelper
-
Commit a transaction previously begun on the current thread if the cache is configured as
transactional, otherwise this method does nothing.
- ComparableValue - Class in net.sf.ehcache.search.expression
-
Abstract base class for criteria involving
Comparable
values
- ComparableValue(String, Object) - Constructor for class net.sf.ehcache.search.expression.ComparableValue
-
Constructor
- ComparableValue(String, AttributeType) - Constructor for class net.sf.ehcache.search.expression.ComparableValue
-
Constructor
- comparator() - Method in class net.sf.ehcache.store.disk.ods.AATreeSet
- compare(T, T) - Method in class net.sf.ehcache.search.impl.OrderComparator
- compare(Element, Element) - Method in class net.sf.ehcache.store.FifoPolicy
-
Compares the desirableness for eviction of two elements
Compares hit counts.
- compare(Element, Element) - Method in class net.sf.ehcache.store.LfuPolicy
-
Compares the desirableness for eviction of two elements
Compares hit counts.
- compare(Element, Element) - Method in class net.sf.ehcache.store.LruPolicy
-
Compares the desirableness for eviction of two elements
Compares hit counts.
- compare(Element, Element) - Method in interface net.sf.ehcache.store.Policy
-
Compares the desirableness for eviction of two elements
- compareTo(E) - Method in interface net.sf.ehcache.store.disk.ods.AATreeSet.Node
-
Compare this node to the supplied 'data' object.
- compareTo(Comparable) - Method in class net.sf.ehcache.store.disk.ods.Region
-
Compare this node to the supplied 'data' object.
- component(T) - Method in interface net.sf.ehcache.statistics.extended.ExtendedStatistics.Operation
-
Component.
- compound(Set<T>) - Method in interface net.sf.ehcache.statistics.extended.ExtendedStatistics.Operation
-
Compound.
- compressionEnabled(boolean) - Method in class net.sf.ehcache.config.TerracottaConfiguration
-
- concurrency(int) - Method in class net.sf.ehcache.config.TerracottaConfiguration
-
- ConcurrencyUtil - Class in net.sf.ehcache.concurrent
-
Various bits of black magic garnered from experts on the concurrency-interest@cs.oswego.edu mailing list.
- ConcurrentHashMap<K,V> - Class in net.sf.ehcache.util.concurrent
-
A hash table supporting full concurrency of retrievals and
high expected concurrency for updates.
- ConcurrentHashMap() - Constructor for class net.sf.ehcache.util.concurrent.ConcurrentHashMap
-
Creates a new, empty map with the default initial table size (16).
- ConcurrentHashMap(int) - Constructor for class net.sf.ehcache.util.concurrent.ConcurrentHashMap
-
Creates a new, empty map with an initial table size
accommodating the specified number of elements without the need
to dynamically resize.
- ConcurrentHashMap(Map<? extends K, ? extends V>) - Constructor for class net.sf.ehcache.util.concurrent.ConcurrentHashMap
-
Creates a new map with the same mappings as the given map.
- ConcurrentHashMap(int, float) - Constructor for class net.sf.ehcache.util.concurrent.ConcurrentHashMap
-
Creates a new, empty map with an initial table size based on
the given number of elements (initialCapacity
) and
initial table density (loadFactor
).
- ConcurrentHashMap(int, float, int) - Constructor for class net.sf.ehcache.util.concurrent.ConcurrentHashMap
-
Creates a new, empty map with an initial table size based on
the given number of elements (initialCapacity
), table
density (loadFactor
), and number of concurrently
updating threads (concurrencyLevel
).
- ConcurrentHashMap.EntrySetView<K,V> - Class in net.sf.ehcache.util.concurrent
-
A view of a ConcurrentHashMap as a
Set
of (key, value)
entries.
- ConcurrentHashMap.KeySetView<K,V> - Class in net.sf.ehcache.util.concurrent
-
A view of a ConcurrentHashMap as a
Set
of keys, in
which additions may optionally be enabled by mapping to a
common value.
- ConcurrentHashMap.Node - Class in net.sf.ehcache.util.concurrent
-
Key-value entry.
- ConcurrentHashMap.RemovalCallback - Interface in net.sf.ehcache.util.concurrent
-
- ConcurrentHashMap.Spliterator<T> - Interface in net.sf.ehcache.util.concurrent
-
A partitionable iterator.
- ConcurrentHashMap.TreeNode - Class in net.sf.ehcache.util.concurrent
-
Nodes for use in TreeBins
- ConcurrentHashMap.ValuesView<K,V> - Class in net.sf.ehcache.util.concurrent
-
A view of a ConcurrentHashMap as a
Collection
of
values, in which additions are disabled.
- ConfigError - Class in net.sf.ehcache.config
-
Represents a config error
- ConfigError(String) - Constructor for class net.sf.ehcache.config.ConfigError
-
Constructor
- ConfigurableRMIClientSocketFactory - Class in net.sf.ehcache.distribution
-
Default socket timeouts are unlikely to be suitable for cache replication.
- ConfigurableRMIClientSocketFactory(Integer) - Constructor for class net.sf.ehcache.distribution.ConfigurableRMIClientSocketFactory
-
Construct a new socket factory with the given timeout.
- Configuration - Class in net.sf.ehcache.config
-
A bean, used by BeanUtils, to set configuration from an XML configuration file.
- Configuration() - Constructor for class net.sf.ehcache.config.Configuration
-
- Configuration.Monitoring - Enum in net.sf.ehcache.config
-
Represents whether monitoring should be enabled or not.
- Configuration.RuntimeCfg - Class in net.sf.ehcache.config
-
Runtime configuration as being used by the CacheManager
- ConfigurationElement - Class in net.sf.ehcache.config.generator.model.elements
-
- ConfigurationElement(Configuration) - Constructor for class net.sf.ehcache.config.generator.model.elements.ConfigurationElement
-
- ConfigurationElement(CacheManager) - Constructor for class net.sf.ehcache.config.generator.model.elements.ConfigurationElement
-
- ConfigurationFactory - Class in net.sf.ehcache.config
-
A utility class which configures beans from XML, using reflection.
- ConfigurationGenerator - Class in net.sf.ehcache.config.generator
-
- ConfigurationGenerator() - Constructor for class net.sf.ehcache.config.generator.ConfigurationGenerator
-
Deprecated.
- ConfigurationHelper - Class in net.sf.ehcache.config
-
The configuration for ehcache.
- ConfigurationHelper(CacheManager, Configuration) - Constructor for class net.sf.ehcache.config.ConfigurationHelper
-
Only Constructor
- ConfigurationSource - Class in net.sf.ehcache.config.generator
-
Class encapsulating the source of configuration for a cache manager
- ConfigurationSource() - Constructor for class net.sf.ehcache.config.generator.ConfigurationSource
-
protected constructor
- ConfigurationUtil - Class in net.sf.ehcache.config.generator
-
Utility class with static methods for generating configuration texts in different ways based on input
- ConfigurationUtil() - Constructor for class net.sf.ehcache.config.generator.ConfigurationUtil
-
- consistency(TerracottaConfiguration.Consistency) - Method in class net.sf.ehcache.config.TerracottaConfiguration
-
Setter for consistency, returns this instance
- Constants - Class in net.sf.ehcache.statistics
-
The Operation/stats db Constants.
- Constants() - Constructor for class net.sf.ehcache.statistics.Constants
-
- constructExtractor(ClassLoader) - Method in class net.sf.ehcache.config.SearchAttribute
-
Construct the extractor for this attribute configuration
- contains(Object) - Method in class net.sf.ehcache.hibernate.regions.EhcacheDataRegion
-
Returns true
if this region contains data for the given key.
- contains(Object) - Method in class net.sf.ehcache.store.CacheKeySet
- contains(K) - Method in interface net.sf.ehcache.store.CachingTier
-
Deprecated.
- contains(K) - Method in class net.sf.ehcache.store.cachingtier.OnHeapCachingTier
-
- contains(Object) - Method in class net.sf.ehcache.util.concurrent.ConcurrentHashMap
-
Legacy method testing if some key maps into the specified value
in this table.
- contains(Object) - Method in class net.sf.ehcache.util.concurrent.ConcurrentHashMap.EntrySetView
-
- contains(Object) - Method in class net.sf.ehcache.util.concurrent.ConcurrentHashMap.KeySetView
-
- contains(Object) - Method in class net.sf.ehcache.util.concurrent.ConcurrentHashMap.ValuesView
-
- contains(Object) - Method in class net.sf.ehcache.util.LargeCollection
- contains(Object) - Method in class net.sf.ehcache.util.SetAsList
- containsAll(Collection<?>) - Method in class net.sf.ehcache.store.CacheKeySet
- containsAll(Collection<?>) - Method in class net.sf.ehcache.util.SetAsList
- containsKey(Object) - Method in class net.sf.ehcache.store.CacheStore
-
- containsKey(Object) - Method in class net.sf.ehcache.store.chm.SelectableConcurrentHashMap
-
- containsKey(Object) - Method in class net.sf.ehcache.store.disk.DiskStore
-
A check to see if a key is in the Store.
- containsKey(Object) - Method in class net.sf.ehcache.store.ElementIdAssigningStore
-
A check to see if a key is in the Store.
- containsKey(Object) - Method in class net.sf.ehcache.store.LegacyStoreWrapper
-
A check to see if a key is in the Store.
- containsKey(Object) - Method in class net.sf.ehcache.store.LruMemoryStore
-
An unsynchronized check to see if a key is in the Store.
- containsKey(Object) - Method in class net.sf.ehcache.store.MemoryStore
-
A check to see if a key is in the Store.
- containsKey(Object) - Method in interface net.sf.ehcache.store.Store
-
A check to see if a key is in the Store.
- containsKey(Object) - Method in class net.sf.ehcache.transaction.local.JtaLocalTransactionStore
-
A check to see if a key is in the Store.
- containsKey(Object) - Method in class net.sf.ehcache.transaction.local.LocalTransactionStore
-
A check to see if a key is in the Store.
- containsKey(Object) - Method in class net.sf.ehcache.transaction.xa.XATransactionStore
-
A check to see if a key is in the Store.
- containsKey(Object) - Method in class net.sf.ehcache.util.concurrent.ConcurrentHashMap
-
Tests if the specified object is a key in this table.
- containsKeyInMemory(Object) - Method in class net.sf.ehcache.store.CacheStore
-
Deprecated.
- containsKeyInMemory(Object) - Method in class net.sf.ehcache.store.disk.DiskStore
-
A check to see if a key is in the Store and is currently held in memory.
- containsKeyInMemory(Object) - Method in class net.sf.ehcache.store.ElementIdAssigningStore
-
A check to see if a key is in the Store and is currently held in memory.
- containsKeyInMemory(Object) - Method in class net.sf.ehcache.store.LegacyStoreWrapper
-
A check to see if a key is in the Store and is currently held in memory.
- containsKeyInMemory(Object) - Method in class net.sf.ehcache.store.LruMemoryStore
-
A check to see if a key is in the Store and is currently held in memory.
- containsKeyInMemory(Object) - Method in class net.sf.ehcache.store.MemoryStore
-
A check to see if a key is in the Store and is currently held in memory.
- containsKeyInMemory(Object) - Method in interface net.sf.ehcache.store.Store
-
A check to see if a key is in the Store and is currently held in memory.
- containsKeyInMemory(Object) - Method in class net.sf.ehcache.transaction.AbstractTransactionStore
-
A check to see if a key is in the Store and is currently held in memory.
- containsKeyOffHeap(Object) - Method in class net.sf.ehcache.store.CacheStore
-
Deprecated.
- containsKeyOffHeap(Object) - Method in class net.sf.ehcache.store.disk.DiskStore
-
A check to see if a key is in the Store and is currently held off-heap.
- containsKeyOffHeap(Object) - Method in class net.sf.ehcache.store.ElementIdAssigningStore
-
A check to see if a key is in the Store and is currently held off-heap.
- containsKeyOffHeap(Object) - Method in class net.sf.ehcache.store.LegacyStoreWrapper
-
A check to see if a key is in the Store and is currently held off-heap.
- containsKeyOffHeap(Object) - Method in class net.sf.ehcache.store.LruMemoryStore
-
A check to see if a key is in the Store and is currently held off-heap.
- containsKeyOffHeap(Object) - Method in class net.sf.ehcache.store.MemoryStore
-
A check to see if a key is in the Store and is currently held off-heap.
- containsKeyOffHeap(Object) - Method in interface net.sf.ehcache.store.Store
-
A check to see if a key is in the Store and is currently held off-heap.
- containsKeyOffHeap(Object) - Method in class net.sf.ehcache.transaction.AbstractTransactionStore
-
A check to see if a key is in the Store and is currently held off-heap.
- containsKeyOnDisk(Object) - Method in class net.sf.ehcache.store.CacheStore
-
Deprecated.
- containsKeyOnDisk(Object) - Method in class net.sf.ehcache.store.disk.DiskStore
-
A check to see if a key is in the Store and is currently held on disk.
- containsKeyOnDisk(Object) - Method in class net.sf.ehcache.store.ElementIdAssigningStore
-
A check to see if a key is in the Store and is currently held on disk.
- containsKeyOnDisk(Object) - Method in class net.sf.ehcache.store.LegacyStoreWrapper
-
A check to see if a key is in the Store and is currently held on disk.
- containsKeyOnDisk(Object) - Method in class net.sf.ehcache.store.LruMemoryStore
-
A check to see if a key is in the Store and is currently held on disk.
- containsKeyOnDisk(Object) - Method in class net.sf.ehcache.store.MemoryStore
-
A check to see if a key is in the Store and is currently held on disk.
- containsKeyOnDisk(Object) - Method in interface net.sf.ehcache.store.Store
-
A check to see if a key is in the Store and is currently held on disk.
- containsKeyOnDisk(Object) - Method in class net.sf.ehcache.transaction.AbstractTransactionStore
-
A check to see if a key is in the Store and is currently held on disk.
- containsValue(Object) - Method in class net.sf.ehcache.store.chm.SelectableConcurrentHashMap
-
- containsValue(Object) - Method in class net.sf.ehcache.util.concurrent.ConcurrentHashMap
-
Returns true
if this map maps one or more keys to the
specified value.
- contextDestroyed(ServletContextEvent) - Method in class net.sf.ehcache.constructs.web.ShutdownListener
-
Notification that the servlet context is about to be shut down.
- contextInitialized(ServletContextEvent) - Method in class net.sf.ehcache.constructs.web.ShutdownListener
-
Notification that the web application is ready to process requests.
- contiguous() - Method in class net.sf.ehcache.store.disk.ods.Region
-
Return the size of the largest region linked from this node.
- convert(Object) - Method in class net.sf.ehcache.writer.writebehind.CastingOperationConverter
-
Convert an arbitrary object
- convert(Object) - Method in interface net.sf.ehcache.writer.writebehind.OperationConverter
-
Convert an arbitrary object
- convertIntToStatus(int) - Static method in class net.sf.ehcache.Status
-
- convertTimeToInt(long) - Static method in class net.sf.ehcache.util.TimeUtil
-
Converts a long seconds value to an int seconds value and takes into account overflow
from the downcast by switching to Integer.MAX_VALUE.
- copy() - Method in class net.sf.ehcache.config.CopyStrategyConfiguration
-
Make copy of this configuration
- copy(T) - Method in interface net.sf.ehcache.store.compound.CopyStrategy
-
Deprecated.
Deep copies some object and returns the copy
- copyElementForReadIfNeeded(Element) - Method in class net.sf.ehcache.store.CopyStrategyHandler
-
Perform copy on read on an element if configured
- copyElementForReadIfNeeded(Element) - Method in class net.sf.ehcache.store.TxCopyStrategyHandler
-
- copyForRead(Element, ClassLoader) - Method in class net.sf.ehcache.store.compound.ImmutableValueElementCopyStrategy
-
Reconstruct an object from its storage-ready copy.
- copyForRead(Element, ClassLoader) - Method in class net.sf.ehcache.store.compound.LegacyCopyStrategyAdapter
-
Reconstruct an object from its storage-ready copy.
- copyForRead(Element, ClassLoader) - Method in class net.sf.ehcache.store.compound.NullReadWriteCopyStrategy
-
Reconstruct an object from its storage-ready copy.
- copyForRead(T, ClassLoader) - Method in interface net.sf.ehcache.store.compound.ReadWriteCopyStrategy
-
Reconstruct an object from its storage-ready copy.
- copyForRead(Element, ClassLoader) - Method in class net.sf.ehcache.store.compound.ReadWriteSerializationCopyStrategy
-
Reconstruct an object from its storage-ready copy.
- copyForRead(Element, ClassLoader) - Method in class net.sf.ehcache.store.compound.SerializationCopyStrategy
-
Reconstruct an object from its storage-ready copy.
- copyForWrite(Element, ClassLoader) - Method in class net.sf.ehcache.store.compound.ImmutableValueElementCopyStrategy
-
Deep copies some object and returns an internal storage-ready copy
- copyForWrite(Element, ClassLoader) - Method in class net.sf.ehcache.store.compound.LegacyCopyStrategyAdapter
-
Deep copies some object and returns an internal storage-ready copy
- copyForWrite(Element, ClassLoader) - Method in class net.sf.ehcache.store.compound.NullReadWriteCopyStrategy
-
Deep copies some object and returns an internal storage-ready copy
- copyForWrite(T, ClassLoader) - Method in interface net.sf.ehcache.store.compound.ReadWriteCopyStrategy
-
Deep copies some object and returns an internal storage-ready copy
- copyForWrite(Element, ClassLoader) - Method in class net.sf.ehcache.store.compound.ReadWriteSerializationCopyStrategy
-
Deep copies some object and returns an internal storage-ready copy
- copyForWrite(Element, ClassLoader) - Method in class net.sf.ehcache.store.compound.SerializationCopyStrategy
-
Deep copies some object and returns an internal storage-ready copy
- CopyingCacheStore<T extends Store> - Class in net.sf.ehcache.store
-
Copies elements, either on read, write or both before using the underlying store to actually store things
When copying both ways, the store might not see the same types being stored
- CopyingCacheStore(T, boolean, boolean, ReadWriteCopyStrategy<Element>, ClassLoader) - Constructor for class net.sf.ehcache.store.CopyingCacheStore
-
Creates a copying instance of store, that wraps the actual storage
- copyOnRead(boolean) - Method in class net.sf.ehcache.config.CacheConfiguration
-
Whether the Cache should copy elements it returns
- copyOnRead(boolean) - Method in class net.sf.ehcache.config.TerracottaConfiguration
-
Deprecated.
- copyOnWrite(boolean) - Method in class net.sf.ehcache.config.CacheConfiguration
-
Whether the Cache should copy elements it gets
- CopyStrategy - Interface in net.sf.ehcache.store.compound
-
- CopyStrategyConfiguration - Class in net.sf.ehcache.config
-
- CopyStrategyConfiguration() - Constructor for class net.sf.ehcache.config.CopyStrategyConfiguration
-
- CopyStrategyConfigurationElement - Class in net.sf.ehcache.config.generator.model.elements
-
- CopyStrategyConfigurationElement(NodeElement, CopyStrategyConfiguration) - Constructor for class net.sf.ehcache.config.generator.model.elements.CopyStrategyConfigurationElement
-
- CopyStrategyHandler - Class in net.sf.ehcache.store
-
Utility class for handling element copy based on the copy on read and write configurations.
- CopyStrategyHandler(boolean, boolean, ReadWriteCopyStrategy<Element>, ClassLoader) - Constructor for class net.sf.ehcache.store.CopyStrategyHandler
-
Creates a CopyStrategyHandler based on the copy configuration
- copyWith(int, boolean) - Method in class net.sf.ehcache.pool.impl.DefaultSizeOfEngine
-
Make a copy of the SizeOf engine, preserving all of its internal state but overriding the specified parameters
- copyWith(int, boolean) - Method in interface net.sf.ehcache.pool.SizeOfEngine
-
Make a copy of the SizeOf engine, preserving all of its internal state but overriding the specified parameters
- copyWith(int, boolean) - Method in class net.sf.ehcache.store.disk.DiskSizeOfEngine
-
Make a copy of the SizeOf engine, preserving all of its internal state but overriding the specified parameters
- CoreStatistics - Interface in net.sf.ehcache.statistics
-
The CoreStatistics interface.
- CoreStatistics.CountOperation<T> - Interface in net.sf.ehcache.statistics
-
The Interface CountOperation.
- CoreStatisticsImpl - Class in net.sf.ehcache.statistics
-
The CoreStatisticsImpl class.
- CoreStatisticsImpl(ExtendedStatistics) - Constructor for class net.sf.ehcache.statistics.CoreStatisticsImpl
-
Instantiates a new core statistics impl.
- count() - Static method in class net.sf.ehcache.search.aggregator.Aggregators
-
Construct a counting aggregator
- Count - Class in net.sf.ehcache.search.aggregator
-
Counts the number of results
- Count() - Constructor for class net.sf.ehcache.search.aggregator.Count
-
- count() - Method in class net.sf.ehcache.search.Attribute
-
Request a count aggregation of this attribute
- count() - Method in class net.sf.ehcache.search.impl.BaseQueryInterpreter
-
hook
- count() - Method in interface net.sf.ehcache.statistics.extended.ExtendedStatistics.Result
-
Count.
- count - Variable in class net.sf.ehcache.store.chm.SelectableConcurrentHashMap.Segment
-
The number of elements in this segment's region.
- count - Variable in class net.sf.ehcache.store.disk.Segment
-
Count of elements in the map.
- CountBasedBackEnd<K,V> - Class in net.sf.ehcache.store.cachingtier
-
A backend to a OnHeapCachingTier that will be cap'ed based on the amount of entries
- CountBasedBackEnd(long) - Constructor for class net.sf.ehcache.store.cachingtier.CountBasedBackEnd
-
Constructs a cap'ed backend
- CountBasedBackEnd(long, Policy) - Constructor for class net.sf.ehcache.store.cachingtier.CountBasedBackEnd
-
Constructs a cap'ed backend
- Counter - Interface in net.sf.ehcache.util.counter
-
A simple counter
- CounterConfig - Class in net.sf.ehcache.util.counter
-
Config for a simple Counter
- CounterConfig(long) - Constructor for class net.sf.ehcache.util.counter.CounterConfig
-
Creates a config with the initial value
- CounterImpl - Class in net.sf.ehcache.util.counter
-
A simple counter implementation
- CounterImpl() - Constructor for class net.sf.ehcache.util.counter.CounterImpl
-
Default Constructor
- CounterImpl(long) - Constructor for class net.sf.ehcache.util.counter.CounterImpl
-
Constructor with initial value
- CounterManager - Interface in net.sf.ehcache.util.counter
-
A Counter Manager that accepts a config to create counters.
- CounterManagerImpl - Class in net.sf.ehcache.util.counter
-
- CounterManagerImpl(FailSafeTimer) - Constructor for class net.sf.ehcache.util.counter.CounterManagerImpl
-
Constructor that accepts a timer that will be used for scheduling sampled
counter if any is created
- CountingThreadFactory - Class in net.sf.ehcache.constructs.nonstop.util
-
A custom
ThreadFactory
that maintains a count of how many threads this factory has created
- CountingThreadFactory(ThreadFactory) - Constructor for class net.sf.ehcache.constructs.nonstop.util.CountingThreadFactory
-
Constructor accepting the actual thread factory that will create the threads
- create() - Static method in class net.sf.ehcache.CacheManager
-
A factory method to create a singleton CacheManager with default config, or return it if it exists.
- create(String) - Static method in class net.sf.ehcache.CacheManager
-
A factory method to create a singleton CacheManager with a specified configuration.
- create(URL) - Static method in class net.sf.ehcache.CacheManager
-
A factory method to create a singleton CacheManager from an URL.
- create(InputStream) - Static method in class net.sf.ehcache.CacheManager
-
A factory method to create a singleton CacheManager from a java.io.InputStream.
- create(Configuration) - Static method in class net.sf.ehcache.CacheManager
-
A factory method to create a singleton CacheManager from a net.sf.ehcache.config.Configuration.
- create(Element) - Method in class net.sf.ehcache.store.disk.DiskStorageFactory
-
Create a disk substitute for an element
- create(Ehcache, Pool, Pool) - Static method in class net.sf.ehcache.store.disk.DiskStore
-
Creates a persitent-to-disk store for the given cache, using the given disk path.
- create(Cache) - Static method in class net.sf.ehcache.store.disk.DiskStore
-
Creates a persitent-to-disk store for the given cache, using the given disk path.
- create(Ehcache, Pool) - Static method in class net.sf.ehcache.store.MemoryStore
-
A factory method to create a MemoryStore.
- createAutomaticallyConfiguredCachePeerProvider(CacheManager, Properties) - Method in class net.sf.ehcache.distribution.RMICacheManagerPeerProviderFactory
-
peerDiscovery=automatic, multicastGroupAddress=230.0.0.1, multicastGroupPort=4446, multicastPacketTimeToLive=255
- createBatchOperation(List<? extends SingleOperation>) - Method in class net.sf.ehcache.writer.writebehind.operations.DeleteOperation
-
Creates a batch operation that corresponds to the operation type of this single operation.
- createBatchOperation(List<? extends SingleOperation>) - Method in interface net.sf.ehcache.writer.writebehind.operations.SingleOperation
-
Creates a batch operation that corresponds to the operation type of this single operation.
- createBatchOperation(List<? extends SingleOperation>) - Method in class net.sf.ehcache.writer.writebehind.operations.WriteOperation
-
Creates a batch operation that corresponds to the operation type of this single operation.
- createBootstrapCacheLoader(Properties) - Method in class net.sf.ehcache.bootstrap.BootstrapCacheLoaderFactory
-
Create a BootstrapCacheLoader
- createBootstrapCacheLoader(Properties) - Method in class net.sf.ehcache.distribution.RMIBootstrapCacheLoaderFactory
-
Create a BootstrapCacheLoader
- createBootstrapCacheLoader(Properties) - Method in class net.sf.ehcache.store.DiskStoreBootstrapCacheLoaderFactory
-
Create a BootstrapCacheLoader
- createBootstrapCacheLoader(Properties) - Method in class net.sf.ehcache.terracotta.TerracottaBootstrapCacheLoaderFactory
-
- createBruteForceSource(MemoryStore, CacheConfiguration) - Static method in class net.sf.ehcache.store.MemoryStore
-
Factory method to wrap the MemoryStore into a BruteForceSource, accounting for transactional and copy
configuration
- createCacheDecorators(Ehcache) - Method in class net.sf.ehcache.config.ConfigurationHelper
-
Creates decorated ehcaches for the cache, if any configured in ehcache.xml
- createCacheEventListener(Properties) - Method in class net.sf.ehcache.distribution.RMICacheReplicatorFactory
-
Create a CacheEventListener
which is also a CacheReplicator.
- createCacheEventListener(Properties) - Method in class net.sf.ehcache.event.CacheEventListenerFactory
-
Create a CacheEventListener
- createCacheEventListener(Properties) - Method in class net.sf.ehcache.event.TerracottaCacheEventReplicationFactory
-
Create a CacheEventListener
- createCacheExceptionHandler(CacheConfiguration.CacheExceptionHandlerFactoryConfiguration, ClassLoader) - Static method in class net.sf.ehcache.config.ConfigurationHelper
-
Tries to create a CacheLoader from the configuration using the factory
specified.
- createCacheExtension(Ehcache, Properties) - Method in class net.sf.ehcache.extension.CacheExtensionFactory
-
- createCacheLoader(Ehcache, Properties) - Method in class net.sf.ehcache.loader.CacheLoaderFactory
-
Creates a CacheLoader using the Ehcache configuration mechanism at the time the associated cache
is created.
- createCacheManagerEventListener(CacheManager) - Method in class net.sf.ehcache.config.ConfigurationHelper
-
Tries to load the class specified.
- createCacheManagerEventListener(CacheManager, Properties) - Method in class net.sf.ehcache.event.CacheManagerEventListenerFactory
-
Create a CacheEventListener
- createCachePeerListener(CacheManager, Properties) - Method in class net.sf.ehcache.distribution.CacheManagerPeerListenerFactory
-
Creates a peer provider.
- createCachePeerListener(CacheManager, Properties) - Method in class net.sf.ehcache.distribution.RMICacheManagerPeerListenerFactory
-
- createCachePeerListeners() - Method in class net.sf.ehcache.config.ConfigurationHelper
-
Tries to load the class specified otherwise defaults to null
- createCachePeerProvider(CacheManager, Properties) - Method in class net.sf.ehcache.distribution.CacheManagerPeerProviderFactory
-
Create a peer provider.
- createCachePeerProvider(CacheManager, Properties) - Method in class net.sf.ehcache.distribution.RMICacheManagerPeerProviderFactory
-
- createCachePeerProviders() - Method in class net.sf.ehcache.config.ConfigurationHelper
-
Tries to load the class specified otherwise defaults to null
- createCaches() - Method in class net.sf.ehcache.config.ConfigurationHelper
-
Creates unitialised caches for each cache configuration found
- createCacheStore(Ehcache, Pool, Pool) - Static method in class net.sf.ehcache.store.disk.DiskStore
-
Create a DiskBackedMemoryStore instance
- createCacheWriter(Ehcache, Properties) - Method in class net.sf.ehcache.writer.CacheWriterFactory
-
Creates a CacheWriter using the Ehcache configuration mechanism at the time the associated cache is created.
- createClone() - Method in interface net.sf.ehcache.search.aggregator.AggregatorInstance
-
Create a clone of this aggregator, detaching from its result
- createClone() - Method in class net.sf.ehcache.search.aggregator.Average
-
Create a clone of this aggregator, detaching from its result
- createClone() - Method in class net.sf.ehcache.search.aggregator.Count
-
Create a clone of this aggregator, detaching from its result
- createClone() - Method in class net.sf.ehcache.search.aggregator.Max
-
Create a clone of this aggregator, detaching from its result
- createClone() - Method in class net.sf.ehcache.search.aggregator.Min
-
Create a clone of this aggregator, detaching from its result
- createClone() - Method in class net.sf.ehcache.search.aggregator.Sum
-
Create a clone of this aggregator, detaching from its result
- createClusteredInstanceFactory() - Method in class net.sf.ehcache.terracotta.TerracottaClient
-
Returns true if the clusteredInstanceFactory was created, otherwise returns false.
- createCollectionRegionAccessStrategy(EhcacheCollectionRegion, AccessType) - Method in class net.sf.ehcache.hibernate.nonstop.NonstopAccessStrategyFactory
-
- createCollectionRegionAccessStrategy(EhcacheCollectionRegion, AccessType) - Method in interface net.sf.ehcache.hibernate.strategy.EhcacheAccessStrategyFactory
-
- createCollectionRegionAccessStrategy(EhcacheCollectionRegion, AccessType) - Method in class net.sf.ehcache.hibernate.strategy.EhcacheAccessStrategyFactoryImpl
-
- createConfiguration() - Method in class net.sf.ehcache.config.generator.ConfigurationSource
-
Abstract method used for creating a
Configuration
based on the source
- createCounter() - Method in class net.sf.ehcache.util.counter.CounterConfig
-
Creates and returns a Counter based on the initial value
- createCounter(CounterConfig) - Method in interface net.sf.ehcache.util.counter.CounterManager
-
Creates a Counter based on the passed config
- createCounter(CounterConfig) - Method in class net.sf.ehcache.util.counter.CounterManagerImpl
-
Creates a Counter based on the passed config
- createCounter() - Method in class net.sf.ehcache.util.counter.sampled.SampledCounterConfig
-
Creates and returns a Counter based on the initial value
- createCounter() - Method in class net.sf.ehcache.util.counter.sampled.SampledRateCounterConfig
-
Creates and returns a Counter based on the initial value
- created(Object) - Method in class net.sf.ehcache.store.disk.DiskStorageFactory
-
Returns true
if this factory created the given object.
- createDecoratedEhcache(Ehcache, Properties) - Method in class net.sf.ehcache.constructs.CacheDecoratorFactory
-
Creates a decorated
Ehcache
using the properties specified for configuring the decorator.
- createDecoratedEhcache(Ehcache, Properties) - Method in class net.sf.ehcache.constructs.readthrough.ReadThroughCacheFactory
-
- createDecoratedEhcache(Ehcache, Properties) - Method in class net.sf.ehcache.constructs.refreshahead.RefreshAheadCacheFactory
-
- createDefaultCache() - Method in class net.sf.ehcache.config.ConfigurationHelper
-
- createDefaultCacheDecorators(Ehcache, CacheConfiguration, ClassLoader) - Static method in class net.sf.ehcache.config.ConfigurationHelper
-
Creates default cache decorators specified in the default cache configuration if any
- createDefaultDecoratedEhcache(Ehcache, Properties) - Method in class net.sf.ehcache.constructs.CacheDecoratorFactory
-
This method is called when the factory is specified for the defaultCache in the config.
- createDefaultDecoratedEhcache(Ehcache, Properties) - Method in class net.sf.ehcache.constructs.readthrough.ReadThroughCacheFactory
-
- createDefaultDecoratedEhcache(Ehcache, Properties) - Method in class net.sf.ehcache.constructs.refreshahead.RefreshAheadCacheFactory
-
- createDiskStore() - Method in class net.sf.ehcache.Cache
-
Creates a disk store when either:
overflowToDisk is enabled
diskPersistent is enabled
- createElement(ClassLoader) - Method in interface net.sf.ehcache.event.RegisteredEventListeners.ElementCreationCallback
-
Materialize the relevant element in the given classloader
- createElementComparatorInstance(CacheConfiguration, ClassLoader) - Method in class net.sf.ehcache.config.ElementValueComparatorConfiguration
-
Get (and potentially) instantiate the instance
- createEntityRegionAccessStrategy(EhcacheEntityRegion, AccessType) - Method in class net.sf.ehcache.hibernate.nonstop.NonstopAccessStrategyFactory
-
- createEntityRegionAccessStrategy(EhcacheEntityRegion, AccessType) - Method in interface net.sf.ehcache.hibernate.strategy.EhcacheAccessStrategyFactory
-
- createEntityRegionAccessStrategy(EhcacheEntityRegion, AccessType) - Method in class net.sf.ehcache.hibernate.strategy.EhcacheAccessStrategyFactoryImpl
-
- createEntry(Object) - Method in interface net.sf.ehcache.constructs.blocking.CacheEntryFactory
-
Creates the cacheEntry for the given cache key.
- createEventReplicator(Ehcache) - Method in interface net.sf.ehcache.terracotta.ClusteredInstanceFactory
-
Create a replicator for the cache events of a given cache
- createEventReplicator(Ehcache) - Method in class net.sf.ehcache.terracotta.ClusteredInstanceFactoryWrapper
-
Create a replicator for the cache events of a given cache
- createEventSink() - Method in interface net.sf.ehcache.terracotta.ClusteredInstanceFactory
-
Create a management event sink
- createEventSink() - Method in class net.sf.ehcache.terracotta.ClusteredInstanceFactoryWrapper
-
- createExceptionHandler(Properties) - Method in class net.sf.ehcache.exceptionhandler.CacheExceptionHandlerFactory
-
Create an CacheExceptionHandler
- createHashEntry(Object, int, SelectableConcurrentHashMap.HashEntry, Element, long) - Method in class net.sf.ehcache.store.chm.SelectableConcurrentHashMap.Segment
-
- createInstance() - Method in interface net.sf.ehcache.search.aggregator.Aggregator
-
Create an instance of this aggregator.
- createManuallyConfiguredCachePeerProvider(Properties) - Method in class net.sf.ehcache.distribution.RMICacheManagerPeerProviderFactory
-
peerDiscovery=manual, rmiUrls=//hostname:port/cacheName //hostname:port/cacheName //hostname:port/cacheName
- createMBeanRegistrationProvider(Configuration) - Method in interface net.sf.ehcache.management.provider.MBeanRegistrationProviderFactory
-
- createMBeanRegistrationProvider(Configuration) - Method in class net.sf.ehcache.management.provider.MBeanRegistrationProviderFactoryImpl
-
- createNewInstance(ClassLoader, String) - Static method in class net.sf.ehcache.util.ClassLoaderUtil
-
Creates a new class instance with the given loader.
- createNewInstance(ClassLoader, String, Class[], Object[]) - Static method in class net.sf.ehcache.util.ClassLoaderUtil
-
Creates a new class instance and passes args to the constructor call.
- createNonStopStore(Callable<TerracottaStore>, Ehcache) - Method in interface net.sf.ehcache.terracotta.ClusteredInstanceFactory
-
Create a NonStopStoreWrapper for a terracottaStore
- createNonStopStore(Callable<TerracottaStore>, Ehcache) - Method in class net.sf.ehcache.terracotta.ClusteredInstanceFactoryWrapper
-
- createOnHeapCache(Ehcache, Pool) - Static method in class net.sf.ehcache.store.cachingtier.OnHeapCachingTier
-
Factory method
- createPoolAccessor(PoolParticipant, int, boolean) - Method in class net.sf.ehcache.pool.impl.AbstractPool
-
Return a PoolAccessor whose consumption is tracked by this pool, using a default SizeOf engine.
- createPoolAccessor(PoolParticipant, SizeOfEngine) - Method in class net.sf.ehcache.pool.impl.BoundedPool
-
Return a PoolAccessor whose consumption is tracked by this pool, using a specific SizeOf engine.
- createPoolAccessor(PoolParticipant, SizeOfEngine) - Method in class net.sf.ehcache.pool.impl.StrictlyBoundedPool
-
Return a PoolAccessor whose consumption is tracked by this pool, using a specific SizeOf engine.
- createPoolAccessor(PoolParticipant, int, boolean) - Method in class net.sf.ehcache.pool.impl.UnboundedPool
-
Return a PoolAccessor whose consumption is tracked by this pool, using a default SizeOf engine.
- createPoolAccessor(PoolParticipant, SizeOfEngine) - Method in class net.sf.ehcache.pool.impl.UnboundedPool
-
Return a PoolAccessor whose consumption is tracked by this pool, using a specific SizeOf engine.
- createPoolAccessor(PoolParticipant, int, boolean) - Method in interface net.sf.ehcache.pool.Pool
-
Return a PoolAccessor whose consumption is tracked by this pool, using a default SizeOf engine.
- createPoolAccessor(PoolParticipant, SizeOfEngine) - Method in interface net.sf.ehcache.pool.Pool
-
Return a PoolAccessor whose consumption is tracked by this pool, using a specific SizeOf engine.
- createProxy(Ehcache) - Static method in class net.sf.ehcache.exceptionhandler.ExceptionHandlingDynamicCacheProxy
-
A simple factory method to hide the messiness of creating the proxy from clients.
- createQuery() - Method in class net.sf.ehcache.Cache
-
Create a new query builder for this cache
- createQuery() - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Create a new query builder for this cache
- createQuery() - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Create a new query builder for this cache
- createQuery() - Method in interface net.sf.ehcache.Ehcache
-
Create a new query builder for this cache
- createQuery(String) - Method in interface net.sf.ehcache.search.query.QueryManager
-
Parses a
String
statement expressing an Ehcache Search query and returns
a
Query
object for the cache specified in the statement.
- createQueue(int, CacheConfiguration) - Method in class net.sf.ehcache.writer.writebehind.WriteBehindQueueManager.WriteBehindQueueFactory
-
Create a write behind queue stripe.
- createSegment(int, float) - Method in class net.sf.ehcache.store.chm.SelectableConcurrentHashMap
-
- createSizeOfEngine(int, boolean, boolean) - Method in interface net.sf.ehcache.pool.SizeOfEngineFactory
-
Creates a new instance of a SizeOfEngine
- createSizeOfEngine(int, boolean, boolean) - Method in class net.sf.ehcache.pool.SizeOfEngineLoader
-
Creates a new instance of a SizeOfEngine
- createSocket(String, int) - Method in class net.sf.ehcache.distribution.ConfigurableRMIClientSocketFactory
-
Create a client socket connected to the specified host and port.
- createSoftLockID(TransactionID, Object, Element, Element) - Method in class net.sf.ehcache.transaction.AbstractSoftLockManager
-
Create a new soft lock ID and associated soft lock if necessary.
- createSoftLockID(TransactionID, Object, Element, Element) - Method in interface net.sf.ehcache.transaction.SoftLockManager
-
Create a new soft lock ID and associated soft lock if necessary.
- createSoftLockManager(Ehcache, SoftLockFactory) - Method in interface net.sf.ehcache.FeaturesManager
-
Create a soft-lock map for the given cache
- createStore(Cache, Pool, Pool) - Method in interface net.sf.ehcache.FeaturesManager
-
Create a store for the given cache.
- createStore(Ehcache) - Method in interface net.sf.ehcache.terracotta.ClusteredInstanceFactory
-
Create a Store instance for the given cache
- createStore(Ehcache) - Method in class net.sf.ehcache.terracotta.ClusteredInstanceFactoryWrapper
-
Create a Store instance for the given cache
- createStripedReadWriteLock() - Method in class net.sf.ehcache.store.disk.DiskStore
-
Will create a StripedReadWriteLock always using the same spreading function
- createStripedReadWriteLock() - Method in interface net.sf.ehcache.store.StripedReadWriteLockProvider
-
Will create a StripedReadWriteLock always using the same spreading function
- createTerracottaEventReplicator(Ehcache) - Method in class net.sf.ehcache.CacheManager
-
Create/access the appropriate clustered cache event replicator for the given cache
- createTerracottaStore(Ehcache) - Method in class net.sf.ehcache.CacheManager
-
Create/access the appropriate terracotta clustered store for the given cache
- createTerracottaWriteBehind(Ehcache) - Method in class net.sf.ehcache.CacheManager
-
Create/access the appropriate clustered write behind queue for the given cache
- createTransactionContext() - Method in interface net.sf.ehcache.transaction.xa.EhcacheXAResource
-
Obtain the already associated
XATransactionContext
with the current Transaction,
or create a new one should none be there yet.
- createTransactionContext() - Method in class net.sf.ehcache.transaction.xa.EhcacheXAResourceImpl
-
Obtain the already associated
XATransactionContext
with the current Transaction,
or create a new one should none be there yet.
- createTransactionID() - Method in class net.sf.ehcache.transaction.DelegatingTransactionIDFactory
-
Create a unique transaction ID
- createTransactionID() - Method in interface net.sf.ehcache.transaction.TransactionIDFactory
-
Create a unique transaction ID
- createTransactionID() - Method in class net.sf.ehcache.transaction.TransactionIDFactoryImpl
-
Create a unique transaction ID
- createTransactionIDFactory() - Method in interface net.sf.ehcache.FeaturesManager
-
Create a transaction map for the associated cache manager
- createTransactionIDFactory(String, String) - Method in interface net.sf.ehcache.terracotta.ClusteredInstanceFactory
-
Create a TransactionIDFactory
- createTransactionIDFactory(String, String) - Method in class net.sf.ehcache.terracotta.ClusteredInstanceFactoryWrapper
-
Create a TransactionIDFactory
- createWriteBehind(Cache) - Method in interface net.sf.ehcache.FeaturesManager
-
Create a WriteBehind instance for the given cache.
- createWriteBehind() - Method in interface net.sf.ehcache.store.TerracottaStore
-
- createWriteBehind() - Method in class net.sf.ehcache.store.TerracottaTransactionalCopyingCacheStore
-
- createWriteBehind(Ehcache) - Method in interface net.sf.ehcache.terracotta.ClusteredInstanceFactory
-
Create an WriteBehind instance for the given cache
- createWriteBehind(Ehcache) - Method in class net.sf.ehcache.terracotta.ClusteredInstanceFactoryWrapper
-
Create an WriteBehind instance for the given cache
- createWriteBehind() - Method in class net.sf.ehcache.transaction.AbstractTransactionStore
-
- createWriterManager(Cache, Store) - Method in enum net.sf.ehcache.config.CacheWriterConfiguration.WriteMode
-
Create a new WriterManager
for a particular cache instance
- createXidTransactionID(Xid, Ehcache) - Method in class net.sf.ehcache.transaction.DelegatingTransactionIDFactory
-
Create a transaction ID based on a XID for uniqueness
- createXidTransactionID(Xid, Ehcache) - Method in interface net.sf.ehcache.transaction.TransactionIDFactory
-
Create a transaction ID based on a XID for uniqueness
- createXidTransactionID(Xid, Ehcache) - Method in class net.sf.ehcache.transaction.TransactionIDFactoryImpl
-
Create a transaction ID based on a XID for uniqueness
- Criteria - Interface in net.sf.ehcache.search.expression
-
Criteria interface defines a boolean function that computes a search match result
- current() - Static method in class net.sf.ehcache.util.concurrent.ThreadLocalRandom
-
Returns the current thread's ThreadLocalRandom
.
- CURRENT_JVM_INFORMATION - Static variable in enum net.sf.ehcache.pool.sizeof.JvmInformation
-
The JvmInformation instance representing the current JVM
- CUSTOM_SECRET_PROVIDER_SYSTEM_PROPERTY - Static variable in class net.sf.ehcache.terracotta.TerracottaClient
-
System property used to specify the secrect provider to use
- CUSTOM_TYPE_FACTORY_PROPERTY_NAME - Static variable in class net.sf.ehcache.config.TimeoutBehaviorConfiguration
-
- CUSTOM_TYPE_NAME - Static variable in class net.sf.ehcache.config.TimeoutBehaviorConfiguration
-
- ge(T) - Method in class net.sf.ehcache.search.Attribute
-
Create a criteria where this attribute is greater than or equal to the given value
- generate(Configuration, CacheConfiguration, Map<String, CacheConfiguration>) - Method in class net.sf.ehcache.config.generator.ConfigurationGenerator
-
- generate(Configuration, CacheConfiguration) - Method in class net.sf.ehcache.config.generator.ConfigurationGenerator
-
- generateActiveConfigDeclaration() - Method in interface net.sf.ehcache.hibernate.management.api.EhcacheStats
-
Returns the currently active cache configuration
- generateActiveConfigDeclaration(String) - Method in interface net.sf.ehcache.hibernate.management.api.EhcacheStats
-
Returns the currently active cache configuration for the supplied region
- generateActiveConfigDeclaration() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Returns the currently active cache configuration
- generateActiveConfigDeclaration(String) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Returns the currently active cache configuration for the supplied region
- generateActiveConfigDeclaration() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheStatsImpl
-
Returns the currently active cache configuration
- generateActiveConfigDeclaration(String) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheStatsImpl
-
Returns the currently active cache configuration for the supplied region
- generateActiveConfigDeclaration() - Method in interface net.sf.ehcache.management.sampled.CacheManagerSampler
-
generateActiveConfigDeclaration
- generateActiveConfigDeclaration(String) - Method in interface net.sf.ehcache.management.sampled.CacheManagerSampler
-
generateActiveConfigDeclaration
- generateActiveConfigDeclaration() - Method in class net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
-
generateActiveConfigDeclaration
- generateActiveConfigDeclaration(String) - Method in class net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
-
generateActiveConfigDeclaration
- generateActiveConfigDeclaration() - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
-
generateActiveConfigDeclaration
- generateActiveConfigDeclaration(String) - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
-
generateActiveConfigDeclaration
- generateCacheConfigurationText(Configuration, CacheConfiguration) - Static method in class net.sf.ehcache.config.generator.ConfigurationUtil
-
- generateCacheManagerConfigurationText(CacheManager) - Static method in class net.sf.ehcache.config.generator.ConfigurationUtil
-
- generateCacheManagerConfigurationText(Configuration) - Static method in class net.sf.ehcache.config.generator.ConfigurationUtil
-
- generateDefaultDecoratedCacheName(Ehcache, String) - Static method in class net.sf.ehcache.constructs.CacheDecoratorFactory
-
Utility method to generate name of decorated cache to be created using factory specified in defaultCache.
- generateRandomSample(int) - Static method in class net.sf.ehcache.store.AbstractPolicy
-
Generates a random sample from a population
- GenericJndiSelector - Class in net.sf.ehcache.transaction.manager.selector
-
A generic selector for looking up any transaction manager under the java:/TransactionManager
JNDI name
- GenericJndiSelector() - Constructor for class net.sf.ehcache.transaction.manager.selector.GenericJndiSelector
-
Constructor
- get(Serializable) - Method in class net.sf.ehcache.Cache
-
Gets an element from the cache.
- get(Object) - Method in class net.sf.ehcache.Cache
-
Gets an element from the cache.
- get(Object) - Method in class net.sf.ehcache.constructs.blocking.BlockingCache
-
Looks up an entry.
- get(Serializable) - Method in class net.sf.ehcache.constructs.blocking.BlockingCache
-
Gets an element from the cache.
- get(Object) - Method in class net.sf.ehcache.constructs.blocking.SelfPopulatingCache
-
Looks up an entry.
- get(Object) - Method in class net.sf.ehcache.constructs.blocking.UpdatingSelfPopulatingCache
-
Looks up an object.
- get(Object) - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Gets an element from the cache.
- get(Serializable) - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Gets an element from the cache.
- get(Object) - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Gets an element from the cache.
- get(Serializable) - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Gets an element from the cache.
- get(Object) - Method in class net.sf.ehcache.constructs.eventual.StronglyConsistentCacheAccessor
-
- get(Serializable) - Method in class net.sf.ehcache.constructs.eventual.StronglyConsistentCacheAccessor
-
- get(Object) - Method in class net.sf.ehcache.constructs.readthrough.ReadThroughCache
-
- get(Serializable) - Method in class net.sf.ehcache.constructs.readthrough.ReadThroughCache
-
- get(Object) - Method in class net.sf.ehcache.constructs.refreshahead.RefreshAheadCache
-
- get(Serializable) - Method in class net.sf.ehcache.constructs.refreshahead.RefreshAheadCache
-
- get(Serializable) - Method in interface net.sf.ehcache.Ehcache
-
Gets an element from the cache.
- get(Object) - Method in interface net.sf.ehcache.Ehcache
-
Gets an element from the cache.
- get(Object, long) - Method in class net.sf.ehcache.hibernate.ccs.EhcacheNonstrictReadWriteCache
-
Deprecated.
- get(Object, long) - Method in class net.sf.ehcache.hibernate.ccs.EhcacheReadOnlyCache
-
Deprecated.
- get(Object, long) - Method in class net.sf.ehcache.hibernate.ccs.EhcacheReadWriteCache
-
Deprecated.
- get(Object) - Method in class net.sf.ehcache.hibernate.EhCache
-
Deprecated.
Gets a value of an element which matches the given key.
- get(Object, long) - Method in class net.sf.ehcache.hibernate.nonstop.NonstopAwareCollectionRegionAccessStrategy
- get(Object, long) - Method in class net.sf.ehcache.hibernate.nonstop.NonstopAwareEntityRegionAccessStrategy
- get(Object) - Method in class net.sf.ehcache.hibernate.regions.EhcacheTransactionalDataRegion
-
Get the value mapped to this key, or null if no value is mapped to this key.
- get(Object, long) - Method in class net.sf.ehcache.hibernate.strategy.NonStrictReadWriteEhcacheCollectionRegionAccessStrategy
- get(Object, long) - Method in class net.sf.ehcache.hibernate.strategy.NonStrictReadWriteEhcacheEntityRegionAccessStrategy
- get(Object, long) - Method in class net.sf.ehcache.hibernate.strategy.ReadOnlyEhcacheCollectionRegionAccessStrategy
- get(Object, long) - Method in class net.sf.ehcache.hibernate.strategy.ReadOnlyEhcacheEntityRegionAccessStrategy
- get(Object, long) - Method in class net.sf.ehcache.hibernate.strategy.TransactionalEhcacheCollectionRegionAccessStrategy
- get(Object, long) - Method in class net.sf.ehcache.hibernate.strategy.TransactionalEhcacheEntityRegionAccessStrategy
- get(String) - Method in class net.sf.ehcache.statistics.beans.AttributeProxy
-
Gets the value.
- get(String) - Method in class net.sf.ehcache.statistics.beans.BooleanBeanProxy
-
- get(String) - Method in class net.sf.ehcache.statistics.beans.LongBeanProxy
-
- get(String) - Method in class net.sf.ehcache.statistics.beans.StringBeanProxy
-
- get() - Method in interface net.sf.ehcache.statistics.CoreStatistics
-
Gets the.
- get() - Method in class net.sf.ehcache.statistics.CoreStatisticsImpl
-
- get() - Method in interface net.sf.ehcache.statistics.extended.ExtendedStatistics
-
Gets the.
- get() - Method in class net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl
-
- get(Object) - Method in class net.sf.ehcache.store.CacheStore
-
- get(K, Callable<V>, boolean) - Method in interface net.sf.ehcache.store.CachingTier
-
Returns the value associated with the key, or populates the mapping using the Callable instance
- get(K) - Method in interface net.sf.ehcache.store.cachingtier.HeapCacheBackEnd
-
- get(K, Callable<V>, boolean) - Method in class net.sf.ehcache.store.cachingtier.OnHeapCachingTier
-
- get(Object) - Method in class net.sf.ehcache.store.cachingtier.PooledBasedBackEnd
-
- get(Object) - Method in class net.sf.ehcache.store.chm.SelectableConcurrentHashMap
-
- get(Object) - Method in class net.sf.ehcache.store.disk.DiskStore
-
Gets an item from the cache.
- get(Object) - Method in class net.sf.ehcache.store.ElementIdAssigningStore
-
Gets an item from the cache.
- get(Object) - Method in class net.sf.ehcache.store.LegacyStoreWrapper
-
Gets an item from the cache.
- get(Object) - Method in class net.sf.ehcache.store.LruMemoryStore
-
Gets an item from the cache.
- get(Object) - Method in class net.sf.ehcache.store.MemoryStore
-
Gets an item from the cache.
- get(Object) - Method in interface net.sf.ehcache.store.Store
-
Gets an item from the cache.
- get(Object) - Method in class net.sf.ehcache.transaction.local.JtaLocalTransactionStore
-
Gets an item from the cache.
- get(Object) - Method in class net.sf.ehcache.transaction.local.LocalTransactionStore
-
Gets an item from the cache.
- get(Object) - Method in class net.sf.ehcache.transaction.xa.XATransactionContext
-
Filter to get operations on underlying Store.
- get(Object) - Method in class net.sf.ehcache.transaction.xa.XATransactionStore
-
Gets an item from the cache.
- get(Object) - Method in class net.sf.ehcache.util.concurrent.ConcurrentHashMap
-
Returns the value to which the specified key is mapped,
or null
if this map contains no mapping for the key.
- get() - Method in class net.sf.ehcache.util.lang.VicariousThreadLocal
-
- get(int) - Method in class net.sf.ehcache.util.SetAsList
-
- get(K) - Method in class net.sf.ehcache.util.WeakIdentityConcurrentMap
-
- GET_KEY - Static variable in class net.sf.ehcache.constructs.readthrough.ReadThroughCacheConfiguration
-
Properties key for the get() proxy attribute
- getActiveConfigurationText() - Method in class net.sf.ehcache.CacheManager
-
- getActiveConfigurationText(String) - Method in class net.sf.ehcache.CacheManager
-
Returns the active configuration text for the input cacheName
- getActualFactory() - Method in class net.sf.ehcache.terracotta.ClusteredInstanceFactoryWrapper
-
Returns the actual underlying factory
- getAddedKeys() - Method in class net.sf.ehcache.transaction.xa.XATransactionContext
-
Queries the local tx context, whether the key is pending removal
- getAgentSizeOfAdjustment() - Method in enum net.sf.ehcache.pool.sizeof.JvmInformation
-
The size of the jvm-specific agent result adjustment in bytes.
- getAggregatorInstances() - Method in interface net.sf.ehcache.store.StoreQuery
-
Get the requested aggregator instances
- getAggregatorResults() - Method in class net.sf.ehcache.search.impl.BaseResult
-
Retrieve the aggregator value(s)
- getAggregatorResults() - Method in interface net.sf.ehcache.search.Result
-
Retrieve the aggregator value(s)
- getAggregators() - Method in interface net.sf.ehcache.store.StoreQuery
-
Get the requested aggregators
- getAll(Collection<?>) - Method in class net.sf.ehcache.Cache
-
Gets all the elements from the cache for the keys provided.
- getAll(Collection) - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Gets all the elements from the cache for the keys provided.
- getAll(Collection<?>) - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Gets all the elements from the cache for the keys provided.
- getAll(Collection<?>) - Method in class net.sf.ehcache.constructs.eventual.StronglyConsistentCacheAccessor
-
- getAll(Collection<?>) - Method in interface net.sf.ehcache.Ehcache
-
Gets all the elements from the cache for the keys provided.
- getAll(Collection<?>) - Method in class net.sf.ehcache.store.AbstractStore
-
Retries the elements associated with a set of keys and update the statistics
Keys which are not present in the cache will have null values associated
with them in the returned map
- getAll(Collection<?>) - Method in class net.sf.ehcache.store.CacheStore
-
- getAll(Collection<?>) - Method in class net.sf.ehcache.store.ElementIdAssigningStore
-
Retries the elements associated with a set of keys and update the statistics
Keys which are not present in the cache will have null values associated
with them in the returned map
- getAll(Collection<?>) - Method in interface net.sf.ehcache.store.Store
-
Retries the elements associated with a set of keys and update the statistics
Keys which are not present in the cache will have null values associated
with them in the returned map
- getAllFactoryElements(NodeElement, String, Collection) - Static method in class net.sf.ehcache.config.generator.model.AbstractNodeElement
-
- getAllLocks() - Method in class net.sf.ehcache.transaction.AbstractSoftLockManager
-
Return the map of all soft locks.
- getAllLocks() - Method in class net.sf.ehcache.transaction.SoftLockManagerImpl
-
- getAllQuiet(Collection<?>) - Method in class net.sf.ehcache.store.AbstractStore
-
Retries the elements associated with a set of keys without updating the statistics
Keys which are not present in the cache will have null values associated
with them in the returned map
- getAllQuiet(Collection<?>) - Method in class net.sf.ehcache.store.CacheStore
-
- getAllQuiet(Collection<?>) - Method in class net.sf.ehcache.store.ElementIdAssigningStore
-
Retries the elements associated with a set of keys without updating the statistics
Keys which are not present in the cache will have null values associated
with them in the returned map
- getAllQuiet(Collection<?>) - Method in interface net.sf.ehcache.store.Store
-
Retries the elements associated with a set of keys without updating the statistics
Keys which are not present in the cache will have null values associated
with them in the returned map
- getAllSampleValues() - Method in class net.sf.ehcache.management.sampled.SampledCounterProxy
-
- getAllSampleValues() - Method in interface net.sf.ehcache.util.counter.sampled.SampledCounter
-
Returns all samples in history
- getAllSampleValues() - Method in class net.sf.ehcache.util.counter.sampled.SampledCounterImpl
-
Returns all samples in history
- getAllSyncs() - Method in interface net.sf.ehcache.concurrent.StripedReadWriteLock
-
Returns all Syncs
- getAllSyncs() - Method in class net.sf.ehcache.concurrent.StripedReadWriteLockSync
-
Returns all internal syncs
- getAllTransactionIDs() - Method in class net.sf.ehcache.transaction.AbstractTransactionIDFactory
-
Get the set of all known transactions.
- getAllTransactionIDs() - Method in class net.sf.ehcache.transaction.DelegatingTransactionIDFactory
-
- getAllTransactionIDs() - Method in interface net.sf.ehcache.transaction.TransactionIDFactory
-
Get the set of all known transactions.
- getAllWithLoader(Collection, Object) - Method in class net.sf.ehcache.Cache
-
The getAll method will return, from the cache, a Map of the objects associated with the Collection of keys in argument "keys".
- getAllWithLoader(Collection, Object) - Method in class net.sf.ehcache.constructs.blocking.BlockingCache
-
This method is not appropriate to use with BlockingCache.
- getAllWithLoader(Collection, Object) - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
The getAll method will return, from the cache, a Map of the objects associated with the Collection of keys in argument "keys".
- getAllWithLoader(Collection, Object) - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
The getAll method will return, from the cache, a Map of the objects associated with the Collection of keys in argument "keys".
- getAllWithLoader(Collection, Object) - Method in class net.sf.ehcache.constructs.eventual.StronglyConsistentCacheAccessor
-
- getAllWithLoader(Collection, Object) - Method in interface net.sf.ehcache.Ehcache
-
The getAll method will return, from the cache, a Map of the objects associated with the Collection of keys in argument "keys".
- getAllXidTransactionIDsFor(Ehcache) - Method in class net.sf.ehcache.transaction.AbstractTransactionIDFactory
-
Get the set of all XID transactions of a cache.
- getAllXidTransactionIDsFor(Ehcache) - Method in class net.sf.ehcache.transaction.DelegatingTransactionIDFactory
-
- getAllXidTransactionIDsFor(Ehcache) - Method in interface net.sf.ehcache.transaction.TransactionIDFactory
-
Get the set of all XID transactions of a cache.
- getAndReset() - Method in class net.sf.ehcache.management.sampled.SampledCounterProxy
-
- getAndReset() - Method in interface net.sf.ehcache.util.counter.sampled.SampledCounter
-
Returns the current value of the counter and resets it to 0
- getAndReset() - Method in class net.sf.ehcache.util.counter.sampled.SampledCounterImpl
-
Returns the current value of the counter and resets it to 0
- getAndReset() - Method in class net.sf.ehcache.util.counter.sampled.SampledRateCounterImpl
-
Returns the current value of the counter and resets it to 0
- getAndSet(long) - Method in class net.sf.ehcache.management.sampled.SampledCounterProxy
-
- getAndSet(long) - Method in interface net.sf.ehcache.util.counter.Counter
-
Returns the value of the counter and sets it to the new value
- getAndSet(long) - Method in class net.sf.ehcache.util.counter.CounterImpl
-
Returns the value of the counter and sets it to the new value
- getAndSet(long) - Method in class net.sf.ehcache.util.counter.sampled.SampledRateCounterImpl
-
- getAnnotationProxy(Annotation, Class<T>) - Static method in class net.sf.ehcache.pool.sizeof.filter.AnnotationProxyFactory
-
Returns a proxy on the customAnnotation, having the same type than the referenceAnnotation
- getApproximateCountSize() - Method in interface net.sf.ehcache.pool.PoolParticipant
-
Return the approximate size
- getApproximateCountSize() - Method in class net.sf.ehcache.store.cachingtier.PooledBasedBackEnd.PoolParticipant
-
- getApproximateHitRate() - Method in interface net.sf.ehcache.pool.PoolParticipant
-
Return the approximate hit rate
- getApproximateHitRate() - Method in class net.sf.ehcache.store.cachingtier.PooledBasedBackEnd.PoolParticipant
-
- getApproximateMissRate() - Method in interface net.sf.ehcache.pool.PoolParticipant
-
Return the approximate miss rate
- getApproximateMissRate() - Method in class net.sf.ehcache.store.cachingtier.PooledBasedBackEnd.PoolParticipant
-
- getAssociatedCacheName() - Method in class net.sf.ehcache.management.CacheStatistics
-
- getAssociatedCacheName() - Method in interface net.sf.ehcache.management.CacheStatisticsMBean
-
- getAssociatedCacheName() - Method in class net.sf.ehcache.statistics.StatisticsGateway
-
Gets the associated cache name.
- getAttribute(String) - Method in class net.sf.ehcache.management.Store
- getAttribute() - Method in interface net.sf.ehcache.search.aggregator.AggregatorInstance
-
Get the attribute to pass to aggregator
- getAttribute() - Method in class net.sf.ehcache.search.aggregator.Average
-
Get the attribute to pass to aggregator
- getAttribute() - Method in class net.sf.ehcache.search.aggregator.Count
-
Get the attribute to pass to aggregator
- getAttribute() - Method in class net.sf.ehcache.search.aggregator.Max
-
Get the attribute to pass to aggregator
- getAttribute() - Method in class net.sf.ehcache.search.aggregator.Min
-
Get the attribute to pass to aggregator
- getAttribute() - Method in class net.sf.ehcache.search.aggregator.Sum
-
Get the attribute to pass to aggregator
- getAttribute(Attribute<T>) - Method in class net.sf.ehcache.search.impl.BaseResult
-
Retrieve the given attribute value for this cache entry
- getAttribute(Attribute<T>) - Method in interface net.sf.ehcache.search.Result
-
Retrieve the given attribute value for this cache entry
- getAttribute(String) - Method in class net.sf.ehcache.statistics.beans.ProxiedDynamicMBean
-
Get a specific attribtue
- getAttribute() - Method in interface net.sf.ehcache.store.StoreQuery.Ordering
-
Attribute to order by
- getAttributeName() - Method in class net.sf.ehcache.search.Attribute
-
Get the attribute name
- getAttributeName() - Method in class net.sf.ehcache.search.expression.ComparableValue
-
Attribute name.
- getAttributeName() - Method in class net.sf.ehcache.search.expression.EqualTo
-
Get attribute name.
- getAttributeName() - Method in class net.sf.ehcache.search.expression.ILike
-
Return attribute name.
- getAttributeName() - Method in class net.sf.ehcache.search.expression.InCollection
-
Return attributeName
- getAttributeName() - Method in class net.sf.ehcache.search.expression.IsNull
-
Get attribute name.
- getAttributeName() - Method in class net.sf.ehcache.search.expression.NotILike
-
Return attribute name.
- getAttributeName() - Method in class net.sf.ehcache.search.expression.NotNull
-
Get attribute name.
- getAttributes() - Method in class net.sf.ehcache.config.generator.model.AbstractNodeElement
-
List of attributes of this element
- getAttributes() - Method in interface net.sf.ehcache.config.generator.model.NodeElement
-
List of attributes of this element
- getAttributes(String[]) - Method in class net.sf.ehcache.management.Store
- getAttributes() - Method in class net.sf.ehcache.search.expression.AlwaysMatch
-
- getAttributes() - Method in class net.sf.ehcache.search.expression.And
-
Returns all search attributes referenced by this instance
- getAttributes() - Method in class net.sf.ehcache.search.expression.BaseCriteria
-
Returns all search attributes referenced by this instance
- getAttributes() - Method in class net.sf.ehcache.search.expression.ComparableValue
-
- getAttributes() - Method in class net.sf.ehcache.search.expression.EqualTo
-
- getAttributes() - Method in class net.sf.ehcache.search.expression.ILike
-
- getAttributes() - Method in class net.sf.ehcache.search.expression.InCollection
-
- getAttributes() - Method in class net.sf.ehcache.search.expression.IsNull
-
- getAttributes() - Method in class net.sf.ehcache.search.expression.Not
-
Returns all search attributes referenced by this instance
- getAttributes() - Method in class net.sf.ehcache.search.expression.NotILike
-
- getAttributes() - Method in class net.sf.ehcache.search.expression.NotNull
-
- getAttributes() - Method in class net.sf.ehcache.search.expression.Or
-
Returns all search attributes referenced by this instance
- getAttributes(String[]) - Method in class net.sf.ehcache.statistics.beans.ProxiedDynamicMBean
-
Get a list of attributes.
- getAverageGetTime() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Gets the average get time.
- getAverageGetTime() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Gets the average get time.
- getAverageGetTime() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getAverageGetTimeMillis(String) - Method in interface net.sf.ehcache.hibernate.management.api.EhcacheStats
-
Return average time taken in milliseconds for a get operation for the input cache name
- getAverageGetTimeMillis(String) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Return average time taken in milliseconds for a get operation for the input cache name
- getAverageGetTimeMillis(String) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheStatsImpl
-
Return average time taken in milliseconds for a get operation for the input cache name
- getAverageGetTimeNanos() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getAverageGetTimeNanos() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Average time in nanoseconds taken to get an element from the cache.
- getAverageGetTimeNanos() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Average time in nanoseconds taken to get an element from the cache.
- getAverageGetTimeNanosMostRecentSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Get most recent value for average time taken for get() operation in the
cache.
- getAverageGetTimeNanosMostRecentSample() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Get most recent value for average time taken for get() operation in the
cache.
- getAverageGetTimeNanosMostRecentSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getAverageGetTimeSample() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
- getAverageGetTimeSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getAverageGetTimeSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getAverageSearchTime() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Gets the average search time.
- getAverageSearchTime() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Gets the average search time.
- getAverageSearchTime() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getAverageSearchTimeNanos() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getAverageSearchTimeNanos() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Get the average search execution time for searches finishing within the last sample period.
- getAverageSearchTimeNanos() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getAverageSearchTimeSample() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Get the
SampledRateCounter
for average search execution time for searches finishing within the last sample period.
- getAverageSearchTimeSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Get the
SampledRateCounter
for average search execution time for searches finishing within the last sample period.
- getAverageSearchTimeSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getBacklogCount() - Method in class net.sf.ehcache.constructs.refreshahead.RefreshAheadCache
-
Gets backlog count.
- getBacklogCount() - Method in class net.sf.ehcache.constructs.refreshahead.ThreadedWorkQueue
-
Get the current backlog count.
- getBatchSize() - Method in class net.sf.ehcache.constructs.refreshahead.RefreshAheadCacheConfiguration
-
Get the batch size with which refresh requests will be processed.
- getBatchSize() - Method in class net.sf.ehcache.constructs.refreshahead.ThreadedWorkQueue
-
Get the batch size
- getBeanName() - Method in class net.sf.ehcache.statistics.beans.ProxiedDynamicMBean
-
Gets the bean name.
- getBeanProperty(Object, String) - Static method in class net.sf.ehcache.hibernate.management.impl.BeanUtils
-
Retrieve a named bean property value.
- getBind() - Method in class net.sf.ehcache.config.ManagementRESTServiceConfiguration
-
Get the host:port pair to which the REST server should be bound.
- getBootstrapCacheLoader() - Method in class net.sf.ehcache.Cache
-
Accessor for the BootstrapCacheLoader associated with this cache.
- getBootstrapCacheLoader() - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Accessor for the BootstrapCacheLoader associated with this cache.
- getBootstrapCacheLoader() - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Accessor for the BootstrapCacheLoader associated with this cache.
- getBootstrapCacheLoader() - Method in interface net.sf.ehcache.Ehcache
-
Accessor for the BootstrapCacheLoader associated with this cache.
- getBootstrapCacheLoaderFactoryConfiguration() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Accessor
- getBoundCachePeers() - Method in interface net.sf.ehcache.distribution.CacheManagerPeerListener
-
All of the caches which are listening for remote changes.
- getBoundCachePeers() - Method in class net.sf.ehcache.distribution.RMICacheManagerPeerListener
-
All of the caches which are listening for remote changes.
- getBranchQualifier() - Method in class net.sf.ehcache.transaction.xa.SerializableXid
- getBuildJdk() - Method in class net.sf.ehcache.util.ProductInfo
-
- getBuildRevision() - Method in class net.sf.ehcache.util.ProductInfo
-
- getBuildTime() - Method in class net.sf.ehcache.util.ProductInfo
-
- getBulkOpsTimeoutMultiplyFactor() - Method in class net.sf.ehcache.config.NonstopConfiguration
-
returns the time out multiplication factor for bulk cache operations
- getBytes() - Method in class net.sf.ehcache.util.MemoryEfficientByteArrayOutputStream
-
Gets the bytes.
- getCache(String) - Method in class net.sf.ehcache.CacheManager
-
Returns a concrete implementation of Cache, it it is available in the CacheManager.
- getCache() - Method in class net.sf.ehcache.constructs.blocking.BlockingCache
-
Retrieve the EHCache backing cache
- getCache(String) - Method in class net.sf.ehcache.management.CacheManager
-
Returns a JMX Cache bean
- getCache(String) - Method in interface net.sf.ehcache.management.CacheManagerMBean
-
Returns a JMX Cache bean
- getCache() - Method in interface net.sf.ehcache.store.StoreQuery
-
Get the cache this query originated from
- getCacheAttributes() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
getCacheAttributes
- getCacheAverageGetTime() - Method in interface net.sf.ehcache.management.sampled.CacheManagerSampler
-
- getCacheAverageGetTime() - Method in class net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
- getCacheAverageGetTime() - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
-
- getCacheAverageSearchTime() - Method in interface net.sf.ehcache.management.sampled.CacheManagerSampler
-
- getCacheAverageSearchTime() - Method in class net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
- getCacheAverageSearchTime() - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
-
- getCacheAverageSearchTimeNanos() - Method in class net.sf.ehcache.management.sampled.SampledCache
- getCacheCluster() - Method in class net.sf.ehcache.terracotta.TerracottaClient
-
- getCacheClusterOfflineCount() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getCacheClusterOfflineCount() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Count of cluster offline events for this node.
- getCacheClusterOfflineCount() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getCacheClusterOfflineMostRecentSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getCacheClusterOfflineMostRecentSample() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Gets the cache cluster offline most recent sample.
- getCacheClusterOfflineMostRecentSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getCacheClusterOfflineSample() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
- getCacheClusterOfflineSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getCacheClusterOfflineSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getCacheClusterOnlineCount() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getCacheClusterOnlineCount() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Count of cluster online events for this node.
- getCacheClusterOnlineCount() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getCacheClusterOnlineMostRecentSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getCacheClusterOnlineMostRecentSample() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Gets the cache cluster online most recent sample.
- getCacheClusterOnlineMostRecentSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getCacheClusterOnlineSample() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
- getCacheClusterOnlineSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getCacheClusterOnlineSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getCacheClusterRejoinCount() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getCacheClusterRejoinCount() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Count of cluster rejoin events for this node.
- getCacheClusterRejoinCount() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getCacheClusterRejoinMostRecentSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getCacheClusterRejoinMostRecentSample() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Gets the cache cluster rejoin most recent sample.
- getCacheClusterRejoinMostRecentSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getCacheClusterRejoinSample() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
- getCacheClusterRejoinSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getCacheClusterRejoinSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getCacheConfiguration() - Method in class net.sf.ehcache.Cache
-
Gets the cache configuration this cache was created with.
- getCacheConfiguration() - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Gets the cache configuration this cache was created with.
- getCacheConfiguration() - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Gets the cache configuration this cache was created with.
- getCacheConfiguration() - Method in interface net.sf.ehcache.Ehcache
-
Gets the cache configuration this cache was created with.
- getCacheConfiguration() - Method in class net.sf.ehcache.management.Cache
-
Gets the JMX read-only CacheConfiguration
- getCacheConfiguration() - Method in interface net.sf.ehcache.management.CacheMBean
-
Gets the JMX read-only CacheConfiguration
- getCacheConfigurations() - Method in class net.sf.ehcache.config.Configuration
-
Gets a Map of cache configurations, keyed by name.
- getCacheConfigurationsKeySet() - Method in class net.sf.ehcache.config.Configuration
-
Gets a Map of cacheConfigurations.
- getCacheDataDescription() - Method in class net.sf.ehcache.hibernate.regions.EhcacheTransactionalDataRegion
- getCacheDecoratorConfigurations() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Accessor
- getCacheElementEvictedMostRecentSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Get most recent value element evicted from cache.
- getCacheElementEvictedMostRecentSample() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Get most recent value element evicted from cache.
- getCacheElementEvictedMostRecentSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Get most recent value element evicted from cache.
- getCacheElementEvictedSample() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
- getCacheElementEvictedSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getCacheElementEvictedSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getCacheElementExpiredMostRecentSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Get most recent value element expired from cache.
- getCacheElementExpiredMostRecentSample() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Get most recent value element expired from cache.
- getCacheElementExpiredMostRecentSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Get most recent value element expired from cache.
- getCacheElementExpiredSample() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
- getCacheElementExpiredSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getCacheElementExpiredSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getCacheElementPutMostRecentSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Get most recent value element puts in the cache.
- getCacheElementPutMostRecentSample() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Get most recent value element puts in the cache.
- getCacheElementPutMostRecentSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Get most recent value element puts in the cache.
- getCacheElementPutSample() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
- getCacheElementPutSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getCacheElementPutSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getCacheElementRemovedMostRecentSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Get most recent value element removed from cache.
- getCacheElementRemovedMostRecentSample() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Get most recent value element removed from cache.
- getCacheElementRemovedMostRecentSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Get most recent value element removed from cache.
- getCacheElementRemovedSample() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
- getCacheElementRemovedSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getCacheElementRemovedSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getCacheElementUpdatedMostRecentSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Get most recent value element updates , i.e.
- getCacheElementUpdatedMostRecentSample() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Get most recent value element updates , i.e.
- getCacheElementUpdatedMostRecentSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Get most recent value element updates , i.e.
- getCacheElementUpdatedSample() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
- getCacheElementUpdatedSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getCacheElementUpdatedSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getCacheEventListenerConfigurations() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Accessor
- getCacheEventListeners() - Method in class net.sf.ehcache.event.RegisteredEventListeners
-
Gets a copy of the set of the listeners registered to this class
- getCacheEventNotificationService() - Method in class net.sf.ehcache.Cache
-
Use this to access the service in order to register and unregister listeners
- getCacheEventNotificationService() - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Use this to access the service in order to register and unregister listeners
- getCacheEventNotificationService() - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Use this to access the service in order to register and unregister listeners
- getCacheEventNotificationService() - Method in interface net.sf.ehcache.Ehcache
-
Use this to access the service in order to register and unregister listeners
- getCacheEvictionRate() - Method in interface net.sf.ehcache.management.sampled.CacheManagerSampler
-
- getCacheEvictionRate() - Method in class net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
- getCacheEvictionRate() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Gets the cache eviction rate.
- getCacheEvictionRate() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Gets the cache eviction rate.
- getCacheEvictionRate() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Gets the cache eviction rate.
- getCacheEvictionRate() - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
-
- getCacheExceptionHandler() - Method in class net.sf.ehcache.Cache
-
Gets the ExceptionHandler on this Cache, or null if there isn't one.
- getCacheExceptionHandler() - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
- getCacheExceptionHandler() - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
- getCacheExceptionHandler() - Method in interface net.sf.ehcache.Ehcache
-
- getCacheExceptionHandlerFactoryConfiguration() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Accessor
- getCacheExpirationRate() - Method in interface net.sf.ehcache.management.sampled.CacheManagerSampler
-
- getCacheExpirationRate() - Method in class net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
- getCacheExpirationRate() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Gets the cache expiration rate.
- getCacheExpirationRate() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Gets the cache expiration rate.
- getCacheExpirationRate() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Gets the cache expiration rate.
- getCacheExpirationRate() - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
-
- getCacheExtensionConfigurations() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Accessor
- getCacheHitCount() - Method in interface net.sf.ehcache.hibernate.management.api.EhcacheStats
-
Returns hit count for all the caches
- getCacheHitCount() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Returns hit count for all the caches
- getCacheHitCount() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheStatsImpl
-
Returns hit count for all the caches
- getCacheHitCount() - Method in class net.sf.ehcache.hibernate.management.impl.QueryStats
-
getCacheHitCount
- getCacheHitCount() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
The number of times a requested item was found in the cache.
- getCacheHitCount() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
The number of times a requested item was found in the cache.
- getCacheHitCount() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
The number of times a requested item was found in the cache.
- getCacheHitInMemoryMostRecentSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Get most recent value for in-memory cache hit.
- getCacheHitInMemoryMostRecentSample() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Get most recent value for in-memory cache hit.
- getCacheHitInMemoryMostRecentSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Get most recent value for in-memory cache hit.
- getCacheHitInMemorySample() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
- getCacheHitInMemorySample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getCacheHitInMemorySample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getCacheHitMostRecentSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Get most recent value for cache hit.
- getCacheHitMostRecentSample() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Get most recent value for cache hit.
- getCacheHitMostRecentSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Get most recent value for cache hit.
- getCacheHitOffHeapMostRecentSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Get most recent value for off-heap cache hit.
- getCacheHitOffHeapMostRecentSample() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Get most recent value for off-heap cache hit.
- getCacheHitOffHeapMostRecentSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Get most recent value for off-heap cache hit.
- getCacheHitOffHeapSample() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
- getCacheHitOffHeapSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getCacheHitOffHeapSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getCacheHitOnDiskMostRecentSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Get most recent value for on-disk cache hit.
- getCacheHitOnDiskMostRecentSample() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Get most recent value for on-disk cache hit.
- getCacheHitOnDiskMostRecentSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Get most recent value for on-disk cache hit.
- getCacheHitOnDiskSample() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
- getCacheHitOnDiskSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getCacheHitOnDiskSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getCacheHitPercentage() - Method in class net.sf.ehcache.management.CacheStatistics
-
Returns the percentage of cache accesses that found a requested item in the cache.
- getCacheHitPercentage() - Method in interface net.sf.ehcache.management.CacheStatisticsMBean
-
Returns the percentage of cache accesses that found a requested item in the cache.
- getCacheHitRate() - Method in interface net.sf.ehcache.hibernate.management.api.EhcacheStats
-
Returns hit rate for all the caches
- getCacheHitRate() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Returns hit rate for all the caches
- getCacheHitRate() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheStatsImpl
-
Returns hit rate for all the caches
- getCacheHitRate() - Method in interface net.sf.ehcache.management.sampled.CacheManagerSampler
-
- getCacheHitRate() - Method in class net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
- getCacheHitRate() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Gets the cache hit rate.
- getCacheHitRate() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Gets the cache hit rate.
- getCacheHitRate() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Gets the cache hit rate.
- getCacheHitRate() - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
-
- getCacheHitRatio() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
The ratio of hits to accesses (hits + misses).
- getCacheHitRatio() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
The ratio of hits to accesses (hits + misses).
- getCacheHitRatio() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
The ratio of hits to accesses (hits + misses).
- getCacheHitRatioMostRecentSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Get most recent value for cache hit ratio.
- getCacheHitRatioMostRecentSample() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Get most recent value for cache hit ratio.
- getCacheHitRatioMostRecentSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Get most recent value for cache hit ratio.
- getCacheHitRatioSample() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
- getCacheHitRatioSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getCacheHitRatioSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getCacheHits() - Method in class net.sf.ehcache.management.CacheStatistics
-
The number of times a requested item was found in the cache.
- getCacheHits() - Method in interface net.sf.ehcache.management.CacheStatisticsMBean
-
The number of times a requested item was found in the cache.
- getCacheHitSample() - Method in interface net.sf.ehcache.hibernate.management.api.EhcacheStats
-
Returns hit count sample for all the caches
- getCacheHitSample() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Returns hit count sample for all the caches
- getCacheHitSample() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheStatsImpl
-
Returns hit count sample for all the caches
- getCacheHitSample() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
- getCacheHitSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getCacheHitSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getCacheInMemoryHitRate() - Method in interface net.sf.ehcache.management.sampled.CacheManagerSampler
-
- getCacheInMemoryHitRate() - Method in class net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
- getCacheInMemoryHitRate() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Gets the cache in memory hit rate.
- getCacheInMemoryHitRate() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Gets the cache in memory hit rate.
- getCacheInMemoryHitRate() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Gets the cache in memory hit rate.
- getCacheInMemoryHitRate() - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
-
- getCacheInMemoryMissRate() - Method in interface net.sf.ehcache.management.sampled.CacheManagerSampler
-
- getCacheInMemoryMissRate() - Method in class net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
- getCacheInMemoryMissRate() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Gets the cache in memory miss rate.
- getCacheInMemoryMissRate() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Gets the cache in memory miss rate.
- getCacheInMemoryMissRate() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Gets the cache in memory miss rate.
- getCacheInMemoryMissRate() - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
-
- getCacheLoaderConfigurations() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Accessor
- getCacheLoaderTimeoutMillis() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Accessor
- getCacheManager() - Method in class net.sf.ehcache.Cache
-
Gets the CacheManager managing this cache.
- getCacheManager(String) - Static method in class net.sf.ehcache.CacheManager
-
Checks if a cacheManager already exists for a given name and gets it.
- getCacheManager() - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Gets the CacheManager managing this cache.
- getCacheManager() - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Gets the CacheManager managing this cache.
- getCacheManager() - Method in class net.sf.ehcache.distribution.RMICacheManagerPeerProvider
-
The cacheManager this provider is bound to
- getCacheManager() - Method in interface net.sf.ehcache.Ehcache
-
Gets the CacheManager managing this cache.
- getCacheManagerEventListener() - Method in class net.sf.ehcache.CacheManager
-
Returns the composite listener.
- getCacheManagerEventListenerFactoryConfiguration() - Method in class net.sf.ehcache.config.Configuration
-
Gets the CacheManagerEventListener factory configuration.
- getCacheManagerEventListenerRegistry() - Method in class net.sf.ehcache.CacheManager
-
Gets the CacheManagerEventListenerRegistry.
- getCacheManagerName() - Method in class net.sf.ehcache.config.Configuration.RuntimeCfg
-
- getCacheManagerName() - Method in class net.sf.ehcache.transaction.TransactionIDSerializedForm
-
Get the name of the cache manager which contains the factory that created the
original TransactionID
- getCacheManagerName() - Method in class net.sf.ehcache.transaction.XidTransactionIDSerializedForm
-
Get the name of the cache manager which contains the factory that created the
original XidTransactionID
- getCacheManagerObjectName(String, String) - Static method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernateMbeanNames
-
Returns an ObjectName for the passed name
- getCacheManagerObjectName(String, String) - Static method in class net.sf.ehcache.management.sampled.SampledEhcacheMBeans
-
Returns an ObjectName for the passed cacheManagerName
- getCacheManagerPeerListenerFactoryConfigurations() - Method in class net.sf.ehcache.config.Configuration
-
Gets the CacheManagerPeerListener factory configuration.
- getCacheManagerPeerProvider(String) - Method in class net.sf.ehcache.CacheManager
-
Gets the CacheManagerPeerProvider
, matching the given scheme
For distributed caches, the peer provider finds other cache managers and their caches in the same cluster
- getCacheManagerPeerProviderFactoryConfiguration() - Method in class net.sf.ehcache.config.Configuration
-
Gets the CacheManagerPeerProvider factory configuration.
- getCacheManagerPeerProviders() - Method in class net.sf.ehcache.CacheManager
-
- getCacheMetrics() - Method in interface net.sf.ehcache.management.sampled.CacheManagerSampler
-
Get a map of cache name to performance metrics (hits, misses).
- getCacheMetrics() - Method in class net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
-
Get a map of cache name to performance metrics (hits, misses).
- getCacheMetrics() - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
-
- getCacheMissCount() - Method in interface net.sf.ehcache.hibernate.management.api.EhcacheStats
-
Returns miss count for all the caches
- getCacheMissCount() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Returns miss count for all the caches
- getCacheMissCount() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheStatsImpl
-
Returns miss count for all the caches
- getCacheMissCount() - Method in class net.sf.ehcache.hibernate.management.impl.QueryStats
-
getCacheMissCount
- getCacheMissCount() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Number of times a requested element was not found in the cache.
- getCacheMissCount() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Number of times a requested element was not found in the cache.
- getCacheMissCount() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Number of times a requested element was not found in the cache.
- getCacheMissCountExpired() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Gets the cache miss count expired.
- getCacheMissCountExpired() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Gets the cache miss count expired.
- getCacheMissCountExpired() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Gets the cache miss count expired.
- getCacheMisses() - Method in class net.sf.ehcache.management.CacheStatistics
-
Warning.
- getCacheMisses() - Method in interface net.sf.ehcache.management.CacheStatisticsMBean
-
- getCacheMissExpiredMostRecentSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Get most recent value for cache miss as result of the element getting
expired.
- getCacheMissExpiredMostRecentSample() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Get most recent value for cache miss as result of the element getting
expired.
- getCacheMissExpiredMostRecentSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Get most recent value for cache miss as result of the element getting
expired.
- getCacheMissExpiredSample() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Get the
SampledCounter
for cache miss as result of the element getting
expired.
- getCacheMissExpiredSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Get the
SampledCounter
for cache miss as result of the element getting
expired.
- getCacheMissExpiredSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getCacheMissInMemoryMostRecentSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Get most recent value for in-memory cache miss.
- getCacheMissInMemoryMostRecentSample() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Get most recent value for in-memory cache miss.
- getCacheMissInMemoryMostRecentSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Get most recent value for in-memory cache miss.
- getCacheMissInMemorySample() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
- getCacheMissInMemorySample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getCacheMissInMemorySample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getCacheMissMostRecentSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Get most recent value for cache miss.
- getCacheMissMostRecentSample() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Get most recent value for cache miss.
- getCacheMissMostRecentSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Get most recent value for cache miss.
- getCacheMissNotFoundMostRecentSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Get most recent value for cache miss as result of the element not found
in cache.
- getCacheMissNotFoundMostRecentSample() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Get most recent value for cache miss as result of the element not found
in cache.
- getCacheMissNotFoundMostRecentSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Get most recent value for cache miss as result of the element not found
in cache.
- getCacheMissNotFoundSample() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Get the
SampledCounter
for cache miss as result of the element not found
in cache.
- getCacheMissNotFoundSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Get the
SampledCounter
for cache miss as result of the element not found
in cache.
- getCacheMissNotFoundSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getCacheMissOffHeapMostRecentSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Get most recent value for off-heap cache miss.
- getCacheMissOffHeapMostRecentSample() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Get most recent value for off-heap cache miss.
- getCacheMissOffHeapMostRecentSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Get most recent value for off-heap cache miss.
- getCacheMissOffHeapSample() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
- getCacheMissOffHeapSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getCacheMissOffHeapSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getCacheMissOnDiskMostRecentSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Get most recent value for on-disk cache miss.
- getCacheMissOnDiskMostRecentSample() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Get most recent value for on-disk cache miss.
- getCacheMissOnDiskMostRecentSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Get most recent value for on-disk cache miss.
- getCacheMissOnDiskSample() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
- getCacheMissOnDiskSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getCacheMissOnDiskSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getCacheMissPercentage() - Method in class net.sf.ehcache.management.CacheStatistics
-
Returns the percentage of cache accesses that did not find a requested element in the cache.
- getCacheMissPercentage() - Method in interface net.sf.ehcache.management.CacheStatisticsMBean
-
Returns the percentage of cache accesses that did not find a requested element in the cache.
- getCacheMissRate() - Method in interface net.sf.ehcache.hibernate.management.api.EhcacheStats
-
Returns miss rate for all the caches
- getCacheMissRate() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Returns miss rate for all the caches
- getCacheMissRate() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheStatsImpl
-
Returns miss rate for all the caches
- getCacheMissRate() - Method in interface net.sf.ehcache.management.sampled.CacheManagerSampler
-
- getCacheMissRate() - Method in class net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
- getCacheMissRate() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Gets the cache miss rate.
- getCacheMissRate() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Gets the cache miss rate.
- getCacheMissRate() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Gets the cache miss rate.
- getCacheMissRate() - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
-
- getCacheMissSample() - Method in interface net.sf.ehcache.hibernate.management.api.EhcacheStats
-
Returns miss count sample for all the caches
- getCacheMissSample() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Returns miss count sample for all the caches
- getCacheMissSample() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheStatsImpl
-
Returns miss count sample for all the caches
- getCacheMissSample() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
- getCacheMissSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getCacheMissSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getCacheName() - Method in class net.sf.ehcache.config.CacheConfigError
-
Returns the cache name
- getCacheName() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Gets the cache name.
- getCacheName() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Gets the cache name.
- getCacheName() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Gets the cache name.
- getCacheName() - Method in interface net.sf.ehcache.transaction.xa.EhcacheXAResource
-
Getter to the name of the cache wrapped by this XAResource
- getCacheName() - Method in class net.sf.ehcache.transaction.xa.EhcacheXAResourceImpl
-
Getter to the name of the cache wrapped by this XAResource
- getCacheName() - Method in interface net.sf.ehcache.transaction.xa.XidTransactionID
-
Get the name of the associated Ehcache resource.
- getCacheName() - Method in class net.sf.ehcache.transaction.xa.XidTransactionIDImpl
-
Get the name of the associated Ehcache resource.
- getCacheName() - Method in class net.sf.ehcache.transaction.XidTransactionIDSerializedForm
-
Get the name of the cache which this original XidTransactionID is for.
- getCacheNames() - Method in class net.sf.ehcache.CacheManager
-
Returns a list of the current cache names.
- getCacheNames() - Method in class net.sf.ehcache.management.CacheManager
-
Gets the cache names managed by the CacheManager
- getCacheNames() - Method in interface net.sf.ehcache.management.CacheManagerMBean
-
Gets the cache names managed by the CacheManager
- getCacheNames() - Method in interface net.sf.ehcache.management.sampled.CacheManagerSampler
-
Gets the cache names managed by the CacheManager
- getCacheNames() - Method in class net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
-
Gets the cache names managed by the CacheManager
- getCacheNames() - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
-
Gets the cache names managed by the CacheManager
- getCacheObjectName(String, String, String) - Static method in class net.sf.ehcache.management.sampled.SampledEhcacheMBeans
-
Returns an ObjectName for the passed cacheManagerName, cacheName
combination
- getCacheOffHeapHitRate() - Method in interface net.sf.ehcache.management.sampled.CacheManagerSampler
-
- getCacheOffHeapHitRate() - Method in class net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
- getCacheOffHeapHitRate() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Gets the cache off heap hit rate.
- getCacheOffHeapHitRate() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Gets the cache off heap hit rate.
- getCacheOffHeapHitRate() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Gets the cache off heap hit rate.
- getCacheOffHeapHitRate() - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
-
- getCacheOffHeapMissRate() - Method in interface net.sf.ehcache.management.sampled.CacheManagerSampler
-
- getCacheOffHeapMissRate() - Method in class net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
- getCacheOffHeapMissRate() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Gets the cache off heap miss rate.
- getCacheOffHeapMissRate() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Gets the cache off heap miss rate.
- getCacheOffHeapMissRate() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Gets the cache off heap miss rate.
- getCacheOffHeapMissRate() - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
-
- getCacheOnDiskHitRate() - Method in interface net.sf.ehcache.management.sampled.CacheManagerSampler
-
- getCacheOnDiskHitRate() - Method in class net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
- getCacheOnDiskHitRate() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Gets the cache on disk hit rate.
- getCacheOnDiskHitRate() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Gets the cache on disk hit rate.
- getCacheOnDiskHitRate() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Gets the cache on disk hit rate.
- getCacheOnDiskHitRate() - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
-
- getCacheOnDiskMissRate() - Method in interface net.sf.ehcache.management.sampled.CacheManagerSampler
-
- getCacheOnDiskMissRate() - Method in class net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
- getCacheOnDiskMissRate() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Gets the cache on disk miss rate.
- getCacheOnDiskMissRate() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Gets the cache on disk miss rate.
- getCacheOnDiskMissRate() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Gets the cache on disk miss rate.
- getCacheOnDiskMissRate() - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
-
- getCachePeer() - Method in class net.sf.ehcache.distribution.MulticastRMICacheManagerPeerProvider.CachePeerEntry
-
- getCachePeerListener(String) - Method in class net.sf.ehcache.CacheManager
-
When CacheManage is configured as part of a cluster, a CacheManagerPeerListener will
be registered in it.
- getCachePutCount() - Method in interface net.sf.ehcache.hibernate.management.api.EhcacheStats
-
Returns put count for all the caches
- getCachePutCount() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Returns put count for all the caches
- getCachePutCount() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheStatsImpl
-
Returns put count for all the caches
- getCachePutCount() - Method in class net.sf.ehcache.hibernate.management.impl.QueryStats
-
getCachePutCount
- getCachePutRate() - Method in interface net.sf.ehcache.hibernate.management.api.EhcacheStats
-
Returns put rate for all the caches
- getCachePutRate() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Returns put rate for all the caches
- getCachePutRate() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheStatsImpl
-
Returns put rate for all the caches
- getCachePutRate() - Method in interface net.sf.ehcache.management.sampled.CacheManagerSampler
-
- getCachePutRate() - Method in class net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
- getCachePutRate() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Gets the cache put rate.
- getCachePutRate() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Gets the cache put rate.
- getCachePutRate() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Gets the cache put rate.
- getCachePutRate() - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
-
- getCachePutSample() - Method in interface net.sf.ehcache.hibernate.management.api.EhcacheStats
-
Returns put count sample for all the caches
- getCachePutSample() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Returns put count sample for all the caches
- getCachePutSample() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheStatsImpl
-
Returns put count sample for all the caches
- getCacheRegionStats() - Method in interface net.sf.ehcache.hibernate.management.api.HibernateStats
-
- getCacheRegionStats() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
- getCacheRegionStats() - Method in class net.sf.ehcache.hibernate.management.impl.HibernateStatsImpl
-
- getCacheRegionStats() - Method in class net.sf.ehcache.hibernate.management.impl.NullHibernateStats
-
- getCacheRemoveRate() - Method in interface net.sf.ehcache.management.sampled.CacheManagerSampler
-
- getCacheRemoveRate() - Method in class net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
- getCacheRemoveRate() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Gets the cache remove rate.
- getCacheRemoveRate() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Gets the cache remove rate.
- getCacheRemoveRate() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Gets the cache remove rate.
- getCacheRemoveRate() - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
-
- getCaches() - Method in class net.sf.ehcache.management.CacheManager
-
Gets a list of caches in this CacheManager
- getCaches() - Method in interface net.sf.ehcache.management.CacheManagerMBean
-
Gets a list of caches in this CacheManager
- getCacheSearchRate() - Method in interface net.sf.ehcache.management.sampled.CacheManagerSampler
-
- getCacheSearchRate() - Method in class net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
- getCacheSearchRate() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Gets the cache search rate.
- getCacheSearchRate() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Gets the cache search rate.
- getCacheSearchRate() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Gets the cache search rate.
- getCacheSearchRate() - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
-
- getCacheUpdateRate() - Method in interface net.sf.ehcache.management.sampled.CacheManagerSampler
-
- getCacheUpdateRate() - Method in class net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
- getCacheUpdateRate() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Gets the cache update rate.
- getCacheUpdateRate() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Gets the cache update rate.
- getCacheUpdateRate() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Gets the cache update rate.
- getCacheUpdateRate() - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
-
- getCacheWriterConfiguration() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Accessor
- getCacheWriterFactoryConfiguration() - Method in class net.sf.ehcache.config.CacheWriterConfiguration
-
Accessor
- getCacheXaCommitsMostRecentSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Get most recent value of XA commits.
- getCacheXaCommitsMostRecentSample() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Get most recent value of XA commits.
- getCacheXaCommitsMostRecentSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Get most recent value of XA commits.
- getCacheXaCommitsSample() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Get the
SampledCounter
for number of XA Transaction commits that have completed in the interval.
- getCacheXaCommitsSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Get the
SampledCounter
for number of XA Transaction commits that have completed in the interval.
- getCacheXaCommitsSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getCacheXaRollbacksMostRecentSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Get most recent value of XA rollbacks.
- getCacheXaRollbacksMostRecentSample() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Get most recent value of XA rollbacks.
- getCacheXaRollbacksMostRecentSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Get most recent value of XA rollbacks.
- getCacheXaRollbacksSample() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Get the
SampledCounter
for number of XA Transaction rollbacks that have completed in the interval.
- getCacheXaRollbacksSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Get the
SampledCounter
for number of XA Transaction rollbacks that have completed in the interval.
- getCacheXaRollbacksSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getCalculated() - Method in class net.sf.ehcache.pool.Size
-
Get the calculated size
- getCause() - Method in exception net.sf.ehcache.writer.CacheWriterManagerException
- getChildElements() - Method in class net.sf.ehcache.config.generator.model.AbstractNodeElement
-
Returns the list of child elements.
- getChildElements() - Method in interface net.sf.ehcache.config.generator.model.NodeElement
-
Returns the list of child elements.
- getClassLoader() - Method in class net.sf.ehcache.config.CacheConfiguration
-
- getClassLoader() - Method in class net.sf.ehcache.config.Configuration
-
- getClassName() - Method in class net.sf.ehcache.config.CopyStrategyConfiguration
-
Returns the fully qualified class name for the CopyStrategy to use
- getClassName() - Method in class net.sf.ehcache.config.ElementValueComparatorConfiguration
-
Returns the fully qualified class name for the ElementValueComparator to use
- getClassName() - Method in class net.sf.ehcache.config.SearchAttribute
-
Get the extractor class name
- getCloseStatementCount() - Method in interface net.sf.ehcache.hibernate.management.api.HibernateStats
-
Returns the count of close statements
- getCloseStatementCount() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Returns the count of close statements
- getCloseStatementCount() - Method in class net.sf.ehcache.hibernate.management.impl.HibernateStatsImpl
-
Returns the count of close statements
- getCloseStatementCount() - Method in class net.sf.ehcache.hibernate.management.impl.NullHibernateStats
-
Returns the count of close statements
- getCluster(ClusterScheme) - Method in class net.sf.ehcache.CacheManager
-
Returns access to information about the cache cluster.
- getClusteredInstanceFactory() - Method in class net.sf.ehcache.CacheManager
-
Return the clustered instance factory for a cache of this cache manager.
- getClusteredInstanceFactory() - Method in class net.sf.ehcache.terracotta.TerracottaClient
-
- getClusterUUID() - Method in class net.sf.ehcache.CacheManager
-
Returns unique cluster-wide id for this cache-manager.
- getClusterUUID() - Method in interface net.sf.ehcache.management.sampled.CacheManagerSampler
-
Gets the cluster uuid if applicable.
- getClusterUUID() - Method in class net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
-
Gets the cluster uuid if applicable.
- getClusterUUID() - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
-
- getClusterUUID() - Method in class net.sf.ehcache.transaction.TransactionIDSerializedForm
-
Get the original TransactionID's cluster UUID
- getCoherentReads() - Method in class net.sf.ehcache.config.TerracottaConfiguration
-
Deprecated.
- getCollectionStats() - Method in interface net.sf.ehcache.hibernate.management.api.HibernateStats
-
- getCollectionStats() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
- getCollectionStats() - Method in class net.sf.ehcache.hibernate.management.impl.HibernateStatsImpl
-
- getCollectionStats() - Method in class net.sf.ehcache.hibernate.management.impl.NullHibernateStats
-
- getCommands() - Method in class net.sf.ehcache.transaction.xa.XATransactionContext
-
All ordered pending commands
- getComparableValue() - Method in class net.sf.ehcache.search.expression.GreaterThan
-
Comparable value.
- getComparableValue() - Method in class net.sf.ehcache.search.expression.GreaterThanOrEqual
-
Comparable value.
- getComparableValue() - Method in class net.sf.ehcache.search.expression.LessThan
-
Comparable value.
- getComparableValue() - Method in class net.sf.ehcache.search.expression.LessThanOrEqual
-
Comparable value.
- getConcurrency() - Method in class net.sf.ehcache.config.TerracottaConfiguration
-
Get the value of concurrency.
- getConfiguration() - Method in class net.sf.ehcache.CacheManager
-
Get the CacheManager configuration
- getConfiguration() - Method in class net.sf.ehcache.config.Configuration.RuntimeCfg
-
- getConfigurationBean() - Method in class net.sf.ehcache.config.ConfigurationHelper
-
- getConfigurationSource() - Method in class net.sf.ehcache.config.Configuration
-
Gets a description of the source from which this configuration was created.
- getConfigurationSource(File) - Static method in class net.sf.ehcache.config.generator.ConfigurationSource
-
- getConfigurationSource(URL) - Static method in class net.sf.ehcache.config.generator.ConfigurationSource
-
- getConfigurationSource(InputStream) - Static method in class net.sf.ehcache.config.generator.ConfigurationSource
-
- getConfigurationSource() - Static method in class net.sf.ehcache.config.generator.ConfigurationSource
-
Utility factory method for creating a
ConfigurationSource
based on default settings (default ehcache.xml in classpath if one
is present or an ehcache-failsafe provided with the kit
- getConfiguredRMISocketFactory() - Static method in class net.sf.ehcache.distribution.ConfigurableRMIClientSocketFactory
-
Return the JVM-level configured RMISocketFactory
.
- getConnectCount() - Method in interface net.sf.ehcache.hibernate.management.api.HibernateStats
-
Return connect counts
- getConnectCount() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Return connect counts
- getConnectCount() - Method in class net.sf.ehcache.hibernate.management.impl.HibernateStatsImpl
-
Return connect counts
- getConnectCount() - Method in class net.sf.ehcache.hibernate.management.impl.NullHibernateStats
-
Return connect counts
- getConsistency() - Method in class net.sf.ehcache.config.TerracottaConfiguration
-
Getter for consistency
- getCopyStrategy() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Getter to the configured ReadWriteCopyStrategy.
- getCopyStrategyConfiguration() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Returns the copyStrategyConfiguration
- getCopyStrategyInstance(ClassLoader) - Method in class net.sf.ehcache.config.CopyStrategyConfiguration
-
Get (and potentially) instantiate the instance
- getCore() - Method in class net.sf.ehcache.statistics.StatisticsGateway
-
Gets the core.
- getCounterValue() - Method in class net.sf.ehcache.util.counter.sampled.TimeStampedCounterValue
-
Get the counter value
- getCreationTime() - Method in class net.sf.ehcache.Element
-
Gets the creationTime of the Element
- getCreationTime() - Method in class net.sf.ehcache.transaction.TransactionIDSerializedForm
-
Get the original TransactionID's creation time
- getCreationTime() - Method in class net.sf.ehcache.writer.writebehind.operations.DeleteOperation
-
Retrieves the moment when the operation was created.
- getCreationTime() - Method in interface net.sf.ehcache.writer.writebehind.operations.KeyBasedOperation
-
Retrieves the moment when the operation was created.
- getCreationTime() - Method in class net.sf.ehcache.writer.writebehind.operations.WriteOperation
-
Retrieves the moment when the operation was created.
- getCriteria() - Method in class net.sf.ehcache.search.expression.Not
-
- getCriteria() - Method in interface net.sf.ehcache.store.StoreQuery
-
Get the search criteria
- getCriterion() - Method in class net.sf.ehcache.search.expression.And
-
Return criterion
- getCriterion() - Method in class net.sf.ehcache.search.expression.Or
-
Return criteria
- getCurrentNode() - Method in interface net.sf.ehcache.cluster.CacheCluster
-
Retrieves the ClusterNode
instance that corresponds to the current node.
- getCurrentNode() - Method in class net.sf.ehcache.cluster.NoopCacheCluster
-
Retrieves the ClusterNode
instance that corresponds to the current node.
- getCurrentNode() - Method in class net.sf.ehcache.terracotta.TerracottaCacheCluster
-
Retrieves the ClusterNode
instance that corresponds to the current node.
- getCurrentTransactionContext() - Method in interface net.sf.ehcache.transaction.xa.EhcacheXAResource
-
- getCurrentTransactionContext() - Method in class net.sf.ehcache.transaction.xa.EhcacheXAResourceImpl
-
- getCurrentTransactionContext() - Method in class net.sf.ehcache.TransactionController
-
Get the transaction context bond to the current thread
- getDataFile() - Method in class net.sf.ehcache.store.disk.DiskStorageFactory
-
Return a reference to the data file backing this factory.
- getDataFile() - Method in class net.sf.ehcache.store.disk.DiskStore
-
Return a reference to the data file backing this store.
- getDate() - Method in class net.sf.ehcache.distribution.MulticastRMICacheManagerPeerProvider.CachePeerEntry
-
- getDBSQLExecutionSample() - Method in class net.sf.ehcache.hibernate.management.impl.HibernateStatsImpl
-
Not supported right now
- getDBSQLExecutionSample() - Method in class net.sf.ehcache.hibernate.management.impl.NullHibernateStats
-
Not supported right now
- getDefaultCacheConfiguration() - Method in class net.sf.ehcache.config.Configuration
-
- getDefaultPath() - Static method in class net.sf.ehcache.config.DiskStoreConfiguration
-
The diskStore default path, which is the system environment variable
available on all Java virtual machines java.io.tmpdir
- getDefaultTransactionTimeout() - Method in class net.sf.ehcache.TransactionController
-
Get the default transaction timeout in seconds
- getDefaultTransactionTimeoutInSeconds() - Method in class net.sf.ehcache.config.Configuration
-
Get default transaction timeout
- getDefaultValue() - Method in interface net.sf.ehcache.config.generator.model.NodeAttribute
-
Returns the default value of the attribute
- getDefaultValue() - Method in class net.sf.ehcache.config.generator.model.SimpleNodeAttribute
-
Returns the default value of the attribute
- getDeleteCount() - Method in class net.sf.ehcache.hibernate.management.impl.EntityStats
-
getDeleteCount
- getDescription() - Method in class net.sf.ehcache.statistics.beans.AttributeProxy
-
Gets the description.
- getDirection() - Method in interface net.sf.ehcache.store.StoreQuery.Ordering
-
Ordering direction
- getDiskAccessStripes() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Accessor
- getDiskExpiryThreadIntervalSeconds() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Accessor
- getDiskExpiryThreadIntervalSeconds() - Method in class net.sf.ehcache.management.CacheConfiguration
-
Accessor
- getDiskExpiryThreadIntervalSeconds() - Method in interface net.sf.ehcache.management.CacheConfigurationMBean
-
Accessor
- getDiskExpiryThreadIntervalSeconds() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Configuration property accessor
- getDiskExpiryThreadIntervalSeconds() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Configuration property accessor
- getDiskExpiryThreadIntervalSeconds() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Configuration property accessor
- getDiskSpoolBufferSizeMB() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Accessor
- getDiskSpoolBufferSizeMB() - Method in class net.sf.ehcache.management.CacheConfiguration
-
Accessor
- getDiskSpoolBufferSizeMB() - Method in interface net.sf.ehcache.management.CacheConfigurationMBean
-
Accessor
- getDiskStoreConfiguration() - Method in class net.sf.ehcache.config.Configuration
-
Gets the disk store configuration.
- getDiskStoreObjectCount() - Method in class net.sf.ehcache.management.CacheStatistics
-
Gets the number of objects in the DiskStore
- getDiskStoreObjectCount() - Method in interface net.sf.ehcache.management.CacheStatisticsMBean
-
Gets the number of objects in the DiskStore
- getDiskStorePath() - Method in class net.sf.ehcache.config.ConfigurationHelper
-
- getDiskStorePathManager() - Method in class net.sf.ehcache.CacheManager
-
Returns the disk store path manager.
- getDiskStoreSize() - Method in class net.sf.ehcache.Cache
-
Deprecated.
- getDiskStoreSize() - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Deprecated.
- getDiskStoreSize() - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Deprecated.
- getDiskStoreSize() - Method in interface net.sf.ehcache.Ehcache
-
Deprecated.
- getDispatcher() - Method in class net.sf.ehcache.constructs.refreshahead.ThreadedWorkQueue
-
get the dispatcher being used for this queue.
- getDroppedCount() - Method in class net.sf.ehcache.constructs.refreshahead.RefreshAheadCache
-
Gets dropped count.
- getDroppedCount() - Method in class net.sf.ehcache.constructs.refreshahead.ThreadedWorkQueue
-
Gets dropped counter.
- getDynamicConfig() - Method in class net.sf.ehcache.config.Configuration
-
Get flag for dynamicConfig
- getDynamicExtractor() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Accessor
- getEhcache(String) - Method in class net.sf.ehcache.CacheManager
-
Gets an Ehcache
- getEhcache() - Method in class net.sf.ehcache.distribution.EventMessage
-
Gets the associated Ehcache
.
- getEhcache() - Method in class net.sf.ehcache.hibernate.regions.EhcacheDataRegion
-
Return the Ehcache instance backing this Hibernate data region.
- getEhcache() - Method in class net.sf.ehcache.management.CacheStatistics
-
Return the backing cache.
- getElement() - Method in class net.sf.ehcache.CacheEntry
-
Retrieves the element of this cache entry.
- getElement() - Method in class net.sf.ehcache.distribution.LegacyEventMessage
-
- getElement() - Method in class net.sf.ehcache.distribution.RmiEventMessage
-
- getElement(TransactionID, SoftLockID) - Method in class net.sf.ehcache.transaction.ReadCommittedSoftLockImpl
-
Get the element the current transaction is supposed to see.
- getElement(TransactionID, SoftLockID) - Method in interface net.sf.ehcache.transaction.SoftLock
-
Get the element the current transaction is supposed to see.
- getElement() - Method in class net.sf.ehcache.transaction.xa.commands.StorePutCommand
-
Getter to the Element instance to be put in the Store
- getElement() - Method in class net.sf.ehcache.writer.writebehind.operations.WriteOperation
-
Retrieves the element that will be used for this operation
- getElementCountInMemory() - Method in class net.sf.ehcache.hibernate.EhCache
-
Deprecated.
- getElementCountInMemory() - Method in class net.sf.ehcache.hibernate.management.impl.AggregateCacheRegionStats
-
- getElementCountInMemory() - Method in class net.sf.ehcache.hibernate.management.impl.CacheRegionStats
-
- getElementCountInMemory() - Method in class net.sf.ehcache.hibernate.regions.EhcacheDataRegion
- getElementCountOnDisk() - Method in class net.sf.ehcache.hibernate.EhCache
-
Deprecated.
- getElementCountOnDisk() - Method in class net.sf.ehcache.hibernate.management.impl.CacheRegionStats
-
- getElementCountOnDisk() - Method in class net.sf.ehcache.hibernate.regions.EhcacheDataRegion
- getElementCountTotal() - Method in class net.sf.ehcache.hibernate.management.impl.CacheRegionStats
-
- getElements(List) - Method in interface net.sf.ehcache.distribution.CachePeer
-
Gets a list of elements from the cache, for a list of keys, without updating Element statistics.
- getElements(List) - Method in class net.sf.ehcache.distribution.RMICachePeer
-
Gets a list of elements from the cache, for a list of keys, without updating Element statistics.
- getElements(List) - Method in class net.sf.ehcache.distribution.TransactionalRMICachePeer
-
- getElementValueComparatorConfiguration() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Returns the elementComparatorConfiguration
- getEmbeddedConfig() - Method in class net.sf.ehcache.config.TerracottaClientConfiguration
-
Get the embedded config read as <tc-config/>
- getEntityStats() - Method in interface net.sf.ehcache.hibernate.management.api.HibernateStats
-
- getEntityStats() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
- getEntityStats() - Method in class net.sf.ehcache.hibernate.management.impl.HibernateStatsImpl
-
- getEntityStats() - Method in class net.sf.ehcache.hibernate.management.impl.NullHibernateStats
-
- getEntry() - Method in class net.sf.ehcache.transaction.xa.commands.StoreRemoveCommand
-
Getter to the cache entry to be removed
- getEntry() - Method in class net.sf.ehcache.writer.writebehind.operations.DeleteOperation
-
Retrieves the entry that will be used for this operation
- getError() - Method in class net.sf.ehcache.config.ConfigError
-
Access error message
- getEvent() - Method in class net.sf.ehcache.distribution.LegacyEventMessage
-
Gets the event.
- getEventListenerList() - Method in class net.sf.ehcache.store.AbstractStore
-
onLoad initializer
- getEvictedCount() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Number of elements evicted from the cache.
- getEvictedCount() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Number of elements evicted from the cache.
- getEvictedCount() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Number of elements evicted from the cache.
- getEvictionPolicy() - Method in interface net.sf.ehcache.store.CachingTier
-
Deprecated.
- getEvictionPolicy() - Method in class net.sf.ehcache.store.cachingtier.OnHeapCachingTier
-
- getEvictionPolicy() - Method in class net.sf.ehcache.store.LruMemoryStore
-
- getEvictor() - Method in class net.sf.ehcache.pool.impl.AbstractPool
-
Return the pool evictor used by this pool.
- getEvictor() - Method in class net.sf.ehcache.pool.impl.UnboundedPool
-
Return the pool evictor used by this pool.
- getEvictor() - Method in interface net.sf.ehcache.pool.Pool
-
Return the pool evictor used by this pool.
- getExecutionAvgTime() - Method in class net.sf.ehcache.hibernate.management.impl.QueryStats
-
getExecutionAvgTime
- getExecutionCount() - Method in class net.sf.ehcache.hibernate.management.impl.QueryStats
-
getExecutionCount
- getExecutionHints() - Method in interface net.sf.ehcache.store.StoreQuery
-
Get execution hints for this query
- getExecutionMaxTime() - Method in class net.sf.ehcache.hibernate.management.impl.QueryStats
-
getExecutionMaxTime
- getExecutionMinTime() - Method in class net.sf.ehcache.hibernate.management.impl.QueryStats
-
getExecutionMinTime
- getExecutionRowCount() - Method in class net.sf.ehcache.hibernate.management.impl.QueryStats
-
getExecutionRowCount
- getExpirationTime() - Method in class net.sf.ehcache.Element
-
Returns the expiration time based on time to live.
- getExpirationTime() - Method in class net.sf.ehcache.store.disk.DiskStorageFactory.DiskMarker
-
Return the time at which this marker expires.
- getExpiredCount() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Number of elements expired since creation or last clear.
- getExpiredCount() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Number of elements expired since creation or last clear.
- getExpiredCount() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Number of elements expired since creation or last clear.
- getExpression() - Method in class net.sf.ehcache.config.SearchAttribute
-
Get the attribute expression
- getExtended() - Method in class net.sf.ehcache.statistics.StatisticsGateway
-
Gets the extended.
- getExtractor(String, Map<String, AttributeExtractor>) - Static method in class net.sf.ehcache.search.expression.BaseCriteria
-
For given attribute name, return its corresponding extractors from supplied map.
- getFactory() - Method in class net.sf.ehcache.store.disk.DiskStorageFactory.DiskSubstitute
-
- getFactoryConfiguration() - Method in class net.sf.ehcache.config.generator.model.elements.FactoryConfigurationElement
-
- getFeaturesManager() - Method in class net.sf.ehcache.CacheManager
-
Get the features manager.
- getFetchCount() - Method in class net.sf.ehcache.hibernate.management.impl.CollectionStats
-
getFetchCount
- getFetchCount() - Method in class net.sf.ehcache.hibernate.management.impl.EntityStats
-
getFetchCount
- getFieldOffsetAdjustment() - Method in enum net.sf.ehcache.pool.sizeof.JvmInformation
-
The size of the jvm-specific field offset adjustment in bytes.
- getFile(String, String) - Method in class net.sf.ehcache.DiskStorePathManager
-
Get a file object for the given cache-name and suffix
- getFile(String) - Method in class net.sf.ehcache.DiskStorePathManager
-
Get a file object for the given name
- getFileSize() - Method in class net.sf.ehcache.store.disk.ods.FileAllocationTree
-
Return the current occupied size of this file.
- getFirst(int) - Method in class net.sf.ehcache.store.chm.SelectableConcurrentHashMap.Segment
-
Returns properly casted first entry of bin for given hash.
- getFlushCount() - Method in interface net.sf.ehcache.hibernate.management.api.HibernateStats
-
Returns flush count
- getFlushCount() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Returns flush count
- getFlushCount() - Method in class net.sf.ehcache.hibernate.management.impl.HibernateStatsImpl
-
Returns flush count
- getFlushCount() - Method in class net.sf.ehcache.hibernate.management.impl.NullHibernateStats
-
Returns flush count
- getFormatId() - Method in class net.sf.ehcache.transaction.xa.SerializableXid
- getFQName() - Method in class net.sf.ehcache.config.generator.model.AbstractNodeElement
-
- getFQName(String) - Method in class net.sf.ehcache.config.generator.model.AbstractNodeElement
-
The fully qualified name of the element.
- getFQName() - Method in interface net.sf.ehcache.config.generator.model.NodeElement
-
- getFQName(String) - Method in interface net.sf.ehcache.config.generator.model.NodeElement
-
The fully qualified name of the element.
- getFreePort() - Method in class net.sf.ehcache.distribution.RMICacheManagerPeerListener
-
Gets a free server socket port.
- getFullyQualifiedClassPath() - Method in class net.sf.ehcache.config.FactoryConfiguration
-
Getter.
- getGlobalTransactionId() - Method in class net.sf.ehcache.transaction.xa.SerializableXid
- getGroupByValues() - Method in class net.sf.ehcache.search.impl.GroupedResultImpl
-
Map of attributes to their values, used to create this grouped result
- getGuid() - Method in class net.sf.ehcache.Cache
-
The GUID for this cache instance can be used to determine whether two cache instance references
are pointing to the same cache.
- getGuid() - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
The GUID for this cache instance can be used to determine whether two cache instance references
are pointing to the same cache.
- getGuid() - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
The GUID for this cache instance can be used to determine whether two cache instance references
are pointing to the same cache.
- getGuid() - Method in interface net.sf.ehcache.distribution.CachePeer
-
Gets the globally unique id for the underlying Cache
instance.
- getGuid() - Method in class net.sf.ehcache.distribution.RMICachePeer
-
Gets the globally unique id for the underlying Cache
instance.
- getGuid() - Method in interface net.sf.ehcache.Ehcache
-
The GUID for this cache instance can be used to determine whether two cache instance references
are pointing to the same cache.
- getHasWriteBehindWriter() - Method in interface net.sf.ehcache.management.sampled.CacheManagerSampler
-
Returns whether any caches are configured for write-behind
- getHasWriteBehindWriter() - Method in class net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
-
Returns whether any caches are configured for write-behind
- getHasWriteBehindWriter() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Is there a registered Write-behind CacheWriter.
- getHasWriteBehindWriter() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Is there a registered Write-behind CacheWriter.
- getHasWriteBehindWriter() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Is there a registered Write-behind CacheWriter.
- getHasWriteBehindWriter() - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
-
Returns whether any caches are configured for write-behind
- getHeartBeatInterval() - Static method in class net.sf.ehcache.distribution.MulticastKeepaliveHeartbeatSender
-
Returns the heartbeat interval.
- getHeartBeatReceiver() - Method in class net.sf.ehcache.distribution.MulticastRMICacheManagerPeerProvider
-
- getHeartBeatSender() - Method in class net.sf.ehcache.distribution.MulticastRMICacheManagerPeerProvider
-
- getHeartBeatStaleTime() - Static method in class net.sf.ehcache.distribution.MulticastKeepaliveHeartbeatSender
-
Returns the time after which a heartbeat is considered stale.
- getHistorySampleSize() - Method in interface net.sf.ehcache.statistics.extended.ExtendedStatistics.Operation
-
Gets the history sample size.
- getHistorySampleTime(TimeUnit) - Method in interface net.sf.ehcache.statistics.extended.ExtendedStatistics.Operation
-
Gets the history sample time.
- getHistorySize() - Method in class net.sf.ehcache.util.counter.sampled.SampledCounterConfig
-
Returns the history size
- getHitCount() - Method in class net.sf.ehcache.Element
-
Gets the hit count on this element.
- getHitCount() - Method in class net.sf.ehcache.hibernate.management.impl.CacheRegionStats
-
- getHitRatio() - Method in class net.sf.ehcache.hibernate.management.impl.CacheRegionStats
-
- getHost() - Method in class net.sf.ehcache.config.ManagementRESTServiceConfiguration
-
Get the host part of the host:port pair to which the REST server should be bound.
- getHostname() - Method in interface net.sf.ehcache.cluster.ClusterNode
-
Get the host name of the node
- getHostname() - Method in class net.sf.ehcache.terracotta.DisconnectedClusterNode
-
Get the host name of the node
- getId() - Method in interface net.sf.ehcache.cluster.ClusterNode
-
Get a unique (per cluster) identifier for this node.
- getId(Element) - Static method in class net.sf.ehcache.ElementIdHelper
-
Get the element id
- getId() - Method in class net.sf.ehcache.terracotta.DisconnectedClusterNode
-
Get a unique (per cluster) identifier for this node.
- getId() - Method in class net.sf.ehcache.transaction.TransactionIDSerializedForm
-
Get the original TransactionID's internal ID
- getIndexFile() - Method in class net.sf.ehcache.store.disk.DiskStorageFactory
-
Return the index file for this store.
- getIndexFile() - Method in class net.sf.ehcache.store.disk.DiskStore
-
Return a reference to the index file for this store.
- getInitialCapacityForLoadFactor(int, float) - Static method in class net.sf.ehcache.store.MemoryStore
-
Calculates the initialCapacity for a desired maximumSize goal and loadFactor.
- getInitializingCacheManager(String) - Static method in class net.sf.ehcache.CacheInitializationHelper
-
- getInitialValue() - Method in class net.sf.ehcache.util.counter.CounterConfig
-
Gets the initial value
- getInMemoryEvictionPolicy() - Method in class net.sf.ehcache.store.CacheStore
-
- getInMemoryEvictionPolicy() - Method in class net.sf.ehcache.store.disk.DiskStore
- getInMemoryEvictionPolicy() - Method in class net.sf.ehcache.store.ElementIdAssigningStore
- getInMemoryEvictionPolicy() - Method in class net.sf.ehcache.store.LegacyStoreWrapper
- getInMemoryEvictionPolicy() - Method in class net.sf.ehcache.store.LruMemoryStore
- getInMemoryEvictionPolicy() - Method in class net.sf.ehcache.store.MemoryStore
- getInMemoryEvictionPolicy() - Method in interface net.sf.ehcache.store.Store
-
- getInMemoryEvictionPolicy() - Method in class net.sf.ehcache.transaction.AbstractTransactionStore
- getInMemoryHitCount() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Number of times a requested item was found in the Memory Store.
- getInMemoryHitCount() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Number of times a requested item was found in the Memory Store.
- getInMemoryHitCount() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Number of times a requested item was found in the Memory Store.
- getInMemoryHitPercentage() - Method in class net.sf.ehcache.management.CacheStatistics
-
Returns the percentage of cache accesses that found a requested item cached in-memory.
- getInMemoryHitPercentage() - Method in interface net.sf.ehcache.management.CacheStatisticsMBean
-
Returns the percentage of cache accesses that found a requested item cached in-memory.
- getInMemoryHits() - Method in class net.sf.ehcache.management.CacheStatistics
-
Number of times a requested item was found in the Memory Store.
- getInMemoryHits() - Method in interface net.sf.ehcache.management.CacheStatisticsMBean
-
Number of times a requested item was found in the Memory Store.
- getInMemoryMissCount() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Number of times a requested item was not found in the Memory Store.
- getInMemoryMissCount() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Number of times a requested item was not found in the Memory Store.
- getInMemoryMissCount() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Number of times a requested item was not found in the Memory Store.
- getInMemoryMisses() - Method in class net.sf.ehcache.management.CacheStatistics
- getInMemoryMisses() - Method in interface net.sf.ehcache.management.CacheStatisticsMBean
-
- getInMemorySize() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Number of elements in the MemoryStore.
- getInMemorySize() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
- getInMemorySize() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getInMemorySize() - Method in class net.sf.ehcache.store.CacheStore
-
- getInMemorySize() - Method in interface net.sf.ehcache.store.CachingTier
-
Deprecated.
- getInMemorySize() - Method in class net.sf.ehcache.store.cachingtier.OnHeapCachingTier
-
- getInMemorySize() - Method in class net.sf.ehcache.store.disk.DiskStore
-
Returns the current local in-memory store size
- getInMemorySize() - Method in class net.sf.ehcache.store.ElementIdAssigningStore
-
Returns the current local in-memory store size
- getInMemorySize() - Method in class net.sf.ehcache.store.LegacyStoreWrapper
-
Returns the current local in-memory store size
- getInMemorySize() - Method in class net.sf.ehcache.store.LruMemoryStore
-
Returns the current local in-memory store size
- getInMemorySize() - Method in class net.sf.ehcache.store.MemoryStore
-
Returns the current local in-memory store size
- getInMemorySize() - Method in interface net.sf.ehcache.store.Store
-
Returns the current local in-memory store size
- getInMemorySize() - Method in class net.sf.ehcache.transaction.AbstractTransactionStore
-
Returns the current local in-memory store size
- getInMemorySizeInBytes() - Method in class net.sf.ehcache.store.CacheStore
-
- getInMemorySizeInBytes() - Method in interface net.sf.ehcache.store.CachingTier
-
Deprecated.
- getInMemorySizeInBytes() - Method in class net.sf.ehcache.store.cachingtier.OnHeapCachingTier
-
- getInMemorySizeInBytes() - Method in class net.sf.ehcache.store.disk.DiskStore
-
Gets the size of the in-memory portion of the store, in bytes.
- getInMemorySizeInBytes() - Method in class net.sf.ehcache.store.ElementIdAssigningStore
-
Gets the size of the in-memory portion of the store, in bytes.
- getInMemorySizeInBytes() - Method in class net.sf.ehcache.store.LegacyStoreWrapper
-
Gets the size of the in-memory portion of the store, in bytes.
- getInMemorySizeInBytes() - Method in class net.sf.ehcache.store.LruMemoryStore
-
Gets the size of the in-memory portion of the store, in bytes.
- getInMemorySizeInBytes() - Method in class net.sf.ehcache.store.MemoryStore
-
Gets the size of the in-memory portion of the store, in bytes.
- getInMemorySizeInBytes() - Method in interface net.sf.ehcache.store.Store
-
Gets the size of the in-memory portion of the store, in bytes.
- getInMemorySizeInBytes() - Method in class net.sf.ehcache.transaction.AbstractTransactionStore
-
Gets the size of the in-memory portion of the store, in bytes.
- getInnerContent() - Method in class net.sf.ehcache.config.generator.model.AbstractNodeElement
-
The inner content of this element as string.
- getInnerContent() - Method in interface net.sf.ehcache.config.generator.model.NodeElement
-
The inner content of this element as string.
- getInsertCount() - Method in class net.sf.ehcache.hibernate.management.impl.EntityStats
-
getInsertCount
- getInstance() - Static method in class net.sf.ehcache.CacheManager
-
A factory method to create a singleton CacheManager with default config, or return it if it exists.
- getInstance() - Static method in class net.sf.ehcache.EhcacheDefaultClassLoader
-
- getInstance() - Static method in class net.sf.ehcache.hibernate.nonstop.HibernateNonstopCacheExceptionHandler
-
Returns the singleton instance
- getInstance() - Static method in class net.sf.ehcache.writer.writebehind.CastingOperationConverter
-
Singleton retriever static method
- getInternalContext() - Method in class net.sf.ehcache.Cache
-
This should not be used
- getInternalContext() - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
This should not be used
- getInternalContext() - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
This should not be used
- getInternalContext() - Method in interface net.sf.ehcache.Ehcache
-
This should not be used
- getInternalContext() - Method in class net.sf.ehcache.store.CacheStore
-
Deprecated.
- getInternalContext() - Method in class net.sf.ehcache.store.disk.DiskStore
-
This should not be used, and will generally return null
- getInternalContext() - Method in class net.sf.ehcache.store.ElementIdAssigningStore
-
This should not be used, and will generally return null
- getInternalContext() - Method in class net.sf.ehcache.store.LegacyStoreWrapper
-
This should not be used, and will generally return null
- getInternalContext() - Method in class net.sf.ehcache.store.LruMemoryStore
-
This should not be used, and will generally return null
- getInternalContext() - Method in class net.sf.ehcache.store.MemoryStore
-
This should not be used, and will generally return null
- getInternalContext() - Method in interface net.sf.ehcache.store.Store
-
This should not be used, and will generally return null
- getInternalContext() - Method in class net.sf.ehcache.transaction.AbstractTransactionStore
-
This should not be used, and will generally return null
- getIntervalMillis() - Method in class net.sf.ehcache.util.counter.sampled.SampledCounterImpl
-
Returns the sampling thread interval in millis
- getIntervalSecs() - Method in class net.sf.ehcache.util.counter.sampled.SampledCounterConfig
-
Returns the interval time (seconds)
- getIp() - Method in interface net.sf.ehcache.cluster.ClusterNode
-
Get the IP address of the node
- getIp() - Method in class net.sf.ehcache.terracotta.DisconnectedClusterNode
-
Get the IP address of the node
- getJavaPointerSize() - Method in enum net.sf.ehcache.pool.sizeof.JvmInformation
-
Size of a java pointer in bytes on this runtime (that differs when compressedOops are being used)
- getJndiName() - Method in class net.sf.ehcache.transaction.manager.selector.JndiSelector
-
Get the configured JNDI name to look up
- getJvmDescription() - Method in enum net.sf.ehcache.pool.sizeof.JvmInformation
-
A human-readable description of the JVM and its relevant enabled options.Os
- getKey() - Method in class net.sf.ehcache.CacheEntry
-
Retrieves the key of this cache entry.
- getKey() - Method in class net.sf.ehcache.Element
-
- getKey() - Method in class net.sf.ehcache.search.impl.BaseResult
-
Return the key for this cache entry.
- getKey() - Method in interface net.sf.ehcache.search.Result
-
Return the key for this cache entry.
- getKey() - Method in class net.sf.ehcache.transaction.ReadCommittedSoftLockImpl
-
Get the key of the element this soft lock is guarding
- getKey() - Method in interface net.sf.ehcache.transaction.SoftLock
-
Get the key of the element this soft lock is guarding
- getKey() - Method in class net.sf.ehcache.transaction.SoftLockID
-
Get the key of the element this soft lock is guarding
- getKey() - Method in class net.sf.ehcache.writer.writebehind.operations.DeleteOperation
-
Retrieves the element key for this operation.
- getKey() - Method in interface net.sf.ehcache.writer.writebehind.operations.KeyBasedOperation
-
Retrieves the element key for this operation.
- getKey() - Method in class net.sf.ehcache.writer.writebehind.operations.WriteOperation
-
Retrieves the element key for this operation.
- getKeys() - Method in class net.sf.ehcache.Cache
-
Returns a list of all element keys in the cache, whether or not they are expired.
- getKeys() - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Returns a list of all elements in the cache, whether or not they are expired.
- getKeys() - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Returns a list of all elements in the cache, whether or not they are expired.
- getKeys() - Method in interface net.sf.ehcache.distribution.CachePeer
-
Returns a list of all elements in the cache, whether or not they are expired.
- getKeys() - Method in class net.sf.ehcache.distribution.RMICachePeer
-
Returns a list of all elements in the cache, whether or not they are expired.
- getKeys() - Method in class net.sf.ehcache.distribution.TransactionalRMICachePeer
-
- getKeys() - Method in interface net.sf.ehcache.Ehcache
-
Returns a list of all elements in the cache, whether or not they are expired.
- getKeys() - Method in class net.sf.ehcache.store.CacheStore
-
- getKeys() - Method in class net.sf.ehcache.store.disk.DiskStore
-
Gets an Array of the keys for all elements in the disk store.
- getKeys() - Method in class net.sf.ehcache.store.ElementIdAssigningStore
-
Gets an Array of the keys for all elements in the disk store.
- getKeys() - Method in class net.sf.ehcache.store.LegacyStoreWrapper
-
Gets an Array of the keys for all elements in the disk store.
- getKeys() - Method in class net.sf.ehcache.store.LruMemoryStore
-
Gets an Array of the keys for all elements in the memory cache.
- getKeys() - Method in class net.sf.ehcache.store.MemoryStore
-
Gets an Array of the keys for all elements in the memory cache.
- getKeys() - Method in interface net.sf.ehcache.store.Store
-
Gets an Array of the keys for all elements in the disk store.
- getKeys() - Method in class net.sf.ehcache.transaction.local.JtaLocalTransactionStore
-
Gets an Array of the keys for all elements in the disk store.
- getKeys() - Method in class net.sf.ehcache.transaction.local.LocalTransactionStore
-
Gets an Array of the keys for all elements in the disk store.
- getKeys() - Method in class net.sf.ehcache.transaction.xa.XATransactionStore
-
Gets an Array of the keys for all elements in the disk store.
- getKeysInvisibleInContext(LocalTransactionContext, Store) - Method in class net.sf.ehcache.transaction.AbstractSoftLockManager
-
Get a Set of keys protected by soft locks which must not be visible to a transaction context
according to the isolation level.
- getKeysInvisibleInContext(LocalTransactionContext, Store) - Method in interface net.sf.ehcache.transaction.SoftLockManager
-
Get a Set of keys protected by soft locks which must not be visible to a transaction context
according to the isolation level.
- getKeysNoDuplicateCheck() - Method in class net.sf.ehcache.Cache
-
Returns a list of all elements in the cache, whether or not they are expired.
- getKeysNoDuplicateCheck() - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Returns a list of all elements in the cache, whether or not they are expired.
- getKeysNoDuplicateCheck() - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Returns a list of all elements in the cache, whether or not they are expired.
- getKeysNoDuplicateCheck() - Method in interface net.sf.ehcache.Ehcache
-
- getKeysWithExpiryCheck() - Method in class net.sf.ehcache.Cache
-
Returns a list of all element keys in the cache.
- getKeysWithExpiryCheck() - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Returns a list of all elements in the cache.
- getKeysWithExpiryCheck() - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Returns a list of all elements in the cache.
- getKeysWithExpiryCheck() - Method in interface net.sf.ehcache.Ehcache
-
Returns a list of all elements in the cache.
- getLastAccessTime() - Method in class net.sf.ehcache.Element
-
Gets the last access time of this element.
- getLastUpdateTime() - Method in class net.sf.ehcache.Element
-
If there is an Element in the Cache and it is replaced with a new Element for the same key,
then both the version number and lastUpdateTime should be updated to reflect that.
- getLatestOfCreationAndUpdateTime() - Method in class net.sf.ehcache.Element
-
Calculates the latest of creation and update time
- getLeft() - Method in class net.sf.ehcache.store.disk.ods.AATreeSet.AbstractTreeNode
-
Get this node's left child.
- getLeft() - Method in interface net.sf.ehcache.store.disk.ods.AATreeSet.Node
-
Get this node's left child.
- getLevel() - Method in class net.sf.ehcache.store.disk.ods.AATreeSet.AbstractTreeNode
-
Get this node's level.
- getLevel() - Method in interface net.sf.ehcache.store.disk.ods.AATreeSet.Node
-
Get this node's level.
- getListenFor() - Method in class net.sf.ehcache.config.CacheConfiguration.CacheEventListenerFactoryConfiguration
-
Get the value mode in terms of the mode enum
- getLoadCount() - Method in class net.sf.ehcache.hibernate.management.impl.CollectionStats
-
getLoadCount
- getLoadCount() - Method in class net.sf.ehcache.hibernate.management.impl.EntityStats
-
getLoadCount
- getLocalDiskSize() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Number of entries in the DiskStore.
- getLocalDiskSize() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Number of entries in the DiskStore.
- getLocalDiskSize() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Number of entries in the DiskStore.
- getLocalDiskSize() - Method in interface net.sf.ehcache.statistics.FlatStatistics
-
Gets the local disk size.
- getLocalDiskSize() - Method in class net.sf.ehcache.statistics.StatisticsGateway
-
- getLocalDiskSizeInBytes() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Number of of bytes used by entries in the DiskStore.
- getLocalDiskSizeInBytes() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Number of of bytes used by entries in the DiskStore.
- getLocalDiskSizeInBytes() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Number of of bytes used by entries in the DiskStore.
- getLocalDiskSizeInBytes() - Method in interface net.sf.ehcache.statistics.FlatStatistics
-
Gets the local disk size in bytes.
- getLocalDiskSizeInBytes() - Method in class net.sf.ehcache.statistics.StatisticsGateway
-
- getLocalDiskSizeInBytesSample() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
- getLocalDiskSizeInBytesSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getLocalDiskSizeInBytesSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getLocalDiskSizeSample() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
- getLocalDiskSizeSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getLocalDiskSizeSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getLocalHeapSize() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Number of entries in the MemoryStore.
- getLocalHeapSize() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Number of entries in the MemoryStore.
- getLocalHeapSize() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Number of entries in the MemoryStore.
- getLocalHeapSize() - Method in interface net.sf.ehcache.statistics.FlatStatistics
-
Gets the local heap size.
- getLocalHeapSize() - Method in class net.sf.ehcache.statistics.StatisticsGateway
-
- getLocalHeapSizeInBytes() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Number of of bytes used by entries in the MemoryStore.
- getLocalHeapSizeInBytes() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Number of of bytes used by entries in the MemoryStore.
- getLocalHeapSizeInBytes() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Number of of bytes used by entries in the MemoryStore.
- getLocalHeapSizeInBytes() - Method in interface net.sf.ehcache.statistics.FlatStatistics
-
Gets the local heap size in bytes.
- getLocalHeapSizeInBytes() - Method in class net.sf.ehcache.statistics.StatisticsGateway
-
- getLocalHeapSizeInBytesSample() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
- getLocalHeapSizeInBytesSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getLocalHeapSizeInBytesSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getLocalHeapSizeSample() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
- getLocalHeapSizeSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getLocalHeapSizeSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getLocalKeyCache() - Method in class net.sf.ehcache.config.TerracottaConfiguration
-
Check whether the local key cache is enabled
- getLocalKeyCacheSize() - Method in class net.sf.ehcache.config.TerracottaConfiguration
-
Get the size limit of the local key cache (if enabled)
- getLocalKeys() - Method in interface net.sf.ehcache.store.TerracottaStore
-
Returns set of keys from the cache which are present in the node locally.
- getLocalKeys() - Method in class net.sf.ehcache.store.TerracottaTransactionalCopyingCacheStore
-
- getLocalKeys() - Method in class net.sf.ehcache.transaction.AbstractTransactionStore
-
Returns set of keys from the cache which are present in the node locally.
- getLocalOffHeapSize() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Number of entries in the off-heap store.
- getLocalOffHeapSize() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Number of entries in the off-heap store.
- getLocalOffHeapSize() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Number of entries in the off-heap store.
- getLocalOffHeapSize() - Method in interface net.sf.ehcache.statistics.FlatStatistics
-
Gets the local off heap size.
- getLocalOffHeapSize() - Method in class net.sf.ehcache.statistics.StatisticsGateway
-
- getLocalOffHeapSizeInBytes() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Number of of bytes used by entries in the off-heap store.
- getLocalOffHeapSizeInBytes() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Number of of bytes used by entries in the off-heap store.
- getLocalOffHeapSizeInBytes() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Number of of bytes used by entries in the off-heap store.
- getLocalOffHeapSizeInBytes() - Method in interface net.sf.ehcache.statistics.FlatStatistics
-
Gets the local off heap size in bytes.
- getLocalOffHeapSizeInBytes() - Method in class net.sf.ehcache.statistics.StatisticsGateway
-
- getLocalOffHeapSizeInBytesSample() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
- getLocalOffHeapSizeInBytesSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getLocalOffHeapSizeInBytesSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getLocalOffHeapSizeSample() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
- getLocalOffHeapSizeSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getLocalOffHeapSizeSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getLockForKey(Object) - Method in class net.sf.ehcache.Cache
-
Gets the lock for a given key
- getLockForKey(Object) - Method in interface net.sf.ehcache.concurrent.StripedReadWriteLock
-
Returns a ReadWriteLock for a particular key
- getLockForKey(Object) - Method in class net.sf.ehcache.concurrent.StripedReadWriteLockSync
-
Gets the RWL Stripe to use for a given key.
- getLockForKey(Object) - Method in class net.sf.ehcache.constructs.blocking.BlockingCache
-
Gets the Sync to use for a given key.
- getLogging() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Only used when cache is clustered with Terracotta
- getLongBeanProperty(Object, String) - Static method in class net.sf.ehcache.hibernate.management.impl.BeanUtils
-
Retrieve a Long bean property value.
- getManagementRESTService() - Method in class net.sf.ehcache.config.Configuration
-
Gets the ManagementRESTServiceConfiguration
- getMappedValue() - Method in class net.sf.ehcache.util.concurrent.ConcurrentHashMap.KeySetView
-
Returns the default mapped value for additions,
or null
if additions are not supported.
- getMax() - Method in class net.sf.ehcache.search.expression.Between
-
Get the maximum value
- getMaxBytesLocalDisk() - Method in class net.sf.ehcache.config.CacheConfiguration
-
The maximum amount of bytes the cache should occupy on disk
- getMaxBytesLocalDisk() - Method in class net.sf.ehcache.config.Configuration
-
Maximum amount of bytes the CacheManager will use on the Disk Tier.
- getMaxBytesLocalDisk() - Method in class net.sf.ehcache.management.CacheConfiguration
-
Maximum number of bytes that may be stored in the local disk store.
- getMaxBytesLocalDisk() - Method in interface net.sf.ehcache.management.CacheConfigurationMBean
-
Configured maximum number of bytes for the local disk store.
- getMaxBytesLocalDisk() - Method in interface net.sf.ehcache.management.sampled.CacheManagerSampler
-
Maximum number of bytes of entries in the disk stores of all caches that
did not declare their own max size.
- getMaxBytesLocalDisk() - Method in class net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
-
Maximum number of bytes of entries in the disk stores of all caches that
did not declare their own max size.
- getMaxBytesLocalDisk() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Configuration property accessor.
- getMaxBytesLocalDisk() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Configuration property accessor.
- getMaxBytesLocalDisk() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Configuration property accessor.
- getMaxBytesLocalDisk() - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
-
Maximum number of bytes of entries in the disk stores of all caches that
did not declare their own max size.
- getMaxBytesLocalDiskAsString() - Method in class net.sf.ehcache.config.CacheConfiguration
-
The string form of the maximum amount of bytes the cache should occupy on disk
- getMaxBytesLocalDiskAsString() - Method in class net.sf.ehcache.config.Configuration
-
- getMaxBytesLocalDiskAsString() - Method in interface net.sf.ehcache.management.sampled.CacheManagerSampler
-
- getMaxBytesLocalDiskAsString() - Method in class net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
- getMaxBytesLocalDiskAsString() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Configuration property accessor.
- getMaxBytesLocalDiskAsString() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Configuration property accessor.
- getMaxBytesLocalDiskAsString() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Configuration property accessor.
- getMaxBytesLocalDiskAsString() - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
- getMaxBytesLocalDiskPercentage() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Getter for maximum bytes on disk expressed as a percentage
- getMaxBytesLocalHeap() - Method in class net.sf.ehcache.config.CacheConfiguration
-
The maximum amount of bytes the cache should occupy on heap
- getMaxBytesLocalHeap() - Method in class net.sf.ehcache.config.Configuration
-
Maximum amount of bytes the CacheManager will use on the heap
- getMaxBytesLocalHeap() - Method in class net.sf.ehcache.management.CacheConfiguration
-
Maximum number of bytes that may be stored in local heap memory store.
- getMaxBytesLocalHeap() - Method in interface net.sf.ehcache.management.CacheConfigurationMBean
-
Configured maximum number of bytes for the local memory heap.
- getMaxBytesLocalHeap() - Method in interface net.sf.ehcache.management.sampled.CacheManagerSampler
-
Maximum number of bytes of entries in the heap memory stores of all caches that
did not declare their own max size.
- getMaxBytesLocalHeap() - Method in class net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
-
Maximum number of bytes of entries in the heap memory stores of all caches that
did not declare their own max size.
- getMaxBytesLocalHeap() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Configuration property accessor.
- getMaxBytesLocalHeap() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Configuration property accessor.
- getMaxBytesLocalHeap() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Configuration property accessor.
- getMaxBytesLocalHeap() - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
-
Maximum number of bytes of entries in the heap memory stores of all caches that
did not declare their own max size.
- getMaxBytesLocalHeapAsString() - Method in class net.sf.ehcache.config.CacheConfiguration
-
The string form of the maximum amount of bytes the cache should occupy on heap
- getMaxBytesLocalHeapAsString() - Method in class net.sf.ehcache.config.Configuration
-
- getMaxBytesLocalHeapAsString() - Method in interface net.sf.ehcache.management.sampled.CacheManagerSampler
-
- getMaxBytesLocalHeapAsString() - Method in class net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
- getMaxBytesLocalHeapAsString() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Configuration property accessor.
- getMaxBytesLocalHeapAsString() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Configuration property accessor.
- getMaxBytesLocalHeapAsString() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Configuration property accessor.
- getMaxBytesLocalHeapAsString() - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
- getMaxBytesLocalHeapPercentage() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Getter for maximum bytes on heap expressed as a percentage
- getMaxBytesLocalOffHeap() - Method in class net.sf.ehcache.config.CacheConfiguration
-
The maximum amount of bytes the cache should occupy off heap
- getMaxBytesLocalOffHeap() - Method in class net.sf.ehcache.config.Configuration
-
Maximum amount of bytes the CacheManager will use on the OffHeap Tier.
- getMaxBytesLocalOffHeap() - Method in class net.sf.ehcache.management.CacheConfiguration
-
Maximum number of bytes that may be stored in local off-heap memory store.
- getMaxBytesLocalOffHeap() - Method in interface net.sf.ehcache.management.CacheConfigurationMBean
-
Configured maximum number of bytes for the local off-heap memory.
- getMaxBytesLocalOffHeap() - Method in interface net.sf.ehcache.management.sampled.CacheManagerSampler
-
Maximum number of bytes of entries in the off-heap stores of all caches that
did not declare their own max size.
- getMaxBytesLocalOffHeap() - Method in class net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
-
Maximum number of bytes of entries in the off-heap stores of all caches that
did not declare their own max size.
- getMaxBytesLocalOffHeap() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Configuration property accessor.
- getMaxBytesLocalOffHeap() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Configuration property accessor.
- getMaxBytesLocalOffHeap() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Configuration property accessor.
- getMaxBytesLocalOffHeap() - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
-
Maximum number of bytes of entries in the off-heap stores of all caches that
did not declare their own max size.
- getMaxBytesLocalOffHeapAsString() - Method in class net.sf.ehcache.config.CacheConfiguration
-
The string form of the maximum amount of bytes the cache should occupy off heap
- getMaxBytesLocalOffHeapAsString() - Method in class net.sf.ehcache.config.Configuration
-
- getMaxBytesLocalOffHeapAsString() - Method in interface net.sf.ehcache.management.sampled.CacheManagerSampler
-
- getMaxBytesLocalOffHeapAsString() - Method in class net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
- getMaxBytesLocalOffHeapAsString() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Configuration property accessor.
- getMaxBytesLocalOffHeapAsString() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Configuration property accessor.
- getMaxBytesLocalOffHeapAsString() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Configuration property accessor.
- getMaxBytesLocalOffHeapAsString() - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
- getMaxBytesLocalOffHeapPercentage() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Getter for maximum bytes off heap expressed as a percentage
- getMaxDepth() - Method in class net.sf.ehcache.config.SizeOfPolicyConfiguration
-
Gets the maximum depth the SizeOf engine can normally traverse
- getMaxDepthExceededBehavior() - Method in class net.sf.ehcache.config.SizeOfPolicyConfiguration
-
Gets the behavior of the SizeOf engine when the max depth is reached
- getMaxElementsInMemory() - Method in class net.sf.ehcache.config.CacheConfiguration
-
- getMaxElementsInMemory() - Method in class net.sf.ehcache.management.CacheConfiguration
-
- getMaxElementsInMemory() - Method in interface net.sf.ehcache.management.CacheConfigurationMBean
-
- getMaxElementsInMemory() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Configuration property accessor
- getMaxElementsInMemory() - Method in interface net.sf.ehcache.management.sampled.SampledCacheMBean
-
- getMaxElementsOnDisk() - Method in class net.sf.ehcache.config.CacheConfiguration
-
- getMaxElementsOnDisk() - Method in class net.sf.ehcache.management.CacheConfiguration
-
- getMaxElementsOnDisk() - Method in interface net.sf.ehcache.management.CacheConfigurationMBean
-
- getMaxElementsOnDisk() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Configuration property accessor.
- getMaxElementsOnDisk() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Configuration property accessor.
- getMaxElementsOnDisk() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Configuration property accessor.
- getMaxEntriesInCache() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Accessor
- getMaxEntriesInCache() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Configuration property accessor.
- getMaxEntriesInCache() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Configuration property accessor.
- getMaxEntriesInCache() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Configuration property accessor.
- getMaxEntriesLocalDisk() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Configured maximum number of entries for the local disk store.
- getMaxEntriesLocalDisk() - Method in class net.sf.ehcache.management.CacheConfiguration
-
Maximum number of entries that may be stored in the local disk store.
- getMaxEntriesLocalDisk() - Method in interface net.sf.ehcache.management.CacheConfigurationMBean
-
Configured maximum number of entries for the local disk store.
- getMaxEntriesLocalDisk() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Configuration property accessor.
- getMaxEntriesLocalDisk() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Configuration property accessor.
- getMaxEntriesLocalDisk() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Configuration property accessor.
- getMaxEntriesLocalHeap() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Configured maximum number of entries for the local memory heap.
- getMaxEntriesLocalHeap() - Method in class net.sf.ehcache.management.CacheConfiguration
-
Maximum number of entries that may be stored in local heap memory store.
- getMaxEntriesLocalHeap() - Method in interface net.sf.ehcache.management.CacheConfigurationMBean
-
Configured maximum number of entries for the local memory heap.
- getMaxEntriesLocalHeap() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Configuration property accessor.
- getMaxEntriesLocalHeap() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Configuration property accessor.
- getMaxEntriesLocalHeap() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Configuration property accessor.
- getMaxEntriesLocalHeap() - Method in class net.sf.ehcache.store.cachingtier.CountBasedBackEnd
-
Reads the current capacity limit
- getMaxGetTimeMillis() - Method in interface net.sf.ehcache.hibernate.management.api.EhcacheStats
-
Return maximum time taken in milliseconds for a get operation
- getMaxGetTimeMillis(String) - Method in interface net.sf.ehcache.hibernate.management.api.EhcacheStats
-
Return maximum time taken in milliseconds for a get operation for the input cache name
- getMaxGetTimeMillis() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Return maximum time taken in milliseconds for a get operation
- getMaxGetTimeMillis(String) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Return maximum time taken in milliseconds for a get operation for the input cache name
- getMaxGetTimeMillis() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheStatsImpl
-
Return maximum time taken in milliseconds for a get operation
- getMaxGetTimeMillis(String) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheStatsImpl
-
Return maximum time taken in milliseconds for a get operation for the input cache name
- getMaxGetTimeNanos() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Return maximum time taken for a get operation in the cache in nanoseconds.
- getMaxGetTimeNanos() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Return maximum time taken for a get operation in the cache in nanoseconds.
- getMaxGetTimeNanos() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Return maximum time taken for a get operation in the cache in nanoseconds.
- getMaximumChunkSizeBytes() - Method in class net.sf.ehcache.distribution.RMIBootstrapCacheLoader
-
Gets the maximum chunk size
- getMaximumRefreshBacklogItems() - Method in class net.sf.ehcache.constructs.refreshahead.RefreshAheadCacheConfiguration
-
Get the maximum number of backlog items allowed.
- getMaxMemoryOffHeap() - Method in class net.sf.ehcache.config.CacheConfiguration
-
- getMaxMemoryOffHeapInBytes() - Method in class net.sf.ehcache.config.CacheConfiguration
-
- getMaxMemoryOffHeapInBytes() - Method in class net.sf.ehcache.management.CacheConfiguration
-
- getMaxMemoryOffHeapInBytes() - Method in interface net.sf.ehcache.management.CacheConfigurationMBean
-
- getMaxSize() - Method in class net.sf.ehcache.pool.impl.AbstractPool
-
Return the maximum size of the pool.
- getMaxSize() - Method in class net.sf.ehcache.pool.impl.UnboundedPool
-
Return the maximum size of the pool.
- getMaxSize() - Method in interface net.sf.ehcache.pool.Pool
-
Return the maximum size of the pool.
- getMaxValue() - Method in class net.sf.ehcache.util.counter.sampled.SampledRateCounterImpl
-
- getMaxWriteDelay() - Method in class net.sf.ehcache.config.CacheWriterConfiguration
-
Get the maximum number of seconds to wait before writing behind
- getMBean() - Method in class net.sf.ehcache.store.CacheStore
-
- getMBean() - Method in class net.sf.ehcache.store.disk.DiskStore
-
Optional implementation specific MBean exposed by the store.
- getMBean() - Method in class net.sf.ehcache.store.ElementIdAssigningStore
-
Optional implementation specific MBean exposed by the store.
- getMBean() - Method in class net.sf.ehcache.store.LegacyStoreWrapper
-
Optional implementation specific MBean exposed by the store.
- getMBean() - Method in class net.sf.ehcache.store.LruMemoryStore
-
Optional implementation specific MBean exposed by the store.
- getMBean() - Method in class net.sf.ehcache.store.MemoryStore
-
Optional implementation specific MBean exposed by the store.
- getMBean() - Method in interface net.sf.ehcache.store.Store
-
Optional implementation specific MBean exposed by the store.
- getMBean() - Method in class net.sf.ehcache.transaction.AbstractTransactionStore
-
Optional implementation specific MBean exposed by the store.
- getMBeanInfo() - Method in class net.sf.ehcache.management.Store
- getMBeanInfo() - Method in class net.sf.ehcache.statistics.beans.ProxiedDynamicMBean
-
Accessor for mbean info
- getMBeanRegisteredName() - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
-
Gets the name used to register this mbean.
- getMBeanRegisteredName() - Method in interface net.sf.ehcache.management.sampled.SampledCacheManagerMBean
-
Gets the name used to register this mbean.
- getMeasuredSize() - Method in exception net.sf.ehcache.pool.sizeof.MaxDepthExceededException
-
Get the partially measured size
- getMemoryStore() - Method in class net.sf.ehcache.store.LegacyStoreWrapper
-
Returns the underlying memory store for this legacy wrapper.
- getMemoryStoreEvictionPolicy() - Method in class net.sf.ehcache.Cache
-
- getMemoryStoreEvictionPolicy() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Accessor
- getMemoryStoreEvictionPolicy() - Method in class net.sf.ehcache.management.CacheConfiguration
-
Accessor
- getMemoryStoreEvictionPolicy() - Method in interface net.sf.ehcache.management.CacheConfigurationMBean
-
Accessor
- getMemoryStoreEvictionPolicy() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Configuration property accessor.
- getMemoryStoreEvictionPolicy() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Configuration property accessor.
- getMemoryStoreEvictionPolicy() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Configuration property accessor.
- getMemoryStoreObjectCount() - Method in class net.sf.ehcache.management.CacheStatistics
-
Gets the number of objects in the MemoryStore
- getMemoryStoreObjectCount() - Method in interface net.sf.ehcache.management.CacheStatisticsMBean
-
Gets the number of objects in the MemoryStore
- getMemoryStoreSize() - Method in class net.sf.ehcache.Cache
-
Deprecated.
- getMemoryStoreSize() - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Deprecated.
- getMemoryStoreSize() - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Deprecated.
- getMemoryStoreSize() - Method in interface net.sf.ehcache.Ehcache
-
Deprecated.
- getMimeType() - Method in class net.sf.ehcache.MimeTypeByteArray
-
- getMin() - Method in class net.sf.ehcache.search.expression.Between
-
Get the minimum value
- getMinGetTimeMillis() - Method in interface net.sf.ehcache.hibernate.management.api.EhcacheStats
-
Return minimum time taken for a get operation in the cache in milliseconds
- getMinGetTimeMillis(String) - Method in interface net.sf.ehcache.hibernate.management.api.EhcacheStats
-
Return minimum time taken in milliseconds for a get operation for the input cache name
- getMinGetTimeMillis() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Return minimum time taken for a get operation in the cache in milliseconds
- getMinGetTimeMillis(String) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Return minimum time taken in milliseconds for a get operation for the input cache name
- getMinGetTimeMillis() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheStatsImpl
-
Return minimum time taken for a get operation in the cache in milliseconds
- getMinGetTimeMillis(String) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheStatsImpl
-
Return minimum time taken in milliseconds for a get operation for the input cache name
- getMinGetTimeNanos() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Return minimum time taken for a get operation in the cache in nanoseconds.
- getMinGetTimeNanos() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Return minimum time taken for a get operation in the cache in nanoseconds.
- getMinGetTimeNanos() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Return minimum time taken for a get operation in the cache in nanoseconds.
- getMinimumObjectSize() - Method in enum net.sf.ehcache.pool.sizeof.JvmInformation
-
Minimal size an object will occupy on the heap in bytes.
- getMinValue() - Method in class net.sf.ehcache.util.counter.sampled.SampledRateCounterImpl
-
- getMinWriteDelay() - Method in class net.sf.ehcache.config.CacheWriterConfiguration
-
Get the minimum number of seconds to wait before writing behind
- getMissCount() - Method in class net.sf.ehcache.hibernate.management.impl.CacheRegionStats
-
- getMonitoring() - Method in class net.sf.ehcache.config.Configuration
-
Get monitoring type, should not be null
- getMostRecentRejoinTimeStampMillis() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Get the timestamp in nanos of the last rejoin.
- getMostRecentRejoinTimeStampMillis() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getMostRecentRejoinTimeStampMillis() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getMostRecentRejoinTimestampMillisSample() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
- getMostRecentRejoinTimestampMillisSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getMostRecentRejoinTimestampMillisSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getMostRecentRejoinTimeStampMS() - Method in class net.sf.ehcache.CacheClusterStateStatisticsListener
-
Gets the last rejoin time stamp nanos.
- getMostRecentSample() - Method in class net.sf.ehcache.management.sampled.SampledCounterProxy
-
- getMostRecentSample() - Method in interface net.sf.ehcache.util.counter.sampled.SampledCounter
-
Returns the most recent sampled value
- getMostRecentSample() - Method in class net.sf.ehcache.util.counter.sampled.SampledCounterImpl
-
Returns the most recent sampled value
- getMultiRunner() - Method in class net.sf.ehcache.transaction.xa.processor.XAThreadPool
-
Reserve a thread from the pool
- getName() - Method in class net.sf.ehcache.Cache
-
Gets the cache name.
- getName() - Method in class net.sf.ehcache.CacheManager
-
Gets the name of the CacheManager.
- getName() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Accessor
- getName() - Method in class net.sf.ehcache.config.Configuration
-
CacheManager name
- getName() - Method in class net.sf.ehcache.config.generator.model.AbstractNodeElement
-
The name of the element
- getName() - Method in interface net.sf.ehcache.config.generator.model.NodeAttribute
-
Name of the attribute
- getName() - Method in interface net.sf.ehcache.config.generator.model.NodeElement
-
The name of the element
- getName() - Method in class net.sf.ehcache.config.generator.model.SimpleNodeAttribute
-
Name of the attribute
- getName() - Method in class net.sf.ehcache.config.generator.model.SimpleNodeElement
-
The name of the element
- getName() - Method in class net.sf.ehcache.config.SearchAttribute
-
Get the attribute name
- getName() - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Gets the cache name.
- getName() - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Gets the cache name.
- getName() - Method in class net.sf.ehcache.constructs.readthrough.ReadThroughCache
-
- getName() - Method in class net.sf.ehcache.constructs.readthrough.ReadThroughCacheConfiguration
-
Get the name to set for this cache decorator.
- getName() - Method in class net.sf.ehcache.constructs.refreshahead.RefreshAheadCache
-
- getName() - Method in class net.sf.ehcache.constructs.refreshahead.RefreshAheadCacheConfiguration
-
Get the name of this cache decorator
- getName() - Method in interface net.sf.ehcache.distribution.CachePeer
-
Gets the cache name.
- getName() - Method in class net.sf.ehcache.distribution.RMICachePeer
-
Gets the cache name
- getName() - Method in interface net.sf.ehcache.Ehcache
-
Gets the cache name.
- getName() - Method in class net.sf.ehcache.hibernate.management.impl.EntityStats
-
getName
- getName() - Method in class net.sf.ehcache.hibernate.regions.EhcacheDataRegion
- getName() - Method in interface net.sf.ehcache.loader.CacheLoader
-
Gets the name of a CacheLoader
- getName() - Method in class net.sf.ehcache.management.Cache
-
Gets the cache name.
- getName() - Method in class net.sf.ehcache.management.CacheConfiguration
-
Accessor
- getName() - Method in interface net.sf.ehcache.management.CacheConfigurationMBean
-
Accessor
- getName() - Method in class net.sf.ehcache.management.CacheManager
-
Gets the name of the CacheManager
- getName() - Method in interface net.sf.ehcache.management.CacheManagerMBean
-
Gets the name of the cache manager
- getName() - Method in interface net.sf.ehcache.management.CacheMBean
-
Gets the cache name.
- getName() - Method in interface net.sf.ehcache.management.sampled.CacheManagerSampler
-
Gets the actual name of the cache manager.
- getName() - Method in class net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
-
Gets the actual name of the cache manager.
- getName() - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
-
Gets the actual name of the cache manager.
- getName() - Method in class net.sf.ehcache.statistics.beans.AttributeProxy
-
Gets the name.
- getName() - Method in class net.sf.ehcache.store.FifoPolicy
-
- getName() - Method in class net.sf.ehcache.store.LfuPolicy
-
- getName() - Method in class net.sf.ehcache.store.LruPolicy
-
- getName() - Method in interface net.sf.ehcache.store.Policy
-
- getName() - Method in class net.sf.ehcache.util.ProductInfo
-
- getNewElement() - Method in class net.sf.ehcache.transaction.SoftLockID
-
Get the Element with which this soft lock should be replaced by on commit.
- getNewElement() - Method in class net.sf.ehcache.transaction.xa.commands.AbstractStoreCommand
-
Get the new element to put in the underlying store
- getNewKeyLocks() - Method in class net.sf.ehcache.transaction.AbstractSoftLockManager
-
Return the map of all locks that are for new keys.
- getNewKeyLocks() - Method in class net.sf.ehcache.transaction.SoftLockManagerImpl
-
- getNextToLastAccessTime() - Method in class net.sf.ehcache.Element
-
- getNodes() - Method in interface net.sf.ehcache.cluster.CacheCluster
-
Get all the nodes in the cluster
- getNodes() - Method in class net.sf.ehcache.cluster.NoopCacheCluster
-
Get all the nodes in the cluster
- getNodes() - Method in class net.sf.ehcache.terracotta.TerracottaCacheCluster
-
Get all the nodes in the cluster
- getNonstopConfiguration() - Method in class net.sf.ehcache.config.TerracottaConfiguration
-
- getNonStopFailureCount() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getNonStopFailureCount() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Gets the non stop failure count.
- getNonStopFailureCount() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getNonStopFailureMostRecentSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getNonStopFailureMostRecentSample() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Gets the non stop failure most recent sample.
- getNonStopFailureMostRecentSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Gets the non stop failure most recent sample.
- getNonStopFailureRate() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Gets the non stop failure most recent sample.
- getNonStopFailureRate() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getNonStopFailureRate() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Gets the non stop failure most recent sample.
- getNonStopFailureSample() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Gets the nonstop failure sample.
- getNonStopFailureSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getNonStopFailureSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getNonStopRejoinTimeoutCount() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getNonStopRejoinTimeoutCount() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Gets the non stop rejoin timeout count.
- getNonStopRejoinTimeoutCount() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getNonStopRejoinTimeoutMostRecentSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getNonStopRejoinTimeoutMostRecentSample() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Gets the non stop rejoin most recent sample.
- getNonStopRejoinTimeoutMostRecentSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Gets the non stop rejoin most recent sample.
- getNonStopRejoinTimeoutRate() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Gets the non stop rejoin most recent sample.
- getNonStopRejoinTimeoutRate() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getNonStopRejoinTimeoutRate() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Gets the non stop rejoin most recent sample.
- getNonStopRejoinTimeoutSample() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Gets the nonstop rejoin sample.
- getNonStopRejoinTimeoutSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getNonStopRejoinTimeoutSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getNonStopSuccessCount() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getNonStopSuccessCount() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Gets the non stop success count.
- getNonStopSuccessCount() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getNonStopSuccessMostRecentSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getNonStopSuccessMostRecentSample() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Gets the non stop success most recent sample.
- getNonStopSuccessMostRecentSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getNonStopSuccessRate() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Gets the non stop success most recent sample.
- getNonStopSuccessRate() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getNonStopSuccessRate() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Gets the non stop success most recent sample.
- getNonStopSuccessSample() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Gets the nonstop success sample.
- getNonStopSuccessSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getNonStopSuccessSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getNonStopTimeoutCount() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getNonStopTimeoutCount() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Gets the non stop timeout count.
- getNonStopTimeoutCount() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getNonStopTimeoutMostRecentSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getNonStopTimeoutMostRecentSample() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Gets the non stop timeout most recent sample.
- getNonStopTimeoutMostRecentSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Gets the non stop timeout most recent sample.
- getNonStopTimeoutRate() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Gets the non stop timeout most recent sample.
- getNonStopTimeoutRate() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getNonStopTimeoutRate() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Gets the non stop timeout most recent sample.
- getNonstopTimeoutRatio() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getNonstopTimeoutRatio() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Get the ratio of nonstop timeouts+rejoin timeouts to operations
- getNonstopTimeoutRatio() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Get the ratio of nonstop timeouts+rejoin timeouts to operations
- getNonStopTimeoutSample() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Gets the nonstop timeout sample.
- getNonStopTimeoutSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getNonStopTimeoutSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getNotificationInfo() - Method in class net.sf.ehcache.hibernate.management.impl.BaseEmitterBean
-
- getNotificationInfo() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
- getNotificationInfo() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheStatsImpl
-
- getNotificationInfo() - Method in class net.sf.ehcache.hibernate.management.impl.HibernateStatsImpl
-
- getNotificationInfo() - Method in class net.sf.ehcache.hibernate.management.impl.NullHibernateStats
-
- getNotificationInfo() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getNotificationInfo() - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
-
- getNotifyListenersOnException() - Method in class net.sf.ehcache.config.CacheWriterConfiguration
-
Check whether listeners should be notified when an exception occurs on a writer operation
- getNumberOfElementsInMemory(String) - Method in interface net.sf.ehcache.hibernate.management.api.EhcacheStats
-
Returns number of elements in-memory in the cache for the input region
- getNumberOfElementsInMemory(String) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Returns number of elements in-memory in the cache for the input region
- getNumberOfElementsInMemory(String) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheStatsImpl
-
Returns number of elements in-memory in the cache for the input region
- getNumberOfElementsOffHeap(String) - Method in interface net.sf.ehcache.hibernate.management.api.EhcacheStats
-
Returns number of elements off-heap in the cache for the input region
- getNumberOfElementsOffHeap(String) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Returns number of elements off-heap in the cache for the input region
- getNumberOfElementsOffHeap(String) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheStatsImpl
-
Returns number of elements off-heap in the cache for the input region
- getNumberOfElementsOnDisk(String) - Method in interface net.sf.ehcache.hibernate.management.api.EhcacheStats
-
Returns number of elements on-disk in the cache for the input region
- getNumberOfElementsOnDisk(String) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Returns number of elements on-disk in the cache for the input region
- getNumberOfElementsOnDisk(String) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheStatsImpl
-
Returns number of elements on-disk in the cache for the input region
- getNumberOfThreads() - Method in class net.sf.ehcache.constructs.nonstop.util.CountingThreadFactory
-
Returns the number of threads this factory has created and currently alive
- getNumberOfThreads() - Method in class net.sf.ehcache.constructs.refreshahead.RefreshAheadCacheConfiguration
-
Get the number of threads used locally in this instance to process
refresh requests
- getObjectAlignment() - Method in enum net.sf.ehcache.pool.sizeof.JvmInformation
-
Object alignment / padding in bytes
- getObjectCount() - Method in class net.sf.ehcache.management.CacheStatistics
-
- getObjectCount() - Method in interface net.sf.ehcache.management.CacheStatisticsMBean
-
- getObjectHeaderSize() - Method in enum net.sf.ehcache.pool.sizeof.JvmInformation
-
The size of an object header in bytes.
- getObjectKey() - Method in class net.sf.ehcache.Element
-
Gets the key attribute of the Element object.
- getObjectKey() - Method in interface net.sf.ehcache.transaction.xa.commands.Command
-
Get the key of the element this command is working on
- getObjectKey() - Method in class net.sf.ehcache.transaction.xa.commands.StorePutCommand
-
Get the key of the element this command is working on
- getObjectKey() - Method in class net.sf.ehcache.transaction.xa.commands.StoreRemoveCommand
-
Get the key of the element this command is working on
- getObjectName() - Method in class net.sf.ehcache.management.Store
-
- getObjectValue() - Method in class net.sf.ehcache.Element
-
Gets the value attribute of the Element object as an Object.
- getOfferCount() - Method in class net.sf.ehcache.constructs.refreshahead.RefreshAheadCache
-
Gets offer count.
- getOfferedCount() - Method in class net.sf.ehcache.constructs.refreshahead.ThreadedWorkQueue
-
Gets offer counter.
- getOffHeapHitCount() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Number of times a requested item was found in the off-heap store.
- getOffHeapHitCount() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Number of times a requested item was found in the off-heap store.
- getOffHeapHitCount() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Number of times a requested item was found in the off-heap store.
- getOffHeapHitPercentage() - Method in class net.sf.ehcache.management.CacheStatistics
-
Returns the percentage of cache accesses that found a requested item cached off-heap.
- getOffHeapHitPercentage() - Method in interface net.sf.ehcache.management.CacheStatisticsMBean
-
Returns the percentage of cache accesses that found a requested item cached off-heap.
- getOffHeapHits() - Method in class net.sf.ehcache.management.CacheStatistics
-
Number of times a requested item was found in the off-heap store.
- getOffHeapHits() - Method in interface net.sf.ehcache.management.CacheStatisticsMBean
-
Number of times a requested item was found in the off-heap store.
- getOffHeapMissCount() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Number of times a requested item was not found in the off-heap store.
- getOffHeapMissCount() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Number of times a requested item was not found in the off-heap store.
- getOffHeapMissCount() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Number of times a requested item was not found in the off-heap store.
- getOffHeapMisses() - Method in class net.sf.ehcache.management.CacheStatistics
- getOffHeapMisses() - Method in interface net.sf.ehcache.management.CacheStatisticsMBean
-
- getOffHeapSize() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getOffHeapSize() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
- getOffHeapSize() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getOffHeapSize() - Method in class net.sf.ehcache.store.CacheStore
-
- getOffHeapSize() - Method in interface net.sf.ehcache.store.CachingTier
-
Deprecated.
- getOffHeapSize() - Method in class net.sf.ehcache.store.cachingtier.OnHeapCachingTier
-
- getOffHeapSize() - Method in class net.sf.ehcache.store.disk.DiskStore
-
Returns the current local off-heap store size
- getOffHeapSize() - Method in class net.sf.ehcache.store.ElementIdAssigningStore
-
Returns the current local off-heap store size
- getOffHeapSize() - Method in class net.sf.ehcache.store.LegacyStoreWrapper
-
Returns the current local off-heap store size
- getOffHeapSize() - Method in class net.sf.ehcache.store.LruMemoryStore
-
Returns the current local off-heap store size
- getOffHeapSize() - Method in class net.sf.ehcache.store.MemoryStore
-
Returns the current local off-heap store size
- getOffHeapSize() - Method in interface net.sf.ehcache.store.Store
-
Returns the current local off-heap store size
- getOffHeapSize() - Method in class net.sf.ehcache.transaction.AbstractTransactionStore
-
Returns the current local off-heap store size
- getOffHeapSizeInBytes() - Method in class net.sf.ehcache.store.CacheStore
-
- getOffHeapSizeInBytes() - Method in interface net.sf.ehcache.store.CachingTier
-
Deprecated.
- getOffHeapSizeInBytes() - Method in class net.sf.ehcache.store.cachingtier.OnHeapCachingTier
-
- getOffHeapSizeInBytes() - Method in class net.sf.ehcache.store.disk.DiskStore
-
Gets the size of the off-heap portion of the store, in bytes.
- getOffHeapSizeInBytes() - Method in class net.sf.ehcache.store.ElementIdAssigningStore
-
Gets the size of the off-heap portion of the store, in bytes.
- getOffHeapSizeInBytes() - Method in class net.sf.ehcache.store.LegacyStoreWrapper
-
Gets the size of the off-heap portion of the store, in bytes.
- getOffHeapSizeInBytes() - Method in class net.sf.ehcache.store.LruMemoryStore
-
Gets the size of the off-heap portion of the store, in bytes.
- getOffHeapSizeInBytes() - Method in class net.sf.ehcache.store.MemoryStore
-
Gets the size of the off-heap portion of the store, in bytes.
- getOffHeapSizeInBytes() - Method in interface net.sf.ehcache.store.Store
-
Gets the size of the off-heap portion of the store, in bytes.
- getOffHeapSizeInBytes() - Method in class net.sf.ehcache.transaction.AbstractTransactionStore
-
Gets the size of the off-heap portion of the store, in bytes.
- getOffHeapStoreObjectCount() - Method in class net.sf.ehcache.management.CacheStatistics
-
Gets the number of objects in the OffHeapStore
- getOffHeapStoreObjectCount() - Method in interface net.sf.ehcache.management.CacheStatisticsMBean
-
Gets the number of objects in the OffHeapStore
- getOffHeapStoreSize() - Method in class net.sf.ehcache.Cache
-
Deprecated.
- getOffHeapStoreSize() - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Deprecated.
- getOffHeapStoreSize() - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Deprecated.
- getOffHeapStoreSize() - Method in interface net.sf.ehcache.Ehcache
-
Deprecated.
- getOldElement(Object) - Method in class net.sf.ehcache.store.TxCopyingCacheStore
-
Gets an element from the store, choosing the old value in case the element is currently mutated inside a transaction.
- getOldElement(Object) - Method in class net.sf.ehcache.transaction.AbstractTransactionStore
-
Method to get to the
Element
matching the key, oblivious of any in-flight transaction.
- getOldElement(Object) - Method in class net.sf.ehcache.transaction.local.JtaLocalTransactionStore
-
- getOldElement() - Method in class net.sf.ehcache.transaction.SoftLockID
-
Get the Element with which this soft lock should be replaced by on rollback.
- getOldElement() - Method in class net.sf.ehcache.transaction.xa.commands.AbstractStoreCommand
-
Get the element in the underlying store at the time this command is created
- getOnDiskHitCount() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Number of times a requested item was found in the Disk Store.
- getOnDiskHitCount() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Number of times a requested item was found in the Disk Store.
- getOnDiskHitCount() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Number of times a requested item was found in the Disk Store.
- getOnDiskHitPercentage() - Method in class net.sf.ehcache.management.CacheStatistics
-
Returns the percentage of cache accesses that found a requested item cached on disk.
- getOnDiskHitPercentage() - Method in interface net.sf.ehcache.management.CacheStatisticsMBean
-
Returns the percentage of cache accesses that found a requested item cached on disk.
- getOnDiskHits() - Method in class net.sf.ehcache.management.CacheStatistics
-
Number of times a requested item was found in the Disk Store.
- getOnDiskHits() - Method in interface net.sf.ehcache.management.CacheStatisticsMBean
-
Number of times a requested item was found in the Disk Store.
- getOnDiskMissCount() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Number of times a requested item was not found in the Disk Store.
- getOnDiskMissCount() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Number of times a requested item was not found in the Disk Store.
- getOnDiskMissCount() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Number of times a requested item was not found in the Disk Store.
- getOnDiskMisses() - Method in class net.sf.ehcache.management.CacheStatistics
- getOnDiskMisses() - Method in interface net.sf.ehcache.management.CacheStatisticsMBean
-
- getOnDiskPool() - Method in class net.sf.ehcache.CacheManager
-
Return this cache manager's shared on-disk pool
- getOnDiskSize() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getOnDiskSize() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
- getOnDiskSize() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getOnDiskSize() - Method in class net.sf.ehcache.store.CacheStore
-
- getOnDiskSize() - Method in class net.sf.ehcache.store.disk.DiskStorageFactory
-
Return the number of on-disk elements
- getOnDiskSize() - Method in class net.sf.ehcache.store.disk.DiskStore
-
Returns the current local on-disk store size
- getOnDiskSize() - Method in class net.sf.ehcache.store.ElementIdAssigningStore
-
Returns the current local on-disk store size
- getOnDiskSize() - Method in class net.sf.ehcache.store.LegacyStoreWrapper
-
Returns the current local on-disk store size
- getOnDiskSize() - Method in class net.sf.ehcache.store.LruMemoryStore
-
Returns the current local on-disk store size
- getOnDiskSize() - Method in class net.sf.ehcache.store.MemoryStore
-
Returns the current local on-disk store size
- getOnDiskSize() - Method in interface net.sf.ehcache.store.Store
-
Returns the current local on-disk store size
- getOnDiskSize() - Method in class net.sf.ehcache.transaction.AbstractTransactionStore
-
Returns the current local on-disk store size
- getOnDiskSizeInBytes() - Method in class net.sf.ehcache.store.CacheStore
-
- getOnDiskSizeInBytes() - Method in interface net.sf.ehcache.store.CachingTier
-
Deprecated.
- getOnDiskSizeInBytes() - Method in class net.sf.ehcache.store.cachingtier.OnHeapCachingTier
-
- getOnDiskSizeInBytes() - Method in class net.sf.ehcache.store.disk.DiskStorageFactory
-
Return this size in bytes of this factory
- getOnDiskSizeInBytes() - Method in class net.sf.ehcache.store.disk.DiskStore
-
Gets the size of the on-disk portion of the store, in bytes.
- getOnDiskSizeInBytes() - Method in class net.sf.ehcache.store.ElementIdAssigningStore
-
Gets the size of the on-disk portion of the store, in bytes.
- getOnDiskSizeInBytes() - Method in class net.sf.ehcache.store.LegacyStoreWrapper
-
Gets the size of the on-disk portion of the store, in bytes.
- getOnDiskSizeInBytes() - Method in class net.sf.ehcache.store.LruMemoryStore
-
Gets the size of the on-disk portion of the store, in bytes.
- getOnDiskSizeInBytes() - Method in class net.sf.ehcache.store.MemoryStore
-
Gets the size of the on-disk portion of the store, in bytes.
- getOnDiskSizeInBytes() - Method in interface net.sf.ehcache.store.Store
-
Gets the size of the on-disk portion of the store, in bytes.
- getOnDiskSizeInBytes() - Method in class net.sf.ehcache.transaction.AbstractTransactionStore
-
Gets the size of the on-disk portion of the store, in bytes.
- getOnHeapPool() - Method in class net.sf.ehcache.CacheManager
-
Return this cache manager's shared on-heap pool
- getOptimisticFailureCount() - Method in interface net.sf.ehcache.hibernate.management.api.HibernateStats
-
Returns Optimistic failure count
- getOptimisticFailureCount() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Returns Optimistic failure count
- getOptimisticFailureCount() - Method in class net.sf.ehcache.hibernate.management.impl.EntityStats
-
getOptimisticFailureCount
- getOptimisticFailureCount() - Method in class net.sf.ehcache.hibernate.management.impl.HibernateStatsImpl
-
Returns Optimistic failure count
- getOptimisticFailureCount() - Method in class net.sf.ehcache.hibernate.management.impl.NullHibernateStats
-
Returns Optimistic failure count
- getOrCreateSoftLockManager(Ehcache) - Method in interface net.sf.ehcache.terracotta.ClusteredInstanceFactory
-
Create a SoftLockManager for a cache
- getOrCreateSoftLockManager(Ehcache) - Method in class net.sf.ehcache.terracotta.ClusteredInstanceFactoryWrapper
-
Create a SoftLockManager for a cache
- getOrCreateTransactionIDFactory() - Method in class net.sf.ehcache.CacheManager
-
Get or create a TransactionIDFactory
- getOrCreateXAResource() - Method in class net.sf.ehcache.transaction.xa.XATransactionStore
-
Get or create the XAResource of this XA store
- getOrdering() - Method in interface net.sf.ehcache.store.StoreQuery
-
Get the requested search orderings
- getOriginalConfigDeclaration() - Method in interface net.sf.ehcache.hibernate.management.api.EhcacheStats
-
Get the original cache configuration
- getOriginalConfigDeclaration(String) - Method in interface net.sf.ehcache.hibernate.management.api.EhcacheStats
-
Returns the original cache configuration for the supplied region
- getOriginalConfigDeclaration() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Get the original cache configuration
- getOriginalConfigDeclaration(String) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Returns the original cache configuration for the supplied region
- getOriginalConfigDeclaration() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheStatsImpl
-
Get the original cache configuration
- getOriginalConfigDeclaration(String) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheStatsImpl
-
Returns the original cache configuration for the supplied region
- getOriginalConfigurationText() - Method in class net.sf.ehcache.CacheManager
-
Returns the original configuration text for this
CacheManager
- getOriginalConfigurationText(String) - Method in class net.sf.ehcache.CacheManager
-
Returns the original configuration text for the input cacheName
- getOriginalEmbeddedConfig() - Method in class net.sf.ehcache.config.TerracottaClientConfiguration
-
Get the original embedded config
- getOriginalPath() - Method in class net.sf.ehcache.config.DiskStoreConfiguration
-
- getOrphanEviction() - Method in class net.sf.ehcache.config.TerracottaConfiguration
-
Check whether orphan eviction is enabled
- getOrphanEvictionPeriod() - Method in class net.sf.ehcache.config.TerracottaConfiguration
-
Get the number of regular eviction cycles between orphan evictions
- getOwnerID() - Method in class net.sf.ehcache.transaction.TransactionIDSerializedForm
-
Get the original TransactionID's owner id
- getOwnerID() - Method in class net.sf.ehcache.transaction.XidTransactionIDSerializedForm
-
Get the original XidTransactionID's owner id
- getParent() - Method in class net.sf.ehcache.config.generator.model.AbstractNodeElement
-
Returns the parent of this element.
- getParent() - Method in interface net.sf.ehcache.config.generator.model.NodeElement
-
Returns the parent of this element.
- getParticipant() - Method in class net.sf.ehcache.pool.impl.AbstractPoolAccessor
-
Return the store that uses this accessor
- getParticipant() - Method in interface net.sf.ehcache.pool.PoolAccessor
-
Return the store that uses this accessor
- getPatchLevel() - Method in class net.sf.ehcache.util.ProductInfo
-
- getPath() - Method in class net.sf.ehcache.config.DiskStoreConfiguration
-
The diskStore path
- getPayload() - Method in interface net.sf.ehcache.store.disk.ods.AATreeSet.Node
-
Return the 'value' object held within this node.
- getPayload() - Method in class net.sf.ehcache.store.disk.ods.Region
-
Return the 'value' object held within this node.
- getPersistenceConfiguration() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Accessor
- getPersistenceStrategy() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
getPersistenceStrategy
- getPersistenceStrategy() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
getPersistenceStrategy
- getPersistenceStrategy() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
getPersistenceStrategy
- getPinnedToStore() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Configuration property accessor.
- getPinnedToStore() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Configuration property accessor.
- getPinnedToStore() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Configuration property accessor.
- getPinningConfiguration() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Accessor
- getPointerSize() - Method in enum net.sf.ehcache.pool.sizeof.JvmInformation
-
Size of a pointer in bytes on this runtime
- getPolicy() - Method in class net.sf.ehcache.store.cachingtier.CountBasedBackEnd
-
- getPolicy() - Method in interface net.sf.ehcache.store.cachingtier.HeapCacheBackEnd
-
Deprecated.
- getPolicy() - Method in class net.sf.ehcache.store.cachingtier.PooledBasedBackEnd
-
- getPool() - Method in class net.sf.ehcache.pool.impl.AbstractPoolAccessor
-
Return the pool this accessor is associated with.
- getPoolAccessors() - Method in class net.sf.ehcache.pool.impl.AbstractPool
-
Return the participants accessing this pool.
- getPoolAccessors() - Method in class net.sf.ehcache.pool.impl.UnboundedPool
-
Return the participants accessing this pool.
- getPoolAccessors() - Method in interface net.sf.ehcache.pool.Pool
-
Return the participants accessing this pool.
- getPoolOccupancy() - Method in class net.sf.ehcache.pool.impl.AbstractPoolAccessor
-
Returns the occupied size for this pool.
- getPoolOccupancy() - Method in interface net.sf.ehcache.pool.PoolAccessor
-
Returns the occupied size for this pool.
- getPoolSize() - Method in class net.sf.ehcache.pool.impl.AbstractPoolAccessor
-
Returns the size of this pool.
- getPoolSize() - Method in interface net.sf.ehcache.pool.PoolAccessor
-
Returns the size of this pool.
- getPort() - Method in class net.sf.ehcache.config.ManagementRESTServiceConfiguration
-
Get the port part of the host:port pair to which the REST server should be bound.
- getPrepareStatementCount() - Method in interface net.sf.ehcache.hibernate.management.api.HibernateStats
-
Returns prepare statement count
- getPrepareStatementCount() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Returns prepare statement count
- getPrepareStatementCount() - Method in class net.sf.ehcache.hibernate.management.impl.HibernateStatsImpl
-
Returns prepare statement count
- getPrepareStatementCount() - Method in class net.sf.ehcache.hibernate.management.impl.NullHibernateStats
-
Returns prepare statement count
- getPreviouslyRecoveredTransactionIDs() - Method in class net.sf.ehcache.transaction.local.LocalRecoveryManager
-
Get the set of transaction IDs collected by the previous recover() call
- getProcessedCount() - Method in class net.sf.ehcache.constructs.refreshahead.RefreshAheadCache
-
Gets processed count.
- getProcessedCount() - Method in class net.sf.ehcache.constructs.refreshahead.ThreadedWorkQueue
-
Gets processed count.
- getProcessingThread() - Method in class net.sf.ehcache.writer.writebehind.AbstractWriteBehindQueue
-
Backdoor to allow killing the processing thread for testing purposes.
- getProperties() - Method in class net.sf.ehcache.config.FactoryConfiguration
-
Getter.
- getProperties() - Method in class net.sf.ehcache.config.TimeoutBehaviorConfiguration
-
Get the properties
- getPropertySeparator() - Method in class net.sf.ehcache.config.FactoryConfiguration
-
Getter
- getPropertySeparator() - Method in class net.sf.ehcache.config.TimeoutBehaviorConfiguration
-
Get the property separator
- getPutCount() - Method in class net.sf.ehcache.hibernate.management.impl.CacheRegionStats
-
- getPutCount() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Number of puts that has happened in the cache.
- getPutCount() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Number of puts that has happened in the cache.
- getPutCount() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Number of puts that has happened in the cache.
- getPutIfAbsentMissCount() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getPutIfAbsentMissCount() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Number of putIfAbsent operations that missed.
- getPutIfAbsentMissCount() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Number of putIfAbsent operations that missed.
- getPutIfAbsentMissRate() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getPutIfAbsentMissRate() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Rate of putIfAbsent operations that missed.
- getPutIfAbsentMissRate() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getPutIfAbsentMissSample() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Gets the putIfAbsent miss sample
- getPutIfAbsentMissSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getPutIfAbsentMissSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Gets the putIfAbsent miss sample
- getPutIfAbsentSuccessCount() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getPutIfAbsentSuccessCount() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Number of putIfAbsent operations that succeeded.
- getPutIfAbsentSuccessCount() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Number of putIfAbsent operations that succeeded.
- getPutIfAbsentSuccessRate() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getPutIfAbsentSuccessRate() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Rate of putIfAbsent operations that succeeded.
- getPutIfAbsentSuccessRate() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getPutIfAbsentSuccessSample() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Gets the putIfAbsent success sample
- getPutIfAbsentSuccessSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getPutIfAbsentSuccessSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Gets the putIfAbsent success sample
- getQuery() - Method in class net.sf.ehcache.hibernate.management.impl.QueryStats
-
getQuery
- getQueryCacheManagerObjectName(String, String) - Static method in class net.sf.ehcache.management.sampled.SampledEhcacheMBeans
-
Returns an ObjectName that can be used for querying all Cache
ObjectName's for the passed cacheManagerName
- getQueryCacheManagersObjectName(String) - Static method in class net.sf.ehcache.management.sampled.SampledEhcacheMBeans
-
- getQueryExecutionCount() - Method in interface net.sf.ehcache.hibernate.management.api.HibernateStats
-
Returns the query execution count.
- getQueryExecutionCount() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Returns the query execution count.
- getQueryExecutionCount() - Method in class net.sf.ehcache.hibernate.management.impl.HibernateStatsImpl
-
Returns the query execution count.
- getQueryExecutionCount() - Method in class net.sf.ehcache.hibernate.management.impl.NullHibernateStats
-
Returns the query execution count.
- getQueryExecutionRate() - Method in interface net.sf.ehcache.hibernate.management.api.HibernateStats
-
Returns rate of HQL query executed in the DB
- getQueryExecutionRate() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Returns rate of HQL query executed in the DB
- getQueryExecutionRate() - Method in class net.sf.ehcache.hibernate.management.impl.HibernateStatsImpl
-
Returns rate of HQL query executed in the DB
- getQueryExecutionRate() - Method in class net.sf.ehcache.hibernate.management.impl.NullHibernateStats
-
Returns rate of HQL query executed in the DB
- getQueryExecutionSample() - Method in interface net.sf.ehcache.hibernate.management.api.HibernateStats
-
Returns last count sample of HQL's getting executed in the DB.
- getQueryExecutionSample() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Returns last count sample of HQL's getting executed in the DB.
- getQueryExecutionSample() - Method in class net.sf.ehcache.hibernate.management.impl.HibernateStatsImpl
-
Returns last count sample of HQL's getting executed in the DB.
- getQueryExecutionSample() - Method in class net.sf.ehcache.hibernate.management.impl.NullHibernateStats
-
Returns last count sample of HQL's getting executed in the DB.
- getQueryStats() - Method in interface net.sf.ehcache.hibernate.management.api.HibernateStats
-
- getQueryStats() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
- getQueryStats() - Method in class net.sf.ehcache.hibernate.management.impl.HibernateStatsImpl
-
- getQueryStats() - Method in class net.sf.ehcache.hibernate.management.impl.NullHibernateStats
-
- getQueueSize() - Method in class net.sf.ehcache.writer.writebehind.AbstractWriteBehindQueue
-
Gets the best estimate for items in the queue still awaiting processing.
- getQueueSize() - Method in class net.sf.ehcache.writer.writebehind.NonStopWriteBehind
-
- getQueueSize() - Method in interface net.sf.ehcache.writer.writebehind.WriteBehind
-
Gets the best estimate for items in the queue still awaiting processing.
- getQueueSize() - Method in class net.sf.ehcache.writer.writebehind.WriteBehindManager
-
Gets the best estimate for items in the queue still awaiting processing.
- getQueueSize() - Method in class net.sf.ehcache.writer.writebehind.WriteBehindQueueManager
-
Gets the best estimate for items in the queue still awaiting processing.
- getQuiet(Serializable) - Method in class net.sf.ehcache.Cache
-
Gets an element from the cache, without updating Element statistics.
- getQuiet(Object) - Method in class net.sf.ehcache.Cache
-
Gets an element from the cache, without updating Element statistics.
- getQuiet(Serializable) - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Gets an element from the cache, without updating Element statistics.
- getQuiet(Object) - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Gets an element from the cache, without updating Element statistics.
- getQuiet(Object) - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Gets an element from the cache, without updating Element statistics.
- getQuiet(Serializable) - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Gets an element from the cache, without updating Element statistics.
- getQuiet(Object) - Method in class net.sf.ehcache.constructs.eventual.StronglyConsistentCacheAccessor
-
- getQuiet(Serializable) - Method in class net.sf.ehcache.constructs.eventual.StronglyConsistentCacheAccessor
-
- getQuiet(Serializable) - Method in interface net.sf.ehcache.distribution.CachePeer
-
Gets an element from the cache, without updating Element statistics.
- getQuiet(Serializable) - Method in class net.sf.ehcache.distribution.RMICachePeer
-
Gets an element from the cache, without updating Element statistics.
- getQuiet(Serializable) - Method in class net.sf.ehcache.distribution.TransactionalRMICachePeer
-
- getQuiet(Serializable) - Method in interface net.sf.ehcache.Ehcache
-
Gets an element from the cache, without updating Element statistics.
- getQuiet(Object) - Method in interface net.sf.ehcache.Ehcache
-
Gets an element from the cache, without updating Element statistics.
- getQuiet(Object) - Method in class net.sf.ehcache.store.CacheStore
-
- getQuiet(Object) - Method in class net.sf.ehcache.store.disk.DiskStore
-
Gets an
Element
from the Store, without updating statistics
- getQuiet(Object) - Method in class net.sf.ehcache.store.ElementIdAssigningStore
-
Gets an
Element
from the Store, without updating statistics
- getQuiet(Object) - Method in class net.sf.ehcache.store.LegacyStoreWrapper
-
Gets an
Element
from the Store, without updating statistics
- getQuiet(Object) - Method in class net.sf.ehcache.store.LruMemoryStore
-
Gets an item from the cache, without updating statistics.
- getQuiet(Object) - Method in class net.sf.ehcache.store.MemoryStore
-
Gets an item from the cache, without updating statistics.
- getQuiet(Object) - Method in interface net.sf.ehcache.store.Store
-
Gets an
Element
from the Store, without updating statistics
- getQuiet(Object) - Method in class net.sf.ehcache.transaction.local.JtaLocalTransactionStore
-
Gets an
Element
from the Store, without updating statistics
- getQuiet(Object) - Method in class net.sf.ehcache.transaction.local.LocalTransactionStore
-
Gets an
Element
from the Store, without updating statistics
- getQuiet(Object) - Method in class net.sf.ehcache.transaction.xa.XATransactionStore
-
Gets an
Element
from the Store, without updating statistics
- getRandomSample(ElementSubstituteFilter, int, Object) - Method in class net.sf.ehcache.store.disk.DiskStore
-
Select a random sample of elements generated by the supplied factory.
- getRandomValues(int, Object) - Method in class net.sf.ehcache.store.chm.SelectableConcurrentHashMap
-
- getRandomValues(int) - Method in class net.sf.ehcache.util.concurrent.ConcurrentHashMap
-
- getRateLimitPerSecond() - Method in class net.sf.ehcache.config.CacheWriterConfiguration
-
Get the maximum number of write operations to allow per second.
- getReadWriteLock() - Method in class net.sf.ehcache.concurrent.ReadWriteLockSync
-
Gets the ReadWriteLock
backing this sync.
- getRecoveryManager() - Method in class net.sf.ehcache.TransactionController
-
Get the local transactions recovery manager of this cache manager
- getRecreateCount() - Method in class net.sf.ehcache.hibernate.management.impl.CollectionStats
-
getRecreateCount
- getRefreshSuccessCount() - Method in class net.sf.ehcache.constructs.refreshahead.RefreshAheadCache
-
number of refreshes processed locally.
- getRegex() - Method in class net.sf.ehcache.search.expression.ILike
-
Return regex string.
- getRegex() - Method in class net.sf.ehcache.search.expression.NotILike
-
Return regex string.
- getRegion() - Method in class net.sf.ehcache.hibernate.management.impl.CacheRegionStats
-
- getRegion() - Method in class net.sf.ehcache.hibernate.nonstop.NonstopAwareCollectionRegionAccessStrategy
- getRegion() - Method in class net.sf.ehcache.hibernate.nonstop.NonstopAwareEntityRegionAccessStrategy
- getRegion() - Method in class net.sf.ehcache.hibernate.strategy.NonStrictReadWriteEhcacheCollectionRegionAccessStrategy
- getRegion() - Method in class net.sf.ehcache.hibernate.strategy.NonStrictReadWriteEhcacheEntityRegionAccessStrategy
- getRegion() - Method in class net.sf.ehcache.hibernate.strategy.ReadOnlyEhcacheCollectionRegionAccessStrategy
- getRegion() - Method in class net.sf.ehcache.hibernate.strategy.ReadOnlyEhcacheEntityRegionAccessStrategy
- getRegion() - Method in class net.sf.ehcache.hibernate.strategy.ReadWriteEhcacheCollectionRegionAccessStrategy
- getRegion() - Method in class net.sf.ehcache.hibernate.strategy.ReadWriteEhcacheEntityRegionAccessStrategy
- getRegion() - Method in class net.sf.ehcache.hibernate.strategy.TransactionalEhcacheCollectionRegionAccessStrategy
- getRegion() - Method in class net.sf.ehcache.hibernate.strategy.TransactionalEhcacheEntityRegionAccessStrategy
- getRegionCacheAttributes(String) - Method in interface net.sf.ehcache.hibernate.management.api.EhcacheStats
-
Returns a map containing attributes of the cache for the input cache region name
- getRegionCacheAttributes() - Method in interface net.sf.ehcache.hibernate.management.api.EhcacheStats
-
Returns a map containing mapping of all cache region names to their attributes
- getRegionCacheAttributes() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Returns a map containing mapping of all cache region names to their attributes
- getRegionCacheAttributes(String) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Returns a map containing attributes of the cache for the input cache region name
- getRegionCacheAttributes() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheStatsImpl
-
Returns a map containing mapping of all cache region names to their attributes
- getRegionCacheAttributes(String) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheStatsImpl
-
Returns a map containing attributes of the cache for the input cache region name
- getRegionCacheMaxTTISeconds(String) - Method in interface net.sf.ehcache.hibernate.management.api.EhcacheStats
-
Returns the time to idle for the input cache region
- getRegionCacheMaxTTISeconds(String) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Returns the time to idle for the input cache region
- getRegionCacheMaxTTISeconds(String) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheStatsImpl
-
Returns the time to idle for the input cache region
- getRegionCacheMaxTTLSeconds(String) - Method in interface net.sf.ehcache.hibernate.management.api.EhcacheStats
-
Returns the time to live for the input cache region
- getRegionCacheMaxTTLSeconds(String) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Returns the time to live for the input cache region
- getRegionCacheMaxTTLSeconds(String) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheStatsImpl
-
Returns the time to live for the input cache region
- getRegionCacheOrphanEvictionPeriod(String) - Method in interface net.sf.ehcache.hibernate.management.api.EhcacheStats
-
Returns the orphan eviction period for the input cache region.
- getRegionCacheOrphanEvictionPeriod(String) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Returns the orphan eviction period for the input cache region.
- getRegionCacheOrphanEvictionPeriod(String) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheStatsImpl
-
Returns the orphan eviction period for the input cache region.
- getRegionCacheSamples() - Method in interface net.sf.ehcache.hibernate.management.api.EhcacheStats
-
Returns a map containing mapping between cache names and an array containing hit, miss and put count samples
- getRegionCacheSamples() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Returns a map containing mapping between cache names and an array containing hit, miss and put count samples
- getRegionCacheSamples() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheStatsImpl
-
Returns a map containing mapping between cache names and an array containing hit, miss and put count samples
- getRegionCacheTargetMaxInMemoryCount(String) - Method in interface net.sf.ehcache.hibernate.management.api.EhcacheStats
-
Returns the maxElementsInMemory of the input cache region
- getRegionCacheTargetMaxInMemoryCount(String) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Returns the maxElementsInMemory of the input cache region
- getRegionCacheTargetMaxInMemoryCount(String) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheStatsImpl
-
Returns the maxElementsInMemory of the input cache region
- getRegionCacheTargetMaxTotalCount(String) - Method in interface net.sf.ehcache.hibernate.management.api.EhcacheStats
-
Returns the maxElementsOnDisk of the input cache region
- getRegionCacheTargetMaxTotalCount(String) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Returns the maxElementsOnDisk of the input cache region
- getRegionCacheTargetMaxTotalCount(String) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheStatsImpl
-
Returns the maxElementsOnDisk of the input cache region
- getRegionName() - Method in class net.sf.ehcache.hibernate.EhCache
-
Deprecated.
- getRegisteredCacheExtensions() - Method in class net.sf.ehcache.Cache
-
- getRegisteredCacheExtensions() - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
- getRegisteredCacheExtensions() - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
- getRegisteredCacheExtensions() - Method in interface net.sf.ehcache.Ehcache
-
- getRegisteredCacheLoaders() - Method in class net.sf.ehcache.Cache
-
- getRegisteredCacheLoaders() - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
- getRegisteredCacheLoaders() - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
- getRegisteredCacheLoaders() - Method in interface net.sf.ehcache.Ehcache
-
- getRegisteredCacheWriter() - Method in class net.sf.ehcache.Cache
-
Retrieves the
CacheWriter
that was registered for this cache.
- getRegisteredCacheWriter() - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Retrieves the
CacheWriter
that was registered for this cache.
- getRegisteredCacheWriter() - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Retrieves the
CacheWriter
that was registered for this cache.
- getRegisteredCacheWriter() - Method in interface net.sf.ehcache.Ehcache
-
Retrieves the
CacheWriter
that was registered for this cache.
- getRegisteredListeners() - Method in class net.sf.ehcache.event.CacheManagerEventListenerRegistry
-
Gets a Set of the listeners registered to this class
- getRemoteSize() - Method in interface net.sf.ehcache.statistics.FlatStatistics
-
Gets the remote size.
- getRemoteSize() - Method in class net.sf.ehcache.statistics.StatisticsGateway
-
- getRemoteSizeSample() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
- getRemoteSizeSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getRemoteSizeSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getRemoveCount() - Method in class net.sf.ehcache.hibernate.management.impl.CollectionStats
-
getRemoveCount
- getRemovedCount() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Number of elements removed since creation or last clear.
- getRemovedCount() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Number of elements removed since creation or last clear.
- getRemovedCount() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Number of elements removed since creation or last clear.
- getRemovedKeys() - Method in class net.sf.ehcache.transaction.xa.XATransactionContext
-
getter to all keys pending deletion from the store
- getRemoveElementMissCount() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getRemoveElementMissCount() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Number of removeElement operations that missed.
- getRemoveElementMissCount() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Number of removeElement operations that missed.
- getRemoveElementMissRate() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getRemoveElementMissRate() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Rate of removeElement operations that missed.
- getRemoveElementMissRate() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getRemoveElementMissSample() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Gets the removeElement miss sample
- getRemoveElementMissSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getRemoveElementMissSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Gets the removeElement miss sample
- getRemoveElementSuccessCount() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getRemoveElementSuccessCount() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Number of removeElement operations that succeeded
- getRemoveElementSuccessCount() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Number of removeElement operations that succeeded
- getRemoveElementSuccessRate() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getRemoveElementSuccessRate() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Rate of removeElement operations that succeeded
- getRemoveElementSuccessRate() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getRemoveElementSuccessSample() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Gets the removeElement success sample
- getRemoveElementSuccessSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getRemoveElementSuccessSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Gets the removeElement success sample
- getReplaceOneArgMissCount() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getReplaceOneArgMissCount() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Number of one arg replace operations that missed.
- getReplaceOneArgMissCount() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Number of one arg replace operations that missed.
- getReplaceOneArgMissRate() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getReplaceOneArgMissRate() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Rate of one arg replace operations that missed.
- getReplaceOneArgMissRate() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getReplaceOneArgMissSample() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Gets the one arg replace miss sample
- getReplaceOneArgMissSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getReplaceOneArgMissSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Gets the one arg replace miss sample
- getReplaceOneArgSuccessCount() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getReplaceOneArgSuccessCount() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Number of one arg replace operations that succeeded.
- getReplaceOneArgSuccessCount() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Number of one arg replace operations that succeeded.
- getReplaceOneArgSuccessRate() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getReplaceOneArgSuccessRate() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Rate of one arg replace operations that succeeded.
- getReplaceOneArgSuccessRate() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getReplaceOneArgSuccessSample() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Gets the one arg replace success sample
- getReplaceOneArgSuccessSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getReplaceOneArgSuccessSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Gets the one arg replace success sample
- getReplaceTwoArgMissCount() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getReplaceTwoArgMissCount() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Number of two arg replace operations that missed.
- getReplaceTwoArgMissCount() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Number of two arg replace operations that missed.
- getReplaceTwoArgMissRate() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getReplaceTwoArgMissRate() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Rate of two arg replace operations that missed.
- getReplaceTwoArgMissRate() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getReplaceTwoArgMissSample() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Gets the two arg replace miss sample
- getReplaceTwoArgMissSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getReplaceTwoArgMissSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Gets the two arg replace miss sample
- getReplaceTwoArgSuccessCount() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getReplaceTwoArgSuccessCount() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Number of two arg replace operations that succeeded.
- getReplaceTwoArgSuccessCount() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Number of two arg replace operations that succeeded.
- getReplaceTwoArgSuccessRate() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getReplaceTwoArgSuccessRate() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Rate of two arg replace operations that succeeded.
- getReplaceTwoArgSuccessRate() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getReplaceTwoArgSuccessSample() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Gets the two arg replace success sample
- getReplaceTwoArgSuccessSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getReplaceTwoArgSuccessSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Gets the two arg replace success sample
- getRequestType() - Method in class net.sf.ehcache.transaction.xa.processor.XARequest
-
- getRequiredCoreVersion() - Method in class net.sf.ehcache.util.ProductInfo
-
- getResource(String) - Method in class net.sf.ehcache.EhcacheDefaultClassLoader
-
- getResource(String) - Method in class net.sf.ehcache.management.DevModeClassLoader
-
- getResource(String) - Method in class net.sf.ehcache.management.ResourceClassLoader
-
- getResourceAsStream(String) - Method in class net.sf.ehcache.EhcacheDefaultClassLoader
-
- getResourceAsStream(String) - Method in class net.sf.ehcache.management.DevModeClassLoader
-
- getResources(String) - Method in class net.sf.ehcache.EhcacheDefaultClassLoader
-
- getResources(String) - Method in class net.sf.ehcache.management.DevModeClassLoader
-
- getResources(String) - Method in class net.sf.ehcache.management.ResourceClassLoader
-
- getResultBatchSize() - Method in class net.sf.ehcache.search.ExecutionHints
-
- getRetryAttemptDelaySeconds() - Method in class net.sf.ehcache.config.CacheWriterConfiguration
-
Retrieves the number of seconds to wait before retrying an failed operation.
- getRetryAttempts() - Method in class net.sf.ehcache.config.CacheWriterConfiguration
-
Retrieves the number of times the write of element is retried.
- getRight() - Method in class net.sf.ehcache.store.disk.ods.AATreeSet.AbstractTreeNode
-
Get this node's right child.
- getRight() - Method in interface net.sf.ehcache.store.disk.ods.AATreeSet.Node
-
Get this node's right child.
- getRoleName() - Method in class net.sf.ehcache.hibernate.management.impl.CollectionStats
-
getRoleName
- getRoot() - Method in class net.sf.ehcache.store.disk.ods.AATreeSet
-
Returns the root node of this tree.
- getSampleHistorySize() - Method in class net.sf.ehcache.config.ManagementRESTServiceConfiguration
-
- getSampleIntervalSeconds() - Method in class net.sf.ehcache.config.ManagementRESTServiceConfiguration
-
Returns the sample interval in seconds to be applied to the
SampledCounterConfig
for sampled statistics
- getSampleSearchIntervalSeconds() - Method in class net.sf.ehcache.config.ManagementRESTServiceConfiguration
-
- getScheme() - Method in interface net.sf.ehcache.cluster.CacheCluster
-
Get scheme name for this cluster info.
- getScheme() - Method in class net.sf.ehcache.cluster.NoopCacheCluster
-
Always returns the ClusterScheme.NONE
- getScheme() - Method in interface net.sf.ehcache.distribution.CacheManagerPeerListener
-
The replication scheme this listener interacts with.
- getScheme() - Method in interface net.sf.ehcache.distribution.CacheManagerPeerProvider
-
The replication scheme.
- getScheme() - Method in class net.sf.ehcache.distribution.RMICacheManagerPeerListener
-
The replication scheme this listener interacts with.
- getScheme() - Method in class net.sf.ehcache.distribution.RMICacheManagerPeerProvider
-
The replication scheme.
- getScheme() - Method in class net.sf.ehcache.terracotta.TerracottaCacheCluster
-
Get scheme name for this cluster info.
- getSearchable() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Get the search configuration for this cache (if any)
- getSearchable() - Method in interface net.sf.ehcache.management.sampled.CacheManagerSampler
-
- getSearchable() - Method in class net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
- getSearchable() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Is the cache configured for search.
- getSearchable() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Is the cache configured for search.
- getSearchable() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Is the cache configured for search.
- getSearchable() - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
- getSearchAttribute(String) - Method in class net.sf.ehcache.Cache
-
Retrieve the given named search attribute
- getSearchAttribute(String) - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Retrieve the given named search attribute
- getSearchAttribute(String) - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Retrieve the given named search attribute
- getSearchAttribute(String) - Method in interface net.sf.ehcache.Ehcache
-
Retrieve the given named search attribute
- getSearchAttribute(String) - Method in class net.sf.ehcache.store.AbstractStore
-
Retrieve the given named search attribute
- getSearchAttribute(String) - Method in class net.sf.ehcache.store.CacheStore
-
- getSearchAttribute(String) - Method in class net.sf.ehcache.store.ElementIdAssigningStore
-
Retrieve the given named search attribute
- getSearchAttribute(String) - Method in interface net.sf.ehcache.store.Store
-
Retrieve the given named search attribute
- getSearchAttribute(String) - Method in class net.sf.ehcache.transaction.AbstractTransactionStore
-
Retrieve the given named search attribute
- getSearchAttributes() - Method in class net.sf.ehcache.Cache
-
- getSearchAttributes() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Get the defined search attributes indexed by attribute name
- getSearchAttributes() - Method in class net.sf.ehcache.config.Searchable
-
Get the defined search attributes indexed by attribute name
- getSearchAttributes() - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
- getSearchAttributes() - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
- getSearchAttributes() - Method in interface net.sf.ehcache.Ehcache
-
- getSearchAttributes() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Get the declared search attributes and their type names.
- getSearchAttributes() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getSearchAttributes() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getSearchAttributes(Element, Set<String>, DynamicAttributesExtractor) - Static method in class net.sf.ehcache.search.impl.DynamicSearchChecker
-
Extracts dynamically indexed search attributes from cache element using provided extractor,
validating against reserved set of attribute names (provided by Ehcache search config)
- getSearchAttributes(String) - Method in interface net.sf.ehcache.search.impl.SearchManager
-
Returns all known search attributes for cache with given name
- getSearchAttributes() - Method in class net.sf.ehcache.store.AbstractStore
- getSearchAttributes(String) - Method in class net.sf.ehcache.store.BruteForceSearchManager
-
- getSearchAttributes() - Method in class net.sf.ehcache.store.CacheStore
-
- getSearchAttributes() - Method in class net.sf.ehcache.store.ElementIdAssigningStore
- getSearchAttributes() - Method in interface net.sf.ehcache.store.Store
-
- getSearchAttributes() - Method in class net.sf.ehcache.transaction.AbstractTransactionStore
- getSearchAttributeType(SearchAttribute, ClassLoader) - Static method in class net.sf.ehcache.config.ConfigurationHelper
-
- getSearchesPerSecond() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Get the number of searches that have finished execution in the last second.
- getSearchesPerSecond() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Get the number of searches that have finished execution in the last second.
- getSearchesPerSecond() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Get the number of searches that have finished execution in the last second.
- getSearchesPerSecondSample() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Get the
SampledCounter
for number of searches that have finished in the interval.
- getSearchesPerSecondSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Get the
SampledCounter
for number of searches that have finished in the interval.
- getSearchesPerSecondSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getSearchTimeoutMillis() - Method in class net.sf.ehcache.config.NonstopConfiguration
-
Returns the value of the search timeout in milliseconds
- getSecurityServiceLocation() - Method in class net.sf.ehcache.config.ManagementRESTServiceConfiguration
-
Returns the security service location required for trusted identity assertion to the embedded REST management
service.
- getSecurityServiceTimeout() - Method in class net.sf.ehcache.config.ManagementRESTServiceConfiguration
-
Returns the connection/read timeout value for the security service in milliseconds.
- getSerializableKey() - Method in class net.sf.ehcache.distribution.EventMessage
-
- getSerializedSize() - Method in class net.sf.ehcache.Element
-
The size of this object in serialized form.
- getSessionCloseCount() - Method in interface net.sf.ehcache.hibernate.management.api.HibernateStats
-
Returns session close count
- getSessionCloseCount() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Returns session close count
- getSessionCloseCount() - Method in class net.sf.ehcache.hibernate.management.impl.HibernateStatsImpl
-
Returns session close count
- getSessionCloseCount() - Method in class net.sf.ehcache.hibernate.management.impl.NullHibernateStats
-
Returns session close count
- getSessionOpenCount() - Method in interface net.sf.ehcache.hibernate.management.api.HibernateStats
-
Returns session open count
- getSessionOpenCount() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Returns session open count
- getSessionOpenCount() - Method in class net.sf.ehcache.hibernate.management.impl.HibernateStatsImpl
-
Returns session open count
- getSessionOpenCount() - Method in class net.sf.ehcache.hibernate.management.impl.NullHibernateStats
-
Returns session open count
- getSettings() - Method in class net.sf.ehcache.hibernate.regions.EhcacheTransactionalDataRegion
-
Return the hibernate settings
- getShortName() - Method in class net.sf.ehcache.hibernate.management.impl.CacheRegionStats
-
- getShortName() - Method in class net.sf.ehcache.hibernate.management.impl.CollectionStats
-
getShortName
- getShortName() - Method in class net.sf.ehcache.hibernate.management.impl.EntityStats
-
getShortName
- getSize() - Method in class net.sf.ehcache.Cache
-
Gets the size of the cache.
- getSize() - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Gets the size of the cache.
- getSize() - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Gets the size of the cache.
- getSize() - Method in interface net.sf.ehcache.Ehcache
-
Gets the size of the cache.
- getSize() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Size of the cache based on current accuracy settings.
- getSize() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Size of the cache based on current accuracy settings.
- getSize() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Size of the cache based on current accuracy settings.
- getSize() - Method in class net.sf.ehcache.pool.impl.AbstractPool
-
Return the used size of the pool.
- getSize() - Method in class net.sf.ehcache.pool.impl.UnboundedPool
-
Return the used size of the pool.
- getSize() - Method in interface net.sf.ehcache.pool.Pool
-
Return the used size of the pool.
- getSize() - Method in interface net.sf.ehcache.pool.PoolAccessor
-
Return how many bytes this accessor consumes from the pool.
- getSize() - Method in interface net.sf.ehcache.statistics.FlatStatistics
-
Gets the size.
- getSize() - Method in class net.sf.ehcache.statistics.StatisticsGateway
-
- getSize() - Method in class net.sf.ehcache.store.CacheStore
-
- getSize() - Method in class net.sf.ehcache.store.disk.DiskStorageFactory.DiskMarker
-
Returns the size of the currently occupying element.
- getSize() - Method in class net.sf.ehcache.store.disk.DiskStore
-
Returns the current local store size
- getSize() - Method in class net.sf.ehcache.store.ElementIdAssigningStore
-
Returns the current local store size
- getSize() - Method in class net.sf.ehcache.store.LegacyStoreWrapper
-
Returns the current local store size
- getSize() - Method in class net.sf.ehcache.store.LruMemoryStore
-
Returns the current cache size.
- getSize() - Method in class net.sf.ehcache.store.MemoryStore
-
Returns the current store size.
- getSize() - Method in interface net.sf.ehcache.store.Store
-
Returns the current local store size
- getSize() - Method in class net.sf.ehcache.transaction.local.JtaLocalTransactionStore
-
Returns the current local store size
- getSize() - Method in class net.sf.ehcache.transaction.local.LocalTransactionStore
-
Returns the current local store size
- getSize() - Method in class net.sf.ehcache.transaction.xa.XATransactionStore
-
Returns the current local store size
- getSizeInBytes() - Method in class net.sf.ehcache.store.cachingtier.PooledBasedBackEnd
-
Deprecated.
- getSizeInBytes() - Method in class net.sf.ehcache.store.LruMemoryStore
-
Measures the size of the memory store by using the sizeof engine.
- getSizeInMemory() - Method in class net.sf.ehcache.hibernate.EhCache
-
Deprecated.
Warning: This method can be very expensive to run.
- getSizeInMemory() - Method in class net.sf.ehcache.hibernate.regions.EhcacheDataRegion
- getSizeModifier() - Method in class net.sf.ehcache.transaction.xa.XATransactionContext
-
The underlying store's size modifier.
- getSizeOfPolicyConfiguration() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Accessor
- getSizeOfPolicyConfiguration() - Method in class net.sf.ehcache.config.Configuration
-
Gets the SizeOf policy configuration.
- getSizeSample() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
- getSizeSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getSizeSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getSoftLocksForCache(String) - Method in class net.sf.ehcache.transaction.local.LocalTransactionContext
-
Get all soft locks registered in this context for a specific cache
- getStaleTime() - Method in class net.sf.ehcache.distribution.MulticastRMICacheManagerPeerProvider
-
The time after which an unrefreshed peer provider entry is considered stale.
- getStatistics() - Method in class net.sf.ehcache.Cache
-
Gets an immutable Statistics object representing the Cache statistics at the time.
- getStatistics() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Gets whether the cache's statistics will be enabled at startup
- getStatistics() - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Gets an immutable Statistics object representing the Cache statistics at the time.
- getStatistics() - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
- getStatistics() - Method in interface net.sf.ehcache.Ehcache
-
Gets an immutable Statistics object representing the Cache statistics at the time.
- getStatistics() - Method in class net.sf.ehcache.management.Cache
-
Gets the JMX cache statistics
- getStatistics() - Method in interface net.sf.ehcache.management.CacheMBean
-
Gets the JMX cache statistics
- getStatus() - Method in class net.sf.ehcache.Cache
-
Gets the status attribute of the Cache.
- getStatus() - Method in class net.sf.ehcache.CacheManager
-
Gets the status attribute of the Ehcache
- getStatus() - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Gets the status attribute of the Cache.
- getStatus() - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Gets the status attribute of the Cache.
- getStatus() - Method in class net.sf.ehcache.distribution.RMICacheManagerPeerListener
-
Returns the listener status.
- getStatus() - Method in interface net.sf.ehcache.Ehcache
-
Gets the status attribute of the Cache.
- getStatus() - Method in interface net.sf.ehcache.event.CacheManagerEventListener
-
Returns the listener status.
- getStatus() - Method in class net.sf.ehcache.event.CacheManagerEventListenerRegistry
-
Returns the listener status.
- getStatus() - Method in interface net.sf.ehcache.extension.CacheExtension
-
- getStatus() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernateMBeanRegistrationImpl
-
Returns the listener status.
- getStatus() - Method in interface net.sf.ehcache.loader.CacheLoader
-
- getStatus() - Method in class net.sf.ehcache.management.Cache
-
Gets the status attribute of the Cache.
- getStatus() - Method in class net.sf.ehcache.management.CacheManager
-
Gets the status attribute of the Ehcache
- getStatus() - Method in interface net.sf.ehcache.management.CacheManagerMBean
-
Gets the status attribute of the Ehcache
- getStatus() - Method in interface net.sf.ehcache.management.CacheMBean
-
Gets the status attribute of the Cache.
- getStatus() - Method in class net.sf.ehcache.management.ManagementService
-
Returns the listener status.
- getStatus() - Method in interface net.sf.ehcache.management.sampled.CacheManagerSampler
-
Gets the status attribute of the Ehcache
- getStatus() - Method in class net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
-
Gets the status attribute of the Ehcache
- getStatus() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Gets the status attribute of the Cache.
- getStatus() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Gets the status attribute of the Cache.
- getStatus() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Gets the status attribute of the Cache.
- getStatus() - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
-
Gets the status attribute of the Ehcache
- getStatus() - Method in class net.sf.ehcache.management.sampled.SampledMBeanRegistrationProvider
-
Returns the listener status.
- getStatus() - Method in class net.sf.ehcache.store.CacheStore
-
- getStatus() - Method in class net.sf.ehcache.store.disk.DiskStore
-
Returns the cache status.
- getStatus() - Method in class net.sf.ehcache.store.ElementIdAssigningStore
-
Returns the cache status.
- getStatus() - Method in class net.sf.ehcache.store.LegacyStoreWrapper
-
Returns the cache status.
- getStatus() - Method in class net.sf.ehcache.store.LruMemoryStore
-
Gets the status of the MemoryStore.
- getStatus() - Method in class net.sf.ehcache.store.MemoryStore
-
Gets the status of the MemoryStore.
- getStatus() - Method in interface net.sf.ehcache.store.Store
-
Returns the cache status.
- getStatus() - Method in class net.sf.ehcache.transaction.AbstractTransactionStore
-
Returns the cache status.
- getStore() - Method in class net.sf.ehcache.CacheStoreHelper
-
Returns the internal
Store
of the cache
- getStore() - Method in class net.sf.ehcache.config.PinningConfiguration
-
Return the lowest store from which elements must not be evicted from
- getStoreMBean() - Method in class net.sf.ehcache.Cache
-
Get the optional store management bean for this cache.
- getStrategy() - Method in class net.sf.ehcache.config.PersistenceConfiguration
-
Gets the persistence strategy
- getSuccessfulTransactionCount() - Method in interface net.sf.ehcache.hibernate.management.api.HibernateStats
-
Returns successful transaction count
- getSuccessfulTransactionCount() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Returns successful transaction count
- getSuccessfulTransactionCount() - Method in class net.sf.ehcache.hibernate.management.impl.HibernateStatsImpl
-
Returns successful transaction count
- getSuccessfulTransactionCount() - Method in class net.sf.ehcache.hibernate.management.impl.NullHibernateStats
-
Returns successful transaction count
- getSupportedJavaTypes() - Static method in enum net.sf.ehcache.search.attribute.AttributeType
-
- getSyncForKey(Object) - Method in interface net.sf.ehcache.concurrent.CacheLockProvider
-
Gets the Sync Stripe to use for a given key.
- getSyncForKey(Object) - Method in class net.sf.ehcache.concurrent.StripedReadWriteLockSync
-
Gets the Sync Stripe to use for a given key.
- getSynchronousWrites() - Method in class net.sf.ehcache.config.PersistenceConfiguration
-
Gets the persistence write mode
- getTargets() - Method in interface net.sf.ehcache.store.StoreQuery
-
Deprecated.
- getTerracottaClusteredSize() - Method in class net.sf.ehcache.store.CacheStore
-
- getTerracottaClusteredSize() - Method in class net.sf.ehcache.store.disk.DiskStore
-
Returns the current Terracotta clustered store size
- getTerracottaClusteredSize() - Method in class net.sf.ehcache.store.ElementIdAssigningStore
-
Returns the current Terracotta clustered store size
- getTerracottaClusteredSize() - Method in class net.sf.ehcache.store.LegacyStoreWrapper
-
Returns the current Terracotta clustered store size
- getTerracottaClusteredSize() - Method in class net.sf.ehcache.store.LruMemoryStore
-
Returns nothing since a disk store isn't clustered
- getTerracottaClusteredSize() - Method in class net.sf.ehcache.store.MemoryStore
-
Returns nothing since a disk store isn't clustered
- getTerracottaClusteredSize() - Method in interface net.sf.ehcache.store.Store
-
Returns the current Terracotta clustered store size
- getTerracottaClusteredSize() - Method in class net.sf.ehcache.transaction.local.JtaLocalTransactionStore
-
Returns the current Terracotta clustered store size
- getTerracottaClusteredSize() - Method in class net.sf.ehcache.transaction.local.LocalTransactionStore
-
Returns the current Terracotta clustered store size
- getTerracottaClusteredSize() - Method in class net.sf.ehcache.transaction.xa.XATransactionStore
-
Returns the current Terracotta clustered store size
- getTerracottaConfiguration() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Accessor
- getTerracottaConfiguration() - Method in class net.sf.ehcache.config.Configuration
-
Gets the TerracottaClientConfiguration
- getTerracottaConsistency() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Accessor
- getTerracottaConsistency() - Method in class net.sf.ehcache.management.CacheConfiguration
-
Accessor
- getTerracottaConsistency() - Method in interface net.sf.ehcache.management.CacheConfigurationMBean
-
Accessor
- getTerracottaConsistency() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Returns a textual description of a Terracotta-clustered cache's consistency mode.
- getTerracottaConsistency() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Returns a textual description of a Terracotta-clustered cache's consistency mode.
- getTerracottaConsistency() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Returns a textual description of a Terracotta-clustered cache's consistency mode.
- getTerracottaHibernateCacheRegionNames() - Method in interface net.sf.ehcache.hibernate.management.api.EhcacheStats
-
Returns the region names which are clustered with terracotta
- getTerracottaHibernateCacheRegionNames() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Returns the region names which are clustered with terracotta
- getTerracottaHibernateCacheRegionNames() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheStatsImpl
-
Returns the region names which are clustered with terracotta
- getTimeForClusterToForm() - Method in interface net.sf.ehcache.distribution.CacheManagerPeerProvider
-
Time for a cluster to form.
- getTimeForClusterToForm() - Method in class net.sf.ehcache.distribution.ManualRMICacheManagerPeerProvider
-
Time for a cluster to form.
- getTimeForClusterToForm() - Method in class net.sf.ehcache.distribution.MulticastRMICacheManagerPeerProvider
-
Time for a cluster to form.
- getTimeout() - Method in class net.sf.ehcache.hibernate.EhCache
-
Deprecated.
Returns the lock timeout for this cache, which is 60s
- getTimeout() - Method in class net.sf.ehcache.hibernate.regions.EhcacheDataRegion
- getTimeoutBehavior() - Method in class net.sf.ehcache.config.NonstopConfiguration
-
Returns value of timeoutBehavior configured
- getTimeoutBehaviorType() - Method in class net.sf.ehcache.config.TimeoutBehaviorConfiguration
-
Returns the type of timeout behavior configured
- getTimeoutBehaviorTypeFromName(String) - Static method in enum net.sf.ehcache.config.TimeoutBehaviorConfiguration.TimeoutBehaviorType
-
- getTimeoutMillis() - Method in class net.sf.ehcache.config.NonstopConfiguration
-
Returns the value of timeout in milliseconds
- getTimeoutMillis() - Method in class net.sf.ehcache.constructs.blocking.BlockingCache
-
Gets the time to wait to acquire a lock.
- getTimer() - Method in class net.sf.ehcache.CacheManager
-
- getTimerTask() - Method in class net.sf.ehcache.util.counter.sampled.SampledCounterImpl
-
Returns the timer task for this sampled counter
- getTimestamp() - Method in class net.sf.ehcache.util.counter.sampled.TimeStampedCounterValue
-
Get value of the timestamp
- getTimeToIdle() - Method in class net.sf.ehcache.Element
-
- getTimeToIdleSeconds() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Accessor
- getTimeToIdleSeconds() - Method in class net.sf.ehcache.management.CacheConfiguration
-
Accessor
- getTimeToIdleSeconds() - Method in interface net.sf.ehcache.management.CacheConfigurationMBean
-
Accessor
- getTimeToIdleSeconds() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Configuration property accessor.
- getTimeToIdleSeconds() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Configuration property accessor.
- getTimeToIdleSeconds() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Configuration property accessor.
- getTimeToLive() - Method in class net.sf.ehcache.distribution.MulticastKeepaliveHeartbeatSender
-
- getTimeToLive() - Method in class net.sf.ehcache.Element
-
- getTimeToLiveSeconds() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Accessor
- getTimeToLiveSeconds() - Method in class net.sf.ehcache.management.CacheConfiguration
-
Accessor
- getTimeToLiveSeconds() - Method in interface net.sf.ehcache.management.CacheConfigurationMBean
-
Accessor
- getTimeToLiveSeconds() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Configuration property accessor.
- getTimeToLiveSeconds() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Configuration property accessor.
- getTimeToLiveSeconds() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Configuration property accessor.
- getTimeToRefreshMillis() - Method in class net.sf.ehcache.constructs.refreshahead.RefreshAheadCacheConfiguration
-
return the time to refresh in milliseconds.
- getTimeToRefreshSeconds() - Method in class net.sf.ehcache.constructs.refreshahead.RefreshAheadCacheConfiguration
-
Get the time to refresh in seconds
- getTopology() - Method in interface net.sf.ehcache.terracotta.ClusteredInstanceFactory
-
Get an api for looking at the clustered node topology.
- getTopology() - Method in class net.sf.ehcache.terracotta.ClusteredInstanceFactoryWrapper
-
Get an api for looking at the clustered node topology.
- getTopologyListeners() - Method in interface net.sf.ehcache.cluster.CacheCluster
-
Get all the topology listeners
- getTopologyListeners() - Method in class net.sf.ehcache.cluster.NoopCacheCluster
-
Get all the topology listeners
- getTopologyListeners() - Method in class net.sf.ehcache.terracotta.TerracottaCacheCluster
-
Get all the topology listeners
- getTotalConfiguredOffheap() - Method in class net.sf.ehcache.config.Configuration
-
- getTransactional() - Method in interface net.sf.ehcache.management.sampled.CacheManagerSampler
-
Are any of the caches transactional
- getTransactional() - Method in class net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
-
Are any of the caches transactional
- getTransactional() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Is the cache a transactional one.
- getTransactional() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Is the cache a transactional one.
- getTransactional() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Is the cache a transactional one.
- getTransactional() - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
-
Are any of the caches transactional
- getTransactionalMode() - Method in class net.sf.ehcache.config.CacheConfiguration
-
To what transactionalMode was the Cache set
- getTransactionalMode() - Method in interface net.sf.ehcache.store.TerracottaStore
-
Get the transactional mode of this store.
- getTransactionalMode() - Method in class net.sf.ehcache.store.TerracottaTransactionalCopyingCacheStore
-
- getTransactionalMode() - Method in class net.sf.ehcache.transaction.AbstractTransactionStore
-
Get the transactional mode of this store.
- getTransactionCommitRate() - Method in interface net.sf.ehcache.management.sampled.CacheManagerSampler
-
- getTransactionCommitRate() - Method in class net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
- getTransactionCommitRate() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Gets the transaction commit rate.
- getTransactionCommitRate() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Gets the transaction commit rate.
- getTransactionCommitRate() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Gets the transaction commit rate.
- getTransactionCommitRate() - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
- getTransactionCommittedCount() - Method in class net.sf.ehcache.management.CacheManager
-
Get the committed transactions count
- getTransactionCommittedCount() - Method in interface net.sf.ehcache.management.CacheManagerMBean
-
Get the committed transactions count
- getTransactionCommittedCount() - Method in interface net.sf.ehcache.management.sampled.CacheManagerSampler
-
Get the committed transactions count
- getTransactionCommittedCount() - Method in class net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
-
Get the committed transactions count
- getTransactionCommittedCount() - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
-
Get the committed transactions count
- getTransactionCommittedCount() - Method in class net.sf.ehcache.TransactionController
-
Get the committed transactions count
- getTransactionController() - Method in class net.sf.ehcache.CacheManager
-
Get the TransactionController
- getTransactionCount() - Method in interface net.sf.ehcache.hibernate.management.api.HibernateStats
-
Returns transaction count
- getTransactionCount() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Returns transaction count
- getTransactionCount() - Method in class net.sf.ehcache.hibernate.management.impl.HibernateStatsImpl
-
Returns transaction count
- getTransactionCount() - Method in class net.sf.ehcache.hibernate.management.impl.NullHibernateStats
-
Returns transaction count
- getTransactionId() - Method in class net.sf.ehcache.transaction.local.LocalTransactionContext
-
Get the transaction ID of the context
- getTransactionID() - Method in class net.sf.ehcache.transaction.SoftLockID
-
Get the ID of the transaction under which this soft lock is operating
- getTransactionIdentifier(Transaction) - Method in class net.sf.ehcache.hibernate.EhcacheJtaTransactionManagerLookup
- getTransactionManager(Properties) - Method in class net.sf.ehcache.hibernate.EhcacheJtaTransactionManagerLookup
- getTransactionManager() - Method in class net.sf.ehcache.transaction.manager.DefaultTransactionManagerLookup
-
Lookup available txnManagers
- getTransactionManager() - Method in class net.sf.ehcache.transaction.manager.selector.Selector
-
Get the transaction manager, looking it up if necessary.
- getTransactionManager() - Method in interface net.sf.ehcache.transaction.manager.TransactionManagerLookup
-
Lookup available txnManagers
- getTransactionManagerLookup() - Method in class net.sf.ehcache.Cache
-
Get the TransactionManagerLookup implementation used to lookup the TransactionManager.
- getTransactionManagerLookup() - Method in class net.sf.ehcache.config.Configuration.RuntimeCfg
-
- getTransactionManagerLookupConfiguration() - Method in class net.sf.ehcache.config.Configuration
-
Gets the transaction manager lookup configuration.
- getTransactionRollbackRate() - Method in interface net.sf.ehcache.management.sampled.CacheManagerSampler
-
- getTransactionRollbackRate() - Method in class net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
- getTransactionRollbackRate() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Gets the transaction rollback rate.
- getTransactionRollbackRate() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Gets the transaction rollback rate.
- getTransactionRollbackRate() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Gets the transaction rollback rate.
- getTransactionRollbackRate() - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
- getTransactionRolledBackCount() - Method in class net.sf.ehcache.management.CacheManager
-
Get the rolled back transactions count
- getTransactionRolledBackCount() - Method in interface net.sf.ehcache.management.CacheManagerMBean
-
Get the rolled back transactions count
- getTransactionRolledBackCount() - Method in interface net.sf.ehcache.management.sampled.CacheManagerSampler
-
Get the rolled back transactions count
- getTransactionRolledBackCount() - Method in class net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
-
Get the rolled back transactions count
- getTransactionRolledBackCount() - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
-
Get the rolled back transactions count
- getTransactionRolledBackCount() - Method in class net.sf.ehcache.TransactionController
-
Get the rolled back transactions count
- getTransactionStates() - Method in class net.sf.ehcache.transaction.AbstractTransactionIDFactory
-
Return the map of transaction states.
- getTransactionStates() - Method in class net.sf.ehcache.transaction.TransactionIDFactoryImpl
-
- getTransactionTimedOutCount() - Method in class net.sf.ehcache.management.CacheManager
-
Get the timed out transactions count.
- getTransactionTimedOutCount() - Method in interface net.sf.ehcache.management.CacheManagerMBean
-
Get the timed out transactions count.
- getTransactionTimedOutCount() - Method in interface net.sf.ehcache.management.sampled.CacheManagerSampler
-
Get the timed out transactions count.
- getTransactionTimedOutCount() - Method in class net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
-
Get the timed out transactions count.
- getTransactionTimedOutCount() - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
-
Get the timed out transactions count.
- getTransactionTimedOutCount() - Method in class net.sf.ehcache.TransactionController
-
Get the timed out transactions count.
- getTransactionTimeout() - Method in class net.sf.ehcache.transaction.xa.EhcacheXAResourceImpl
- getType() - Method in class net.sf.ehcache.config.TimeoutBehaviorConfiguration
-
Returns the type of timeout behavior configured
- getType() - Method in class net.sf.ehcache.distribution.RmiEventMessage
-
Gets the event.
- getType() - Method in class net.sf.ehcache.search.expression.ComparableValue
-
Attribute type.
- getType() - Method in class net.sf.ehcache.search.expression.EqualTo
-
Get attribute type.
- getType() - Method in class net.sf.ehcache.writer.writebehind.operations.DeleteOperation
-
Returns a stable identifier for the type this operation can be classified in.
- getType() - Method in interface net.sf.ehcache.writer.writebehind.operations.SingleOperation
-
Returns a stable identifier for the type this operation can be classified in.
- getType() - Method in class net.sf.ehcache.writer.writebehind.operations.WriteOperation
-
Returns a stable identifier for the type this operation can be classified in.
- getTypeClass() - Method in class net.sf.ehcache.statistics.beans.AttributeProxy
-
Gets the type class.
- getTypeName() - Method in class net.sf.ehcache.config.SearchAttribute
-
- getTypeName() - Method in enum net.sf.ehcache.config.TimeoutBehaviorConfiguration.TimeoutBehaviorType
-
Returns a String signifying this type
- getUnavailableClusterScheme() - Method in exception net.sf.ehcache.cluster.ClusterSchemeNotAvailableException
-
Return the unavailable ClusterScheme this instance is associated with
- getUniqueResourceIdentifier() - Method in interface net.sf.ehcache.distribution.CacheManagerPeerListener
-
A listener will normally have a resource that only one instance can use at the same time,
such as a port.
- getUniqueResourceIdentifier() - Method in class net.sf.ehcache.distribution.RMICacheManagerPeerListener
-
A listener will normally have a resource that only one instance can use at the same time,
such as a port.
- getUnit() - Method in enum net.sf.ehcache.config.MemoryUnit
-
Retrieves the unit character for the MemoryUnit
- getUpdateCheck() - Method in class net.sf.ehcache.config.Configuration
-
Deprecated.
- getUpdateCount() - Method in class net.sf.ehcache.hibernate.management.impl.CollectionStats
-
getUpdateCount
- getUpdateCount() - Method in class net.sf.ehcache.hibernate.management.impl.EntityStats
-
getUpdateCount
- getUpdateCount() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Number of updates that as happened in the cache.
- getUpdateCount() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Number of updates that as happened in the cache.
- getUpdateCount() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Number of updates that as happened in the cache.
- getUrl() - Method in class net.sf.ehcache.config.TerracottaClientConfiguration
-
Get url string
- getUrl() - Method in interface net.sf.ehcache.distribution.CachePeer
-
The URL for the remote replicator to connect.
- getUrl() - Method in class net.sf.ehcache.distribution.RMICachePeer
-
The URL for the remote replicator to connect.
- getUrlBase() - Method in interface net.sf.ehcache.distribution.CachePeer
-
The URL base for the remote replicator to connect.
- getUrlBase() - Method in class net.sf.ehcache.distribution.RMICachePeer
-
The URL base for the remote replicator to connect.
- getUserDefinedSearchAttributes() - Method in class net.sf.ehcache.config.Searchable
-
Get the defined search attributes indexed by attribute name *excluding* any search attributes that are automatically/implicitly
defined (eg.
- getUserTransactionName() - Method in class net.sf.ehcache.hibernate.EhcacheJtaTransactionManagerLookup
- getUUID() - Method in interface net.sf.ehcache.terracotta.ClusteredInstanceFactory
-
Returns a universally unique identifiers for this factory.
- getUUID() - Method in class net.sf.ehcache.terracotta.ClusteredInstanceFactoryWrapper
-
Returns a universally unique identifiers for this factory.
- getValue() - Method in interface net.sf.ehcache.config.generator.model.NodeAttribute
-
Value of the attribute
- getValue() - Method in class net.sf.ehcache.config.generator.model.SimpleNodeAttribute
-
Value of the attribute
- getValue() - Method in class net.sf.ehcache.Element
-
- getValue() - Method in class net.sf.ehcache.management.sampled.SampledCounterProxy
-
- getValue() - Method in class net.sf.ehcache.MimeTypeByteArray
-
- getValue() - Method in class net.sf.ehcache.search.expression.EqualTo
-
Get attribute value.
- getValue() - Method in class net.sf.ehcache.search.impl.BaseResult
-
Return the value for this cache entry.
- getValue() - Method in interface net.sf.ehcache.search.Result
-
Return the value for this cache entry.
- getValue() - Method in interface net.sf.ehcache.util.counter.Counter
-
Gets current value of the counter
- getValue() - Method in class net.sf.ehcache.util.counter.CounterImpl
-
Gets current value of the counter
- getValue() - Method in class net.sf.ehcache.util.counter.sampled.SampledRateCounterImpl
-
Gets current value of the counter
- getValueOrDefault(Object, V) - Method in class net.sf.ehcache.util.concurrent.ConcurrentHashMap
-
Returns the value to which the specified key is mapped,
or the given defaultValue if this map contains no mapping for the key.
- getVendor() - Method in class net.sf.ehcache.transaction.manager.selector.Selector
-
Get the vendor name
- getVersion() - Method in class net.sf.ehcache.Element
-
Gets the version attribute of the ElementAttributes object.
- getVersion() - Method in class net.sf.ehcache.util.ProductInfo
-
- getWindowSize(TimeUnit) - Method in interface net.sf.ehcache.statistics.extended.ExtendedStatistics.Operation
-
Gets the window size.
- getWithLoader(Object, CacheLoader, Object) - Method in class net.sf.ehcache.Cache
-
This method will return, from the cache, the Element associated with the argument "key".
- getWithLoader(Object, CacheLoader, Object) - Method in class net.sf.ehcache.constructs.blocking.BlockingCache
-
This method is not appropriate to use with BlockingCache.
- getWithLoader(Object, CacheLoader, Object) - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
This method will return, from the cache, the object associated with
the argument "key".
- getWithLoader(Object, CacheLoader, Object) - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
This method will return, from the cache, the object associated with
the argument "key".
- getWithLoader(Object, CacheLoader, Object) - Method in class net.sf.ehcache.constructs.eventual.StronglyConsistentCacheAccessor
-
- getWithLoader(Object, CacheLoader, Object) - Method in interface net.sf.ehcache.Ehcache
-
This method will return, from the cache, the object associated with
the argument "key".
- getWriteBatching() - Method in class net.sf.ehcache.config.CacheWriterConfiguration
-
Check whether write operations should be batched
- getWriteBatchSize() - Method in class net.sf.ehcache.config.CacheWriterConfiguration
-
Retrieves the size of the batch operation.
- getWriteBehindConcurrency() - Method in class net.sf.ehcache.config.CacheWriterConfiguration
-
Accessor
- getWriteBehindMaxQueueSize() - Method in class net.sf.ehcache.config.CacheWriterConfiguration
-
Accessor
- getWriteCoalescing() - Method in class net.sf.ehcache.config.CacheWriterConfiguration
-
- getWriteMode() - Method in class net.sf.ehcache.config.CacheWriterConfiguration
-
Get the write mode in terms of the mode enum
- getWriterConcurrency() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Returns the number of configured write-behind queues/threads.
- getWriterConcurrency() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Returns the number of configured write-behind queues/threads.
- getWriterConcurrency() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Returns the number of configured write-behind queues/threads.
- getWriterManager() - Method in class net.sf.ehcache.Cache
-
Obtain the writer manager that's used by this cache instance.
- getWriterManager() - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Obtain the writer manager that's used by this cache instance.
- getWriterManager() - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Obtain the writer manager that's used by this cache instance.
- getWriterManager() - Method in interface net.sf.ehcache.Ehcache
-
Obtain the writer manager that's used by this cache instance.
- getWriterMaxQueueSize() - Method in class net.sf.ehcache.management.CacheStatistics
-
Gets the maximum size of the write-behind queue, if any.
- getWriterMaxQueueSize() - Method in interface net.sf.ehcache.management.CacheStatisticsMBean
-
Gets the maximum size of the write-behind queue, if any.
- getWriterMaxQueueSize() - Method in interface net.sf.ehcache.management.sampled.CacheManagerSampler
-
Maximum elements that can be queued for processing by the write-behind writer
- getWriterMaxQueueSize() - Method in class net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
-
Maximum elements that can be queued for processing by the write-behind writer
- getWriterMaxQueueSize() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Returns the maximum size of any write-behind queues.
- getWriterMaxQueueSize() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Returns the maximum size of any write-behind queues.
- getWriterMaxQueueSize() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Returns the maximum size of any write-behind queues.
- getWriterMaxQueueSize() - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
-
Maximum elements that can be queued for processing by the write-behind writer
- getWriterQueueLength() - Method in class net.sf.ehcache.management.CacheStatistics
-
Gets the size of the write-behind queue, if any.
- getWriterQueueLength() - Method in interface net.sf.ehcache.management.CacheStatisticsMBean
-
Gets the size of the write-behind queue, if any.
- getWriterQueueLength() - Method in interface net.sf.ehcache.management.sampled.CacheManagerSampler
-
Returns the total length of all write-behind queues across all caches
- getWriterQueueLength() - Method in class net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
-
Returns the total length of all write-behind queues across all caches
- getWriterQueueLength() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Returns the total length of all write-behind queues for this cache.
- getWriterQueueLength() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Returns the total length of all write-behind queues for this cache.
- getWriterQueueLength() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Gets the size of the write-behind queue, if any.
- getWriterQueueLength() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Returns the total length of all write-behind queues for this cache.
- getWriterQueueLength() - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
-
- getWriterQueueLength() - Method in interface net.sf.ehcache.statistics.FlatStatistics
-
Gets the writer queue length.
- getWriterQueueLength() - Method in class net.sf.ehcache.statistics.StatisticsGateway
-
- getWriterQueueLengthSample() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
- getWriterQueueLengthSample() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
- getWriterQueueLengthSample() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- getXaCommitCount() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Return the Cache's XAResource commit calls count.
- getXaCommitCount() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Return the Cache's XAResource commit calls count.
- getXaCommitCount() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Return the Cache's XAResource commit calls count.
- getXaRecoveredCount() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Return the Cache's XAResource recovered XIDs count.
- getXaRecoveredCount() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Return the Cache's XAResource recovered XIDs count.
- getXaRecoveredCount() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Return the Cache's XAResource recovered XIDs count.
- getXaRollbackCount() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Return the Cache's XAResource rollback calls count.
- getXaRollbackCount() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Return the Cache's XAResource rollback calls count.
- getXaRollbackCount() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Return the Cache's XAResource rollback calls count.
- getXid() - Method in class net.sf.ehcache.transaction.xa.processor.XARequest
-
- getXid() - Method in interface net.sf.ehcache.transaction.xa.XidTransactionID
-
Get the XID of this transaction ID
- getXid() - Method in class net.sf.ehcache.transaction.xa.XidTransactionIDImpl
-
Get the XID of this transaction ID
- getXid() - Method in class net.sf.ehcache.transaction.XidTransactionIDSerializedForm
-
Get the original XidTransactionID's XID
- GlassfishSelector - Class in net.sf.ehcache.transaction.manager.selector
-
A selector for the Glassfish Server's JTA transaction manager
- GlassfishSelector() - Constructor for class net.sf.ehcache.transaction.manager.selector.GlassfishSelector
-
Constructor
- GreaterThan - Class in net.sf.ehcache.search.expression
-
Greater than criteria
- GreaterThan(String, Object) - Constructor for class net.sf.ehcache.search.expression.GreaterThan
-
Constructor
- greaterThan(GreaterThan) - Method in class net.sf.ehcache.search.impl.BaseQueryInterpreter
-
hook
- greaterThanEqual(GreaterThanOrEqual) - Method in class net.sf.ehcache.search.impl.BaseQueryInterpreter
-
hook
- GreaterThanOrEqual - Class in net.sf.ehcache.search.expression
-
Greater than or equal criteria
- GreaterThanOrEqual(String, Object) - Constructor for class net.sf.ehcache.search.expression.GreaterThanOrEqual
-
Constructor
- GROUP_ID - Static variable in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernateMbeanNames
-
Group id for all sampled mbeans registered
- GROUP_ID - Static variable in class net.sf.ehcache.management.sampled.SampledEhcacheMBeans
-
Group id for all sampled mbeans registered
- groupBy(String) - Method in class net.sf.ehcache.search.impl.BaseQueryInterpreter
-
hook
- groupByAttributes() - Method in interface net.sf.ehcache.store.StoreQuery
-
Get the set of attributes to group result set by
- GroupedResultImpl - Class in net.sf.ehcache.search.impl
-
Representation of single result row from group-by queries
- GroupedResultImpl(StoreQuery, Map<String, Object>, Object[], List<Object>, Map<String, Object>) - Constructor for class net.sf.ehcache.search.impl.GroupedResultImpl
-
Constructor
- gt(T) - Method in class net.sf.ehcache.search.Attribute
-
Create a criteria where this attribute is greater than the given value
- IgnoreSizeOf - Annotation Type in net.sf.ehcache.pool.sizeof.annotations
-
Annotation to ignore a field, type or entire package while doing a SizeOf measurement
- ilike(String) - Method in class net.sf.ehcache.search.Attribute
-
Create a criteria where this attribute's toString() matches the given expression
See
ILike
for the expression syntax
- ILike - Class in net.sf.ehcache.search.expression
-
A regular expression criteria that matches attribute string values.
- ILike(String, String) - Constructor for class net.sf.ehcache.search.expression.ILike
-
Construct a "like" criteria for the given expression
- ilike(ILike) - Method in class net.sf.ehcache.search.impl.BaseQueryInterpreter
-
hook
- immediateTimeout(boolean) - Method in class net.sf.ehcache.config.NonstopConfiguration
-
Set the value of immediateTimeout
- ImmutableValueElementCopyStrategy - Class in net.sf.ehcache.store.compound
-
- ImmutableValueElementCopyStrategy() - Constructor for class net.sf.ehcache.store.compound.ImmutableValueElementCopyStrategy
-
- in(Collection<? extends T>) - Method in class net.sf.ehcache.search.Attribute
-
Create a criteria where this attribute is 'in' (ie.
- in(InCollection) - Method in class net.sf.ehcache.search.impl.BaseQueryInterpreter
-
hook
- includeAggregator(Aggregator...) - Method in interface net.sf.ehcache.search.Query
-
Request this query to aggregate the results by the given Aggregator(s)
- includeAttribute(Attribute<?>...) - Method in interface net.sf.ehcache.search.Query
-
Request that the given attribute(s) should be present in the result for
this query.
- includeKeys(boolean) - Method in class net.sf.ehcache.search.impl.BaseQueryInterpreter
-
hook
- includeKeys() - Method in interface net.sf.ehcache.search.Query
-
Request that the key object be present in the results.
- includeValues(boolean) - Method in class net.sf.ehcache.search.impl.BaseQueryInterpreter
-
hook
- includeValues() - Method in interface net.sf.ehcache.search.Query
-
Request that the value object be present in the results.
- InCollection - Class in net.sf.ehcache.search.expression
-
Criteria for inclusion in a given Collection (presumably a Set) of values
- InCollection(String, Collection<?>) - Constructor for class net.sf.ehcache.search.expression.InCollection
-
Constructor
- increment() - Method in class net.sf.ehcache.management.sampled.SampledCounterProxy
-
- increment(long) - Method in class net.sf.ehcache.management.sampled.SampledCounterProxy
-
- increment(long, long) - Method in class net.sf.ehcache.management.sampled.SampledRateCounterProxy
-
- increment() - Method in class net.sf.ehcache.util.concurrent.LongAdder
-
Equivalent to add(1)
.
- increment() - Method in interface net.sf.ehcache.util.counter.Counter
-
Increment the counter by 1
- increment(long) - Method in interface net.sf.ehcache.util.counter.Counter
-
Increment the counter by given amount
- increment() - Method in class net.sf.ehcache.util.counter.CounterImpl
-
Increment the counter by 1
- increment(long) - Method in class net.sf.ehcache.util.counter.CounterImpl
-
Increment the counter by given amount
- increment(long, long) - Method in interface net.sf.ehcache.util.counter.sampled.SampledRateCounter
-
Increments the numerator and denominator by the passed values
- increment(long, long) - Method in class net.sf.ehcache.util.counter.sampled.SampledRateCounterImpl
-
Increments the numerator and denominator by the passed values
- increment() - Method in class net.sf.ehcache.util.counter.sampled.SampledRateCounterImpl
-
- increment(long) - Method in class net.sf.ehcache.util.counter.sampled.SampledRateCounterImpl
-
- incrementLevel() - Method in class net.sf.ehcache.store.disk.ods.AATreeSet.AbstractTreeNode
-
Increment and then return this node's new level.
- incrementLevel() - Method in interface net.sf.ehcache.store.disk.ods.AATreeSet.Node
-
Increment and then return this node's new level.
- indexOf(Object) - Method in class net.sf.ehcache.util.SetAsList
-
- init(Configuration, String, URL, InputStream) - Method in class net.sf.ehcache.CacheManager
-
initialises the CacheManager
- init() - Method in interface net.sf.ehcache.distribution.CacheManagerPeerProvider
-
Notifies providers to initialise themselves.
- init() - Method in class net.sf.ehcache.distribution.ManualRMICacheManagerPeerProvider
-
Notifies providers to initialise themselves.
- init() - Method in class net.sf.ehcache.distribution.MulticastKeepaliveHeartbeatSender
-
Start the heartbeat thread
- init() - Method in class net.sf.ehcache.distribution.MulticastRMICacheManagerPeerProvider
-
Notifies providers to initialise themselves.
- init() - Method in class net.sf.ehcache.distribution.RMICacheManagerPeerListener
-
Call to start the listeners and do any other required initialisation.
- init() - Method in class net.sf.ehcache.distribution.RMICacheManagerPeerProvider
-
Notifies providers to initialise themselves.
- init() - Method in interface net.sf.ehcache.event.CacheManagerEventListener
-
Call to start the listeners and do any other required initialisation.
- init() - Method in class net.sf.ehcache.event.CacheManagerEventListenerRegistry
-
Initialises the listeners, ready to receive events.
- init() - Method in interface net.sf.ehcache.extension.CacheExtension
-
Notifies providers to initialise themselves.
- init() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernateMBeanRegistrationImpl
-
No-op in this case
- init() - Method in interface net.sf.ehcache.loader.CacheLoader
-
Notifies providers to initialise themselves.
- init() - Method in class net.sf.ehcache.management.ManagementService
-
Call to register the mbeans in the mbean server and start the event listeners and do any other required initialisation.
- init() - Method in class net.sf.ehcache.management.sampled.SampledMBeanRegistrationProvider
-
CacheManagerEventListener.init() - no need to do anything here
- init() - Method in class net.sf.ehcache.transaction.manager.DefaultTransactionManagerLookup
-
Switch the TransactionManagerLookup implementation to its initialized state.
- init() - Method in interface net.sf.ehcache.transaction.manager.TransactionManagerLookup
-
Switch the TransactionManagerLookup implementation to its initialized state.
- init() - Method in class net.sf.ehcache.writer.AbstractCacheWriter
-
Notifies writer to initialise themselves.
- init() - Method in interface net.sf.ehcache.writer.CacheWriter
-
Notifies writer to initialise themselves.
- init(Cache) - Method in interface net.sf.ehcache.writer.CacheWriterManager
-
Initialize the cache writer manager.
- init(WriteBehind) - Method in class net.sf.ehcache.writer.writebehind.NonStopWriteBehind
-
- init(Cache) - Method in class net.sf.ehcache.writer.writebehind.WriteBehindManager
-
Initialize the cache writer manager.
- init(Cache) - Method in class net.sf.ehcache.writer.writethrough.WriteThroughManager
-
Initialize the cache writer manager.
- initialise() - Method in class net.sf.ehcache.Cache
-
Newly created caches do not have a
Store
.
- initialise() - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
- initialise() - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
- initialise() - Method in interface net.sf.ehcache.Ehcache
-
- initialize(ManagementRESTServiceConfiguration) - Method in interface net.sf.ehcache.management.ManagementServer
-
Initialize method to call just after instantiating the class
- initialize(CacheManager, ClusteredInstanceFactory) - Method in interface net.sf.ehcache.management.provider.MBeanRegistrationProvider
-
Initialize MBeanRegistration if necessary for the cacheManager
- initialize(CacheManager, ClusteredInstanceFactory) - Method in class net.sf.ehcache.management.provider.MBeanRegistrationProviderImpl
-
Initialize MBeanRegistration if necessary for the cacheManager
- initialize(CacheManager, ClusteredInstanceFactory) - Method in class net.sf.ehcache.management.provider.NullMBeanRegistrationProvider
-
- initialize(CacheManager, ClusteredInstanceFactory) - Method in class net.sf.ehcache.management.sampled.SampledMBeanRegistrationProvider
-
Initialize MBeanRegistration if necessary for the cacheManager
- initialize(Collection<AttributeProxy>) - Method in class net.sf.ehcache.statistics.beans.ProxiedDynamicMBean
-
Initialize.
- initializeEhcache(Ehcache) - Method in class net.sf.ehcache.CacheInitializationHelper
-
- initializeEhcache(CacheManager, Ehcache) - Static method in class net.sf.ehcache.CacheInitializationHelper
-
- innerContent - Variable in class net.sf.ehcache.config.generator.model.AbstractNodeElement
-
the inner string content
- insert(Object, Object, Object) - Method in class net.sf.ehcache.hibernate.ccs.EhcacheNonstrictReadWriteCache
-
Deprecated.
A No-Op, since we are an asynchronous cache concurrency strategy.
- insert(Object, Object, Object) - Method in class net.sf.ehcache.hibernate.ccs.EhcacheReadOnlyCache
-
Deprecated.
A No-Op, since we are an asynchronous cache concurrency strategy.
- insert(Object, Object, Object) - Method in class net.sf.ehcache.hibernate.ccs.EhcacheReadWriteCache
-
Deprecated.
A No-Op, since we are an asynchronous cache concurrency strategy.
- insert(Object, Object, Object) - Method in class net.sf.ehcache.hibernate.nonstop.NonstopAwareEntityRegionAccessStrategy
- insert(Object, Object, Object) - Method in class net.sf.ehcache.hibernate.strategy.NonStrictReadWriteEhcacheEntityRegionAccessStrategy
-
Returns false
since this is an asynchronous cache access strategy.
- insert(Object, Object, Object) - Method in class net.sf.ehcache.hibernate.strategy.ReadOnlyEhcacheEntityRegionAccessStrategy
-
This cache is asynchronous hence a no-op
- insert(Object, Object, Object) - Method in class net.sf.ehcache.hibernate.strategy.ReadWriteEhcacheEntityRegionAccessStrategy
-
A no-op since this is an asynchronous cache access strategy.
- insert(Object, Object, Object) - Method in class net.sf.ehcache.hibernate.strategy.TransactionalEhcacheEntityRegionAccessStrategy
- insertCount - Variable in class net.sf.ehcache.hibernate.management.impl.EntityStats
-
insertCount
- installed() - Method in class net.sf.ehcache.store.disk.DiskStorageFactory.DiskMarker
-
Mark the disk substitute as installed
- INSTANCE - Static variable in class net.sf.ehcache.cluster.NoopCacheCluster
-
A singleton instance you can use rather than constructing your own.
- INSTANCE - Static variable in class net.sf.ehcache.hibernate.management.impl.NullHibernateStats
-
Singleton instance.
- INSTANCE - Static variable in class net.sf.ehcache.pool.SizeOfEngineLoader
-
The one and single instance of this class
- INSTANCE - Static variable in class net.sf.ehcache.search.NullResults
-
A global instance that can be freely shared with the world since this type has no state
- InternalClassLoaderAwareCache - Class in net.sf.ehcache.constructs.classloader
-
Extension of Class Loader Aware cache to accommodate the removeAndReturnElement method.
- InternalClassLoaderAwareCache(InternalEhcache, ClassLoader) - Constructor for class net.sf.ehcache.constructs.classloader.InternalClassLoaderAwareCache
-
Constructor
- InternalEhcache - Interface in net.sf.ehcache.terracotta
-
This is an extension of the Ehcache interface to allow addition of new methods to Cache without breaking the public contract.
- internalPutIfAbsent(Object, Object, int) - Method in class net.sf.ehcache.util.concurrent.ConcurrentHashMap
-
Implementation for putIfAbsent
- internalSetDiskCapacity(int) - Method in class net.sf.ehcache.config.CacheConfiguration
-
Intended for internal use only, and subject to change.
- internalSetEternal(boolean) - Method in class net.sf.ehcache.config.CacheConfiguration
-
Intended for internal use only, and subject to change.
- internalSetLogging(boolean) - Method in class net.sf.ehcache.config.CacheConfiguration
-
Intended for internal use only, and subject to change.
- internalSetMaxBytesLocalOffheap(long) - Method in class net.sf.ehcache.config.CacheConfiguration
-
Intended for internal use only, and subject to change.
- internalSetMaxEntriesInCache(int) - Method in class net.sf.ehcache.config.CacheConfiguration
-
Intended for internal use only, and subject to change.
- internalSetMemCapacity(int) - Method in class net.sf.ehcache.config.CacheConfiguration
-
Intended for internal use only, and subject to change.
- internalSetMemCapacityInBytes(long) - Method in class net.sf.ehcache.config.CacheConfiguration
-
Intended for internal use only, and subject to change.
- internalSetOverflowToOffheap(boolean) - Method in class net.sf.ehcache.config.CacheConfiguration
-
Intended for internal use only, and subject to change.
- internalSetTimeToIdle(long) - Method in class net.sf.ehcache.config.CacheConfiguration
-
Intended for internal use only, and subject to change.
- internalSetTimeToLive(long) - Method in class net.sf.ehcache.config.CacheConfiguration
-
Intended for internal use only, and subject to change.
- intValue() - Method in class net.sf.ehcache.Status
-
Returns the int value of status, for backward compatibility with ehcache versions below 1.2
- intValue() - Method in class net.sf.ehcache.util.concurrent.LongAdder
-
Returns the
LongAdder.sum()
as an
int
after a narrowing
primitive conversion.
- InvalidConfigurationException - Exception in net.sf.ehcache.config
-
An exception to report invalid configuration settings.
- InvalidConfigurationException(String) - Constructor for exception net.sf.ehcache.config.InvalidConfigurationException
-
Constructs a new exception with a detailed message that explains the cause.
- InvalidConfigurationException(Collection<ConfigError>) - Constructor for exception net.sf.ehcache.config.InvalidConfigurationException
-
Constructs a new exception with a message containing all config errors
- InvalidConfigurationException(String, Collection<ConfigError>) - Constructor for exception net.sf.ehcache.config.InvalidConfigurationException
-
Constructs a new exception with a message containing all config errors
- InvalidLockStateAfterRejoinException - Exception in net.sf.ehcache.constructs.nonstop.concurrency
-
Exception class signifying invalid lock state.
- InvalidLockStateAfterRejoinException() - Constructor for exception net.sf.ehcache.constructs.nonstop.concurrency.InvalidLockStateAfterRejoinException
-
Default Constructor
- InvalidLockStateAfterRejoinException(Throwable) - Constructor for exception net.sf.ehcache.constructs.nonstop.concurrency.InvalidLockStateAfterRejoinException
-
Constructor accepting a root cause
- InvalidLockStateAfterRejoinException(String, Throwable) - Constructor for exception net.sf.ehcache.constructs.nonstop.concurrency.InvalidLockStateAfterRejoinException
-
Constructor accepting a root cause and a message
- invoke(Object, Method, Object[]) - Method in class net.sf.ehcache.exceptionhandler.ExceptionHandlingDynamicCacheProxy
-
Processes a method invocation on a proxy instance and returns
the result.
- invoke(String, Object[], String[]) - Method in class net.sf.ehcache.management.Store
- invoke(String, Object[], String[]) - Method in class net.sf.ehcache.statistics.beans.ProxiedDynamicMBean
-
Not implemented.
- isAbort() - Method in enum net.sf.ehcache.config.SizeOfPolicyConfiguration.MaxDepthExceededBehavior
-
Returns true if this behavior is equal to ABORT
- isAlive() - Method in class net.sf.ehcache.constructs.refreshahead.ThreadedWorkQueue
-
Is this work queue still accepting work.
- isAlive() - Method in class net.sf.ehcache.management.sampled.SampledMBeanRegistrationProvider
-
- isAlwaysOn() - Method in interface net.sf.ehcache.statistics.extended.ExtendedStatistics.Operation
-
Checks if is always on.
- isAsynchronous() - Method in interface net.sf.ehcache.bootstrap.BootstrapCacheLoader
-
- isAsynchronous() - Method in class net.sf.ehcache.distribution.RMIBootstrapCacheLoader
-
- isAsynchronous() - Method in class net.sf.ehcache.store.DiskStoreBootstrapCacheLoader
- isAsynchronous() - Method in class net.sf.ehcache.terracotta.TerracottaBootstrapCacheLoader
- isAutoCreated() - Method in class net.sf.ehcache.DiskStorePathManager
-
Was this path auto-created (ie.
- isCacheCoherent() - Method in class net.sf.ehcache.store.AbstractStore
-
Indicates whether this store provides a coherent view of all the elements
in a cache.
- isCacheCoherent() - Method in class net.sf.ehcache.store.CacheStore
-
- isCacheCoherent() - Method in class net.sf.ehcache.store.ElementIdAssigningStore
-
Indicates whether this store provides a coherent view of all the elements
in a cache.
- isCacheCoherent() - Method in interface net.sf.ehcache.store.Store
-
Indicates whether this store provides a coherent view of all the elements
in a cache.
- isCacheCoherent() - Method in class net.sf.ehcache.transaction.AbstractTransactionStore
-
Indicates whether this store provides a coherent view of all the elements
in a cache.
- isCacheXA() - Method in class net.sf.ehcache.config.TerracottaConfiguration
-
Check whether the [serialized value] cache is an XA enabled cache
- isClearOnFlush() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Accessor
- isClusterBulkLoadEnabled() - Method in class net.sf.ehcache.Cache
-
Returns true if at least one node in the cluster is in bulk-load mode.
- isClusterBulkLoadEnabled() - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Returns true if at least one node in the cluster is in bulk-load mode.
- isClusterBulkLoadEnabled() - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Returns true if at least one node in the cluster is in bulk-load mode.
- isClusterBulkLoadEnabled() - Method in interface net.sf.ehcache.Ehcache
-
Returns true if at least one node in the cluster is in bulk-load mode.
- isClusterBulkLoadEnabled() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Is the cache in bulk-load mode cluster-wide?.
- isClusterBulkLoadEnabled() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Is the cache in bulk-load mode cluster-wide?.
- isClusterBulkLoadEnabled() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Is the cache in bulk-load mode cluster-wide?.
- isClusterCoherent() - Method in class net.sf.ehcache.Cache
-
- isClusterCoherent() - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Returns true if the cache is in coherent mode cluster-wide.
- isClusterCoherent() - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
- isClusterCoherent() - Method in interface net.sf.ehcache.Ehcache
-
- isClusterCoherent() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Deprecated.
- isClusterCoherent() - Method in interface net.sf.ehcache.management.sampled.SampledCacheMBean
-
- isClusterCoherent() - Method in class net.sf.ehcache.store.AbstractStore
-
Returns true if the cache is in coherent mode cluster-wide.
- isClusterCoherent() - Method in class net.sf.ehcache.store.CacheStore
-
- isClusterCoherent() - Method in class net.sf.ehcache.store.ElementIdAssigningStore
-
Returns true if the cache is in coherent mode cluster-wide.
- isClusterCoherent() - Method in interface net.sf.ehcache.store.Store
-
Returns true if the cache is in coherent mode cluster-wide.
- isClusterCoherent() - Method in class net.sf.ehcache.transaction.AbstractTransactionStore
-
Returns true if the cache is in coherent mode cluster-wide.
- isClustered() - Method in class net.sf.ehcache.config.TerracottaConfiguration
-
Check whether clustering is enabled
- isClusterOnline() - Method in interface net.sf.ehcache.cluster.CacheCluster
-
Find out if the current node is connected to the cluster or not
- isClusterOnline() - Method in class net.sf.ehcache.cluster.NoopCacheCluster
-
Find out if the current node is connected to the cluster or not
- isClusterOnline() - Method in class net.sf.ehcache.terracotta.TerracottaCacheCluster
-
Find out if the current node is connected to the cluster or not
- isCoherent() - Method in class net.sf.ehcache.config.TerracottaConfiguration
-
- isComparable() - Method in enum net.sf.ehcache.search.attribute.AttributeType
-
Is this type comparable?
- isCompressionEnabled() - Method in class net.sf.ehcache.config.TerracottaConfiguration
-
Check whether compression is enabled
- isContinue() - Method in enum net.sf.ehcache.config.SizeOfPolicyConfiguration.MaxDepthExceededBehavior
-
Returns true if this behavior is equal to CONTINUE
- isCopyOnRead() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Whether the Cache should copy elements it returns
- isCopyOnRead() - Method in class net.sf.ehcache.config.TerracottaConfiguration
-
Deprecated.
- isCopyOnWrite() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Whether the Cache should copy elements it gets
- isCountBasedTuned() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Whether this cache is Count based
- isDecisionCommit(TransactionID) - Method in class net.sf.ehcache.transaction.AbstractTransactionIDFactory
-
Check if the given transaction should be committed or not
- isDecisionCommit(TransactionID) - Method in class net.sf.ehcache.transaction.DelegatingTransactionIDFactory
-
- isDecisionCommit(TransactionID) - Method in interface net.sf.ehcache.transaction.TransactionIDFactory
-
Check if the given transaction should be committed or not
- isDefault() - Method in class net.sf.ehcache.DiskStorePathManager
-
Was this path sourced from the default value.
- isDisabled() - Method in class net.sf.ehcache.Cache
-
Whether this cache is disabled.
- isDisabled() - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Whether this cache is disabled.
- isDisabled() - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Whether this cache is disabled.
- isDisabled() - Method in interface net.sf.ehcache.Ehcache
-
Whether this cache is disabled.
- isDiskPersistent() - Method in class net.sf.ehcache.config.CacheConfiguration
-
- isDiskPersistent() - Method in class net.sf.ehcache.management.CacheConfiguration
-
Accessor
- isDiskPersistent() - Method in interface net.sf.ehcache.management.CacheConfigurationMBean
-
Accessor
- isDiskPersistent() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Configuration property accessor.
- isDiskPersistent() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Configuration property accessor.
- isDiskPersistent() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Configuration property accessor.
- isDiskStore() - Method in class net.sf.ehcache.Cache
-
Whether this cache uses a disk store
- isDistributed(Ehcache) - Method in class net.sf.ehcache.distribution.RMICacheManagerPeerListener
-
Determine if the given cache is distributed.
- isDynamicIndexingAllowed() - Method in class net.sf.ehcache.config.Searchable
-
Is dynamic indexing allowed?
- isElementInMemory(Serializable) - Method in class net.sf.ehcache.Cache
-
Whether an Element is stored in the cache in Memory, indicating a very low cost of retrieval.
- isElementInMemory(Object) - Method in class net.sf.ehcache.Cache
-
Whether an Element is stored in the cache in Memory, indicating a very low cost of retrieval.
- isElementInMemory(Object) - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Whether an Element is stored in the cache in Memory, indicating a very low cost of retrieval.
- isElementInMemory(Serializable) - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Whether an Element is stored in the cache in Memory, indicating a very low cost of retrieval.
- isElementInMemory(Object) - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Whether an Element is stored in the cache in Memory, indicating a very low cost of retrieval.
- isElementInMemory(Serializable) - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Whether an Element is stored in the cache in Memory, indicating a very low cost of retrieval.
- isElementInMemory(Serializable) - Method in interface net.sf.ehcache.Ehcache
-
Whether an Element is stored in the cache in Memory, indicating a very low cost of retrieval.
- isElementInMemory(Object) - Method in interface net.sf.ehcache.Ehcache
-
Whether an Element is stored in the cache in Memory, indicating a very low cost of retrieval.
- isElementOffHeap(Object) - Method in class net.sf.ehcache.Cache
-
Whether an Element is stored in the cache in off-heap memory, indicating an intermediate cost of retrieval.
- isElementOnDisk(Serializable) - Method in class net.sf.ehcache.Cache
-
Whether an Element is stored in the cache on Disk, indicating a higher cost of retrieval.
- isElementOnDisk(Object) - Method in class net.sf.ehcache.Cache
-
Whether an Element is stored in the cache on Disk, indicating a higher cost of retrieval.
- isElementOnDisk(Object) - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Whether an Element is stored in the cache on Disk, indicating a higher cost of retrieval.
- isElementOnDisk(Serializable) - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Whether an Element is stored in the cache on Disk, indicating a higher cost of retrieval.
- isElementOnDisk(Object) - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Whether an Element is stored in the cache on Disk, indicating a higher cost of retrieval.
- isElementOnDisk(Serializable) - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Whether an Element is stored in the cache on Disk, indicating a higher cost of retrieval.
- isElementOnDisk(Serializable) - Method in interface net.sf.ehcache.Ehcache
-
Whether an Element is stored in the cache on Disk, indicating a higher cost of retrieval.
- isElementOnDisk(Object) - Method in interface net.sf.ehcache.Ehcache
-
Whether an Element is stored in the cache on Disk, indicating a higher cost of retrieval.
- isEmpty() - Method in class net.sf.ehcache.store.CacheKeySet
- isEmpty() - Method in class net.sf.ehcache.store.chm.SelectableConcurrentHashMap
-
- isEmpty() - Method in class net.sf.ehcache.store.disk.ods.AATreeSet
-
- isEmpty() - Method in class net.sf.ehcache.util.concurrent.ConcurrentHashMap
- isEmpty() - Method in class net.sf.ehcache.util.SetAsList
- isEmtpy() - Method in class net.sf.ehcache.util.CircularLossyQueue
-
Returns true if the queue is empty, otherwise false
- isEnabled() - Method in class net.sf.ehcache.config.ManagementRESTServiceConfiguration
-
Check if the REST services should be enabled or not.
- isEnabled() - Method in class net.sf.ehcache.config.NonstopConfiguration
-
Returns true if nonstop is enabled in config
- isEnabled() - Method in interface net.sf.ehcache.management.sampled.CacheManagerSampler
-
Returns if each cache is enabled.
- isEnabled() - Method in class net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
-
Returns if each cache is enabled.
- isEnabled() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Is the cache enabled?.
- isEnabled() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Is the cache enabled?.
- isEnabled() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Is the cache enabled?.
- isEnabled() - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
-
Returns if each contained cache is enabled.
- isEnterprise() - Method in class net.sf.ehcache.util.ProductInfo
-
- isEternal() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Accessor
- isEternal() - Method in class net.sf.ehcache.Element
-
- isEternal() - Method in class net.sf.ehcache.management.CacheConfiguration
-
Accessor
- isEternal() - Method in interface net.sf.ehcache.management.CacheConfigurationMBean
-
Accessor
- isEternal() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Configuration property accessor.
- isEternal() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Configuration property accessor.
- isEternal() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Configuration property accessor.
- isEvictOnLoadMiss() - Method in class net.sf.ehcache.constructs.refreshahead.RefreshAheadCacheConfiguration
-
Get whether no return for a key from all CacheLoaders will force
an eviction prematurely from the underlying cache.
- isExact() - Method in class net.sf.ehcache.pool.Size
-
Check if the calculated size is exact
- isExpired(Element) - Method in class net.sf.ehcache.Cache
-
Checks whether this cache element has expired.
- isExpired(Element) - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Checks whether this cache element has expired.
- isExpired(Element) - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Checks whether this cache element has expired.
- isExpired(Element) - Method in interface net.sf.ehcache.Ehcache
-
Checks whether this cache element has expired.
- isExpired() - Method in class net.sf.ehcache.Element
-
- isExpired(CacheConfiguration) - Method in class net.sf.ehcache.Element
-
- isExpired(TransactionID) - Method in class net.sf.ehcache.transaction.DelegatingTransactionIDFactory
-
- isExpired() - Method in class net.sf.ehcache.transaction.ReadCommittedSoftLockImpl
-
Check if the soft lock expired, ie: that the thread which locked it died
- isExpired() - Method in interface net.sf.ehcache.transaction.SoftLock
-
Check if the soft lock expired, ie: that the thread which locked it died
- isExpired(TransactionID) - Method in interface net.sf.ehcache.transaction.TransactionIDFactory
-
Check if the transaction ID expired, ie: that the transaction died abnormally
- isExpired(TransactionID) - Method in class net.sf.ehcache.transaction.TransactionIDFactoryImpl
-
- isFaulted(Object) - Method in class net.sf.ehcache.store.disk.DiskStore
-
Verifies if the mapping for a key is marked as faulted
- isFaulted(int, Object) - Method in class net.sf.ehcache.store.disk.Segment
-
Verifies if the mapping for a key is marked as faulted
- isFrozen() - Method in class net.sf.ehcache.config.CacheConfiguration
-
- isFull() - Method in class net.sf.ehcache.store.LruMemoryStore
-
An algorithm to tell if the MemoryStore is at or beyond its carrying capacity.
- isFull() - Method in class net.sf.ehcache.store.MemoryStore
-
An algorithm to tell if the MemoryStore is at or beyond its carrying capacity.
- isHeldByCurrentThread(LockType) - Method in class net.sf.ehcache.concurrent.ReadWriteLockSync
-
Returns true is this is lock is held at given level by the current thread.
- isHeldByCurrentThread(LockType) - Method in interface net.sf.ehcache.concurrent.Sync
-
Returns true is this is lock is held at given level by the current thread.
- isHibernateStatisticsSupported() - Method in interface net.sf.ehcache.hibernate.management.api.EhcacheHibernateMBean
-
Returns true if hibernate statistics is supported.
- isHibernateStatisticsSupported() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Returns true if hibernate statistics is supported.
- isHotspot() - Static method in enum net.sf.ehcache.pool.sizeof.JvmInformation
-
Returns true if VM vendor is Hotspot
- isIBM() - Static method in enum net.sf.ehcache.pool.sizeof.JvmInformation
-
Returns true if VM vendor is IBM
- isImmediateShutdown() - Method in class net.sf.ehcache.terracotta.TerracottaBootstrapCacheLoader
-
Whether the on going keysnapshot will finish before the instance is disposed
- isImmediateTimeout() - Method in class net.sf.ehcache.config.NonstopConfiguration
-
Returns true if immediateTimeout is set to true
- isInGoogleAppEngine() - Static method in class net.sf.ehcache.util.VmUtils
-
- isInitialized() - Method in interface net.sf.ehcache.management.provider.MBeanRegistrationProvider
-
Returns true
if initialized otherwise false
- isInitialized() - Method in class net.sf.ehcache.management.provider.MBeanRegistrationProviderImpl
-
Returns true
if initialized otherwise false
- isInitialized() - Method in class net.sf.ehcache.management.provider.NullMBeanRegistrationProvider
-
Returns true
if initialized otherwise false
- isInitialized() - Method in class net.sf.ehcache.management.sampled.SampledMBeanRegistrationProvider
-
Returns true
if initialized otherwise false
- isInMemoryLimitReached(Ehcache, int) - Method in class net.sf.ehcache.store.MemoryLimitedCacheLoader
-
Checks whether the cache has reached the limit configured for in-memory storage
- isKeyInCache(Object) - Method in class net.sf.ehcache.Cache
-
An inexpensive check to see if the key exists in the cache.
- isKeyInCache(Object) - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
An inexpensive check to see if the key exists in the cache.
- isKeyInCache(Object) - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
An inexpensive check to see if the key exists in the cache.
- isKeyInCache(Object) - Method in interface net.sf.ehcache.Ehcache
-
An inexpensive check to see if the key exists in the cache.
- isKeySerializable() - Method in class net.sf.ehcache.Element
-
Whether the element's key may be Serialized.
- isLifespanSet() - Method in class net.sf.ehcache.Element
-
Whether any combination of eternal, TTL or TTI has been set.
- isLocalCacheEnabled() - Method in class net.sf.ehcache.config.TerracottaConfiguration
-
Returns true if local cache is enabled, otherwise false
- isLocalHeapCountBased() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Check if the local heap is measured with ARC or in element count.
- isLocalHeapCountBased() - Method in interface net.sf.ehcache.management.sampled.LegacyCacheStatistics
-
Check if the local heap is measured with ARC or in element count.
- isLocalHeapCountBased() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Check if the local heap is measured with ARC or in element count.
- isLocalTransactional() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Helper method to compute whether the cache is local transactional or not
- isLoggingEnabled() - Method in class net.sf.ehcache.management.CacheConfiguration
-
Accessor
- isLoggingEnabled() - Method in interface net.sf.ehcache.management.CacheConfigurationMBean
-
Accessor
- isLoggingEnabled() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Configuration property accessor.
- isLoggingEnabled() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Configuration property accessor.
- isLoggingEnabled() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Configuration property accessor.
- isManagementAvailable() - Static method in class net.sf.ehcache.management.ManagementServerLoader
-
Check if the ehcache-rest-agent jar is on the classpath
- isMaxBytesLocalDiskPercentageSet() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Checks whether the user explicitly set the maxBytesOnDiskPercentage
- isMaxBytesLocalDiskSet() - Method in class net.sf.ehcache.config.Configuration
-
Checks whether the user explicitly set the maxBytesOnDisk
- isMaxBytesLocalHeapPercentageSet() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Checks whether the user explicitly set the maxBytesOnHeapPercentage
- isMaxBytesLocalHeapSet() - Method in class net.sf.ehcache.config.Configuration
-
Checks whether the user explicitly set the maxBytesOnHeap
- isMaxBytesLocalOffHeapPercentageSet() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Checks whether the user explicitly set the maxBytesOffHeapPercentage
- isMaxBytesLocalOffHeapSet() - Method in class net.sf.ehcache.config.Configuration
-
Checks whether the user explicitly set the maxBytesOffHeat
- isMaxInclusive() - Method in class net.sf.ehcache.search.expression.Between
-
- isMinInclusive() - Method in class net.sf.ehcache.search.expression.Between
-
- isModeGet() - Method in class net.sf.ehcache.constructs.readthrough.ReadThroughCacheConfiguration
-
Return whether the get() method is proxied.
- isNamed() - Method in class net.sf.ehcache.CacheManager
-
Indicate whether the CacheManager is named or not.
- isNamed() - Method in class net.sf.ehcache.config.Configuration.RuntimeCfg
-
- isNeedClientAuth() - Method in class net.sf.ehcache.config.ManagementRESTServiceConfiguration
-
Indicates whether or not the embedded agent should require ssl client certificate authorization.
- isNodeBulkLoadEnabled() - Method in class net.sf.ehcache.Cache
-
Returns true if the current node is in bulk-load mode.
- isNodeBulkLoadEnabled() - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Returns true if the current node is in bulk-load mode.
- isNodeBulkLoadEnabled() - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Returns true if the current node is in bulk-load mode.
- isNodeBulkLoadEnabled() - Method in interface net.sf.ehcache.Ehcache
-
Returns true if the current node is in bulk-load mode.
- isNodeBulkLoadEnabled() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Is the cache in bulk-load mode locally?.
- isNodeBulkLoadEnabled() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Is the cache in bulk-load mode locally?.
- isNodeBulkLoadEnabled() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Is the cache in bulk-load mode locally?.
- isNodeCoherent() - Method in class net.sf.ehcache.Cache
-
- isNodeCoherent() - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Returns true if the cache is in coherent mode for the current node.
- isNodeCoherent() - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
- isNodeCoherent() - Method in interface net.sf.ehcache.Ehcache
-
- isNodeCoherent() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Deprecated.
- isNodeCoherent() - Method in interface net.sf.ehcache.management.sampled.SampledCacheMBean
-
- isNodeCoherent() - Method in class net.sf.ehcache.store.AbstractStore
-
Returns true if the cache is in coherent mode for the current node.
- isNodeCoherent() - Method in class net.sf.ehcache.store.CacheStore
-
- isNodeCoherent() - Method in class net.sf.ehcache.store.ElementIdAssigningStore
-
Returns true if the cache is in coherent mode for the current node.
- isNodeCoherent() - Method in interface net.sf.ehcache.store.Store
-
Returns true if the cache is in coherent mode for the current node.
- isNodeCoherent() - Method in class net.sf.ehcache.transaction.AbstractTransactionStore
-
Returns true if the cache is in coherent mode for the current node.
- isNonstopEnabled() - Method in class net.sf.ehcache.config.TerracottaConfiguration
-
Returns true if nonstop is enabled
- isNull() - Method in class net.sf.ehcache.search.Attribute
-
Create a criteria that requires no value for this attribute
- IsNull - Class in net.sf.ehcache.search.expression
-
Tests whether the value of attribute with given name is null
- IsNull(String) - Constructor for class net.sf.ehcache.search.expression.IsNull
-
- isNull(IsNull) - Method in class net.sf.ehcache.search.impl.BaseQueryInterpreter
-
hook
- isNull() - Method in class net.sf.ehcache.store.disk.ods.Region
-
Return true if this region is null, i.e.
- isOnePhase() - Method in class net.sf.ehcache.transaction.xa.processor.XARequest
-
- isOpenJDK() - Static method in enum net.sf.ehcache.pool.sizeof.JvmInformation
-
Returns true if VM vendor is OpenJDK
- isOptional() - Method in class net.sf.ehcache.config.generator.model.AbstractNodeElement
-
Returns true if this element is optional
- isOptional() - Method in interface net.sf.ehcache.config.generator.model.NodeAttribute
-
Returns true if the attribute is optional, otherwise false
- isOptional() - Method in interface net.sf.ehcache.config.generator.model.NodeElement
-
Returns true if this element is optional
- isOptional() - Method in class net.sf.ehcache.config.generator.model.SimpleNodeAttribute
-
Returns true if the attribute is optional, otherwise false
- isOSX() - Static method in enum net.sf.ehcache.pool.sizeof.JvmInformation
-
Return true if the VM's vendor is Apple
- isOutputBehaviorEnabled(XMLGeneratorVisitor.OutputBehavior) - Method in class net.sf.ehcache.config.generator.model.XMLGeneratorVisitor
-
Returns true if the output behavior is enabled
- isOverflowToDisk() - Method in class net.sf.ehcache.config.CacheConfiguration
-
- isOverflowToDisk() - Method in class net.sf.ehcache.management.CacheConfiguration
-
Accessor
- isOverflowToDisk() - Method in interface net.sf.ehcache.management.CacheConfigurationMBean
-
Accessor
- isOverflowToDisk() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Configuration property accessor.
- isOverflowToDisk() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Configuration property accessor.
- isOverflowToDisk() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Configuration property accessor.
- isOverflowToOffHeap() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Accessor
- isOverflowToOffHeap() - Method in class net.sf.ehcache.management.CacheConfiguration
-
Accessor
- isOverflowToOffHeap() - Method in interface net.sf.ehcache.management.CacheConfigurationMBean
-
Accessor
- isOverflowToOffHeap() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
isOverflowToOffHeap
- isOverflowToOffHeap() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
isOverflowToOffHeap
- isOverflowToOffHeap() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
isOverflowToOffHeap
- isOverflowToOffHeapSet() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Checks whether the overflowing to off heap behavior was explicitly set
- isPersistent() - Method in class net.sf.ehcache.transaction.DelegatingTransactionIDFactory
-
- isPersistent() - Method in interface net.sf.ehcache.transaction.TransactionIDFactory
-
Return true
if the factory state is persistent (survives JVM restart).
- isPersistent() - Method in class net.sf.ehcache.transaction.TransactionIDFactoryImpl
-
- isPinned() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Configuration property accessor.
- isPinned() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Configuration property accessor.
- isPinned() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Configuration property accessor.
- isPut(Object) - Method in interface net.sf.ehcache.transaction.xa.commands.Command
-
Is this command represents adding a key to the store
- isPut(Object) - Method in class net.sf.ehcache.transaction.xa.commands.StorePutCommand
-
Is this command represents adding a key to the store
- isPut(Object) - Method in class net.sf.ehcache.transaction.xa.commands.StoreRemoveCommand
-
Is this command represents adding a key to the store
- isRead() - Method in class net.sf.ehcache.statistics.beans.AttributeProxy
-
Checks if is readable.
- isReadLockedByCurrentThread(Object) - Method in class net.sf.ehcache.Cache
-
Returns true if a read lock for the key is held by the current thread
- isReadLockedByCurrentThread(Object) - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Returns true if a read lock for the key is held by the current thread
- isReadLockedByCurrentThread(Object) - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Returns true if a read lock for the key is held by the current thread
- isReadLockedByCurrentThread(Object) - Method in interface net.sf.ehcache.Ehcache
-
Returns true if a read lock for the key is held by the current thread
- isRegionCacheEnabled(String) - Method in interface net.sf.ehcache.hibernate.management.api.EhcacheStats
-
Returns true if cache is enabled for the input region
- isRegionCacheEnabled(String) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Returns true if cache is enabled for the input region
- isRegionCacheEnabled(String) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheStatsImpl
-
Returns true if cache is enabled for the input region
- isRegionCacheLoggingEnabled(String) - Method in interface net.sf.ehcache.hibernate.management.api.EhcacheStats
-
Returns true if logging is enabled for the input cache region
- isRegionCacheLoggingEnabled(String) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Returns true if logging is enabled for the input cache region
- isRegionCacheLoggingEnabled(String) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheStatsImpl
-
Returns true if logging is enabled for the input cache region
- isRegionCacheOrphanEvictionEnabled(String) - Method in interface net.sf.ehcache.hibernate.management.api.EhcacheStats
-
Returns true if orphan eviction is enabled for the region otherwise false
- isRegionCacheOrphanEvictionEnabled(String) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Returns true if orphan eviction is enabled for the region otherwise false
- isRegionCacheOrphanEvictionEnabled(String) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheStatsImpl
-
Returns true if orphan eviction is enabled for the region otherwise false
- isRegionCachesEnabled() - Method in interface net.sf.ehcache.hibernate.management.api.EhcacheStats
-
Returns true if all the cache regions are enabled.
- isRegionCachesEnabled() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Returns true if all the cache regions are enabled.
- isRegionCachesEnabled() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheStatsImpl
-
Returns true if all the cache regions are enabled.
- isRejoin() - Method in class net.sf.ehcache.config.TerracottaClientConfiguration
-
Returns true if rejoin is enabled
- isRemove(Object) - Method in interface net.sf.ehcache.transaction.xa.commands.Command
-
Is this command represents removing a key to the store
- isRemove(Object) - Method in class net.sf.ehcache.transaction.xa.commands.StorePutCommand
-
Is this command represents removing a key to the store
- isRemove(Object) - Method in class net.sf.ehcache.transaction.xa.commands.StoreRemoveCommand
-
Is this command represents removing a key to the store
- isRemoved(Object) - Method in class net.sf.ehcache.transaction.xa.XATransactionContext
-
Queries the local tx context, whether the key is pending removal
- isReplicateUpdatesViaCopy() - Method in interface net.sf.ehcache.distribution.CacheReplicator
-
Returns whether update is through copy or invalidate
- isReplicateUpdatesViaCopy() - Method in class net.sf.ehcache.distribution.RMISynchronousCacheReplicator
-
- isResetOnSample() - Method in class net.sf.ehcache.util.counter.sampled.SampledCounterConfig
-
Returns true if counters created from this config will reset on each
sample
- isSameRM(XAResource) - Method in class net.sf.ehcache.transaction.xa.EhcacheXAResourceImpl
- isSearchable() - Method in class net.sf.ehcache.Cache
-
Is this cache searchable?
- isSearchable() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Accessor
- isSearchable() - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Is this cache searchable?
- isSearchable() - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Is this cache searchable?
- isSearchable() - Method in interface net.sf.ehcache.Ehcache
-
Is this cache searchable?
- isSerializable() - Method in class net.sf.ehcache.Element
-
Whether the element may be Serialized.
- isSslEnabled() - Method in class net.sf.ehcache.config.ManagementRESTServiceConfiguration
-
Indicates whether or not the embedded agent should enabled ssl.
- isStatisticsEnabled() - Method in interface net.sf.ehcache.hibernate.management.api.HibernateStats
-
Returns true if statistics collection is enabled otherwise false
- isStatisticsEnabled() - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Returns true if statistics collection is enabled otherwise false
- isStatisticsEnabled() - Method in class net.sf.ehcache.hibernate.management.impl.HibernateStatsImpl
-
Returns true if statistics collection is enabled otherwise false
- isStatisticsEnabled() - Method in class net.sf.ehcache.hibernate.management.impl.NullHibernateStats
-
Returns true if statistics collection is enabled otherwise false
- isSupportedType(Object) - Static method in enum net.sf.ehcache.search.attribute.AttributeType
-
Test the given value to see if it is a legal type
- isSynchronousWrites() - Method in class net.sf.ehcache.config.TerracottaConfiguration
-
Is the cache configured for synchronous-write?
- isTerracottaClustered() - Method in class net.sf.ehcache.Cache
-
Indicates whether this cache is clustered by Terracotta
- isTerracottaClustered() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Helper method to compute whether the cache is clustered or not
- isTerracottaClustered() - Method in class net.sf.ehcache.management.Cache
-
Is the cache configured with Terracotta clustering?
- isTerracottaClustered() - Method in class net.sf.ehcache.management.CacheConfiguration
-
Accessor
- isTerracottaClustered() - Method in interface net.sf.ehcache.management.CacheConfigurationMBean
-
Accessor
- isTerracottaClustered() - Method in interface net.sf.ehcache.management.CacheMBean
-
Uses a Terracotta clustered store.
- isTerracottaClustered() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Is the cache configured with Terracotta clustering?.
- isTerracottaClustered() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Is the cache configured with Terracotta clustering?.
- isTerracottaClustered() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Is the cache configured with Terracotta clustering?.
- isTerracottaHibernateCache(String) - Method in interface net.sf.ehcache.hibernate.management.api.EhcacheStats
-
Returns true if the input region is clustered with terracotta
- isTerracottaHibernateCache(String) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Returns true if the input region is clustered with terracotta
- isTerracottaHibernateCache(String) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheStatsImpl
-
Returns true if the input region is clustered with terracotta
- isTerracottaRejoin() - Method in class net.sf.ehcache.config.Configuration.RuntimeCfg
-
- isTransactional() - Method in enum net.sf.ehcache.config.CacheConfiguration.TransactionalMode
-
- isTransactionAware() - Method in class net.sf.ehcache.hibernate.regions.EhcacheTransactionalDataRegion
- isTransactionStarted(Ehcache) - Static method in class net.sf.ehcache.util.CacheTransactionHelper
-
Check if a transaction has begun on the current thread if the cache is configured as
transactional, otherwise always return false.
- isUpdate() - Method in exception net.sf.ehcache.store.disk.StoreUpdateException
-
Whether the element was inserted or updated in the Store
- isUrlConfig() - Method in class net.sf.ehcache.config.TerracottaClientConfiguration
-
Helper to check whether this is url config or embedded config
- isValid() - Method in class net.sf.ehcache.distribution.LegacyEventMessage
-
- isValidTimeoutBehaviorType(String) - Static method in enum net.sf.ehcache.config.TimeoutBehaviorConfiguration.TimeoutBehaviorType
-
Find out if a string is a valid timeoutBehavior type or not
- isValueInCache(Object) - Method in class net.sf.ehcache.Cache
-
An extremely expensive check to see if the value exists in the cache.
- isValueInCache(Object) - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
An extremely expensive check to see if the value exists in the cache.
- isValueInCache(Object) - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
An extremely expensive check to see if the value exists in the cache.
- isValueInCache(Object) - Method in interface net.sf.ehcache.Ehcache
-
An extremely expensive check to see if the value exists in the cache.
- isWanEnabledTSA() - Method in class net.sf.ehcache.config.TerracottaClientConfiguration
-
Returns true if it is a WAN enabled TSA
- isWrite() - Method in class net.sf.ehcache.statistics.beans.AttributeProxy
-
Checks if is writable.
- isWriteLockedByCurrentThread(Object) - Method in class net.sf.ehcache.Cache
-
Returns true if a write lock for the key is held by the current thread
- isWriteLockedByCurrentThread(Object) - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Returns true if a write lock for the key is held by the current thread
- isWriteLockedByCurrentThread(Object) - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Returns true if a write lock for the key is held by the current thread
- isWriteLockedByCurrentThread(Object) - Method in interface net.sf.ehcache.Ehcache
-
Returns true if a write lock for the key is held by the current thread
- isXaStrictTransactional() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Helper method to compute whether the cache is XA transactional or not
- isXaTransactional() - Method in class net.sf.ehcache.config.CacheConfiguration
-
Helper method to compute whether the cache is local_jta transactional or not
- iterator() - Method in class net.sf.ehcache.store.CacheKeySet
- iterator() - Method in class net.sf.ehcache.store.chm.SelectableConcurrentHashMap.Segment
-
- iterator() - Method in class net.sf.ehcache.store.disk.ods.AATreeSet
-
- iterator() - Method in class net.sf.ehcache.util.concurrent.ConcurrentHashMap.EntrySetView
-
Returns a "weakly consistent" iterator that will never
throw
ConcurrentModificationException
, and
guarantees to traverse elements as they existed upon
construction of the iterator, and may (but is not
guaranteed to) reflect any modifications subsequent to
construction.
- iterator() - Method in class net.sf.ehcache.util.concurrent.ConcurrentHashMap.KeySetView
-
Returns a "weakly consistent" iterator that will never
throw
ConcurrentModificationException
, and
guarantees to traverse elements as they existed upon
construction of the iterator, and may (but is not
guaranteed to) reflect any modifications subsequent to
construction.
- iterator() - Method in class net.sf.ehcache.util.concurrent.ConcurrentHashMap.ValuesView
-
Returns a "weakly consistent" iterator that will never
throw
ConcurrentModificationException
, and
guarantees to traverse elements as they existed upon
construction of the iterator, and may (but is not
guaranteed to) reflect any modifications subsequent to
construction.
- iterator() - Method in class net.sf.ehcache.util.LargeCollection
- iterator() - Method in class net.sf.ehcache.util.SetAsList
- range(int, int) - Method in class net.sf.ehcache.search.impl.ResultsImpl
-
Retrieve a subset of the cache results.
- range(int, int) - Method in class net.sf.ehcache.search.NullResults
-
Retrieve a subset of the cache results.
- range(int, int) - Method in interface net.sf.ehcache.search.Results
-
Retrieve a subset of the cache results.
- rate - Variable in class net.sf.ehcache.management.sampled.SampledCounterProxy
-
The rate.
- rate() - Method in interface net.sf.ehcache.statistics.extended.ExtendedStatistics.Result
-
Rate.
- RateImpl<T extends Enum<T>> - Class in net.sf.ehcache.statistics.extended
-
The Class RateStatistic.
- RateImpl(SourceStatistic<ChainedOperationObserver<T>>, Set<T>, long, ScheduledExecutorService, int, long) - Constructor for class net.sf.ehcache.statistics.extended.RateImpl
-
Instantiates a new rate statistic.
- rateLimitPerSecond(int) - Method in class net.sf.ehcache.config.CacheWriterConfiguration
-
- ratioOf(Set<T>, Set<T>) - Method in interface net.sf.ehcache.statistics.extended.ExtendedStatistics.Operation
-
Ratio of.
- read(Object) - Method in class net.sf.ehcache.hibernate.EhCache
-
Deprecated.
Gets an object from the cache.
- read(DiskStorageFactory.DiskMarker) - Method in class net.sf.ehcache.store.disk.DiskStorageFactory
-
Read the data at the given marker, and return the associated deserialized Element.
- ReadCommittedSoftLockFactory - Class in net.sf.ehcache.transaction
-
A factory of read-committed soft locks.
- ReadCommittedSoftLockFactory() - Constructor for class net.sf.ehcache.transaction.ReadCommittedSoftLockFactory
-
- ReadCommittedSoftLockImpl - Class in net.sf.ehcache.transaction
-
A SoftLock implementation with Read-Committed isolation level
- readLock(Object) - Method in class net.sf.ehcache.hibernate.regions.EhcacheTransactionalDataRegion
-
Attempts to read lock the mapping for the given key.
- ReadOnlyEhcacheCollectionRegionAccessStrategy - Class in net.sf.ehcache.hibernate.strategy
-
Ehcache specific read-only collection region access strategy
- ReadOnlyEhcacheCollectionRegionAccessStrategy(EhcacheCollectionRegion, Settings) - Constructor for class net.sf.ehcache.hibernate.strategy.ReadOnlyEhcacheCollectionRegionAccessStrategy
-
Create a read-only access strategy accessing the given collection region.
- ReadOnlyEhcacheEntityRegionAccessStrategy - Class in net.sf.ehcache.hibernate.strategy
-
Ehcache specific read-only entity region access strategy
- ReadOnlyEhcacheEntityRegionAccessStrategy(EhcacheEntityRegion, Settings) - Constructor for class net.sf.ehcache.hibernate.strategy.ReadOnlyEhcacheEntityRegionAccessStrategy
-
Create a read-only access strategy accessing the given entity region.
- ReadThroughCache - Class in net.sf.ehcache.constructs.readthrough
-
This class implements the simplest of all possible read through cache
behaviors, where a call the get() will delegate to a call to getWithLoader().
- ReadThroughCache(Ehcache, ReadThroughCacheConfiguration) - Constructor for class net.sf.ehcache.constructs.readthrough.ReadThroughCache
-
- ReadThroughCacheConfiguration - Class in net.sf.ehcache.constructs.readthrough
-
- ReadThroughCacheConfiguration() - Constructor for class net.sf.ehcache.constructs.readthrough.ReadThroughCacheConfiguration
-
Create default, valid configuration.
- ReadThroughCacheFactory - Class in net.sf.ehcache.constructs.readthrough
-
- ReadThroughCacheFactory() - Constructor for class net.sf.ehcache.constructs.readthrough.ReadThroughCacheFactory
-
- readUnlock(Object) - Method in class net.sf.ehcache.hibernate.regions.EhcacheTransactionalDataRegion
-
Attempts to read unlock the mapping for the given key.
- ReadWriteCopyStrategy<T> - Interface in net.sf.ehcache.store.compound
-
- ReadWriteEhcacheCollectionRegionAccessStrategy - Class in net.sf.ehcache.hibernate.strategy
-
Ehcache specific read/write collection region access strategy
- ReadWriteEhcacheCollectionRegionAccessStrategy(EhcacheCollectionRegion, Settings) - Constructor for class net.sf.ehcache.hibernate.strategy.ReadWriteEhcacheCollectionRegionAccessStrategy
-
Create a read/write access strategy accessing the given collection region.
- ReadWriteEhcacheEntityRegionAccessStrategy - Class in net.sf.ehcache.hibernate.strategy
-
Ehcache specific read/write entity region access strategy
- ReadWriteEhcacheEntityRegionAccessStrategy(EhcacheEntityRegion, Settings) - Constructor for class net.sf.ehcache.hibernate.strategy.ReadWriteEhcacheEntityRegionAccessStrategy
-
Create a read/write access strategy accessing the given entity region.
- ReadWriteLockSync - Class in net.sf.ehcache.concurrent
-
A simple ReadWriteLock synchronizer.
- ReadWriteLockSync() - Constructor for class net.sf.ehcache.concurrent.ReadWriteLockSync
-
default constructor.
- ReadWriteLockSync(ReentrantReadWriteLock) - Constructor for class net.sf.ehcache.concurrent.ReadWriteLockSync
-
Constructor.
- ReadWriteSerializationCopyStrategy - Class in net.sf.ehcache.store.compound
-
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 graph
- ReadWriteSerializationCopyStrategy() - Constructor for class net.sf.ehcache.store.compound.ReadWriteSerializationCopyStrategy
-
- recalculateSize(Object) - Method in class net.sf.ehcache.Cache
-
Recalculate the size of the element mapped to the key
- recalculateSize(Object) - Method in class net.sf.ehcache.constructs.classloader.InternalClassLoaderAwareCache
-
Recalculate the size of the element mapped to the key
- recalculateSize(Object) - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Recalculate the size of the element mapped to the key
- recalculateSize(Object) - Method in class net.sf.ehcache.store.AbstractStore
-
Recalculate size of the element mapped to the key
- recalculateSize(Object) - Method in class net.sf.ehcache.store.CacheStore
-
- recalculateSize(K) - Method in class net.sf.ehcache.store.cachingtier.CountBasedBackEnd
-
- recalculateSize(K) - Method in interface net.sf.ehcache.store.cachingtier.HeapCacheBackEnd
-
Deprecated.
- recalculateSize(K) - Method in class net.sf.ehcache.store.cachingtier.OnHeapCachingTier
-
- recalculateSize(K) - Method in interface net.sf.ehcache.store.CachingTier
-
Deprecated.
- recalculateSize(Object) - Method in class net.sf.ehcache.store.chm.SelectableConcurrentHashMap
-
- recalculateSize(Object, int) - Method in class net.sf.ehcache.store.chm.SelectableConcurrentHashMap.Segment
-
- recalculateSize(Object) - Method in class net.sf.ehcache.store.ElementIdAssigningStore
-
Recalculate size of the element mapped to the key
- recalculateSize(Object) - Method in class net.sf.ehcache.store.MemoryStore
-
- recalculateSize(Object) - Method in interface net.sf.ehcache.store.Store
-
Recalculate size of the element mapped to the key
- recalculateSize(Object) - Method in interface net.sf.ehcache.terracotta.InternalEhcache
-
Recalculate the size of the element mapped to the key
- recalculateSize(K) - Method in class net.sf.ehcache.util.concurrent.ConcurrentHashMap
-
Deprecated.
- recordDoubleStatistic(List<AttributeProxy>, String, String, ExtendedStatistics.Statistic<Double>) - Method in class net.sf.ehcache.statistics.beans.ExtendedStatisticsMBean
-
Record double statistic.
- recordLongStatistic(List<AttributeProxy>, String, String, ExtendedStatistics.Statistic<Long>) - Method in class net.sf.ehcache.statistics.beans.ExtendedStatisticsMBean
-
Record long statistic.
- recover() - Method in class net.sf.ehcache.transaction.local.LocalRecoveryManager
-
Run recovery on all registered local transaction stores.
- recover() - Method in class net.sf.ehcache.transaction.local.LocalTransactionStore
-
Recover and resolve all known soft locks
- recover(int) - Method in class net.sf.ehcache.transaction.xa.EhcacheXAResourceImpl
- recreateCount - Variable in class net.sf.ehcache.hibernate.management.impl.CollectionStats
-
recreateCount
- ReflectionAttributeExtractor - Class in net.sf.ehcache.search.attribute
-
Built-in search attribute extractor driven by method/value dotted expression
chains.
The expression chain must start with one of either "key", "value", or
"element".
- ReflectionAttributeExtractor(String) - Constructor for class net.sf.ehcache.search.attribute.ReflectionAttributeExtractor
-
Create a new ReflectionAttributeExtractor
- ReflectionSizeOf - Class in net.sf.ehcache.pool.sizeof
-
SizeOf that uses reflection to measure on heap size of object graphs
- ReflectionSizeOf() - Constructor for class net.sf.ehcache.pool.sizeof.ReflectionSizeOf
-
Builds a new SizeOf that will not filter fields and will cache reflected fields
- ReflectionSizeOf(SizeOfFilter) - Constructor for class net.sf.ehcache.pool.sizeof.ReflectionSizeOf
-
Builds a new SizeOf that will filter fields and will cache reflected fields
- ReflectionSizeOf(SizeOfFilter, boolean) - Constructor for class net.sf.ehcache.pool.sizeof.ReflectionSizeOf
-
Builds a new SizeOf that will filter fields
- refresh() - Method in class net.sf.ehcache.constructs.blocking.SelfPopulatingCache
-
Refresh the elements of this cache.
- refresh(boolean) - Method in class net.sf.ehcache.constructs.blocking.SelfPopulatingCache
-
Refresh the elements of this cache.
- refresh(Object) - Method in class net.sf.ehcache.constructs.blocking.SelfPopulatingCache
-
Refresh a single element.
- refresh(Object, boolean) - Method in class net.sf.ehcache.constructs.blocking.SelfPopulatingCache
-
Refresh a single element.
- refresh() - Method in class net.sf.ehcache.constructs.blocking.UpdatingSelfPopulatingCache
-
This method should not be used.
- RefreshAheadCache - Class in net.sf.ehcache.constructs.refreshahead
-
A cache decorator which implements read ahead refreshing.
- RefreshAheadCache(Ehcache, RefreshAheadCacheConfiguration) - Constructor for class net.sf.ehcache.constructs.refreshahead.RefreshAheadCache
-
Create a Refresh Ahead Cache Adaptor with the specified configuration.
- RefreshAheadCacheConfiguration - Class in net.sf.ehcache.constructs.refreshahead
-
- RefreshAheadCacheConfiguration() - Constructor for class net.sf.ehcache.constructs.refreshahead.RefreshAheadCacheConfiguration
-
Create a default, valid configuration
- RefreshAheadCacheFactory - Class in net.sf.ehcache.constructs.refreshahead
-
- RefreshAheadCacheFactory() - Constructor for class net.sf.ehcache.constructs.refreshahead.RefreshAheadCacheFactory
-
- refreshElement(Element, Ehcache) - Method in class net.sf.ehcache.constructs.blocking.SelfPopulatingCache
-
Refresh a single element.
- refreshElement(Element, Ehcache, boolean) - Method in class net.sf.ehcache.constructs.blocking.SelfPopulatingCache
-
Refresh a single element.
- region - Variable in class net.sf.ehcache.hibernate.management.impl.CacheRegionStats
-
region name
- Region - Class in net.sf.ehcache.store.disk.ods
-
Class that represents the regions held within this set.
- Region(long) - Constructor for class net.sf.ehcache.store.disk.ods.Region
-
Creates a region containing just the single given value
- Region(long, long) - Constructor for class net.sf.ehcache.store.disk.ods.Region
-
Creates a region containing the given range of value (inclusive).
- Region(Region) - Constructor for class net.sf.ehcache.store.disk.ods.Region
-
Create a shallow copy of a region.
- register(MBeanServer) - Method in interface net.sf.ehcache.management.ManagedCacheManagerPeerProvider
-
Register the peer provider with the MBeanServer
- register(CacheManager) - Method in interface net.sf.ehcache.management.ManagementServer
-
Puts the submitted resource under the purview of this ManagementServer
.
- register(CacheManager, String, ManagementRESTServiceConfiguration) - Static method in class net.sf.ehcache.management.ManagementServerLoader
-
Register a cacheManager to management rest server.
- register(EhcacheXAResource, boolean) - Method in class net.sf.ehcache.transaction.manager.DefaultTransactionManagerLookup
-
execute txnManager specific code to register the XAResource for recovery.
- register(EhcacheXAResource, boolean) - Method in interface net.sf.ehcache.transaction.manager.TransactionManagerLookup
-
execute txnManager specific code to register the XAResource for recovery.
- registerAccessor(PoolAccessor) - Method in class net.sf.ehcache.store.cachingtier.PooledBasedBackEnd
-
Registers the accessor with the backend.
- registerCacheExtension(CacheExtension) - Method in class net.sf.ehcache.Cache
-
- registerCacheExtension(CacheExtension) - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
- registerCacheExtension(CacheExtension) - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
- registerCacheExtension(CacheExtension) - Method in interface net.sf.ehcache.Ehcache
-
- registerCacheLoader(CacheLoader) - Method in class net.sf.ehcache.Cache
-
- registerCacheLoader(CacheLoader) - Method in class net.sf.ehcache.constructs.blocking.BlockingCache
-
- registerCacheLoader(CacheLoader) - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
- registerCacheLoader(CacheLoader) - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
- registerCacheLoader(CacheLoader) - Method in interface net.sf.ehcache.Ehcache
-
- registerCacheWriter(CacheWriter) - Method in class net.sf.ehcache.Cache
-
- registerCacheWriter(CacheWriter) - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
- registerCacheWriter(CacheWriter) - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
- registerCacheWriter(CacheWriter) - Method in interface net.sf.ehcache.Ehcache
-
- registerClusterRemoteEndpoint(String) - Method in interface net.sf.ehcache.management.ManagementServer
-
Register a cluster endpoint of a specific client to enable
clustered monitoring.
- registerDynamicAttributesExtractor(DynamicAttributesExtractor) - Method in class net.sf.ehcache.Cache
-
Allows user to register a dynamic attribute extractor with a searchable cache that is dynamically indexable,
as indicated by its configuration.
- registerDynamicAttributesExtractor(DynamicAttributesExtractor) - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Allows user to register a dynamic attribute extractor with a searchable cache that is dynamically indexable,
as indicated by its configuration.
- registerDynamicAttributesExtractor(DynamicAttributesExtractor) - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Allows user to register a dynamic attribute extractor with a searchable cache that is dynamically indexable,
as indicated by its configuration.
- registerDynamicAttributesExtractor(DynamicAttributesExtractor) - Method in interface net.sf.ehcache.Ehcache
-
Allows user to register a dynamic attribute extractor with a searchable cache that is dynamically indexable,
as indicated by its configuration.
- registered(CacheConfiguration) - Method in class net.sf.ehcache.config.AbstractCacheConfigurationListener
-
Indicates that this listener was registered with the given configuration
- registered(CacheConfiguration) - Method in interface net.sf.ehcache.config.CacheConfigurationListener
-
Indicates that this listener was registered with the given configuration
- registered(CacheConfiguration) - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Indicates that this listener was registered with the given configuration
- registered(CacheConfiguration) - Method in class net.sf.ehcache.store.MemoryStore
-
Indicates that this listener was registered with the given configuration
- RegisteredEventListeners - Class in net.sf.ehcache.event
-
Registered listeners for registering and unregistering CacheEventListeners and multicasting notifications to registrants.
- RegisteredEventListeners(Cache) - Constructor for class net.sf.ehcache.event.RegisteredEventListeners
-
Constructs a new notification service
- RegisteredEventListeners(Ehcache, CacheStoreHelper) - Constructor for class net.sf.ehcache.event.RegisteredEventListeners
-
Construct a registered event listeners service
- RegisteredEventListeners.ElementCreationCallback - Interface in net.sf.ehcache.event
-
Callback interface for creating elements to pass to registered listeners.
- registerEmergencyValve(Callable<Void>) - Method in interface net.sf.ehcache.store.PressuredStore
-
Registers an emergency valve
- registerEvictionCallback(HeapCacheBackEnd.EvictionCallback<K, V>) - Method in class net.sf.ehcache.store.cachingtier.CountBasedBackEnd
-
Let's you register a single callback for evictions
- registerEvictionCallback(HeapCacheBackEnd.EvictionCallback<K, V>) - Method in interface net.sf.ehcache.store.cachingtier.HeapCacheBackEnd
-
Let's you register a single callback for evictions
- registerEvictionCallback(HeapCacheBackEnd.EvictionCallback<K, V>) - Method in class net.sf.ehcache.store.cachingtier.PooledBasedBackEnd
-
- registerListener(CacheManagerEventListener) - Method in class net.sf.ehcache.event.CacheManagerEventListenerRegistry
-
Adds a listener to the notification service.
- registerListener(CacheEventListener) - Method in class net.sf.ehcache.event.RegisteredEventListeners
-
Adds a listener to the notification service.
- registerListener(CacheEventListener, NotificationScope) - Method in class net.sf.ehcache.event.RegisteredEventListeners
-
Adds a listener to the notification service.
- registerMBean(CacheManager, Properties) - Method in class net.sf.ehcache.hibernate.management.impl.ProviderMBeanRegistrationHelper
-
Registers mbean for the input cache manager and the session factory name
- registerMBeanForCacheManager(CacheManager, Properties) - Method in interface net.sf.ehcache.hibernate.management.impl.EhcacheHibernateMBeanRegistration
-
Registers MBean for the input manager and session factory properties.
- registerMBeanForCacheManager(CacheManager, Properties) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernateMBeanRegistrationImpl
-
Registers MBean for the input manager and session factory properties.
- registerMBeans(CacheManager, MBeanServer, boolean, boolean, boolean, boolean, boolean) - Static method in class net.sf.ehcache.management.ManagementService
-
A convenience static method which creates a ManagementService and initialises it with the
supplied parameters.
- registerMBeans(CacheManager, MBeanServer, boolean, boolean, boolean, boolean) - Static method in class net.sf.ehcache.management.ManagementService
-
A convenience static method which creates a ManagementService and initialises it with the
supplied parameters.
- registerPeer(String) - Method in interface net.sf.ehcache.distribution.CacheManagerPeerProvider
-
Register a new peer.
- registerPeer(String) - Method in class net.sf.ehcache.distribution.ManualRMICacheManagerPeerProvider
-
Register a new peer.
- registerPeer(String) - Method in class net.sf.ehcache.distribution.MulticastRMICacheManagerPeerProvider
-
Register a new peer, but only if the peer is new, otherwise the last seen timestamp is updated.
- registerPeer(String) - Method in class net.sf.ehcache.distribution.RMICacheManagerPeerProvider
-
Register a new peer
- registerPoolAccessor(PoolAccessor) - Method in class net.sf.ehcache.pool.impl.AbstractPool
-
Register an accessor implementation with this pool.
- registerPoolAccessor(PoolAccessor) - Method in class net.sf.ehcache.pool.impl.UnboundedPool
-
Register an accessor implementation with this pool.
- registerPoolAccessor(PoolAccessor) - Method in interface net.sf.ehcache.pool.Pool
-
Register an accessor implementation with this pool.
- registerResource(EhcacheXAResource, boolean) - Method in class net.sf.ehcache.transaction.manager.selector.BitronixSelector
-
Register an XAResource with the transaction manager.
- registerResource(EhcacheXAResource, boolean) - Method in class net.sf.ehcache.transaction.manager.selector.Selector
-
Register an XAResource with the transaction manager.
- registerResource(EhcacheXAResource, boolean) - Method in class net.sf.ehcache.transaction.manager.selector.WeblogicSelector
-
Register an XAResource with the transaction manager.
- registerSoftLock(String, LocalTransactionStore, SoftLock) - Method in class net.sf.ehcache.transaction.local.LocalTransactionContext
-
Register a soft lock in the context
- reinitialize(ClusteredInstanceFactory) - Method in interface net.sf.ehcache.management.provider.MBeanRegistrationProvider
-
Reinitialize the mbeans.
- reinitialize(ClusteredInstanceFactory) - Method in class net.sf.ehcache.management.provider.MBeanRegistrationProviderImpl
-
Reinitialize the mbeans.
- reinitialize(ClusteredInstanceFactory) - Method in class net.sf.ehcache.management.provider.NullMBeanRegistrationProvider
-
- reinitialize(ClusteredInstanceFactory) - Method in class net.sf.ehcache.management.sampled.SampledMBeanRegistrationProvider
-
Reinitialize the mbeans.
- reinsertUnprocessedItems(List<SingleOperation>) - Method in class net.sf.ehcache.writer.writebehind.AbstractWriteBehindQueue
-
Reinsert any unfinished operations into the queue.
- rejoin(boolean) - Method in class net.sf.ehcache.config.TerracottaClientConfiguration
-
Builder method to set rejoin
- RejoinCacheException - Exception in net.sf.ehcache.constructs.nonstop
-
Exception type thrown for rejoins when non-stop is disabled.
- RejoinCacheException(String, Throwable) - Constructor for exception net.sf.ehcache.constructs.nonstop.RejoinCacheException
-
Constructor accepting a String message and a Throwable cause
- RejoinCacheException(String) - Constructor for exception net.sf.ehcache.constructs.nonstop.RejoinCacheException
-
Constructor accepting a String message
- release(Object, SoftLock) - Method in class net.sf.ehcache.hibernate.ccs.EhcacheNonstrictReadWriteCache
-
Deprecated.
Removes the invalidated item.
- release(Object, SoftLock) - Method in class net.sf.ehcache.hibernate.ccs.EhcacheReadOnlyCache
-
Deprecated.
Logs an error since items in a read-only cache should not be mutated.
- release(Object, SoftLock) - Method in class net.sf.ehcache.hibernate.ccs.EhcacheReadWriteCache
-
Deprecated.
Soft-unlocks the associated mapping.
- release() - Method in class net.sf.ehcache.transaction.xa.processor.XAThreadPool.MultiRunner
-
Release the wrapped thread back the the containing thread pool
- releaseLock() - Method in class net.sf.ehcache.DiskStorePathManager
-
release the lock file used for collision detection
should be called when cache manager shutdowns
- releaseReadLockOnKey(Object) - Method in class net.sf.ehcache.Cache
-
Release a held read lock for the passed in key
- releaseReadLockOnKey(Object) - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Release a held read lock for the passed in key
- releaseReadLockOnKey(Object) - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Release a held read lock for the passed in key
- releaseReadLockOnKey(Object) - Method in interface net.sf.ehcache.Ehcache
-
Release a held read lock for the passed in key
- releaseWriteLockOnKey(Object) - Method in class net.sf.ehcache.Cache
-
Release a held write lock for the passed in key
- releaseWriteLockOnKey(Object) - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Release a held write lock for the passed in key
- releaseWriteLockOnKey(Object) - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Release a held write lock for the passed in key
- releaseWriteLockOnKey(Object) - Method in interface net.sf.ehcache.Ehcache
-
Release a held write lock for the passed in key
- relinkHashEntry(SelectableConcurrentHashMap.HashEntry, SelectableConcurrentHashMap.HashEntry) - Method in class net.sf.ehcache.store.chm.SelectableConcurrentHashMap.Segment
-
- reload() - Method in class net.sf.ehcache.pool.SizeOfEngineLoader
-
Reloads the factory using the ServiceLoader
- RemoteCacheException - Exception in net.sf.ehcache.distribution
-
A Cache Exception in the distribution mechanism.
- RemoteCacheException() - Constructor for exception net.sf.ehcache.distribution.RemoteCacheException
-
Constructor for the RemoteCacheException object.
- RemoteCacheException(String) - Constructor for exception net.sf.ehcache.distribution.RemoteCacheException
-
Constructor for the RemoteCacheException object.
- RemoteCacheException(String, Throwable) - Constructor for exception net.sf.ehcache.distribution.RemoteCacheException
-
Constructor for the RemoteCacheException object.
- remoteSize() - Method in interface net.sf.ehcache.statistics.extended.ExtendedStatistics
-
Gets the remote size.
- remoteSize() - Method in class net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl
-
- removalAll() - Method in class net.sf.ehcache.CacheManager
-
- remove(Serializable) - Method in class net.sf.ehcache.Cache
-
- remove(Object) - Method in class net.sf.ehcache.Cache
-
- remove(Serializable, boolean) - Method in class net.sf.ehcache.Cache
-
- remove(Object, boolean) - Method in class net.sf.ehcache.Cache
-
- remove(Serializable, boolean) - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
- remove(Object) - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
- remove(Serializable) - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
- remove(Object, boolean) - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
- remove(Object, boolean) - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
- remove(Object) - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
- remove(Serializable, boolean) - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
- remove(Serializable) - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
- remove(Object, boolean) - Method in class net.sf.ehcache.constructs.eventual.StronglyConsistentCacheAccessor
-
- remove(Object) - Method in class net.sf.ehcache.constructs.eventual.StronglyConsistentCacheAccessor
-
- remove(Serializable, boolean) - Method in class net.sf.ehcache.constructs.eventual.StronglyConsistentCacheAccessor
-
- remove(Serializable) - Method in class net.sf.ehcache.constructs.eventual.StronglyConsistentCacheAccessor
-
- remove(Serializable) - Method in interface net.sf.ehcache.distribution.CachePeer
-
- REMOVE - Static variable in class net.sf.ehcache.distribution.LegacyEventMessage
-
A remove or invalidate event.
- remove(Serializable) - Method in class net.sf.ehcache.distribution.RMICachePeer
-
Removes an Element from the underlying cache without notifying listeners or updating statistics.
- remove(Serializable) - Method in class net.sf.ehcache.distribution.TransactionalRMICachePeer
-
- remove(Serializable) - Method in interface net.sf.ehcache.Ehcache
-
- remove(Object) - Method in interface net.sf.ehcache.Ehcache
-
- remove(Serializable, boolean) - Method in interface net.sf.ehcache.Ehcache
-
- remove(Object, boolean) - Method in interface net.sf.ehcache.Ehcache
-
- remove(Object) - Method in class net.sf.ehcache.hibernate.EhCache
-
Deprecated.
Removes the element which matches the key.
- remove(Object) - Method in class net.sf.ehcache.hibernate.nonstop.NonstopAwareCollectionRegionAccessStrategy
- remove(Object) - Method in class net.sf.ehcache.hibernate.nonstop.NonstopAwareEntityRegionAccessStrategy
- remove(Object) - Method in class net.sf.ehcache.hibernate.regions.EhcacheTransactionalDataRegion
-
Remove the mapping for this key (if any exists).
- remove(Object) - Method in class net.sf.ehcache.hibernate.strategy.NonStrictReadWriteEhcacheCollectionRegionAccessStrategy
-
A no-op since this is an asynchronous cache access strategy.
- remove(Object) - Method in class net.sf.ehcache.hibernate.strategy.NonStrictReadWriteEhcacheEntityRegionAccessStrategy
-
A no-op since this is an asynchronous cache access strategy.
- remove(Object) - Method in class net.sf.ehcache.hibernate.strategy.TransactionalEhcacheCollectionRegionAccessStrategy
-
A no-op since this is an asynchronous cache access strategy.
- remove(Object) - Method in class net.sf.ehcache.hibernate.strategy.TransactionalEhcacheEntityRegionAccessStrategy
-
A no-op since this is an asynchronous cache access strategy.
- remove(String, Object, int, boolean) - Method in interface net.sf.ehcache.search.impl.SearchManager
-
Notify an element removed from a segment of a given cache
- remove() - Method in interface net.sf.ehcache.statistics.CoreStatistics
-
Remove operation.
- remove() - Method in class net.sf.ehcache.statistics.CoreStatisticsImpl
-
- remove() - Method in interface net.sf.ehcache.statistics.extended.ExtendedStatistics
-
Removes the.
- remove() - Method in class net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl
-
- remove(String, Object, int, boolean) - Method in class net.sf.ehcache.store.BruteForceSearchManager
-
- remove(Object) - Method in class net.sf.ehcache.store.CacheKeySet
-
You can't remove from this set, will throw!
- remove(Object) - Method in class net.sf.ehcache.store.CacheStore
-
- remove(Object) - Method in class net.sf.ehcache.store.cachingtier.CountBasedBackEnd
-
- remove(K, V) - Method in interface net.sf.ehcache.store.cachingtier.HeapCacheBackEnd
-
- remove(K) - Method in interface net.sf.ehcache.store.cachingtier.HeapCacheBackEnd
-
- remove(K) - Method in class net.sf.ehcache.store.cachingtier.OnHeapCachingTier
-
- remove(Object) - Method in class net.sf.ehcache.store.cachingtier.PooledBasedBackEnd
-
- remove(Object, Object) - Method in class net.sf.ehcache.store.cachingtier.PooledBasedBackEnd
-
- remove(K) - Method in interface net.sf.ehcache.store.CachingTier
-
Removes the mapping associated to the key passed in
- remove(Object) - Method in class net.sf.ehcache.store.chm.SelectableConcurrentHashMap
-
- remove(Object, Object) - Method in class net.sf.ehcache.store.chm.SelectableConcurrentHashMap
-
- remove(Object) - Method in class net.sf.ehcache.store.disk.DiskStore
-
Removes an item from the cache.
- remove(Object) - Method in class net.sf.ehcache.store.disk.ods.AATreeSet
-
- remove(Region) - Method in class net.sf.ehcache.store.disk.ods.Region
-
Remove the supplied region from this region.
- remove(Object) - Method in class net.sf.ehcache.store.ElementIdAssigningStore
-
Removes an item from the cache.
- remove(Object) - Method in class net.sf.ehcache.store.LegacyStoreWrapper
-
Removes an item from the cache.
- remove(Object) - Method in class net.sf.ehcache.store.LruMemoryStore
-
Removes an Element from the store.
- remove(Object) - Method in class net.sf.ehcache.store.MemoryStore
-
Removes an Element from the store.
- remove(Object) - Method in interface net.sf.ehcache.store.Store
-
Removes an item from the cache.
- remove(Object) - Method in class net.sf.ehcache.transaction.local.JtaLocalTransactionStore
-
Removes an item from the cache.
- remove(Object) - Method in class net.sf.ehcache.transaction.local.LocalTransactionStore
-
Removes an item from the cache.
- remove(Object) - Method in class net.sf.ehcache.transaction.xa.XATransactionStore
-
Removes an item from the cache.
- remove() - Method in class net.sf.ehcache.util.AggregateIterator
- remove(Object) - Method in class net.sf.ehcache.util.concurrent.ConcurrentHashMap.EntrySetView
-
- remove(Object) - Method in class net.sf.ehcache.util.concurrent.ConcurrentHashMap.KeySetView
-
- remove(Object) - Method in class net.sf.ehcache.util.concurrent.ConcurrentHashMap
-
Removes the key (and its corresponding value) from this map.
- remove(Object, Object) - Method in class net.sf.ehcache.util.concurrent.ConcurrentHashMap
- remove(Object, Object, ConcurrentHashMap.RemovalCallback) - Method in class net.sf.ehcache.util.concurrent.ConcurrentHashMap
-
- remove(Object) - Method in class net.sf.ehcache.util.concurrent.ConcurrentHashMap.ValuesView
-
- remove() - Method in class net.sf.ehcache.util.lang.VicariousThreadLocal
-
- remove(Object) - Method in class net.sf.ehcache.util.LargeCollection
- remove(Object) - Method in class net.sf.ehcache.util.SetAsList
- remove(int) - Method in class net.sf.ehcache.util.SetAsList
-
- remove(K) - Method in class net.sf.ehcache.util.WeakIdentityConcurrentMap
-
Remove from the underlying
- remove(CacheEntry) - Method in interface net.sf.ehcache.writer.CacheWriterManager
-
Schedule a remove operation for this key in the CacheWriterManager, which will call the CacheWriter when appropriate.
- remove(CacheEntry) - Method in class net.sf.ehcache.writer.writebehind.WriteBehindManager
-
Schedule a remove operation for this key in the CacheWriterManager, which will call the CacheWriter when appropriate.
- remove(CacheEntry) - Method in class net.sf.ehcache.writer.writethrough.WriteThroughManager
-
Schedule a remove operation for this key in the CacheWriterManager, which will call the CacheWriter when appropriate.
- REMOVE_ALL - Static variable in class net.sf.ehcache.distribution.LegacyEventMessage
-
A removeAll, which removes all elements from a cache
- removeAll(Collection<?>) - Method in class net.sf.ehcache.Cache
-
Removes given set of
Element
from the Cache.
- removeAll(Collection<?>, boolean) - Method in class net.sf.ehcache.Cache
-
Removes all cached items.
- removeAll() - Method in class net.sf.ehcache.Cache
-
Removes all cached items.
- removeAll(boolean) - Method in class net.sf.ehcache.Cache
-
Removes all cached items.
- removeAll(boolean) - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Removes all cached items.
- removeAll() - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Removes all cached items.
- removeAll(Collection, boolean) - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Removes all cached items.
- removeAll(Collection) - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Removes given set of
Element
from the Cache.
- removeAll(Collection<?>) - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Removes given set of
Element
from the Cache.
- removeAll(Collection<?>, boolean) - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Removes all cached items.
- removeAll() - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Removes all cached items.
- removeAll(boolean) - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Removes all cached items.
- removeAll(Collection<?>) - Method in class net.sf.ehcache.constructs.eventual.StronglyConsistentCacheAccessor
-
- removeAll(Collection<?>, boolean) - Method in class net.sf.ehcache.constructs.eventual.StronglyConsistentCacheAccessor
-
- removeAll() - Method in interface net.sf.ehcache.distribution.CachePeer
-
Removes all cached items.
- removeAll() - Method in class net.sf.ehcache.distribution.RMICachePeer
-
Removes all cached items.
- removeAll() - Method in class net.sf.ehcache.distribution.TransactionalRMICachePeer
-
- removeAll(Collection<?>) - Method in interface net.sf.ehcache.Ehcache
-
Removes given set of
Element
from the Cache.
- removeAll(Collection<?>, boolean) - Method in interface net.sf.ehcache.Ehcache
-
Removes all cached items.
- removeAll() - Method in interface net.sf.ehcache.Ehcache
-
Removes all cached items.
- removeAll(boolean) - Method in interface net.sf.ehcache.Ehcache
-
Removes all cached items.
- removeAll() - Method in class net.sf.ehcache.hibernate.nonstop.NonstopAwareCollectionRegionAccessStrategy
- removeAll() - Method in class net.sf.ehcache.hibernate.nonstop.NonstopAwareEntityRegionAccessStrategy
- removeAll() - Method in class net.sf.ehcache.management.Cache
-
Removes all cached items.
- removeAll() - Method in interface net.sf.ehcache.management.CacheMBean
-
Removes all cached items.
- removeAll() - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Removes all cached items.
- removeAll() - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Removes all cached items.
- removeAll() - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Removes all cached items.
- removeAll(Collection<?>) - Method in class net.sf.ehcache.store.AbstractStore
-
Removes a collection of elements from the cache.
- removeAll(Collection<?>) - Method in class net.sf.ehcache.store.CacheKeySet
-
You can't remove from this set, will throw!
- removeAll(Collection<?>) - Method in class net.sf.ehcache.store.CacheStore
-
- removeAll() - Method in class net.sf.ehcache.store.CacheStore
-
- removeAll() - Method in class net.sf.ehcache.store.disk.DiskStore
-
Remove all of the elements from the store.
- removeAll(Collection<?>) - Method in class net.sf.ehcache.store.ElementIdAssigningStore
-
Removes a collection of elements from the cache.
- removeAll() - Method in class net.sf.ehcache.store.ElementIdAssigningStore
-
Remove all of the elements from the store.
- removeAll() - Method in class net.sf.ehcache.store.LegacyStoreWrapper
-
Remove all of the elements from the store.
- removeAll() - Method in class net.sf.ehcache.store.LruMemoryStore
-
Remove all of the elements from the store.
- removeAll() - Method in class net.sf.ehcache.store.MemoryStore
-
Remove all of the elements from the store.
- removeAll(Collection<?>) - Method in interface net.sf.ehcache.store.Store
-
Removes a collection of elements from the cache.
- removeAll() - Method in interface net.sf.ehcache.store.Store
-
Remove all of the elements from the store.
- removeAll(Collection<?>) - Method in class net.sf.ehcache.transaction.local.JtaLocalTransactionStore
-
Removes a collection of elements from the cache.
- removeAll() - Method in class net.sf.ehcache.transaction.local.JtaLocalTransactionStore
-
Remove all of the elements from the store.
- removeAll() - Method in class net.sf.ehcache.transaction.local.LocalTransactionStore
-
Remove all of the elements from the store.
- removeAll() - Method in class net.sf.ehcache.transaction.xa.XATransactionStore
-
Remove all of the elements from the store.
- removeAll(Collection<?>) - Method in class net.sf.ehcache.util.LargeCollection
- removeAll(Collection<?>) - Method in class net.sf.ehcache.util.SetAsList
- removeAllCaches() - Method in class net.sf.ehcache.CacheManager
-
- removeAllListeners() - Method in interface net.sf.ehcache.cluster.CacheCluster
-
Removes all listeners for cluster events
- removeAllListeners() - Method in class net.sf.ehcache.cluster.NoopCacheCluster
-
- removeAllListeners() - Method in class net.sf.ehcache.terracotta.TerracottaCacheCluster
-
- removeAndNotify(Object, ConcurrentHashMap.RemovalCallback) - Method in class net.sf.ehcache.util.concurrent.ConcurrentHashMap
-
- removeAndNotify(Object, Object, ConcurrentHashMap.RemovalCallback) - Method in class net.sf.ehcache.util.concurrent.ConcurrentHashMap
-
- removeAndReturn(Object) - Method in class net.sf.ehcache.store.disk.ods.AATreeSet
-
Remove the node matching this object and return it.
- removeAndReturnElement(Object) - Method in class net.sf.ehcache.Cache
-
Removes an
Element
from the Cache and returns it.
- removeAndReturnElement(Object) - Method in class net.sf.ehcache.constructs.classloader.InternalClassLoaderAwareCache
-
Removes and returns the element associated with the key
- removeAndReturnElement(Object) - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Removes and returns the element associated with the key
- removeAndReturnElement(Object) - Method in class net.sf.ehcache.constructs.eventual.StronglyConsistentCacheAccessor
-
- removeAndReturnElement(Object) - Method in interface net.sf.ehcache.terracotta.InternalEhcache
-
Removes and returns the element associated with the key
- removeCache(String) - Method in class net.sf.ehcache.CacheManager
-
Remove a cache from the CacheManager.
- removeCache(CacheConfiguration) - Method in class net.sf.ehcache.config.Configuration.RuntimeCfg
-
Removes a cache from the known list
- removeConfigurationListener(CacheConfigurationListener) - Method in class net.sf.ehcache.config.CacheConfiguration
-
Remove the supplied cache configuration listener.
- removeCount - Variable in class net.sf.ehcache.hibernate.management.impl.CollectionStats
-
removeCount
- removed(Object, Object) - Method in interface net.sf.ehcache.util.concurrent.ConcurrentHashMap.RemovalCallback
-
- removeEldestEntry(Map.Entry) - Method in class net.sf.ehcache.store.LruMemoryStore.SpoolingLinkedHashMap
-
Returns true if this map should remove its eldest entry.
- removeElement(Element) - Method in class net.sf.ehcache.Cache
-
Remove the Element mapped to the key for the supplied element if the value of the supplied Element
compares equal to the value of the cached Element.
- removeElement(Element) - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Remove the Element mapped to the key for the supplied element if the value of the supplied Element
compares equal to the value of the cached Element.
- removeElement(Element) - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Remove the Element mapped to the key for the supplied element if the value of the supplied Element
compares equal to the value of the cached Element.
- removeElement(Element) - Method in class net.sf.ehcache.constructs.eventual.StronglyConsistentCacheAccessor
-
- removeElement(Element) - Method in interface net.sf.ehcache.Ehcache
-
Remove the Element mapped to the key for the supplied element if the value of the supplied Element
compares equal to the value of the cached Element.
- removeElement() - Method in interface net.sf.ehcache.statistics.CoreStatistics
-
The remove element operation.
- removeElement() - Method in class net.sf.ehcache.statistics.CoreStatisticsImpl
-
- removeElement() - Method in interface net.sf.ehcache.statistics.extended.ExtendedStatistics
-
remove element operation
- removeElement() - Method in class net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl
-
- removeElement(Element, ElementValueComparator) - Method in class net.sf.ehcache.store.CacheStore
-
- removeElement(Element, ElementValueComparator) - Method in class net.sf.ehcache.store.disk.DiskStore
-
Remove the Element mapped to the key for the supplied element if the value of the supplied Element
is equal to the value of the cached Element.
- removeElement(Element, ElementValueComparator) - Method in class net.sf.ehcache.store.ElementIdAssigningStore
-
Remove the Element mapped to the key for the supplied element if the value of the supplied Element
is equal to the value of the cached Element.
- removeElement(Element, ElementValueComparator) - Method in class net.sf.ehcache.store.LegacyStoreWrapper
-
Remove the Element mapped to the key for the supplied element if the value of the supplied Element
is equal to the value of the cached Element.
- removeElement(Element, ElementValueComparator) - Method in class net.sf.ehcache.store.LruMemoryStore
-
Unsupported in LruMemoryStore
- removeElement(Element, ElementValueComparator) - Method in class net.sf.ehcache.store.MemoryStore
-
Remove the Element mapped to the key for the supplied element if the value of the supplied Element
is equal to the value of the cached Element.
- removeElement(Element, ElementValueComparator) - Method in interface net.sf.ehcache.store.Store
-
Remove the Element mapped to the key for the supplied element if the value of the supplied Element
is equal to the value of the cached Element.
- removeElement(Element, ElementValueComparator) - Method in class net.sf.ehcache.transaction.local.JtaLocalTransactionStore
-
Remove the Element mapped to the key for the supplied element if the value of the supplied Element
is equal to the value of the cached Element.
- removeElement(Element, ElementValueComparator) - Method in class net.sf.ehcache.transaction.local.LocalTransactionStore
-
Remove the Element mapped to the key for the supplied element if the value of the supplied Element
is equal to the value of the cached Element.
- removeElement(Element, ElementValueComparator) - Method in class net.sf.ehcache.transaction.xa.XATransactionStore
-
Remove the Element mapped to the key for the supplied element if the value of the supplied Element
is equal to the value of the cached Element.
- removeNotificationListener(NotificationListener) - Method in class net.sf.ehcache.hibernate.management.impl.BaseEmitterBean
-
- removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class net.sf.ehcache.hibernate.management.impl.BaseEmitterBean
-
- removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class net.sf.ehcache.hibernate.management.impl.NullHibernateStats
-
- removeNotificationListener(NotificationListener) - Method in class net.sf.ehcache.hibernate.management.impl.NullHibernateStats
-
- removePoolAccessor(PoolAccessor) - Method in class net.sf.ehcache.pool.impl.AbstractPool
-
Remove the supplied accessor from this pool.
- removePoolAccessor(PoolAccessor) - Method in class net.sf.ehcache.pool.impl.UnboundedPool
-
Remove the supplied accessor from this pool.
- removePoolAccessor(PoolAccessor) - Method in interface net.sf.ehcache.pool.Pool
-
Remove the supplied accessor from this pool.
- removePropertyChangeListener(PropertyChangeListener) - Method in class net.sf.ehcache.Cache
-
- removePropertyChangeListener(PropertyChangeListener) - Method in class net.sf.ehcache.config.Configuration
-
- removePropertyChangeListener(PropertyChangeListener) - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Remove a PropertyChangeListener.
- removePropertyChangeListener(PropertyChangeListener) - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Remove a PropertyChangeListener.
- removePropertyChangeListener(PropertyChangeListener) - Method in interface net.sf.ehcache.Ehcache
-
Remove a PropertyChangeListener.
- removeQuiet(Serializable) - Method in class net.sf.ehcache.Cache
-
Removes an
Element
from the Cache, without notifying listeners.
- removeQuiet(Object) - Method in class net.sf.ehcache.Cache
-
Removes an
Element
from the Cache, without notifying listeners.
- removeQuiet(Serializable) - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Removes an
Element
from the Cache, without notifying listeners.
- removeQuiet(Object) - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Removes an
Element
from the Cache, without notifying listeners.
- removeQuiet(Object) - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Removes an
Element
from the Cache, without notifying listeners.
- removeQuiet(Serializable) - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Removes an
Element
from the Cache, without notifying listeners.
- removeQuiet(Object) - Method in class net.sf.ehcache.constructs.eventual.StronglyConsistentCacheAccessor
-
- removeQuiet(Serializable) - Method in class net.sf.ehcache.constructs.eventual.StronglyConsistentCacheAccessor
-
- removeQuiet(Serializable) - Method in interface net.sf.ehcache.Ehcache
-
Removes an
Element
from the Cache, without notifying listeners.
- removeQuiet(Object) - Method in interface net.sf.ehcache.Ehcache
-
Removes an
Element
from the Cache, without notifying listeners.
- removeStoreListener(StoreListener) - Method in class net.sf.ehcache.store.AbstractStore
-
Remove listener from store.
- removeStoreListener(StoreListener) - Method in class net.sf.ehcache.store.CacheStore
-
- removeStoreListener(StoreListener) - Method in class net.sf.ehcache.store.ElementIdAssigningStore
-
Remove listener from store.
- removeStoreListener(StoreListener) - Method in interface net.sf.ehcache.store.Store
-
Remove listener from store.
- removeTopologyListener(ClusterTopologyListener) - Method in interface net.sf.ehcache.cluster.CacheCluster
-
Remove a listener for cluster events
- removeTopologyListener(ClusterTopologyListener) - Method in class net.sf.ehcache.cluster.NoopCacheCluster
-
Remove a listener for cluster events
- removeTopologyListener(ClusterTopologyListener) - Method in class net.sf.ehcache.terracotta.TerracottaCacheCluster
-
Remove a listener for cluster events
- removeWithWriter(Object) - Method in class net.sf.ehcache.Cache
-
Removes an
Element
from the Cache and any stores it might be in.
- removeWithWriter(Object) - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Removes an
Element
from the Cache and any stores it might be in.
- removeWithWriter(Object) - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Removes an
Element
from the Cache and any stores it might be in.
- removeWithWriter(Object) - Method in class net.sf.ehcache.constructs.eventual.StronglyConsistentCacheAccessor
-
- removeWithWriter(Object) - Method in interface net.sf.ehcache.Ehcache
-
Removes an
Element
from the Cache and any stores it might be in.
- removeWithWriter(Object, CacheWriterManager) - Method in class net.sf.ehcache.store.CacheStore
-
- removeWithWriter(Object, CacheWriterManager) - Method in class net.sf.ehcache.store.disk.DiskStore
-
Removes an item from the store and the cache writer manager in an atomic operation.
- removeWithWriter(Object, CacheWriterManager) - Method in class net.sf.ehcache.store.ElementIdAssigningStore
-
Removes an item from the store and the cache writer manager in an atomic operation.
- removeWithWriter(Object, CacheWriterManager) - Method in class net.sf.ehcache.store.LegacyStoreWrapper
-
Removes an item from the store and the cache writer manager in an atomic operation.
- removeWithWriter(Object, CacheWriterManager) - Method in class net.sf.ehcache.store.LruMemoryStore
-
Removes an item from the store and the cache writer manager in an atomic operation.
- removeWithWriter(Object, CacheWriterManager) - Method in class net.sf.ehcache.store.MemoryStore
-
Removes an item from the store and the cache writer manager in an atomic operation.
- removeWithWriter(Object, CacheWriterManager) - Method in interface net.sf.ehcache.store.Store
-
Removes an item from the store and the cache writer manager in an atomic operation.
- removeWithWriter(Object, CacheWriterManager) - Method in class net.sf.ehcache.transaction.local.JtaLocalTransactionStore
-
Removes an item from the store and the cache writer manager in an atomic operation.
- removeWithWriter(Object, CacheWriterManager) - Method in class net.sf.ehcache.transaction.local.LocalTransactionStore
-
Removes an item from the store and the cache writer manager in an atomic operation.
- removeWithWriter(Object, CacheWriterManager) - Method in class net.sf.ehcache.transaction.xa.XATransactionStore
-
Removes an item from the store and the cache writer manager in an atomic operation.
- replace(Element, Element) - Method in class net.sf.ehcache.Cache
-
Replace the cached element only if the current Element is equal to the supplied old Element.
- replace(Element) - Method in class net.sf.ehcache.Cache
-
Replace the cached element only if an Element is currently cached for this key
- replace(Element) - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Replace the cached element only if an Element is currently cached for this key
- replace(Element, Element) - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Replace the cached element only if the current Element is equal to the supplied old Element.
- replace(Element, Element) - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Replace the cached element only if the current Element is equal to the supplied old Element.
- replace(Element) - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Replace the cached element only if an Element is currently cached for this key
- replace(Element, Element) - Method in class net.sf.ehcache.constructs.eventual.StronglyConsistentCacheAccessor
-
- replace(Element) - Method in class net.sf.ehcache.constructs.eventual.StronglyConsistentCacheAccessor
-
- replace(Element, Element) - Method in interface net.sf.ehcache.Ehcache
-
Replace the cached element only if the current Element is equal to the supplied old Element.
- replace(Element) - Method in interface net.sf.ehcache.Ehcache
-
Replace the cached element only if an Element is currently cached for this key
- replace(long, Object, Object, Object, boolean) - Method in class net.sf.ehcache.pool.impl.AbstractPoolAccessor
-
Delete a fixed number of bytes from the pool with the given objects.
- replace(long, Object, Object, Object, boolean) - Method in interface net.sf.ehcache.pool.PoolAccessor
-
Delete a fixed number of bytes from the pool with the given objects.
- replace(Element, Element, ElementValueComparator) - Method in class net.sf.ehcache.store.CacheStore
-
- replace(Element) - Method in class net.sf.ehcache.store.CacheStore
-
- replace(K, V, V) - Method in interface net.sf.ehcache.store.cachingtier.HeapCacheBackEnd
-
- replace(K, V, V) - Method in class net.sf.ehcache.store.cachingtier.PooledBasedBackEnd
-
- replace(K, V) - Method in class net.sf.ehcache.store.cachingtier.PooledBasedBackEnd
-
- replace(Element, Element, ElementValueComparator) - Method in class net.sf.ehcache.store.disk.DiskStore
-
Replace the cached element only if the value of the current Element is equal to the value of the
supplied old Element.
- replace(Element) - Method in class net.sf.ehcache.store.disk.DiskStore
-
Replace the cached element only if an Element is currently cached for this key
- replace(Element, Element, ElementValueComparator) - Method in class net.sf.ehcache.store.ElementIdAssigningStore
-
Replace the cached element only if the value of the current Element is equal to the value of the
supplied old Element.
- replace(Element) - Method in class net.sf.ehcache.store.ElementIdAssigningStore
-
Replace the cached element only if an Element is currently cached for this key
- replace(Element, Element, ElementValueComparator) - Method in class net.sf.ehcache.store.LegacyStoreWrapper
-
Replace the cached element only if the value of the current Element is equal to the value of the
supplied old Element.
- replace(Element) - Method in class net.sf.ehcache.store.LegacyStoreWrapper
-
Replace the cached element only if an Element is currently cached for this key
- replace(Element, Element, ElementValueComparator) - Method in class net.sf.ehcache.store.LruMemoryStore
-
Unsupported in LruMemoryStore
- replace(Element) - Method in class net.sf.ehcache.store.LruMemoryStore
-
Unsupported in LruMemoryStore
- replace(Element, Element, ElementValueComparator) - Method in class net.sf.ehcache.store.MemoryStore
-
Replace the cached element only if the value of the current Element is equal to the value of the
supplied old Element.
- replace(Element) - Method in class net.sf.ehcache.store.MemoryStore
-
Replace the cached element only if an Element is currently cached for this key
- replace(Element, Element, ElementValueComparator) - Method in interface net.sf.ehcache.store.Store
-
Replace the cached element only if the value of the current Element is equal to the value of the
supplied old Element.
- replace(Element) - Method in interface net.sf.ehcache.store.Store
-
Replace the cached element only if an Element is currently cached for this key
- replace(Element, Element, ElementValueComparator) - Method in class net.sf.ehcache.transaction.local.JtaLocalTransactionStore
-
Replace the cached element only if the value of the current Element is equal to the value of the
supplied old Element.
- replace(Element) - Method in class net.sf.ehcache.transaction.local.JtaLocalTransactionStore
-
Replace the cached element only if an Element is currently cached for this key
- replace(Element, Element, ElementValueComparator) - Method in class net.sf.ehcache.transaction.local.LocalTransactionStore
-
Replace the cached element only if the value of the current Element is equal to the value of the
supplied old Element.
- replace(Element) - Method in class net.sf.ehcache.transaction.local.LocalTransactionStore
-
Replace the cached element only if an Element is currently cached for this key
- replace(Element, Element, ElementValueComparator) - Method in class net.sf.ehcache.transaction.xa.XATransactionStore
-
Replace the cached element only if the value of the current Element is equal to the value of the
supplied old Element.
- replace(Element) - Method in class net.sf.ehcache.transaction.xa.XATransactionStore
-
Replace the cached element only if an Element is currently cached for this key
- replace(K, V, V) - Method in class net.sf.ehcache.util.concurrent.ConcurrentHashMap
- replace(K, V) - Method in class net.sf.ehcache.util.concurrent.ConcurrentHashMap
- replaceCacheWithDecoratedCache(Ehcache, Ehcache) - Method in class net.sf.ehcache.CacheManager
-
Replaces in the map of Caches managed by this CacheManager an Ehcache with a decorated version of the same
Ehcache.
- replaceOneArg() - Method in interface net.sf.ehcache.statistics.CoreStatistics
-
The single arg replace operation.
- replaceOneArg() - Method in class net.sf.ehcache.statistics.CoreStatisticsImpl
-
- replaceOneArg() - Method in interface net.sf.ehcache.statistics.extended.ExtendedStatistics
-
single arg replace operation
- replaceOneArg() - Method in class net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl
-
- replaceTwoArg() - Method in interface net.sf.ehcache.statistics.CoreStatistics
-
The two arg replace operation.
- replaceTwoArg() - Method in class net.sf.ehcache.statistics.CoreStatisticsImpl
-
- replaceTwoArg() - Method in interface net.sf.ehcache.statistics.extended.ExtendedStatistics
-
two arg replace operation
- replaceTwoArg() - Method in class net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl
-
- replicatePutNotification(Ehcache, Element) - Static method in class net.sf.ehcache.distribution.RMISynchronousCacheReplicator
-
Does the actual RMI remote call.
- replicatePuts - Variable in class net.sf.ehcache.distribution.RMISynchronousCacheReplicator
-
Whether to replicate puts.
- replicatePutsViaCopy - Variable in class net.sf.ehcache.distribution.RMISynchronousCacheReplicator
-
Whether a put should replicated by copy or by invalidation, (a remove).
- replicateRemovalNotification(Ehcache, Serializable) - Static method in class net.sf.ehcache.distribution.RMISynchronousCacheReplicator
-
Does the actual RMI remote call.
- replicateRemovals - Variable in class net.sf.ehcache.distribution.RMISynchronousCacheReplicator
-
Whether to replicate removes
- replicateRemoveAllNotification(Ehcache) - Method in class net.sf.ehcache.distribution.RMISynchronousCacheReplicator
-
Does the actual RMI remote call.
- replicateUpdates - Variable in class net.sf.ehcache.distribution.RMISynchronousCacheReplicator
-
Whether to replicate updates.
- replicateUpdatesViaCopy - Variable in class net.sf.ehcache.distribution.RMISynchronousCacheReplicator
-
Whether an update (a put) should be by copy or by invalidation, (a remove).
- requestedAttributes() - Method in interface net.sf.ehcache.store.StoreQuery
-
Get the set of attributes requested by this query
- requestsKeys() - Method in interface net.sf.ehcache.store.StoreQuery
-
Are keys requested?
- requestsValues() - Method in interface net.sf.ehcache.store.StoreQuery
-
Are values requested?
- reset() - Method in class net.sf.ehcache.util.concurrent.LongAdder
-
Resets variables maintaining the sum to zero.
- resetAccessStatistics() - Method in class net.sf.ehcache.Element
-
Resets the hit count to 0 and the last access time to now.
- resetOnSample - Variable in class net.sf.ehcache.util.counter.sampled.SampledCounterImpl
-
Should the counter reset on each sample?
- resolveAndLockIfExists(String) - Method in class net.sf.ehcache.DiskStorePathManager
-
Resolve and lock this disk store path if the resultant path contains the supplied file.
- resolveBehavior(Ehcache) - Static method in class net.sf.ehcache.config.SizeOfPolicyConfiguration
-
Helper method which resolves the MaxDepthExceededBehavior of a cache, using the cache manager's one if none was configured
on the cache itself.
- resolveClass(ObjectStreamClass) - Method in class net.sf.ehcache.util.PreferredLoaderObjectInputStream
-
- resolveMaxDepth(Ehcache) - Static method in class net.sf.ehcache.config.SizeOfPolicyConfiguration
-
Helper method which resolves the max depth of a cache, using the cache manager's one if none was configured
on the cache itself.
- ResourceClassLoader - Class in net.sf.ehcache.management
-
ResourceClassLoader can load classes nested in a subdirectory of a jar
Example :
ehcache.jar!/net/sf/ehcache/CacheManager is in the "normal" classpath and will be loaded by any typical classloader
ehcache.jar!/subdirectory/net/sf/ehcache/CacheManager can only be loaded by the ResourceClassLoader, with prefix "subdirectory"
Assumes classes under prefix directory to have ending .clazz
- ResourceClassLoader(String, ClassLoader) - Constructor for class net.sf.ehcache.management.ResourceClassLoader
-
Given a parent classloader and the prefix to apply to the lookup path
Creates a ResourceClassLoader able to load classes from resources prefixed with "prefix"
- ResourceSizeOfFilter - Class in net.sf.ehcache.pool.sizeof.filter
-
Filters based on a configuration file
- ResourceSizeOfFilter(URL) - Constructor for class net.sf.ehcache.pool.sizeof.filter.ResourceSizeOfFilter
-
Builds a filter based on the provided configuration URL
- restoreTransactionID(TransactionIDSerializedForm) - Method in class net.sf.ehcache.transaction.DelegatingTransactionIDFactory
-
Restore a transaction ID from its serialized form
- restoreTransactionID(TransactionIDSerializedForm) - Method in interface net.sf.ehcache.transaction.TransactionIDFactory
-
Restore a transaction ID from its serialized form
- restoreTransactionID(TransactionIDSerializedForm) - Method in class net.sf.ehcache.transaction.TransactionIDFactoryImpl
-
Restore a transaction ID from its serialized form
- restoreXidTransactionID(XidTransactionIDSerializedForm) - Method in class net.sf.ehcache.transaction.DelegatingTransactionIDFactory
-
Restore a XID transaction ID from its serialized form
- restoreXidTransactionID(XidTransactionIDSerializedForm) - Method in interface net.sf.ehcache.transaction.TransactionIDFactory
-
Restore a XID transaction ID from its serialized form
- restoreXidTransactionID(XidTransactionIDSerializedForm) - Method in class net.sf.ehcache.transaction.TransactionIDFactoryImpl
-
Restore a XID transaction ID from its serialized form
- Result - Interface in net.sf.ehcache.search
-
Represents a single cache entry that has been selected by a cache query.
- ResultImpl - Class in net.sf.ehcache.search.impl
-
Result implementation
- ResultImpl(Object, Object, StoreQuery, Map<String, Object>, Object[]) - Constructor for class net.sf.ehcache.search.impl.ResultImpl
-
Constructor
- Results - Interface in net.sf.ehcache.search
-
Results object for an execution of a
Query
.
- ResultsImpl - Class in net.sf.ehcache.search.impl
-
Results implementation
- ResultsImpl(List<? extends Result>, boolean, boolean, boolean, boolean) - Constructor for class net.sf.ehcache.search.impl.ResultsImpl
-
Constructor
- ResultsImpl(List<? extends Result>, boolean, boolean, boolean, boolean, Runnable) - Constructor for class net.sf.ehcache.search.impl.ResultsImpl
-
Constructor
- retainAll(Collection<?>) - Method in class net.sf.ehcache.store.CacheKeySet
-
You can't remove from this set, will throw!
- retainAll(Collection<?>) - Method in class net.sf.ehcache.util.SetAsList
- retrieve(DiskStorageFactory.DiskSubstitute) - Method in class net.sf.ehcache.store.disk.DiskStorageFactory
-
- retrieve(DiskStorageFactory.DiskSubstitute, Segment) - Method in class net.sf.ehcache.store.disk.DiskStorageFactory
-
- retryAttemptDelaySeconds(int) - Method in class net.sf.ehcache.config.CacheWriterConfiguration
-
- retryAttempts(int) - Method in class net.sf.ehcache.config.CacheWriterConfiguration
-
- RMIAsynchronousCacheReplicator - Class in net.sf.ehcache.distribution
-
- RMIAsynchronousCacheReplicator(boolean, boolean, boolean, boolean, boolean, int, int) - Constructor for class net.sf.ehcache.distribution.RMIAsynchronousCacheReplicator
-
Constructor for internal and subclass use
- RMIBootstrapCacheLoader - Class in net.sf.ehcache.distribution
-
Loads Elements from a random Cache Peer
- RMIBootstrapCacheLoader(boolean, int) - Constructor for class net.sf.ehcache.distribution.RMIBootstrapCacheLoader
-
Creates a boostrap cache loader that will work with RMI based distribution
- RMIBootstrapCacheLoaderFactory - Class in net.sf.ehcache.distribution
-
A factory to create a configured RMIBootstrapCacheLoader
- RMIBootstrapCacheLoaderFactory() - Constructor for class net.sf.ehcache.distribution.RMIBootstrapCacheLoaderFactory
-
- RMICacheManagerPeerListener - Class in net.sf.ehcache.distribution
-
A cache server which exposes available cache operations remotely through RMI.
- RMICacheManagerPeerListener(String, Integer, Integer, CacheManager, Integer) - Constructor for class net.sf.ehcache.distribution.RMICacheManagerPeerListener
-
Constructor with full arguments.
- RMICacheManagerPeerListenerFactory - Class in net.sf.ehcache.distribution
-
Builds a listener based on RMI.
- RMICacheManagerPeerListenerFactory() - Constructor for class net.sf.ehcache.distribution.RMICacheManagerPeerListenerFactory
-
- RMICacheManagerPeerProvider - Class in net.sf.ehcache.distribution
-
A provider of Peer RMI addresses.
- RMICacheManagerPeerProvider(CacheManager) - Constructor for class net.sf.ehcache.distribution.RMICacheManagerPeerProvider
-
Constructor
- RMICacheManagerPeerProvider() - Constructor for class net.sf.ehcache.distribution.RMICacheManagerPeerProvider
-
Empty constructor
- RMICacheManagerPeerProviderFactory - Class in net.sf.ehcache.distribution
-
Builds a factory based on RMI
- RMICacheManagerPeerProviderFactory() - Constructor for class net.sf.ehcache.distribution.RMICacheManagerPeerProviderFactory
-
- RMICachePeer - Class in net.sf.ehcache.distribution
-
An RMI based implementation of CachePeer
.
- RMICachePeer(Ehcache, String, Integer, Integer, Integer) - Constructor for class net.sf.ehcache.distribution.RMICachePeer
-
Construct a new remote peer.
- RMICacheReplicatorFactory - Class in net.sf.ehcache.distribution
-
Creates an RMICacheReplicator using properties.
- RMICacheReplicatorFactory() - Constructor for class net.sf.ehcache.distribution.RMICacheReplicatorFactory
-
- RmiEventMessage - Class in net.sf.ehcache.distribution
-
- RmiEventMessage(Ehcache, RmiEventMessage.RmiEventType, Serializable, Element) - Constructor for class net.sf.ehcache.distribution.RmiEventMessage
-
Full constructor.
- RmiEventMessage.RmiEventType - Enum in net.sf.ehcache.distribution
-
Enumeration of event types.
- RMISynchronousCacheReplicator - Class in net.sf.ehcache.distribution
-
- RMISynchronousCacheReplicator(boolean, boolean, boolean, boolean, boolean) - Constructor for class net.sf.ehcache.distribution.RMISynchronousCacheReplicator
-
Constructor for internal and subclass use
- roleName - Variable in class net.sf.ehcache.hibernate.management.impl.CollectionStats
-
roleName
- rollback() - Method in class net.sf.ehcache.transaction.local.LocalTransactionContext
-
Rollback all work done in the context and release all registered soft locks
- rollback(Store, SoftLockManager) - Method in class net.sf.ehcache.transaction.xa.commands.AbstractStoreCommand
-
Rollback the prepared change
- rollback(Store, SoftLockManager) - Method in interface net.sf.ehcache.transaction.xa.commands.Command
-
Rollback the prepared change
- rollback(Xid) - Method in class net.sf.ehcache.transaction.xa.EhcacheXAResourceImpl
- rollback() - Method in class net.sf.ehcache.TransactionController
-
Rollback the transaction bound to the current thread
- rollbackInternal(Xid) - Method in class net.sf.ehcache.transaction.xa.EhcacheXAResourceImpl
-
The rollback implementation
- run() - Method in class net.sf.ehcache.transaction.xa.processor.XAThreadPool.MultiRunner
- RuntimeCfg(CacheManager, String) - Constructor for class net.sf.ehcache.config.Configuration.RuntimeCfg
-
Constructor
- SAMPLED_CACHE_MANAGER_TYPE - Static variable in class net.sf.ehcache.management.sampled.SampledEhcacheMBeans
-
Type used for sampled cache manager mbean
- SAMPLED_CACHE_TYPE - Static variable in class net.sf.ehcache.management.sampled.SampledEhcacheMBeans
-
Type used for sampled cache mbean
- SampledCache - Class in net.sf.ehcache.management.sampled
-
- SampledCache(Ehcache) - Constructor for class net.sf.ehcache.management.sampled.SampledCache
-
Constructor accepting the backing
Ehcache
- SampledCacheManager - Class in net.sf.ehcache.management.sampled
-
- SampledCacheManager(CacheManager) - Constructor for class net.sf.ehcache.management.sampled.SampledCacheManager
-
- SampledCacheManagerMBean - Interface in net.sf.ehcache.management.sampled
-
An MBean for CacheManager exposing sampled cache usage statistics
- SampledCacheMBean - Interface in net.sf.ehcache.management.sampled
-
An MBean for Cache exposing cache statistics.
- SampledCounter - Interface in net.sf.ehcache.util.counter.sampled
-
Interface of a sampled counter -- a counter that keeps sampled values
- SampledCounterConfig - Class in net.sf.ehcache.util.counter.sampled
-
- SampledCounterConfig(int, int, boolean, long) - Constructor for class net.sf.ehcache.util.counter.sampled.SampledCounterConfig
-
Make a new timed counter config (duh)
- SampledCounterImpl - Class in net.sf.ehcache.util.counter.sampled
-
- SampledCounterImpl(SampledCounterConfig) - Constructor for class net.sf.ehcache.util.counter.sampled.SampledCounterImpl
-
- SampledCounterImpl(long, int, boolean, long, boolean) - Constructor for class net.sf.ehcache.util.counter.sampled.SampledCounterImpl
-
Constructor accepting raw config values.
- SampledCounterProxy<E extends Number> - Class in net.sf.ehcache.management.sampled
-
The Class SampledCounterProxy.
- SampledCounterProxy(ExtendedStatistics.Statistic<E>) - Constructor for class net.sf.ehcache.management.sampled.SampledCounterProxy
-
Instantiates a new sampled counter proxy.
- SampledEhcacheMBeans - Class in net.sf.ehcache.management.sampled
-
Utility class used for getting
ObjectName
's for sampled MBeans
- SampledEhcacheMBeans() - Constructor for class net.sf.ehcache.management.sampled.SampledEhcacheMBeans
-
- SampledMBeanRegistrationProvider - Class in net.sf.ehcache.management.sampled
-
- SampledMBeanRegistrationProvider() - Constructor for class net.sf.ehcache.management.sampled.SampledMBeanRegistrationProvider
-
Default constructor
- SampledRateCounter - Interface in net.sf.ehcache.util.counter.sampled
-
Interface of a sampled rate counter -- a counter that keeps sampled values of
rates
- SampledRateCounterConfig - Class in net.sf.ehcache.util.counter.sampled
-
- SampledRateCounterConfig(int, int, boolean) - Constructor for class net.sf.ehcache.util.counter.sampled.SampledRateCounterConfig
-
Constructor accepting the interval time in seconds, history-size and
whether counters should reset on each sample or not.
- SampledRateCounterConfig(int, int, boolean, long, long) - Constructor for class net.sf.ehcache.util.counter.sampled.SampledRateCounterConfig
-
Constructor accepting the interval time in seconds, history-size and
whether counters should reset on each sample or not.
- SampledRateCounterImpl - Class in net.sf.ehcache.util.counter.sampled
-
- SampledRateCounterImpl(SampledRateCounterConfig) - Constructor for class net.sf.ehcache.util.counter.sampled.SampledRateCounterImpl
-
Constructor accepting the config
- SampledRateCounterProxy<E extends Number> - Class in net.sf.ehcache.management.sampled
-
The Class SampledRateCounterProxy.
- SampledRateCounterProxy(ExtendedStatistics.Statistic<E>) - Constructor for class net.sf.ehcache.management.sampled.SampledRateCounterProxy
-
Instantiates a new sampled rate counter proxy.
- schedule(Callable<U>) - Method in class net.sf.ehcache.store.disk.DiskStorageFactory
-
Schedule to given task on the disk writer executor service.
- schedule(TimerTask, Date, long) - Method in class net.sf.ehcache.util.FailSafeTimer
-
If the runtime environment restricts thread creation, the task is run
inline for only one time.
- schedule(TimerTask, Date) - Method in class net.sf.ehcache.util.FailSafeTimer
-
If the runtime environment restricts thread creation, the task is run
inline for only one time.
- schedule(TimerTask, long, long) - Method in class net.sf.ehcache.util.FailSafeTimer
-
If the runtime environment restricts thread creation, the task is run
inline for only one time.
- schedule(TimerTask, long) - Method in class net.sf.ehcache.util.FailSafeTimer
-
If the runtime environment restricts thread creation, the task is run
inline for only one time.
- scheduleAtFixedRate(TimerTask, Date, long) - Method in class net.sf.ehcache.util.FailSafeTimer
-
If the runtime environment restricts thread creation, the task is run
inline for only one time.
- scheduleAtFixedRate(TimerTask, long, long) - Method in class net.sf.ehcache.util.FailSafeTimer
-
If the runtime environment restricts thread creation, the task is run
inline for only one time.
- search() - Method in interface net.sf.ehcache.statistics.extended.ExtendedStatistics
-
Search.
- search() - Method in class net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl
-
- searchable(Searchable) - Method in class net.sf.ehcache.config.CacheConfiguration
-
- Searchable - Class in net.sf.ehcache.config
-
Search configuration for a Cache
- Searchable() - Constructor for class net.sf.ehcache.config.Searchable
-
Constructor
- SearchableConfigurationElement - Class in net.sf.ehcache.config.generator.model.elements
-
- SearchableConfigurationElement(NodeElement, Searchable) - Constructor for class net.sf.ehcache.config.generator.model.elements.SearchableConfigurationElement
-
Constructor accepting the parent and the
Searchable
- searchAttribute(SearchAttribute) - Method in class net.sf.ehcache.config.Searchable
-
Add a search attribute
- SearchAttribute - Class in net.sf.ehcache.config
-
A cache search attribute.
- SearchAttribute() - Constructor for class net.sf.ehcache.config.SearchAttribute
-
- SearchException - Exception in net.sf.ehcache.search
-
A generic search exception.
- SearchException(String) - Constructor for exception net.sf.ehcache.search.SearchException
-
Construct a search exception
- SearchException(String, Throwable) - Constructor for exception net.sf.ehcache.search.SearchException
-
Construct a search exception with an underlying cause and message
- SearchException(Throwable) - Constructor for exception net.sf.ehcache.search.SearchException
-
Construct a search exception with an underlying cause
- SearchManager - Interface in net.sf.ehcache.search.impl
-
Interface for ehcache search engine implementations
- searchManager - Variable in class net.sf.ehcache.store.AbstractStore
-
search manager
- searchTimeoutMillis(long) - Method in class net.sf.ehcache.config.NonstopConfiguration
-
Set the value of the search timeout
- Segment(int, float) - Constructor for class net.sf.ehcache.store.chm.SelectableConcurrentHashMap.Segment
-
- Segment - Class in net.sf.ehcache.store.disk
-
Segment implementation used in LocalStore.
- Segment(int, float, DiskStorageFactory, CacheConfiguration, PoolAccessor, PoolAccessor, RegisteredEventListeners, OperationObserver<CacheOperationOutcomes.EvictionOutcome>) - Constructor for class net.sf.ehcache.store.disk.Segment
-
Create a Segment with the given initial capacity, load-factor, primary element substitute factory, and identity element substitute factory.
- segmentFor(int) - Method in class net.sf.ehcache.store.chm.SelectableConcurrentHashMap
-
Returns the segment that should be used for key with given hash
- segments() - Method in class net.sf.ehcache.store.chm.SelectableConcurrentHashMap
-
- SelectableConcurrentHashMap - Class in net.sf.ehcache.store.chm
-
SelectableConcurrentHashMap subclasses a repackaged version of ConcurrentHashMap
ito allow efficient random sampling of the map values.
- SelectableConcurrentHashMap(PoolAccessor, int, long, RegisteredEventListeners) - Constructor for class net.sf.ehcache.store.chm.SelectableConcurrentHashMap
-
- SelectableConcurrentHashMap(PoolAccessor, int, float, int, long, RegisteredEventListeners) - Constructor for class net.sf.ehcache.store.chm.SelectableConcurrentHashMap
-
- SelectableConcurrentHashMap.HashEntry - Class in net.sf.ehcache.store.chm
-
- SelectableConcurrentHashMap.Segment - Class in net.sf.ehcache.store.chm
-
- selectedBasedOnPolicy(Element[], Element) - Method in class net.sf.ehcache.store.AbstractPolicy
-
Finds the best eviction candidate based on the sampled elements.
- selectedBasedOnPolicy(Element[], Element) - Method in interface net.sf.ehcache.store.Policy
-
Finds the best eviction candidate based on the sampled elements.
- selectLock(Object, int) - Static method in class net.sf.ehcache.concurrent.ConcurrencyUtil
-
Selects a lock for a key.
- Selector - Class in net.sf.ehcache.transaction.manager.selector
-
Abstract class which is used to do various things related to JTA transaction managers,
like looking them up, registering XAResources for recovery...
- Selector(String) - Constructor for class net.sf.ehcache.transaction.manager.selector.Selector
-
Constructor
- SelfPopulatingCache - Class in net.sf.ehcache.constructs.blocking
-
A selfpopulating decorator for
Ehcache
that creates entries on demand.
- SelfPopulatingCache(Ehcache, CacheEntryFactory) - Constructor for class net.sf.ehcache.constructs.blocking.SelfPopulatingCache
-
Creates a SelfPopulatingCache.
- SelfPopulatingCache(Ehcache, int, CacheEntryFactory) - Constructor for class net.sf.ehcache.constructs.blocking.SelfPopulatingCache
-
Create a SelfPopulatingCache, with a specific number of stripes passed to the
underlying
BlockingCache
.
- SemiExpiringStatistic<T extends Number> - Class in net.sf.ehcache.statistics.extended
-
Statistic implementation that stops sampling history if the last history access is
before a user supplied timestamp.
- SemiExpiringStatistic(ValueStatistic<T>, ScheduledExecutorService, int, long) - Constructor for class net.sf.ehcache.statistics.extended.SemiExpiringStatistic
-
Creates a new semi-expiring statistic.
- send(List) - Method in interface net.sf.ehcache.distribution.CachePeer
-
- send(List) - Method in class net.sf.ehcache.distribution.RMICachePeer
-
- send(List) - Method in class net.sf.ehcache.distribution.TransactionalRMICachePeer
-
- sendManagementEvent(Serializable, String) - Method in class net.sf.ehcache.CacheManager
-
Send a management event to the cluster
- sendManagementEvent(Serializable, String) - Method in class net.sf.ehcache.management.event.DelegatingManagementEventSink
-
Send a management event.
- sendManagementEvent(Serializable, String) - Method in interface net.sf.ehcache.management.event.ManagementEventSink
-
Send a management event.
- sendNotification(String) - Method in class net.sf.ehcache.hibernate.management.impl.BaseEmitterBean
-
sendNotification
- sendNotification(String, Object) - Method in class net.sf.ehcache.hibernate.management.impl.BaseEmitterBean
-
sendNotification
- sendNotification(String, Object, String) - Method in class net.sf.ehcache.hibernate.management.impl.BaseEmitterBean
-
sendNotification
- sequenceNumber - Variable in class net.sf.ehcache.hibernate.management.impl.BaseEmitterBean
-
sequenceNumber
- SerializableXid - Class in net.sf.ehcache.transaction.xa
-
A serializable XID
- SerializableXid(Xid) - Constructor for class net.sf.ehcache.transaction.xa.SerializableXid
-
Create a SerializableXid, copying the GTRID and BQUAL of an existing XID
- SerializationCopyStrategy - Class in net.sf.ehcache.store.compound
-
A copy strategy that uses full Serialization to copy the object graph
- SerializationCopyStrategy() - Constructor for class net.sf.ehcache.store.compound.SerializationCopyStrategy
-
- serialize(Serializable, int) - Static method in class net.sf.ehcache.util.MemoryEfficientByteArrayOutputStream
-
Factory method
- serialize(Serializable) - Static method in class net.sf.ehcache.util.MemoryEfficientByteArrayOutputStream
-
Factory method.
- serialVersionUID - Static variable in interface net.sf.ehcache.store.compound.ReadWriteCopyStrategy
-
- set(String, T) - Method in class net.sf.ehcache.statistics.beans.AttributeProxy
-
Sets the value.
- set(String, Boolean) - Method in class net.sf.ehcache.statistics.beans.BooleanBeanProxy
-
- set(String, Long) - Method in class net.sf.ehcache.statistics.beans.LongBeanProxy
-
- set(String, String) - Method in class net.sf.ehcache.statistics.beans.StringBeanProxy
-
- set(T) - Method in class net.sf.ehcache.util.lang.VicariousThreadLocal
-
- set(int, E) - Method in class net.sf.ehcache.util.SetAsList
-
- setAggregateResults(List<Object>) - Method in class net.sf.ehcache.search.impl.BaseResult
-
Set the aggregate results for this row
- setAllowDynamicIndexing(boolean) - Method in class net.sf.ehcache.config.Searchable
-
Allow or disallow dynamic search attribute extraction
- setAlwaysOn(boolean) - Method in interface net.sf.ehcache.statistics.extended.ExtendedStatistics.Operation
-
Sets the always on.
- setAlwaysOn(boolean) - Method in interface net.sf.ehcache.statistics.extended.ExtendedStatistics
-
Sets the always on.
- setAlwaysOn(boolean) - Method in class net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl
-
- SetAsList<E> - Class in net.sf.ehcache.util
-
Wraps a set to provide a list interface.
- SetAsList(Set<E>) - Constructor for class net.sf.ehcache.util.SetAsList
-
- setAttribute(Attribute) - Method in class net.sf.ehcache.management.Store
- setAttribute(Attribute) - Method in class net.sf.ehcache.statistics.beans.ProxiedDynamicMBean
-
Set an attribtue by name
- setAttributeExtractors(Map<String, AttributeExtractor>) - Method in class net.sf.ehcache.store.AbstractStore
-
Inform this store of the configured attribute extractors.
- setAttributeExtractors(Map<String, AttributeExtractor>) - Method in class net.sf.ehcache.store.CacheStore
-
- setAttributeExtractors(Map<String, AttributeExtractor>) - Method in class net.sf.ehcache.store.ElementIdAssigningStore
-
Inform this store of the configured attribute extractors.
- setAttributeExtractors(Map<String, AttributeExtractor>) - Method in class net.sf.ehcache.store.MemoryStore
-
- setAttributeExtractors(Map<String, AttributeExtractor>) - Method in interface net.sf.ehcache.store.Store
-
Inform this store of the configured attribute extractors.
- setAttributeExtractors(Map<String, AttributeExtractor>) - Method in class net.sf.ehcache.transaction.AbstractTransactionStore
-
Inform this store of the configured attribute extractors.
- setAttributes(AttributeList) - Method in class net.sf.ehcache.management.Store
- setAttributes(AttributeList) - Method in class net.sf.ehcache.statistics.beans.ProxiedDynamicMBean
-
Set an attribute list.
- setBatchSize(int) - Method in class net.sf.ehcache.constructs.refreshahead.RefreshAheadCacheConfiguration
-
Set the batch size for processing refresh requests.
- setBind(String) - Method in class net.sf.ehcache.config.ManagementRESTServiceConfiguration
-
Set the host:port pair to which the REST server should be bound.
- setBootstrapCacheLoader(BootstrapCacheLoader) - Method in class net.sf.ehcache.Cache
-
Sets the bootstrap cache loader.
- setBootstrapCacheLoader(BootstrapCacheLoader) - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Sets the bootstrap cache loader.
- setBootstrapCacheLoader(BootstrapCacheLoader) - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Sets the bootstrap cache loader.
- setBootstrapCacheLoader(BootstrapCacheLoader) - Method in interface net.sf.ehcache.Ehcache
-
Sets the bootstrap cache loader.
- setBruteForceSource(BruteForceSource) - Method in class net.sf.ehcache.store.BruteForceSearchManager
-
Sets the BruteForceSource to be used for search
- setBulkOpsTimeoutMultiplyFactor(int) - Method in class net.sf.ehcache.config.NonstopConfiguration
-
Sets the value of the multiplication factor for bulk cache operations
- setCacheExceptionHandler(CacheExceptionHandler) - Method in class net.sf.ehcache.Cache
-
Sets an ExceptionHandler on the Cache.
- setCacheExceptionHandler(CacheExceptionHandler) - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Sets an ExceptionHandler on the Cache.
- setCacheExceptionHandler(CacheExceptionHandler) - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Sets an ExceptionHandler on the Cache.
- setCacheExceptionHandler(CacheExceptionHandler) - Method in interface net.sf.ehcache.Ehcache
-
Sets an ExceptionHandler on the Cache.
- setCacheLoaderTimeoutMillis(long) - Method in class net.sf.ehcache.config.CacheConfiguration
-
Sets the timeout for CacheLoader execution (0 = no timeout).
- setCacheManager(CacheManager) - Method in class net.sf.ehcache.Cache
-
For use by CacheManager.
- setCacheManager(CacheManager) - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Sets the CacheManager
- setCacheManager(CacheManager) - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Sets the CacheManager
- setCacheManager(CacheManager) - Method in interface net.sf.ehcache.Ehcache
-
Sets the CacheManager
- setCacheManagerEventListener(CacheManagerEventListener) - Method in class net.sf.ehcache.CacheManager
-
Same as getCacheManagerEventListenerRegistry().registerListener(cacheManagerEventListener);
Left for backward compatiblity
- setCacheXA(boolean) - Method in class net.sf.ehcache.config.TerracottaConfiguration
-
Used by BeanHandler to set the cacheXA flag during parsing
- setClass(String) - Method in class net.sf.ehcache.config.CopyStrategyConfiguration
-
Sets the fully qualified class name for the CopyStrategy to use
- setClass(String) - Method in class net.sf.ehcache.config.ElementValueComparatorConfiguration
-
Sets the fully qualified class name for the ElementValueComparator to use
- setClass(String) - Method in class net.sf.ehcache.config.FactoryConfiguration
-
Sets the class name.
- setClass(String) - Method in class net.sf.ehcache.config.SearchAttribute
-
Set the extractor class for this attribute.
- setClassLoader(ClassLoader) - Method in class net.sf.ehcache.config.CacheConfiguration
-
- setClassLoader(ClassLoader) - Method in class net.sf.ehcache.config.Configuration
-
Set the classloader for the cache manager (and it's associated caches) to use when creating application objects (eg.
- setClearOnFlush(boolean) - Method in class net.sf.ehcache.config.CacheConfiguration
-
Sets whether the MemoryStore should be cleared when
flush()
is called on the cache - true by default.
- setClustered(boolean) - Method in class net.sf.ehcache.config.TerracottaConfiguration
-
Indicates whether to cluster this cache with Terracotta.
- setCoherent(boolean) - Method in class net.sf.ehcache.config.TerracottaConfiguration
-
- setCoherentReads(boolean) - Method in class net.sf.ehcache.config.TerracottaConfiguration
-
Deprecated.
- setCompressionEnabled(boolean) - Method in class net.sf.ehcache.config.TerracottaConfiguration
-
Used by BeanHandler to set the compressionEnabled flag during parsing
- setConcurrency(int) - Method in class net.sf.ehcache.config.TerracottaConfiguration
-
Sets the value of concurrency.
- setConsistency(TerracottaConfiguration.Consistency) - Method in class net.sf.ehcache.config.TerracottaConfiguration
-
Setter for consistency
- setConsistency(String) - Method in class net.sf.ehcache.config.TerracottaConfiguration
-
Setter for consistency
- setCopyOnRead(boolean) - Method in class net.sf.ehcache.config.CacheConfiguration
-
Whether the Cache should copy elements it returns
- setCopyOnRead(boolean) - Method in class net.sf.ehcache.config.TerracottaConfiguration
-
Deprecated.
- setCopyOnWrite(boolean) - Method in class net.sf.ehcache.config.CacheConfiguration
-
Whether the Cache should copy elements it gets
- setCopyStrategyInstance(ReadWriteCopyStrategy<Element>) - Method in class net.sf.ehcache.config.CopyStrategyConfiguration
-
Sets the CopyStrategy instance to use
- setCreateTime() - Method in class net.sf.ehcache.Element
-
- setDefaultCacheConfiguration(CacheConfiguration) - Method in class net.sf.ehcache.config.Configuration
-
- setDefaultTransactionTimeout(int) - Method in class net.sf.ehcache.TransactionController
-
Set the default transaction timeout in seconds, it must be > 0
- setDefaultTransactionTimeoutInSeconds(int) - Method in class net.sf.ehcache.config.Configuration
-
Allows BeanHandler to set the default transaction timeout.
- setDefaultValue(String) - Method in interface net.sf.ehcache.config.generator.model.NodeAttribute
-
Default value setter
- setDefaultValue(String) - Method in class net.sf.ehcache.config.generator.model.SimpleNodeAttribute
-
Default value setter
- setDenominatorValue(long) - Method in class net.sf.ehcache.management.sampled.SampledRateCounterProxy
-
- setDenominatorValue(long) - Method in interface net.sf.ehcache.util.counter.sampled.SampledRateCounter
-
Sets the value of the denominator to the passed value
- setDenominatorValue(long) - Method in class net.sf.ehcache.util.counter.sampled.SampledRateCounterImpl
-
Sets the value of the denominator to the passed value
- setDisabled(boolean) - Method in class net.sf.ehcache.Cache
-
Disables or enables this cache.
- setDisabled(boolean) - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Disables or enables this cache.
- setDisabled(boolean) - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Disables or enables this cache.
- setDisabled(boolean) - Method in interface net.sf.ehcache.Ehcache
-
Disables or enables this cache.
- setDiskAccessStripes(int) - Method in class net.sf.ehcache.config.CacheConfiguration
-
Sets the number of disk stripes.
- setDiskExpiryThreadIntervalSeconds(long) - Method in class net.sf.ehcache.config.CacheConfiguration
-
Sets the interval in seconds between runs of the disk expiry thread.
- setDiskExpiryThreadIntervalSeconds(long) - Method in class net.sf.ehcache.management.CacheConfiguration
-
setDiskExpiryThreadIntervalSeconds
- setDiskExpiryThreadIntervalSeconds(long) - Method in interface net.sf.ehcache.management.CacheConfigurationMBean
-
setDiskExpiryThreadIntervalSeconds
- setDiskExpiryThreadIntervalSeconds(long) - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
setDiskExpiryThreadIntervalSeconds.
- setDiskExpiryThreadIntervalSeconds(long) - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
setDiskExpiryThreadIntervalSeconds.
- setDiskExpiryThreadIntervalSeconds(long) - Method in class net.sf.ehcache.management.sampled.SampledCache
-
setDiskExpiryThreadIntervalSeconds.
- setDiskPersistent(boolean) - Method in class net.sf.ehcache.config.CacheConfiguration
-
- setDiskPersistent(boolean) - Method in class net.sf.ehcache.management.CacheConfiguration
-
setDiskPersistent
- setDiskPersistent(boolean) - Method in interface net.sf.ehcache.management.CacheConfigurationMBean
-
setDiskPersistent
- setDiskPersistent(boolean) - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
setDiskPersistent.
- setDiskPersistent(boolean) - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
setDiskPersistent.
- setDiskPersistent(boolean) - Method in class net.sf.ehcache.management.sampled.SampledCache
-
setDiskPersistent.
- setDiskSpoolBufferSizeMB(int) - Method in class net.sf.ehcache.config.CacheConfiguration
-
Sets the disk spool size, which is used to buffer writes to the DiskStore.
- setDiskSpoolBufferSizeMB(int) - Method in class net.sf.ehcache.management.CacheConfiguration
-
setDiskSpoolBufferSizeMB
- setDiskSpoolBufferSizeMB(int) - Method in interface net.sf.ehcache.management.CacheConfigurationMBean
-
setDiskSpoolBufferSizeMB
- setDynamicAttributesExtractor(DynamicAttributesExtractor) - Method in class net.sf.ehcache.config.CacheConfiguration
-
Sets dynamic search attributes extractor
- setDynamicConfig(boolean) - Method in class net.sf.ehcache.config.Configuration
-
Allows BeanHandler to set the dynamic configuration flag
- setEnabled(boolean) - Method in class net.sf.ehcache.config.ManagementRESTServiceConfiguration
-
Set that the REST services should be enabled or disabled.
- setEnabled(boolean) - Method in class net.sf.ehcache.config.NonstopConfiguration
-
Set the value of nonstop is enabled or not
- setEnabled(boolean) - Method in interface net.sf.ehcache.management.sampled.CacheManagerSampler
-
Enables/disables each cache contained by this CacheManager
- setEnabled(boolean) - Method in class net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
-
Enables/disables each cache contained by this CacheManager
- setEnabled(boolean) - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Enabled/disable the cache.
- setEnabled(boolean) - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Enabled/disable the cache.
- setEnabled(boolean) - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Enabled/disable the cache.
- setEnabled(boolean) - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
-
Enables/disables each of the contained caches.
- setEternal(boolean) - Method in class net.sf.ehcache.config.CacheConfiguration
-
Sets whether elements are eternal.
- setEternal(boolean) - Method in class net.sf.ehcache.Element
-
Sets whether the element is eternal.
- setEternal(boolean) - Method in class net.sf.ehcache.management.CacheConfiguration
-
setEternal
- setEternal(boolean) - Method in interface net.sf.ehcache.management.CacheConfigurationMBean
-
setEternal
- setEternal(boolean) - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
setEternal.
- setEternal(boolean) - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
setEternal.
- setEternal(boolean) - Method in class net.sf.ehcache.management.sampled.SampledCache
-
setEternal.
- setEvictionPolicy(Policy) - Method in class net.sf.ehcache.store.cachingtier.OnHeapCachingTier
-
- setEvictionPolicy(Policy) - Method in interface net.sf.ehcache.store.CachingTier
-
Deprecated.
- setEvictionPolicy(Policy) - Method in class net.sf.ehcache.store.LruMemoryStore
-
Sets the eviction policy strategy.
- setEvictOnLoadMiss(boolean) - Method in class net.sf.ehcache.constructs.refreshahead.RefreshAheadCacheConfiguration
-
Set whether no return for a key from all CacheLoaders should force
an eviction prematurely from the underlying cache.
- setExpression(String) - Method in class net.sf.ehcache.config.SearchAttribute
-
Set the attribute expression.
- setHeartBeatInterval(long) - Static method in class net.sf.ehcache.distribution.MulticastKeepaliveHeartbeatSender
-
Sets the heartbeat interval to something other than the default of 5000ms.
- setHeartBeatStaleTime(long) - Static method in class net.sf.ehcache.distribution.MulticastKeepaliveHeartbeatSender
-
Sets the heartbeat stale time to something other than the default of ((2 * HeartBeatInterval) + 100)ms
.
- setHints(ExecutionHints) - Method in class net.sf.ehcache.search.impl.BaseQueryInterpreter
-
hook
- setHistory(int, long, TimeUnit) - Method in interface net.sf.ehcache.statistics.extended.ExtendedStatistics.Operation
-
Sets the history.
- setHistory(int, long) - Method in class net.sf.ehcache.statistics.extended.RateImpl
-
Set the sample history parameters.
- setId(Element, long) - Static method in class net.sf.ehcache.ElementIdHelper
-
Set the element id
- setImmediateShutdown(boolean) - Method in class net.sf.ehcache.terracotta.TerracottaBootstrapCacheLoader
-
Sets whether the disposal of the instance will let the potential current key set being written to disk finish, or whether the
shutdown will be immediate
- setImmediateTimeout(boolean) - Method in class net.sf.ehcache.config.NonstopConfiguration
-
Set the value of immediateTimeout
- setInMemoryEvictionPolicy(Policy) - Method in class net.sf.ehcache.store.CacheStore
-
- setInMemoryEvictionPolicy(Policy) - Method in class net.sf.ehcache.store.disk.DiskStore
-
Sets the eviction policy strategy.
- setInMemoryEvictionPolicy(Policy) - Method in class net.sf.ehcache.store.ElementIdAssigningStore
-
Sets the eviction policy strategy.
- setInMemoryEvictionPolicy(Policy) - Method in class net.sf.ehcache.store.LegacyStoreWrapper
-
Sets the eviction policy strategy.
- setInMemoryEvictionPolicy(Policy) - Method in class net.sf.ehcache.store.LruMemoryStore
-
Sets the eviction policy strategy.
- setInMemoryEvictionPolicy(Policy) - Method in class net.sf.ehcache.store.MemoryStore
-
Sets the eviction policy strategy.
- setInMemoryEvictionPolicy(Policy) - Method in interface net.sf.ehcache.store.Store
-
Sets the eviction policy strategy.
- setInMemoryEvictionPolicy(Policy) - Method in class net.sf.ehcache.transaction.AbstractTransactionStore
-
Sets the eviction policy strategy.
- setInnerContent(String) - Method in class net.sf.ehcache.config.generator.model.AbstractNodeElement
-
Sets the inner content of this element
- setInnerContent(String) - Method in interface net.sf.ehcache.config.generator.model.NodeElement
-
Sets the inner content of this element
- setJndiName(String) - Method in class net.sf.ehcache.transaction.manager.selector.JndiSelector
-
Set the configured JNDI name to look up
- setKeys(boolean) - Method in class net.sf.ehcache.config.Searchable
-
Toggle searchable keys
- setLeft(AATreeSet.Node<E>) - Method in class net.sf.ehcache.store.disk.ods.AATreeSet.AbstractTreeNode
-
Set this node's left child.
- setLeft(AATreeSet.Node<E>) - Method in interface net.sf.ehcache.store.disk.ods.AATreeSet.Node
-
Set this node's left child.
- setLeft(AATreeSet.Node<Comparable>) - Method in class net.sf.ehcache.store.disk.ods.Region
-
- setLevel(int) - Method in class net.sf.ehcache.store.disk.ods.AATreeSet.AbstractTreeNode
-
Set this node's level.
- setLevel(int) - Method in interface net.sf.ehcache.store.disk.ods.AATreeSet.Node
-
Set this node's level.
- setLifespanDefaults(int, int, boolean) - Method in class net.sf.ehcache.Element
-
Set the default parameters of this element - those from its enclosing cache.
- setListenFor(String) - Method in class net.sf.ehcache.config.CacheConfiguration.CacheEventListenerFactoryConfiguration
-
Used by BeanHandler to set the mode during parsing.
- setLocalCacheEnabled(boolean) - Method in class net.sf.ehcache.config.TerracottaConfiguration
-
Enable or disable the local cache
- setLocalKeyCache(boolean) - Method in class net.sf.ehcache.config.TerracottaConfiguration
-
Sets whether this cache should use an unclustered local key cache (usually should be
false unless
optimizing for a small read-only cache)
- setLocalKeyCacheSize(int) - Method in class net.sf.ehcache.config.TerracottaConfiguration
-
Sets maximum size of the local key cache (usually the size of the key set of the cache or cache partition).
- setLogging(boolean) - Method in class net.sf.ehcache.config.CacheConfiguration
-
Enables or disables logging for the cache
- setLoggingEnabled(boolean) - Method in class net.sf.ehcache.management.CacheConfiguration
-
setLoggingEnabled
- setLoggingEnabled(boolean) - Method in interface net.sf.ehcache.management.CacheConfigurationMBean
-
setLoggingEnabled
- setLoggingEnabled(boolean) - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
setLoggingEnabled.
- setLoggingEnabled(boolean) - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
setLoggingEnabled.
- setLoggingEnabled(boolean) - Method in class net.sf.ehcache.management.sampled.SampledCache
-
setLoggingEnabled.
- setMaxBytesLocalDisk(String) - Method in class net.sf.ehcache.config.CacheConfiguration
-
Setter for maxBytesOnDisk as a String.
- setMaxBytesLocalDisk(Long) - Method in class net.sf.ehcache.config.CacheConfiguration
-
Sets the maximum amount of bytes the cache being configured will use on the OnDisk tier
- setMaxBytesLocalDisk(String) - Method in class net.sf.ehcache.config.Configuration
-
Sets maximum amount of bytes the CacheManager will use on the Disk Tier.
- setMaxBytesLocalDisk(Long) - Method in class net.sf.ehcache.config.Configuration
-
Sets maximum amount of bytes the CacheManager will use on the Disk Tier.
- setMaxBytesLocalDisk(long) - Method in interface net.sf.ehcache.management.sampled.CacheManagerSampler
-
- setMaxBytesLocalDisk(long) - Method in class net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
- setMaxBytesLocalDisk(long) - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
setMaxBytesLocalDisk.
- setMaxBytesLocalDisk(long) - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
setMaxBytesLocalDisk.
- setMaxBytesLocalDisk(long) - Method in class net.sf.ehcache.management.sampled.SampledCache
-
setMaxBytesLocalDisk.
- setMaxBytesLocalDisk(long) - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
- setMaxBytesLocalDiskAsString(String) - Method in interface net.sf.ehcache.management.sampled.CacheManagerSampler
-
- setMaxBytesLocalDiskAsString(String) - Method in class net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
- setMaxBytesLocalDiskAsString(String) - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
setMaxBytesLocalDisk.
- setMaxBytesLocalDiskAsString(String) - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
setMaxBytesLocalDisk.
- setMaxBytesLocalDiskAsString(String) - Method in class net.sf.ehcache.management.sampled.SampledCache
-
setMaxBytesLocalDisk.
- setMaxBytesLocalDiskAsString(String) - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
- setMaxBytesLocalHeap(String) - Method in class net.sf.ehcache.config.CacheConfiguration
-
Setter for maxBytesLocalHeap as a String.
- setMaxBytesLocalHeap(Long) - Method in class net.sf.ehcache.config.CacheConfiguration
-
Setter for maxBytesLocalHeap in bytes
- setMaxBytesLocalHeap(String) - Method in class net.sf.ehcache.config.Configuration
-
Sets maximum amount of bytes the CacheManager will use on the Disk Tier.
- setMaxBytesLocalHeap(Long) - Method in class net.sf.ehcache.config.Configuration
-
Sets the maximum amount of bytes the cache manager being configured will use on the OnHeap tier
- setMaxBytesLocalHeap(long) - Method in interface net.sf.ehcache.management.sampled.CacheManagerSampler
-
- setMaxBytesLocalHeap(long) - Method in class net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
- setMaxBytesLocalHeap(long) - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
setMaxBytesLocalHeap.
- setMaxBytesLocalHeap(long) - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
setMaxBytesLocalHeap.
- setMaxBytesLocalHeap(long) - Method in class net.sf.ehcache.management.sampled.SampledCache
-
setMaxBytesLocalHeap.
- setMaxBytesLocalHeap(long) - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
- setMaxBytesLocalHeapAsString(String) - Method in interface net.sf.ehcache.management.sampled.CacheManagerSampler
-
- setMaxBytesLocalHeapAsString(String) - Method in class net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
- setMaxBytesLocalHeapAsString(String) - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
setMaxBytesLocalHeap.
- setMaxBytesLocalHeapAsString(String) - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
setMaxBytesLocalHeap.
- setMaxBytesLocalHeapAsString(String) - Method in class net.sf.ehcache.management.sampled.SampledCache
-
setMaxBytesLocalHeap.
- setMaxBytesLocalHeapAsString(String) - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
- setMaxBytesLocalOffHeap(String) - Method in class net.sf.ehcache.config.CacheConfiguration
-
Setter for maximum bytes off heap as a String.
- setMaxBytesLocalOffHeap(Long) - Method in class net.sf.ehcache.config.CacheConfiguration
-
Sets the maximum amount of bytes the cache being configured will use on the OffHeap tier
- setMaxBytesLocalOffHeap(String) - Method in class net.sf.ehcache.config.Configuration
-
Sets maximum amount of bytes the CacheManager will use on the OffHeap Tier.
- setMaxBytesLocalOffHeap(Long) - Method in class net.sf.ehcache.config.Configuration
-
Sets maximum amount of bytes the CacheManager will use on the OffHeap Tier.
- setMaxDepth(int) - Method in class net.sf.ehcache.config.SizeOfPolicyConfiguration
-
Sets the maximum depth the SizeOf engine can normally traverse
- setMaxDepthExceededBehavior(String) - Method in class net.sf.ehcache.config.SizeOfPolicyConfiguration
-
Sets the behavior of the SizeOf engine when the max depth is reached
- setMaxElementsInMemory(int) - Method in class net.sf.ehcache.config.CacheConfiguration
-
- setMaxElementsInMemory(int) - Method in class net.sf.ehcache.management.CacheConfiguration
-
- setMaxElementsInMemory(int) - Method in interface net.sf.ehcache.management.CacheConfigurationMBean
-
- setMaxElementsInMemory(int) - Method in class net.sf.ehcache.management.sampled.SampledCache
-
setMaxElementsInMemory
- setMaxElementsInMemory(int) - Method in interface net.sf.ehcache.management.sampled.SampledCacheMBean
-
- setMaxElementsOnDisk(int) - Method in class net.sf.ehcache.config.CacheConfiguration
-
- setMaxElementsOnDisk(int) - Method in class net.sf.ehcache.management.CacheConfiguration
-
- setMaxElementsOnDisk(int) - Method in interface net.sf.ehcache.management.CacheConfigurationMBean
-
- setMaxElementsOnDisk(int) - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
setMaxElementsOnDisk.
- setMaxElementsOnDisk(int) - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
setMaxElementsOnDisk.
- setMaxElementsOnDisk(int) - Method in class net.sf.ehcache.management.sampled.SampledCache
-
setMaxElementsOnDisk.
- setMaxEntriesInCache(long) - Method in class net.sf.ehcache.config.CacheConfiguration
-
Sets the maximum number of entries in the cache.
- setMaxEntriesInCache(long) - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
setMaxEntriesInCache.
- setMaxEntriesInCache(long) - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
setMaxEntriesInCache.
- setMaxEntriesInCache(long) - Method in class net.sf.ehcache.management.sampled.SampledCache
-
setMaxEntriesInCache.
- setMaxEntriesLocalDisk(long) - Method in class net.sf.ehcache.config.CacheConfiguration
-
Sets the maximum number elements on Disk.
- setMaxEntriesLocalDisk(long) - Method in class net.sf.ehcache.management.CacheConfiguration
-
Maximum number of entries that may be stores in the local disk store.
- setMaxEntriesLocalDisk(long) - Method in interface net.sf.ehcache.management.CacheConfigurationMBean
-
Configured maximum number of entries for the local disk store.
- setMaxEntriesLocalDisk(long) - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
setMaxEntriesLocalDisk.
- setMaxEntriesLocalDisk(long) - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
setMaxEntriesLocalDisk.
- setMaxEntriesLocalDisk(long) - Method in class net.sf.ehcache.management.sampled.SampledCache
-
setMaxEntriesLocalDisk.
- setMaxEntriesLocalHeap(long) - Method in class net.sf.ehcache.config.CacheConfiguration
-
Sets the maximum objects to be held in local heap memory (0 = no limit).
- setMaxEntriesLocalHeap(long) - Method in class net.sf.ehcache.management.CacheConfiguration
-
Maximum number of entries that may be stored in local heap memory store.
- setMaxEntriesLocalHeap(long) - Method in interface net.sf.ehcache.management.CacheConfigurationMBean
-
Configured maximum number of entries for the local memory heap.
- setMaxEntriesLocalHeap(long) - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
setMaxEntriesLocalHeap.
- setMaxEntriesLocalHeap(long) - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
setMaxEntriesLocalHeap.
- setMaxEntriesLocalHeap(long) - Method in class net.sf.ehcache.management.sampled.SampledCache
-
setMaxEntriesLocalHeap.
- setMaxEntriesLocalHeap(long) - Method in class net.sf.ehcache.store.cachingtier.CountBasedBackEnd
-
Sets the capacity limit
- setMaximumRefreshBacklogItems(int) - Method in class net.sf.ehcache.constructs.refreshahead.RefreshAheadCacheConfiguration
-
Set the maximum refresh backlog items.
- setMaxMemoryOffHeap(String) - Method in class net.sf.ehcache.config.CacheConfiguration
-
- setMaxSize(long) - Method in class net.sf.ehcache.pool.impl.AbstractPool
-
Change the maximum size of the pool.
- setMaxSize(long) - Method in class net.sf.ehcache.pool.impl.AbstractPoolAccessor
-
Sets the max size for this pool
- setMaxSize(long) - Method in class net.sf.ehcache.pool.impl.UnboundedPool
-
Change the maximum size of the pool.
- setMaxSize(long) - Method in interface net.sf.ehcache.pool.Pool
-
Change the maximum size of the pool.
- setMaxSize(long) - Method in interface net.sf.ehcache.pool.PoolAccessor
-
Sets the max size for this pool
- setMaxSize(long) - Method in class net.sf.ehcache.store.chm.SelectableConcurrentHashMap
-
- setMaxWriteDelay(int) - Method in class net.sf.ehcache.config.CacheWriterConfiguration
-
Set the maximum number of seconds to wait before writing behind.
- setMemoryStoreEvictionPolicy(Policy) - Method in class net.sf.ehcache.Cache
-
Sets the eviction policy strategy.
- setMemoryStoreEvictionPolicy(String) - Method in class net.sf.ehcache.config.CacheConfiguration
-
Sets the eviction policy.
- setMemoryStoreEvictionPolicy(String) - Method in class net.sf.ehcache.management.CacheConfiguration
-
setMemoryStoreEvictionPolicy
- setMemoryStoreEvictionPolicy(String) - Method in interface net.sf.ehcache.management.CacheConfigurationMBean
-
setMemoryStoreEvictionPolicy
- setMemoryStoreEvictionPolicy(String) - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
setMemoryStoreEvictionPolicy.
- setMemoryStoreEvictionPolicy(String) - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
setMemoryStoreEvictionPolicy.
- setMemoryStoreEvictionPolicy(String) - Method in class net.sf.ehcache.management.sampled.SampledCache
-
setMemoryStoreEvictionPolicy.
- setMemoryStoreEvictionPolicyFromObject(MemoryStoreEvictionPolicy) - Method in class net.sf.ehcache.config.CacheConfiguration
-
Sets the eviction policy.
- setMimeType(String) - Method in class net.sf.ehcache.MimeTypeByteArray
-
- setMinWriteDelay(int) - Method in class net.sf.ehcache.config.CacheWriterConfiguration
-
Set the minimum number of seconds to wait before writing behind.
- setModeGet(boolean) - Method in class net.sf.ehcache.constructs.readthrough.ReadThroughCacheConfiguration
-
Set whether get() methods will be transparently proxied.
- setMonitoring(String) - Method in class net.sf.ehcache.config.Configuration
-
Allows BeanHandler to set the monitoring flag
- setName(String) - Method in class net.sf.ehcache.Cache
-
Sets the cache name which will name.
- setName(String) - Method in class net.sf.ehcache.config.CacheConfiguration
-
Sets the name of the cache.
- setName(String) - Method in class net.sf.ehcache.config.Configuration
-
Allows BeanHandler to set the CacheManager name.
- setName(String) - Method in class net.sf.ehcache.config.SearchAttribute
-
Set the attribute name
- setName(String) - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Sets the cache name which will name.
- setName(String) - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Sets the cache name which will name.
- setName(String) - Method in class net.sf.ehcache.constructs.readthrough.ReadThroughCacheConfiguration
-
Set the name to set for this cache decorator.
- setName(String) - Method in class net.sf.ehcache.constructs.refreshahead.RefreshAheadCacheConfiguration
-
Set the name of this cache decorator
- setName(String) - Method in interface net.sf.ehcache.Ehcache
-
Sets the cache name which will name.
- setNeedClientAuth(boolean) - Method in class net.sf.ehcache.config.ManagementRESTServiceConfiguration
-
Set ssl client certificate authorization required setting.
- setNodeBulkLoadEnabled(boolean) - Method in class net.sf.ehcache.Cache
-
Enable/disable bulk-load mode in this node for this cache.
- setNodeBulkLoadEnabled(boolean) - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Enable/disable bulk-load mode in this node for this cache.
- setNodeBulkLoadEnabled(boolean) - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Enable/disable bulk-load mode in this node for this cache.
- setNodeBulkLoadEnabled(boolean) - Method in interface net.sf.ehcache.Ehcache
-
Enable/disable bulk-load mode in this node for this cache.
- setNodeBulkLoadEnabled(boolean) - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
Enabled/disable bulk-load mode for this node.
- setNodeBulkLoadEnabled(boolean) - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
Enabled/disable bulk-load mode for this node.
- setNodeBulkLoadEnabled(boolean) - Method in class net.sf.ehcache.management.sampled.SampledCache
-
Enabled/disable bulk-load mode for this node.
- setNodeCoherent(boolean) - Method in class net.sf.ehcache.Cache
-
- setNodeCoherent(boolean) - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
Sets the cache in coherent or incoherent mode depending on the parameter on this node.
- setNodeCoherent(boolean) - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
- setNodeCoherent(boolean) - Method in interface net.sf.ehcache.Ehcache
-
- setNodeCoherent(boolean) - Method in class net.sf.ehcache.management.sampled.SampledCache
-
- setNodeCoherent(boolean) - Method in interface net.sf.ehcache.management.sampled.SampledCacheMBean
-
- setNodeCoherent(boolean) - Method in class net.sf.ehcache.store.AbstractStore
-
Sets the cache in coherent or incoherent mode for the current node depending on the parameter.
- setNodeCoherent(boolean) - Method in class net.sf.ehcache.store.CacheStore
-
- setNodeCoherent(boolean) - Method in class net.sf.ehcache.store.ElementIdAssigningStore
-
Sets the cache in coherent or incoherent mode for the current node depending on the parameter.
- setNodeCoherent(boolean) - Method in interface net.sf.ehcache.store.Store
-
Sets the cache in coherent or incoherent mode for the current node depending on the parameter.
- setNodeCoherent(boolean) - Method in class net.sf.ehcache.transaction.AbstractTransactionStore
-
Sets the cache in coherent or incoherent mode for the current node depending on the parameter.
- setNotifyListenersOnException(boolean) - Method in class net.sf.ehcache.config.CacheWriterConfiguration
-
Sets whether to notify listeners when an exception occurs on a writer operation.
- setNumberOfThreads(int) - Method in class net.sf.ehcache.constructs.refreshahead.RefreshAheadCacheConfiguration
-
Set the number of threads used locally in this instance to process
refresh requests
- setNumeratorValue(long) - Method in class net.sf.ehcache.management.sampled.SampledRateCounterProxy
-
- setNumeratorValue(long) - Method in interface net.sf.ehcache.util.counter.sampled.SampledRateCounter
-
Sets the value of the numerator to the passed value
- setNumeratorValue(long) - Method in class net.sf.ehcache.util.counter.sampled.SampledRateCounterImpl
-
Sets the value of the numerator to the passed value
- setOnDiskCapacity(int) - Method in class net.sf.ehcache.store.disk.DiskStorageFactory
-
Set the maximum on-disk capacity for this factory.
- setOperationsFilter(OperationsFilter) - Method in class net.sf.ehcache.writer.writebehind.AbstractWriteBehindQueue
-
Set the operations filter that should be used.
- setOperationsFilter(OperationsFilter) - Method in class net.sf.ehcache.writer.writebehind.NonStopWriteBehind
-
- setOperationsFilter(OperationsFilter) - Method in interface net.sf.ehcache.writer.writebehind.WriteBehind
-
Set the operations filter that should be used.
- setOperationsFilter(OperationsFilter) - Method in class net.sf.ehcache.writer.writebehind.WriteBehindQueueManager
-
Set the operations filter that should be used.
- setOptional(boolean) - Method in class net.sf.ehcache.config.generator.model.AbstractNodeElement
-
Sets optional or not
- setOptional(boolean) - Method in interface net.sf.ehcache.config.generator.model.NodeAttribute
-
Sets this attribute to optional or not
- setOptional(boolean) - Method in interface net.sf.ehcache.config.generator.model.NodeElement
-
Sets optional or not
- setOptional(boolean) - Method in class net.sf.ehcache.config.generator.model.SimpleNodeAttribute
-
Sets this attribute to optional or not
- setOrphanEviction(boolean) - Method in class net.sf.ehcache.config.TerracottaConfiguration
-
Sets whether this cache should perform orphan eviction (usually should be
true).
- setOrphanEvictionPeriod(int) - Method in class net.sf.ehcache.config.TerracottaConfiguration
-
Set how often this cache should perform orphan eviction (measured in regular eviction periods).
- setOverflowToDisk(boolean) - Method in class net.sf.ehcache.config.CacheConfiguration
-
- setOverflowToDisk(boolean) - Method in class net.sf.ehcache.management.CacheConfiguration
-
setOverflowToDisk
- setOverflowToDisk(boolean) - Method in interface net.sf.ehcache.management.CacheConfigurationMBean
-
setOverflowToDisk
- setOverflowToDisk(boolean) - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
setOverflowToDisk.
- setOverflowToDisk(boolean) - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
setOverflowToDisk.
- setOverflowToDisk(boolean) - Method in class net.sf.ehcache.management.sampled.SampledCache
-
setOverflowToDisk.
- setOverflowToOffHeap(boolean) - Method in class net.sf.ehcache.config.CacheConfiguration
-
Enables or disables offheap store for the cache.
- setPath(String) - Method in class net.sf.ehcache.config.DiskStoreConfiguration
-
Translates and sets the path.
- setPolicy(Policy) - Method in class net.sf.ehcache.store.cachingtier.CountBasedBackEnd
-
Dynamic property to switch the policy out
- setPolicy(Policy) - Method in interface net.sf.ehcache.store.cachingtier.HeapCacheBackEnd
-
Deprecated.
- setPolicy(Policy) - Method in class net.sf.ehcache.store.cachingtier.PooledBasedBackEnd
-
Dynamic property to switch the policy out
- setPoolAccessor(PoolAccessor) - Method in class net.sf.ehcache.util.concurrent.ConcurrentHashMap
-
- setProperties(String) - Method in class net.sf.ehcache.config.FactoryConfiguration
-
Sets the configuration properties.
- setProperties(String) - Method in class net.sf.ehcache.config.SearchAttribute
-
Set the extractor properties
- setProperties(String) - Method in class net.sf.ehcache.config.TimeoutBehaviorConfiguration
-
Set the properties
- setProperties(Properties) - Method in class net.sf.ehcache.transaction.manager.DefaultTransactionManagerLookup
-
Setter to the properties properties.
- setProperties(Properties) - Method in interface net.sf.ehcache.transaction.manager.TransactionManagerLookup
-
Setter to the properties properties.
- setPropertySeparator(String) - Method in class net.sf.ehcache.config.FactoryConfiguration
-
Setter
- setPropertySeparator(String) - Method in class net.sf.ehcache.config.SearchAttribute
-
Set the extractor properties separator
- setPropertySeparator(String) - Method in class net.sf.ehcache.config.TimeoutBehaviorConfiguration
-
Set the property separator
- setRateLimitPerSecond(int) - Method in class net.sf.ehcache.config.CacheWriterConfiguration
-
- setRegionCacheEnabled(String, boolean) - Method in interface net.sf.ehcache.hibernate.management.api.EhcacheStats
-
Enables/disables a particular region
- setRegionCacheEnabled(String, boolean) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Enables/disables a particular region
- setRegionCacheEnabled(String, boolean) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheStatsImpl
-
Enables/disables a particular region
- setRegionCacheLoggingEnabled(String, boolean) - Method in interface net.sf.ehcache.hibernate.management.api.EhcacheStats
-
Enable/Disable logging for the input cache region
- setRegionCacheLoggingEnabled(String, boolean) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Enable/Disable logging for the input cache region
- setRegionCacheLoggingEnabled(String, boolean) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheStatsImpl
-
Enable/Disable logging for the input cache region
- setRegionCacheMaxTTISeconds(String, int) - Method in interface net.sf.ehcache.hibernate.management.api.EhcacheStats
-
Sets the time to idle for the input cache region
- setRegionCacheMaxTTISeconds(String, int) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Sets the time to idle for the input cache region
- setRegionCacheMaxTTISeconds(String, int) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheStatsImpl
-
Sets the time to idle for the input cache region
- setRegionCacheMaxTTLSeconds(String, int) - Method in interface net.sf.ehcache.hibernate.management.api.EhcacheStats
-
Sets the time to live for the input cache region
- setRegionCacheMaxTTLSeconds(String, int) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Sets the time to live for the input cache region
- setRegionCacheMaxTTLSeconds(String, int) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheStatsImpl
-
Sets the time to live for the input cache region
- setRegionCachesEnabled(boolean) - Method in interface net.sf.ehcache.hibernate.management.api.EhcacheStats
-
Enable/disable all the cache regions.
- setRegionCachesEnabled(boolean) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Enable/disable all the cache regions.
- setRegionCachesEnabled(boolean) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheStatsImpl
-
- setRegionCacheTargetMaxInMemoryCount(String, int) - Method in interface net.sf.ehcache.hibernate.management.api.EhcacheStats
-
Sets the maxElementsInMemory of the input cache region
- setRegionCacheTargetMaxInMemoryCount(String, int) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Sets the maxElementsInMemory of the input cache region
- setRegionCacheTargetMaxInMemoryCount(String, int) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheStatsImpl
-
Sets the maxElementsInMemory of the input cache region
- setRegionCacheTargetMaxTotalCount(String, int) - Method in interface net.sf.ehcache.hibernate.management.api.EhcacheStats
-
Sets the maxElementsOnDisk of the input cache region
- setRegionCacheTargetMaxTotalCount(String, int) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Sets the maxElementsOnDisk of the input cache region
- setRegionCacheTargetMaxTotalCount(String, int) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheStatsImpl
-
Sets the maxElementsOnDisk of the input cache region
- setRejoin(boolean) - Method in class net.sf.ehcache.config.TerracottaClientConfiguration
-
Set rejoin value
- setResultBatchSize(int) - Method in class net.sf.ehcache.search.ExecutionHints
-
Set desired batch size for search results.
- setRetryAttemptDelaySeconds(int) - Method in class net.sf.ehcache.config.CacheWriterConfiguration
-
Sets the number of seconds to wait before retrying an failed operation.
- setRetryAttempts(int) - Method in class net.sf.ehcache.config.CacheWriterConfiguration
-
Sets the number of times the operation is retried in the CacheWriter
, this happens after the
original operation.
- setRight(AATreeSet.Node<E>) - Method in class net.sf.ehcache.store.disk.ods.AATreeSet.AbstractTreeNode
-
Set this node's right child.
- setRight(AATreeSet.Node<E>) - Method in interface net.sf.ehcache.store.disk.ods.AATreeSet.Node
-
Set this node's right child.
- setRight(AATreeSet.Node<Comparable>) - Method in class net.sf.ehcache.store.disk.ods.Region
-
- setRollbackOnly() - Method in class net.sf.ehcache.transaction.local.LocalTransactionContext
-
Mark the context for rollback
- setRollbackOnly() - Method in class net.sf.ehcache.TransactionController
-
Mark the transaction bound to the current thread for rollback only
- setSampleHistorySize(int) - Method in class net.sf.ehcache.config.ManagementRESTServiceConfiguration
-
- setSampleIntervalSeconds(int) - Method in class net.sf.ehcache.config.ManagementRESTServiceConfiguration
-
Sets the sample interval in seconds to be applied to the
SampledCounterConfig
for sampled statistics
- setSampleSearchIntervalSeconds(int) - Method in class net.sf.ehcache.config.ManagementRESTServiceConfiguration
-
Sets the sample search interval in seconds to be applied to the
SampledCounterConfig
for sampled statistics
- setSearchTimeoutMillis(long) - Method in class net.sf.ehcache.config.NonstopConfiguration
-
Set the value of the search timeout
- setSecurityServiceLocation(String) - Method in class net.sf.ehcache.config.ManagementRESTServiceConfiguration
-
Sets the security service location required for trusted identity assertion to the embedded REST management
service.
- setSecurityServiceTimeout(int) - Method in class net.sf.ehcache.config.ManagementRESTServiceConfiguration
-
Sets the connection/read timeout value for the security service in milliseconds.
- setSeed(long) - Method in class net.sf.ehcache.util.concurrent.ThreadLocalRandom
-
Throws UnsupportedOperationException
.
- setSnapshotOnDispose(boolean) - Method in class net.sf.ehcache.terracotta.TerracottaBootstrapCacheLoader
-
Configures the Loader to take a snapshot when it is being disposed
- setSource(ConfigurationSource) - Method in class net.sf.ehcache.config.Configuration
-
Sets the configuration source.
- setSslEnabled(boolean) - Method in class net.sf.ehcache.config.ManagementRESTServiceConfiguration
-
Set ssl indicator for this embedded agent.
- setStatistics(boolean) - Method in class net.sf.ehcache.config.CacheConfiguration
-
Deprecated.
- setStatisticsEnabled(boolean) - Method in interface net.sf.ehcache.hibernate.management.api.HibernateStats
-
Enable/Disable statistics collection
- setStatisticsEnabled(boolean) - Method in class net.sf.ehcache.hibernate.management.impl.EhcacheHibernate
-
Enable/Disable statistics collection
- setStatisticsEnabled(boolean) - Method in class net.sf.ehcache.hibernate.management.impl.HibernateStatsImpl
-
Enable/Disable statistics collection
- setStatisticsEnabled(boolean) - Method in class net.sf.ehcache.hibernate.management.impl.NullHibernateStats
-
Enable/Disable statistics collection
- setStatisticsTimeToDisable(long, TimeUnit) - Method in interface net.sf.ehcache.statistics.FlatStatistics
-
Sets the statistics time to disable.
- setStatisticsTimeToDisable(long, TimeUnit) - Method in class net.sf.ehcache.statistics.StatisticsGateway
-
- setStore(String) - Method in class net.sf.ehcache.config.PinningConfiguration
-
Set the store scope
- setStrategy(String) - Method in class net.sf.ehcache.config.PersistenceConfiguration
-
Sets the persistence strategy
- setSynchronousWrites(boolean) - Method in class net.sf.ehcache.config.PersistenceConfiguration
-
Sets the persistence write mode
- setSynchronousWrites(boolean) - Method in class net.sf.ehcache.config.TerracottaConfiguration
-
Set the value for synchronous-write
- setTimeoutMillis(long) - Method in class net.sf.ehcache.config.NonstopConfiguration
-
Set the value of timeoutMillis
- setTimeoutMillis(int) - Method in class net.sf.ehcache.constructs.blocking.BlockingCache
-
Sets the time to wait to acquire a lock.
- setTimeToDisable(long, TimeUnit) - Method in interface net.sf.ehcache.statistics.extended.ExtendedStatistics
-
Sets the time to disable.
- setTimeToDisable(long, TimeUnit) - Method in class net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl
-
- setTimeToIdle(int) - Method in class net.sf.ehcache.Element
-
Sets time to idle
- setTimeToIdleSeconds(long) - Method in class net.sf.ehcache.config.CacheConfiguration
-
Sets the time to idle for an element before it expires.
- setTimeToIdleSeconds(long) - Method in class net.sf.ehcache.management.CacheConfiguration
-
setTimeToIdleSeconds
- setTimeToIdleSeconds(long) - Method in interface net.sf.ehcache.management.CacheConfigurationMBean
-
setTimeToIdleSeconds
- setTimeToIdleSeconds(long) - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
setTimeToIdleSeconds.
- setTimeToIdleSeconds(long) - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
setTimeToIdleSeconds.
- setTimeToIdleSeconds(long) - Method in class net.sf.ehcache.management.sampled.SampledCache
-
setTimeToIdleSeconds.
- setTimeToLive(int) - Method in class net.sf.ehcache.Element
-
Sets time to Live
- setTimeToLiveSeconds(long) - Method in class net.sf.ehcache.config.CacheConfiguration
-
Sets the time to idle for an element before it expires.
- setTimeToLiveSeconds(long) - Method in class net.sf.ehcache.management.CacheConfiguration
-
setTimeToLiveSeconds
- setTimeToLiveSeconds(long) - Method in interface net.sf.ehcache.management.CacheConfigurationMBean
-
setTimeToLiveSeconds
- setTimeToLiveSeconds(long) - Method in interface net.sf.ehcache.management.sampled.CacheSampler
-
setTimeToLiveSeconds.
- setTimeToLiveSeconds(long) - Method in class net.sf.ehcache.management.sampled.CacheSamplerImpl
-
setTimeToLiveSeconds.
- setTimeToLiveSeconds(long) - Method in class net.sf.ehcache.management.sampled.SampledCache
-
setTimeToLiveSeconds.
- setTimeToRefreshSeconds(long) - Method in class net.sf.ehcache.constructs.refreshahead.RefreshAheadCacheConfiguration
-
Set the time to refresh in seconds
- settings - Variable in class net.sf.ehcache.hibernate.regions.EhcacheTransactionalDataRegion
-
Hibernate settings associated with the persistence unit.
- setTransactionalMode(String) - Method in class net.sf.ehcache.config.CacheConfiguration
-
Sets the transactionalMode
- setTransactionManagerLookup(TransactionManagerLookup) - Method in class net.sf.ehcache.Cache
-
Sets the TransactionManagerLookup that needs to be used for this cache to lookup the TransactionManager
This needs to be set before
Cache.initialise()
is called
- setTransactionManagerLookup(TransactionManagerLookup) - Method in class net.sf.ehcache.constructs.classloader.ClassLoaderAwareCache
-
This class is used to access the transaction manager used during XA.
- setTransactionManagerLookup(TransactionManagerLookup) - Method in class net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
This class is used to access the transaction manager used during XA.
- setTransactionManagerLookup(TransactionManagerLookup) - Method in interface net.sf.ehcache.Ehcache
-
This class is used to access the transaction manager used during XA.
- setTransactionTimeout(int) - Method in class net.sf.ehcache.transaction.xa.EhcacheXAResourceImpl
- setType(String) - Method in class net.sf.ehcache.config.SearchAttribute
-
Set optional attribute type
- setType(Class<?>) - Method in class net.sf.ehcache.config.SearchAttribute
-
Set optional attribute type
- setType(String) - Method in class net.sf.ehcache.config.TimeoutBehaviorConfiguration
-
Set the type of timeout behavior
- setUnderlyingCacheCluster(CacheCluster) - Method in class net.sf.ehcache.terracotta.TerracottaCacheCluster
-
Set the underlying cache
- setUpdateCheck(boolean) - Method in class net.sf.ehcache.config.Configuration
-
Deprecated.
- setupFor(CacheManager) - Method in class net.sf.ehcache.config.CacheConfiguration
-
Sets up the CacheConfiguration for runtime consumption, also registers this cache configuration with the cache manager's configuration
- setupFor(CacheManager, boolean, String) - Method in class net.sf.ehcache.config.CacheConfiguration
-
Sets up the CacheConfiguration for runtime consumption
- setupFor(CacheManager, String) - Method in class net.sf.ehcache.config.Configuration
-
Freezes part of the configuration that need to be, and runs validation checks on the Configuration.
- setUrl(String) - Method in class net.sf.ehcache.config.TerracottaClientConfiguration
-
Set url
- setValue(String) - Method in interface net.sf.ehcache.config.generator.model.NodeAttribute
-
Setter for value
- setValue(String) - Method in class net.sf.ehcache.config.generator.model.SimpleNodeAttribute
-
Setter for value
- setValue(long) - Method in class net.sf.ehcache.management.sampled.SampledCounterProxy
-
- setValue(long, long) - Method in class net.sf.ehcache.management.sampled.SampledRateCounterProxy
-
- setValue(byte[]) - Method in class net.sf.ehcache.MimeTypeByteArray
-
- setValue(long) - Method in interface net.sf.ehcache.util.counter.Counter
-
Sets the value of the counter to the supplied value
- setValue(long) - Method in class net.sf.ehcache.util.counter.CounterImpl
-
Sets the value of the counter to the supplied value
- setValue(long, long) - Method in interface net.sf.ehcache.util.counter.sampled.SampledRateCounter
-
Sets the values of the numerator and denominator to the passed values
- setValue(long, long) - Method in class net.sf.ehcache.util.counter.sampled.SampledRateCounterImpl
-
Sets the values of the numerator and denominator to the passed values
- setValue(long) - Method in class net.sf.ehcache.util.counter.sampled.SampledRateCounterImpl
-
- setValues(boolean) - Method in class net.sf.ehcache.config.Searchable
-
Toggle searchable values
- setVersion(long) - Method in class net.sf.ehcache.Element
-
Sets the version attribute of the ElementAttributes object.
- setWanEnabledTSA(boolean) - Method in class net.sf.ehcache.config.TerracottaClientConfiguration
-
Set wanEnabledTSA value
- setWindow(long, TimeUnit) - Method in interface net.sf.ehcache.statistics.extended.ExtendedStatistics.Operation
-
Sets the window.
- setWindow(long) - Method in class net.sf.ehcache.statistics.extended.RateImpl
-
Sets the window.
- setWriteBatching(boolean) - Method in class net.sf.ehcache.config.CacheWriterConfiguration
-
Sets whether to batch write operations.
- setWriteBatchSize(int) - Method in class net.sf.ehcache.config.CacheWriterConfiguration
-
- setWriteBehindConcurrency(int) - Method in class net.sf.ehcache.config.CacheWriterConfiguration
-
Configures the amount of thread/bucket pairs WriteBehind should use
- setWriteBehindMaxQueueSize(int) - Method in class net.sf.ehcache.config.CacheWriterConfiguration
-
Configures the maximum amount of operations to be on the waiting queue, before it blocks
- setWriteCoalescing(boolean) - Method in class net.sf.ehcache.config.CacheWriterConfiguration
-
Sets whether to use write coalescing.
- setWriteMode(String) - Method in class net.sf.ehcache.config.CacheWriterConfiguration
-
Converts the writeMode
string argument to uppercase and looks up enum constant in WriteMode.
- SHORT_DELAY - Static variable in class net.sf.ehcache.distribution.MulticastRMICacheManagerPeerProvider
-
One tenth of a second, in ms
- shortName - Variable in class net.sf.ehcache.hibernate.management.impl.CacheRegionStats
-
region short name
- shortName - Variable in class net.sf.ehcache.hibernate.management.impl.CollectionStats
-
shortName
- shortName - Variable in class net.sf.ehcache.hibernate.management.impl.EntityStats
-
shortName
- shouldDeliver(boolean) - Method in enum net.sf.ehcache.event.NotificationScope
-
Determine whether an event should be delivered under this notification scope.
- shrinkDataFile() - Method in class net.sf.ehcache.store.disk.DiskStorageFactory
-
Shrink this store's data file down to a minimal size for its contents.
- shutdown() - Method in class net.sf.ehcache.CacheManager
-
Shuts down the CacheManager.
- shutdown() - Method in class net.sf.ehcache.constructs.refreshahead.ThreadedWorkQueue
-
Shutdown this queue.
- shutdown() - Method in class net.sf.ehcache.management.CacheManager
-
Shuts down the CacheManager.
- shutdown() - Method in interface net.sf.ehcache.management.CacheManagerMBean
-
Shuts down the CacheManager.
- shutdown() - Method in interface net.sf.ehcache.management.sampled.CacheManagerSampler
-
Shuts down the CacheManager.
- shutdown() - Method in class net.sf.ehcache.management.sampled.CacheManagerSamplerImpl
-
Shuts down the CacheManager.
- shutdown() - Method in class net.sf.ehcache.management.sampled.SampledCacheManager
-
Shuts down the CacheManager.
- shutdown() - Method in class net.sf.ehcache.management.sampled.SampledCounterProxy
-
- shutdown() - Method in class net.sf.ehcache.store.disk.DiskStorageFactory
-
Shuts down this disk factory.
- shutdown() - Method in interface net.sf.ehcache.terracotta.ClusteredInstanceFactory
-
Cleans up any resources left behind after the shutdown of the associated CacheManager
- shutdown() - Method in class net.sf.ehcache.terracotta.ClusteredInstanceFactoryWrapper
-
Cleans up any resources left behind after the shutdown of the associated CacheManager
- shutdown() - Method in class net.sf.ehcache.terracotta.TerracottaClient
-
Shuts down the client
- shutdown() - Static method in class net.sf.ehcache.transaction.xa.processor.XARequestProcessor
-
Release resources shared by all XARequestProcessors
- shutdown() - Method in class net.sf.ehcache.transaction.xa.processor.XAThreadPool
-
Shutdown the thread pool and release all resources
- shutdown() - Method in interface net.sf.ehcache.util.counter.CounterManager
-
Shuts down this counter manager
- shutdown() - Method in class net.sf.ehcache.util.counter.CounterManagerImpl
-
Shuts down this counter manager
- shutdown() - Method in interface net.sf.ehcache.util.counter.sampled.SampledCounter
-
Shutdown this counter
- shutdown() - Method in class net.sf.ehcache.util.counter.sampled.SampledCounterImpl
-
Shutdown this counter
- shutdownAndWaitForTermination(ExecutorService, int) - Static method in class net.sf.ehcache.concurrent.ConcurrencyUtil
-
Properly shutdown and await pool termination for an arbitrary
amount of time.
- shutdownCounter(Counter) - Method in interface net.sf.ehcache.util.counter.CounterManager
-
Shuts down the counter
- shutdownCounter(Counter) - Method in class net.sf.ehcache.util.counter.CounterManagerImpl
-
Shuts down the counter
- shutdownHook - Variable in class net.sf.ehcache.CacheManager
-
The shutdown hook thread for CacheManager.
- ShutdownListener - Class in net.sf.ehcache.constructs.web
-
A ServletContextListener that shutsdown CacheManager.
- ShutdownListener() - Constructor for class net.sf.ehcache.constructs.web.ShutdownListener
-
- SimpleNodeAttribute - Class in net.sf.ehcache.config.generator.model
-
- SimpleNodeAttribute(String) - Constructor for class net.sf.ehcache.config.generator.model.SimpleNodeAttribute
-
Constructor accepting the name of the attribute
- SimpleNodeAttribute(String, Enum) - Constructor for class net.sf.ehcache.config.generator.model.SimpleNodeAttribute
-
Constructor accepting name and Enum value of the attribute
- SimpleNodeAttribute(String, int) - Constructor for class net.sf.ehcache.config.generator.model.SimpleNodeAttribute
-
Constructor accepting name and int value of the attribute
- SimpleNodeAttribute(String, long) - Constructor for class net.sf.ehcache.config.generator.model.SimpleNodeAttribute
-
Constructor accepting name and long value of the attribute
- SimpleNodeAttribute(String, boolean) - Constructor for class net.sf.ehcache.config.generator.model.SimpleNodeAttribute
-
Constructor accepting name and boolean value of the attribute
- SimpleNodeAttribute(String, String) - Constructor for class net.sf.ehcache.config.generator.model.SimpleNodeAttribute
-
Constructor accepting name and String value of the attribute
- SimpleNodeElement - Class in net.sf.ehcache.config.generator.model
-
- SimpleNodeElement(NodeElement, String) - Constructor for class net.sf.ehcache.config.generator.model.SimpleNodeElement
-
Constructor accepting the parent and name of this element
- SingleOperation - Interface in net.sf.ehcache.writer.writebehind.operations
-
Interface to implement single operations that are performed with write-behind
- SingleOperationType - Enum in net.sf.ehcache.writer.writebehind.operations
-
Enum class to provide distinct operation types for each single operation.
- SingletonEhCacheProvider - Class in net.sf.ehcache.hibernate
-
Deprecated.
- SingletonEhCacheProvider() - Constructor for class net.sf.ehcache.hibernate.SingletonEhCacheProvider
-
Deprecated.
- SingletonEhCacheRegionFactory - Class in net.sf.ehcache.hibernate
-
A singleton EhCacheRegionFactory implementation.
- SingletonEhCacheRegionFactory(Properties) - Constructor for class net.sf.ehcache.hibernate.SingletonEhCacheRegionFactory
-
Returns a representation of the singleton EhCacheRegionFactory
- Size - Class in net.sf.ehcache.pool
-
Holder for the size calculated by the SizeOf engine
- Size(long, boolean) - Constructor for class net.sf.ehcache.pool.Size
-
Constructor
- size() - Method in class net.sf.ehcache.search.impl.ResultsImpl
-
Results size
- size() - Method in class net.sf.ehcache.search.NullResults
-
Results size
- size() - Method in interface net.sf.ehcache.search.Results
-
Results size
- size() - Method in interface net.sf.ehcache.statistics.extended.ExtendedStatistics
-
Gets the size.
- size() - Method in class net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl
-
- size() - Method in class net.sf.ehcache.store.CacheKeySet
-
Sums the size of all sets wrapped by this one, so this will not account for duplicated keys.
- size() - Method in interface net.sf.ehcache.store.cachingtier.HeapCacheBackEnd
-
Deprecated.
- size() - Method in class net.sf.ehcache.store.chm.SelectableConcurrentHashMap
-
- size() - Method in class net.sf.ehcache.store.disk.ods.AATreeSet
-
- size() - Method in class net.sf.ehcache.store.disk.ods.Region
-
Returns the size of this range (the number of values within its bounds).
- size() - Method in class net.sf.ehcache.util.concurrent.ConcurrentHashMap
- size() - Method in class net.sf.ehcache.util.LargeCollection
- size() - Method in class net.sf.ehcache.util.SetAsList
- sizeOf(Object, Object, Object) - Method in class net.sf.ehcache.pool.impl.DefaultSizeOfEngine
-
Size an element
- sizeOf(Object) - Method in class net.sf.ehcache.pool.sizeof.AgentSizeOf
-
- sizeOf(Object) - Method in class net.sf.ehcache.pool.sizeof.ReflectionSizeOf
-
Calculates the size in memory (heap) of the instance passed in, not navigating the down graph
- SizeOf - Class in net.sf.ehcache.pool.sizeof
-
Abstract sizeOf for Java.
- SizeOf(SizeOfFilter, boolean) - Constructor for class net.sf.ehcache.pool.sizeof.SizeOf
-
Builds a new SizeOf that will filter fields according to the provided filter
- sizeOf(Object) - Method in class net.sf.ehcache.pool.sizeof.SizeOf
-
Calculates the size in memory (heap) of the instance passed in, not navigating the down graph
- sizeOf(Object) - Method in class net.sf.ehcache.pool.sizeof.UnsafeSizeOf
-
Calculates the size in memory (heap) of the instance passed in, not navigating the down graph
- sizeOf(Object, Object, Object) - Method in interface net.sf.ehcache.pool.SizeOfEngine
-
Size an element
- sizeOf - Variable in class net.sf.ehcache.store.chm.SelectableConcurrentHashMap.HashEntry
-
- sizeOf(Object, Object, Object) - Method in class net.sf.ehcache.store.disk.DiskSizeOfEngine
-
Size an element
- sizeOfEngine - Variable in class net.sf.ehcache.pool.impl.AbstractPoolAccessor
-
- SizeOfEngine - Interface in net.sf.ehcache.pool
-
SizeOf engines are used to calculate the size of elements stored in poolable stores.
- SizeOfEngineFactory - Interface in net.sf.ehcache.pool
-
- SizeOfEngineLoader - Class in net.sf.ehcache.pool
-
- SizeOfFilter - Interface in net.sf.ehcache.pool.sizeof.filter
-
Filter to filter types or fields of object graphs passed to a SizeOf engine
- sizeOfPolicy(SizeOfPolicyConfiguration) - Method in class net.sf.ehcache.config.CacheConfiguration
-
Builder to set the SizeOfPolicyConfiguration for this cache.
- sizeOfPolicy(SizeOfPolicyConfiguration) - Method in class net.sf.ehcache.config.Configuration
-
Builder to set the default SizeOfPolicyConfiguration for this cache manager.
- SizeOfPolicyConfiguration - Class in net.sf.ehcache.config
-
Class to hold the SizeOf policy configuration.
- SizeOfPolicyConfiguration() - Constructor for class net.sf.ehcache.config.SizeOfPolicyConfiguration
-
- SizeOfPolicyConfiguration.MaxDepthExceededBehavior - Enum in net.sf.ehcache.config
-
Enum of the possible behaviors of the SizeOf engine when the max depth is exceeded
- SizeOfPolicyConfigurationElement - Class in net.sf.ehcache.config.generator.model.elements
-
- SizeOfPolicyConfigurationElement(ConfigurationElement, SizeOfPolicyConfiguration) - Constructor for class net.sf.ehcache.config.generator.model.elements.SizeOfPolicyConfigurationElement
-
- SizeOfPolicyConfigurationElement(NodeElement, SizeOfPolicyConfiguration) - Constructor for class net.sf.ehcache.config.generator.model.elements.SizeOfPolicyConfigurationElement
-
- SoftLock - Interface in net.sf.ehcache.transaction
-
A soft lock is used to lock elements in transactional stores
- SoftLockFactory - Interface in net.sf.ehcache.transaction
-
A factory of soft-locks supporting a specific isolation level.
- SoftLockID - Class in net.sf.ehcache.transaction
-
A soft lock ID is used to uniquely identify a soft lock
- SoftLockID(TransactionID, Object, Element, Element) - Constructor for class net.sf.ehcache.transaction.SoftLockID
-
Create a new SoftLockID instance
- SoftLockManager - Interface in net.sf.ehcache.transaction
-
- SoftLockManagerImpl - Class in net.sf.ehcache.transaction
-
A SoftLockFactory implementation which creates soft locks with Read-Committed isolation level
- SoftLockManagerImpl(String, SoftLockFactory) - Constructor for class net.sf.ehcache.transaction.SoftLockManagerImpl
-
Create a new ReadCommittedSoftLockFactoryImpl instance for a cache
- sortAndPresent(List<TimeStampedCounterValue>) - Method in class net.sf.ehcache.management.sampled.SampledCounterProxy
-
Sort and present the List of values
- source(ConfigurationSource) - Method in class net.sf.ehcache.config.Configuration
-
Builder to set the configuration source.
- sourceIterator() - Method in class net.sf.ehcache.util.LargeCollection
-
Iterator of initial set of entries.
- sourceSize() - Method in class net.sf.ehcache.util.LargeCollection
-
Initial set of entries size.
- split() - Method in interface net.sf.ehcache.util.concurrent.ConcurrentHashMap.Spliterator
-
Returns a Spliterator covering approximately half of the
elements, guaranteed not to overlap with those subsequently
returned by this Spliterator.
- spoolAllToDisk() - Method in class net.sf.ehcache.store.LruMemoryStore
-
Spools all elements to disk, in preparation for shutdown.
- SpoolingLinkedHashMap() - Constructor for class net.sf.ehcache.store.LruMemoryStore.SpoolingLinkedHashMap
-
Default constructor.
- spoolToDisk(Element) - Method in class net.sf.ehcache.store.LruMemoryStore
-
Puts the element in the DiskStore.
- stale(Date) - Method in class net.sf.ehcache.distribution.ManualRMICacheManagerPeerProvider
-
Whether the entry should be considered stale.
- stale(Date) - Method in class net.sf.ehcache.distribution.MulticastRMICacheManagerPeerProvider
-
Whether the entry should be considered stale.
- stale(Date) - Method in class net.sf.ehcache.distribution.RMICacheManagerPeerProvider
-
Whether the entry should be considered stale.
- StandardPassThroughStatistic - Enum in net.sf.ehcache.statistics.extended
-
- start(Properties) - Method in class net.sf.ehcache.hibernate.EhCacheProvider
-
Deprecated.
Callback to perform any necessary initialization of the underlying cache implementation
during SessionFactory construction.
- start(Settings, Properties) - Method in class net.sf.ehcache.hibernate.EhCacheRegionFactory
- start(Properties) - Method in class net.sf.ehcache.hibernate.SingletonEhCacheProvider
-
Deprecated.
Callback to perform any necessary initialization of the underlying cache implementation
during SessionFactory construction.
- start(Settings, Properties) - Method in class net.sf.ehcache.hibernate.SingletonEhCacheRegionFactory
- start() - Method in interface net.sf.ehcache.management.ManagementServer
-
Start the management server
- start() - Method in class net.sf.ehcache.statistics.extended.RateImpl
-
Start sampling.
- start() - Method in class net.sf.ehcache.statistics.extended.SemiExpiringStatistic
-
Start.
- start() - Method in class net.sf.ehcache.store.disk.ods.Region
-
Returns the start of this range (inclusive).
- start(Xid, int) - Method in class net.sf.ehcache.transaction.xa.EhcacheXAResourceImpl
- start(CacheWriter) - Method in class net.sf.ehcache.writer.writebehind.AbstractWriteBehindQueue
-
Start the write behind queue with a cache writer
- start(CacheWriter) - Method in class net.sf.ehcache.writer.writebehind.NonStopWriteBehind
-
- start(CacheWriter) - Method in interface net.sf.ehcache.writer.writebehind.WriteBehind
-
Start the write behind queue with a cache writer
- start(CacheWriter) - Method in class net.sf.ehcache.writer.writebehind.WriteBehindQueueManager
-
Start the write behind queue with a cache writer
- startAttributes(NodeElement) - Method in class net.sf.ehcache.config.generator.model.AbstractDepthFirstVisitor
-
Starts visiting the attributes of the element.
- startAttributes(NodeElement) - Method in class net.sf.ehcache.config.generator.model.XMLGeneratorVisitor
-
Starts visiting the attributes of the element.
- startChildren(NodeElement) - Method in class net.sf.ehcache.config.generator.model.AbstractDepthFirstVisitor
-
Starts visiting children of the element.
- startChildren(NodeElement) - Method in class net.sf.ehcache.config.generator.model.XMLGeneratorVisitor
-
Starts visiting children of the element.
- startElement(NodeElement) - Method in class net.sf.ehcache.config.generator.model.AbstractDepthFirstVisitor
-
Starts visiting an element.
- startElement(NodeElement) - Method in class net.sf.ehcache.config.generator.model.XMLGeneratorVisitor
-
Starts visiting an element.
- startRegistry() - Method in class net.sf.ehcache.distribution.RMICacheManagerPeerListener
-
Start the rmiregistry.
- startStatistic() - Method in class net.sf.ehcache.statistics.extended.SemiExpiringStatistic
-
Start statistic.
- startup() - Method in interface net.sf.ehcache.FeaturesManager
-
Called on CacheManager
creation.
- StatisticBuilder - Class in net.sf.ehcache.statistics
-
The StatisticBuilder.
- StatisticBuilder.OperationStatisticBuilder<T extends Enum<T>> - Class in net.sf.ehcache.statistics
-
The Class OperationStatisticBuilder.
- statisticName() - Method in enum net.sf.ehcache.statistics.extended.StandardPassThroughStatistic
-
The name of the statistic as found in the statistics context tree.
- statistics(boolean) - Method in class net.sf.ehcache.config.CacheConfiguration
-
Deprecated.
- STATISTICS_ENABLED - Static variable in interface net.sf.ehcache.management.sampled.SampledCacheManagerMBean
-
STATISTICS_ENABLED
- STATISTICS_RESET - Static variable in interface net.sf.ehcache.management.sampled.SampledCacheManagerMBean
-
STATISTICS_RESET
- StatisticsGateway - Class in net.sf.ehcache.statistics
-
StatisticsGateway rollup class.
- StatisticsGateway(Ehcache, ScheduledExecutorService) - Constructor for class net.sf.ehcache.statistics.StatisticsGateway
-
Instantiates a new statistics placeholder.
- status - Variable in class net.sf.ehcache.CacheManager
-
Status of the Cache Manager
- status - Variable in class net.sf.ehcache.distribution.RMICacheManagerPeerListener
-
status.
- status - Variable in class net.sf.ehcache.distribution.RMISynchronousCacheReplicator
-
The status of the replicator.
- Status - Class in net.sf.ehcache
-
A pre JDK1.5 compatible enum class to indicate the status of a
CacheManager
or
Cache
.
- status - Variable in class net.sf.ehcache.store.LruMemoryStore
-
status.
- STATUS_ALIVE - Static variable in class net.sf.ehcache.Status
-
The cache is alive.
- STATUS_SHUTDOWN - Static variable in class net.sf.ehcache.Status
-
The cache is shudown.
- STATUS_UNINITIALISED - Static variable in class net.sf.ehcache.Status
-
The cache is uninitialised.
- stop() - Method in class net.sf.ehcache.hibernate.EhCacheProvider
-
Deprecated.
Callback to perform any necessary cleanup of the underlying cache implementation
during SessionFactory.close().
- stop() - Method in class net.sf.ehcache.hibernate.EhCacheRegionFactory
- stop() - Method in class net.sf.ehcache.hibernate.SingletonEhCacheProvider
-
Deprecated.
Callback to perform any necessary cleanup of the underlying cache implementation
during SessionFactory.close().
- stop() - Method in class net.sf.ehcache.hibernate.SingletonEhCacheRegionFactory
- stop() - Method in interface net.sf.ehcache.management.ManagementServer
-
Stop the management server
- stop() - Method in class net.sf.ehcache.writer.writebehind.AbstractWriteBehindQueue
-
Stop the coordinator and all the internal data structures.
- stop() - Method in class net.sf.ehcache.writer.writebehind.NonStopWriteBehind
-
- stop() - Method in interface net.sf.ehcache.writer.writebehind.WriteBehind
-
Stop the coordinator and all the internal data structures.
- stop() - Method in class net.sf.ehcache.writer.writebehind.WriteBehindQueueManager
-
Stop the coordinator and all the internal data structures.
- stopRegistry() - Method in class net.sf.ehcache.distribution.RMICacheManagerPeerListener
-
Stop the rmiregistry if it was started by this class.
- stopStatistic() - Method in class net.sf.ehcache.statistics.extended.SemiExpiringStatistic
-
Stop statistic.
- store(String) - Method in class net.sf.ehcache.config.PinningConfiguration
-
Set the lowest store from which elements must not be evicted from
- store(PinningConfiguration.Store) - Method in class net.sf.ehcache.config.PinningConfiguration
-
Set the lowest store from which elements must not be evicted from
- Store - Class in net.sf.ehcache.management
-
Wrapper class for store specific dynamic mbeans.
- store - Variable in class net.sf.ehcache.store.disk.DiskStorageFactory
-
The store bound to this factory.
- Store - Interface in net.sf.ehcache.store
-
This is the interface for all stores.
- STORE_TYPE - Static variable in class net.sf.ehcache.management.sampled.SampledEhcacheMBeans
-
Type used for store mbean
- storedObject(Element) - Method in class net.sf.ehcache.store.chm.SelectableConcurrentHashMap
-
Return an object of the kind which will be stored when
the element is going to be inserted
- StoreListener - Interface in net.sf.ehcache.store
-
- StoreOperationOutcomes - Interface in net.sf.ehcache.store
-
The Interface StoreOperationOutcomes.
- StoreOperationOutcomes.GetOutcome - Enum in net.sf.ehcache.store
-
The Enum GetOutcome.
- StoreOperationOutcomes.PutOutcome - Enum in net.sf.ehcache.store
-
The Enum PutOutcome.
- StoreOperationOutcomes.RemoveOutcome - Enum in net.sf.ehcache.store
-
The Enum RemoveOutcome.
- StorePutCommand - Class in net.sf.ehcache.transaction.xa.commands
-
- StorePutCommand(Element, Element) - Constructor for class net.sf.ehcache.transaction.xa.commands.StorePutCommand
-
Create a StorePutCommand
- StoreQuery - Interface in net.sf.ehcache.store
-
An immutable query that a
Store
can execute
- StoreQuery.Ordering - Interface in net.sf.ehcache.store
-
An attribute / direction ordering pair
- StoreRemoveCommand - Class in net.sf.ehcache.transaction.xa.commands
-
Represents a
remove
operation to be executed on a
Store
.
- StoreRemoveCommand(Object, Element) - Constructor for class net.sf.ehcache.transaction.xa.commands.StoreRemoveCommand
-
Create a StoreRemoveCommand
- StoreUpdateException - Exception in net.sf.ehcache.store.disk
-
Exception thrown by the Store when the writer fails.
- StoreUpdateException(RuntimeException, boolean) - Constructor for exception net.sf.ehcache.store.disk.StoreUpdateException
-
Constructor
- strategy(PersistenceConfiguration.Strategy) - Method in class net.sf.ehcache.config.PersistenceConfiguration
-
Builder method to set the persistence strategy
- strategy(String) - Method in class net.sf.ehcache.config.PersistenceConfiguration
-
Builder method to set the persistence strategy using a String object
- StrictlyBoundedPool - Class in net.sf.ehcache.pool.impl
-
A pool which strictly obeys to its bound: it will never allow the accessors to consume more bytes than what
has been configured.
- StrictlyBoundedPool(long, PoolEvictor, SizeOfEngine) - Constructor for class net.sf.ehcache.pool.impl.StrictlyBoundedPool
-
Create a StrictlyBoundedPool instance
- StringBeanProxy - Class in net.sf.ehcache.statistics.beans
-
An impl of a String attribute proxy.
- StringBeanProxy(String, String, boolean, boolean) - Constructor for class net.sf.ehcache.statistics.beans.StringBeanProxy
-
Instantiates a new string bean proxy.
- StripedReadWriteLock - Interface in net.sf.ehcache.concurrent
-
- StripedReadWriteLockProvider - Interface in net.sf.ehcache.store
-
Provider for StripedReadWriteLock that need to match a certain spreading function
- StripedReadWriteLockSync - Class in net.sf.ehcache.concurrent
-
Provides a number of Sync which allow fine-grained concurrency.
- StripedReadWriteLockSync() - Constructor for class net.sf.ehcache.concurrent.StripedReadWriteLockSync
-
Constructs a striped mutex with the default 2048 stripes.
- StripedReadWriteLockSync(int) - Constructor for class net.sf.ehcache.concurrent.StripedReadWriteLockSync
-
Constructs a striped mutex with the default 2048 stripes.
- StronglyConsistentCacheAccessor - Class in net.sf.ehcache.constructs.eventual
-
StronglyConsistentCacheAccessor is a decorator that accepts distributed caches configured with eventual consistency.
- StronglyConsistentCacheAccessor(Ehcache) - Constructor for class net.sf.ehcache.constructs.eventual.StronglyConsistentCacheAccessor
-
Constructor accepting the cache to be decorated.
- subList(int, int) - Method in class net.sf.ehcache.util.SetAsList
-
- subSet(T, T) - Method in class net.sf.ehcache.store.disk.ods.AATreeSet
- sum(Attribute<?>) - Static method in class net.sf.ehcache.search.aggregator.Aggregators
-
Construct a sum aggregator
- Sum - Class in net.sf.ehcache.search.aggregator
-
Sums the results
- Sum(Attribute<?>) - Constructor for class net.sf.ehcache.search.aggregator.Sum
-
- sum() - Method in class net.sf.ehcache.search.Attribute
-
Request a sum aggregation of this attribute
- sum(String) - Method in class net.sf.ehcache.search.impl.BaseQueryInterpreter
-
hook
- sum() - Method in class net.sf.ehcache.util.concurrent.LongAdder
-
Returns the current sum.
- sumThenReset() - Method in class net.sf.ehcache.util.concurrent.LongAdder
-
- supportsAgentSizeOf() - Method in enum net.sf.ehcache.pool.sizeof.JvmInformation
-
Whether the jvm can support AgentSizeOf implementation.
- supportsReflectionSizeOf() - Method in enum net.sf.ehcache.pool.sizeof.JvmInformation
-
Whether the jvm can support ReflectionSizeOf implementation.
- supportsUnsafeSizeOf() - Method in enum net.sf.ehcache.pool.sizeof.JvmInformation
-
Whether the jvm can support UnsafeSizeOf implementation.
- swapPayload(AATreeSet.Node<E>) - Method in interface net.sf.ehcache.store.disk.ods.AATreeSet.Node
-
Swap the payload objects between this node and the supplied node.
- swapPayload(AATreeSet.Node<Comparable>) - Method in class net.sf.ehcache.store.disk.ods.Region
-
Swap the payload objects between this node and the supplied node.
- Sync - Interface in net.sf.ehcache.concurrent
-
- synchronousWrites(boolean) - Method in class net.sf.ehcache.config.PersistenceConfiguration
-
Builder method to set the persistence write mode
- synchronousWrites(boolean) - Method in class net.sf.ehcache.config.TerracottaConfiguration
-