Package | Description |
---|---|
net.sf.ehcache |
This package contains the public API for using ehcache.
|
net.sf.ehcache.constructs.nonstop |
Ehcache-nonstopcache package
|
net.sf.ehcache.constructs.nonstop.concurrency |
Nonstop feature related to concurrent package
|
net.sf.ehcache.constructs.nonstop.store |
Ehcache-nonstopcache behaviors package
|
net.sf.ehcache.event |
This package contains interfaces and classes for listening to events.
|
Class and Description |
---|
NonstopStoreImpl
A
NonstopStore implementation which does not block threads when the cluster goes down. |
RejoinAwareNonstopStore
Rejoin aware
NonstopStore |
Class and Description |
---|
NonstopStore
Interface for nonstop feature
|
Class and Description |
---|
NonstopStore
Interface for nonstop feature
|
Class and Description |
---|
ExceptionOnTimeoutStore
Implementation of
NonstopStore that throws NonStopCacheException for all operations. |
ExecutorServiceStore
This implementation executes all operations using a NonstopExecutorService.
|
NonstopStore
Interface for nonstop feature
|
NonstopTimeoutBehaviorStoreResolver
Interface for resolving a
NonstopStore . |
NoOpOnTimeoutStore
Implementation of
NonstopStore which returns null for all get
operations and does nothing for puts and removes. |
RejoinAwareBlockingOperation
A
Callable implementation that accepts another callable delegate for executing it in nonstop+rejoin context. |
RejoinAwareNonstopStore
Rejoin aware
NonstopStore |
Class and Description |
---|
NonstopStore
Interface for nonstop feature
|