- 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
- An implementation of
SampledCacheMBean
- SampledCache(Ehcache) -
Constructor for class net.sf.ehcache.management.sampled.SampledCache
- Constructor accepting the backing
Ehcache
- SampledCacheManager - Class in net.sf.ehcache.management.sampled
- An implementation of
SampledCacheManagerMBean
- SampledCacheManager(CacheManager) -
Constructor for class net.sf.ehcache.management.sampled.SampledCacheManager
- Constructor taking the backing
CacheManager
- 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
- Config for a
SampledCounter
- 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
- An implementation of
SampledCounter
- SampledCounterImpl(SampledCounterConfig) -
Constructor for class net.sf.ehcache.util.counter.sampled.SampledCounterImpl
- todo GL how many threads is this creating?
Constructor accepting a
SampledCounterConfig
- 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
- An implementation of
MBeanRegistrationProvider
which registers
sampled MBeans for the CacheManager and its Caches. - 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
- An implementation of
SampledCounterConfig
- 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
- An implementation of
SampledRateCounter
- 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
NodeElement
representing a Searchable
config element- 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 - 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.HashEntry(Object, int, SelectableConcurrentHashMap.HashEntry, Element, long) -
Constructor for class net.sf.ehcache.store.chm.SelectableConcurrentHashMap.HashEntry
-
- SelectableConcurrentHashMap.Segment - Class in net.sf.ehcache.store.chm
-
- SelectableConcurrentHashMap.Segment(int, float) -
Constructor for class net.sf.ehcache.store.chm.SelectableConcurrentHashMap.Segment
-
- 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 the cache peer with an ordered list of
EventMessage
s.
- send(List) -
Method in class net.sf.ehcache.distribution.RMICachePeer
- Send the cache peer with an ordered list of
EventMessage
s
This enables multiple messages to be delivered in one network invocation.
- 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
- Does not support List methods
UnsupportedOperationException
.
- 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
- Deprecated. since 2.4 Use
TerracottaConfiguration.setConsistency(Consistency)
instead
- 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 compressionEnaled 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
- Deprecated. Resetting the creation time is not recommended as of version
1.7
- 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
- Deprecated. The
diskPersistent
attribute has been replaced with CacheConfiguration.persistence(PersistenceConfiguration)
.
- 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)
Defaults to false.
- 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
This property can be modified dynamically while the cache is operating.
- 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
This property can be modified dynamically while the cache is operating.
- 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
This property can be modified dynamically while the cache is operating.
- 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
Changes to this property once the cache is operating will have no effect.
- 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
- Deprecated. use
CacheConfiguration.setMaxEntriesLocalHeap(long)
- setMaxElementsInMemory(int) -
Method in class net.sf.ehcache.management.CacheConfiguration
- Deprecated. use
CacheConfiguration.setMaxEntriesLocalHeap(long)
- setMaxElementsInMemory(int) -
Method in interface net.sf.ehcache.management.CacheConfigurationMBean
- Deprecated. use
CacheConfigurationMBean.setMaxEntriesLocalHeap(long)
- setMaxElementsInMemory(int) -
Method in class net.sf.ehcache.management.sampled.SampledCache
- setMaxElementsInMemory
- setMaxElementsInMemory(int) -
Method in interface net.sf.ehcache.management.sampled.SampledCacheMBean
- Deprecated. use
#setMaxEntriesLocalHeap()
instead
- setMaxElementsOnDisk(int) -
Method in class net.sf.ehcache.config.CacheConfiguration
- Deprecated. use
CacheConfiguration.setMaxEntriesLocalDisk(long)
for unclustered caches and CacheConfiguration.setMaxEntriesInCache(long)
for clustered caches.
- setMaxElementsOnDisk(int) -
Method in class net.sf.ehcache.management.CacheConfiguration
- Deprecated. use
CacheConfiguration.setMaxEntriesLocalDisk(long)
- setMaxElementsOnDisk(int) -
Method in interface net.sf.ehcache.management.CacheConfigurationMBean
- Deprecated. use
CacheConfigurationMBean.setMaxEntriesLocalDisk(long)
- 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
- Deprecated. See
CacheConfiguration.setMaxBytesLocalOffHeap(java.lang.String)
- 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
- Deprecated. use
Cache.setNodeBulkLoadEnabled(boolean)
instead
- 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
- Deprecated. Use
EhcacheDecoratorAdapter.setNodeBulkLoadEnabled(boolean)
instead
- setNodeCoherent(boolean) -
Method in interface net.sf.ehcache.Ehcache
- Deprecated. Use
Ehcache.setNodeBulkLoadEnabled(boolean)
instead
- setNodeCoherent(boolean) -
Method in class net.sf.ehcache.management.sampled.SampledCache
- Deprecated. use
SampledCache.setNodeBulkLoadEnabled(boolean)
instead
- setNodeCoherent(boolean) -
Method in interface net.sf.ehcache.management.sampled.SampledCacheMBean
- Deprecated. use
CacheSampler.setNodeBulkLoadEnabled(boolean)
instead
- 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
- Deprecated. The
overflowToDisk
attribute has been replaced with PersistenceConfiguration.Strategy.LOCALTEMPSWAP
.
- 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
- Sets the maximum number of write operations to allow per second when
CacheWriterConfiguration.writeBatching
is enabled.
- 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
- Sets the sample history size to be applied to the
SampledCounterConfig
for sampled statistics
- 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
Value must be a positive integer, 0 means infinite 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
Value must be a positive integer, 0 means infinite 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
- Allows BeanHandler to set the updateCheck flag.
- 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
- throws
UnsupportedOperationException
- 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
- Sets the number of operations to include in each batch when
CacheWriterConfiguration.writeBatching
is enabled.
- 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
- Implementation of the
NodeAttribute
interface - 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
- A concrete class extending the
AbstractNodeElement
class - 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
used by the accessor.
- 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
- Element representing the
SizeOfPolicyConfiguration
- SizeOfPolicyConfigurationElement(ConfigurationElement, SizeOfPolicyConfiguration) -
Constructor for class net.sf.ehcache.config.generator.model.elements.SizeOfPolicyConfigurationElement
- Construtor accepting the parent and the
SizeOfPolicyConfiguration
- SizeOfPolicyConfigurationElement(NodeElement, SizeOfPolicyConfiguration) -
Constructor for class net.sf.ehcache.config.generator.model.elements.SizeOfPolicyConfigurationElement
- Construtor accepting the element and the
SizeOfPolicyConfiguration
- 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
- A factory for
SoftLock
s - 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.
- 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.
- StatisticBuilder.OperationStatisticBuilder(Class<T>) -
Constructor for class net.sf.ehcache.statistics.StatisticBuilder.OperationStatisticBuilder
- Instantiates a new operation statistic builder.
- 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
- Represents a
Store.put(net.sf.ehcache.Element)
put} operation to be executed on a Store
. - 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
- Does not support List methods
UnsupportedOperationException
.
- 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 can be used with most numeric types
- 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
- Equivalent in effect to
LongAdder.sum()
followed by LongAdder.reset()
.
- 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
-