Package | Description |
---|---|
net.sf.ehcache |
This package contains the public API for using ehcache.
|
net.sf.ehcache.constructs |
The constructs package builds on top of the core ehcache classes to create
implementations for common caching patterns.
|
net.sf.ehcache.constructs.classloader |
ClassLoader contstructs package
|
net.sf.ehcache.distribution |
This package is for cache replication.
|
net.sf.ehcache.event |
This package contains interfaces and classes for listening to events.
|
net.sf.ehcache.extension |
This package contains interfaces and classes for the cache extension mechanism.
|
net.sf.ehcache.hibernate.management.impl |
This package contains JMX related classes for Hibernate and ehcache statistics
|
net.sf.ehcache.loader |
This package contains a cache loaders and associated factories.
|
net.sf.ehcache.management |
This package contains JMX MBeans and implementations for management of ehcache.
|
net.sf.ehcache.management.sampled |
This package contains classes related to MBeans with Sampled Statistics.
|
net.sf.ehcache.store |
Store package.
|
net.sf.ehcache.store.disk |
This package contains the disk store.
|
net.sf.ehcache.transaction |
This package contains classes for controlling cache operations for transactional use.
|
Modifier and Type | Field and Description |
---|---|
protected Status |
CacheManager.status
Status of the Cache Manager
|
static Status |
Status.STATUS_ALIVE
The cache is alive.
|
static Status |
Status.STATUS_SHUTDOWN
The cache is shudown.
|
static Status |
Status.STATUS_UNINITIALISED
The cache is uninitialised.
|
Modifier and Type | Method and Description |
---|---|
static Status |
Status.convertIntToStatus(int statusAsInt) |
Status |
Ehcache.getStatus()
Gets the status attribute of the Cache.
|
Status |
Cache.getStatus()
Gets the status attribute of the Cache.
|
Status |
CacheManager.getStatus()
Gets the status attribute of the Ehcache
|
Modifier and Type | Method and Description |
---|---|
boolean |
Status.equals(Status status)
Equality checker when the comparison object is of the same type.
|
Modifier and Type | Method and Description |
---|---|
Status |
EhcacheDecoratorAdapter.getStatus()
Gets the status attribute of the Cache.
|
Modifier and Type | Method and Description |
---|---|
Status |
ClassLoaderAwareCache.getStatus()
Gets the status attribute of the Cache.
|
Modifier and Type | Field and Description |
---|---|
protected Status |
RMISynchronousCacheReplicator.status
The status of the replicator.
|
protected Status |
RMICacheManagerPeerListener.status
status.
|
Modifier and Type | Method and Description |
---|---|
Status |
RMICacheManagerPeerListener.getStatus()
Returns the listener status.
|
Modifier and Type | Method and Description |
---|---|
Status |
CacheManagerEventListenerRegistry.getStatus()
Returns the listener status.
|
Status |
CacheManagerEventListener.getStatus()
Returns the listener status.
|
Modifier and Type | Method and Description |
---|---|
Status |
CacheExtension.getStatus() |
Modifier and Type | Method and Description |
---|---|
Status |
EhcacheHibernateMBeanRegistrationImpl.getStatus()
Returns the listener status.
|
Modifier and Type | Method and Description |
---|---|
Status |
CacheLoader.getStatus() |
Modifier and Type | Method and Description |
---|---|
Status |
ManagementService.getStatus()
Returns the listener status.
|
Modifier and Type | Method and Description |
---|---|
Status |
SampledMBeanRegistrationProvider.getStatus()
Returns the listener status.
|
Modifier and Type | Field and Description |
---|---|
protected Status |
LruMemoryStore.status
status.
|
Modifier and Type | Method and Description |
---|---|
Status |
Store.getStatus()
Returns the cache status.
|
Status |
MemoryStore.getStatus()
Gets the status of the MemoryStore.
|
Status |
CacheStore.getStatus() |
Status |
LruMemoryStore.getStatus()
Gets the status of the MemoryStore.
|
Status |
ElementIdAssigningStore.getStatus()
Returns the cache status.
|
Status |
LegacyStoreWrapper.getStatus()
Returns the cache status.
|
Modifier and Type | Method and Description |
---|---|
Status |
DiskStore.getStatus()
Returns the cache status.
|
Modifier and Type | Method and Description |
---|---|
Status |
AbstractTransactionStore.getStatus()
Returns the cache status.
|
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.