ehcache

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

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
<V> V
ExecutorServiceStore.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
LocalReadsOnTimeoutStore.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
NonstopStore.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.
protected
<V> V
ExecutorServiceStore.executeClusterOperationNoTimeout(ClusterOperation<V> operation)
          Executes the ClusterOperation parameter, but without any timeout.
 


ehcache

Copyright © 2003-2012 Terracotta, Inc.. All Rights Reserved.