Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ClusterOperation<V> |
ClusterOperationCallable.getClusterOperation()
Returns the
ClusterOperation |
Modifier and Type | Interface and Description |
---|---|
(package private) interface |
ExplicitLockingClusterOperation<V>
Marker interface for explicit lock operations
|
Modifier and Type | Class and Description |
---|---|
private class |
NonstopSync.ExplicitLockingClusterOperationImpl
For try lock and unlock non stop cases
|
Modifier and Type | Field and Description |
---|---|
private ClusterOperation<V> |
ClusterOperationCallableImpl.clusterOperation |
Modifier and Type | Method and Description |
---|---|
ClusterOperation<V> |
ClusterOperationCallableImpl.getClusterOperation()
Returns the
ClusterOperation |
Modifier and Type | Method and Description |
---|---|
<V> V |
NonstopStore.executeClusterOperation(ClusterOperation<V> operation)
Execute the
ClusterOperation within this NonstopStore context. |
<V> V |
ExecutorServiceStore.executeClusterOperation(ClusterOperation<V> operation)
Execute the
ClusterOperation within this NonstopStore context. |
<V> V |
NonstopStoreImpl.executeClusterOperation(ClusterOperation<V> operation)
Execute the
ClusterOperation within this NonstopStore context. |
<V> V |
LocalReadsOnTimeoutStore.executeClusterOperation(ClusterOperation<V> operation)
Execute the
ClusterOperation within this NonstopStore context. |
<V> V |
NoOpOnTimeoutStore.executeClusterOperation(ClusterOperation<V> operation)
Execute the
ClusterOperation within this NonstopStore context. |
<V> V |
ExceptionOnTimeoutStore.executeClusterOperation(ClusterOperation<V> operation)
Execute the
ClusterOperation within this NonstopStore context. |
protected <V> V |
ExecutorServiceStore.executeClusterOperationNoTimeout(ClusterOperation<V> operation)
Executes the
ClusterOperation parameter, but without any timeout. |
Constructor and Description |
---|
ClusterOperationCallableImpl(ClusterOperation<V> clusterOperation)
Public constructor
|
Modifier and Type | Class and Description |
---|---|
private static class |
NonstopCacheEventListener.CacheEventClusteredOperation
Private class
|