ehcache

Uses of Interface
net.sf.ehcache.constructs.nonstop.ClusterOperation

Packages that use ClusterOperation
net.sf.ehcache.constructs.nonstop.store Ehcache-nonstopcache behaviors package 
 

Uses of ClusterOperation in net.sf.ehcache.constructs.nonstop.store
 

Methods in net.sf.ehcache.constructs.nonstop.store with parameters of type ClusterOperation
<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
NoOpOnTimeoutStore.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
ExceptionOnTimeoutStore.executeClusterOperation(ClusterOperation<V> operation)
          Execute the ClusterOperation within this NonstopStore context.
<V> V
NonstopStore.executeClusterOperation(ClusterOperation<V> operation)
          Execute the ClusterOperation within this NonstopStore context.
 


ehcache

true