|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClusterOperation | |
---|---|
net.sf.ehcache.constructs.nonstop | Ehcache-nonstopcache package |
net.sf.ehcache.constructs.nonstop.store | Ehcache-nonstopcache behaviors package |
Uses of ClusterOperation in net.sf.ehcache.constructs.nonstop |
---|
Methods in net.sf.ehcache.constructs.nonstop that return ClusterOperation | |
---|---|
ClusterOperation<V> |
ClusterOperationCallable.getClusterOperation()
Returns the ClusterOperation |
Uses of ClusterOperation in net.sf.ehcache.constructs.nonstop.store |
---|
Methods in net.sf.ehcache.constructs.nonstop.store with parameters of type ClusterOperation | ||
---|---|---|
|
NonstopStoreImpl.executeClusterOperation(ClusterOperation<V> operation)
Execute the ClusterOperation within this NonstopStore context. |
|
|
ExecutorServiceStore.executeClusterOperation(ClusterOperation<V> operation)
Execute the ClusterOperation within this NonstopStore context. |
|
|
ExceptionOnTimeoutStore.executeClusterOperation(ClusterOperation<V> operation)
Execute the ClusterOperation within this NonstopStore context. |
|
|
LocalReadsOnTimeoutStore.executeClusterOperation(ClusterOperation<V> operation)
Execute the ClusterOperation within this NonstopStore context. |
|
|
NoOpOnTimeoutStore.executeClusterOperation(ClusterOperation<V> operation)
Execute the ClusterOperation within this NonstopStore context. |
|
|
NonstopStore.executeClusterOperation(ClusterOperation<V> operation)
Execute the ClusterOperation within this NonstopStore context. |
|
protected
|
ExecutorServiceStore.executeClusterOperationNoTimeout(ClusterOperation<V> operation)
Executes the ClusterOperation parameter, but without any timeout. |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |