ehcache

net.sf.ehcache.constructs.nonstop
Interface ClusterOperationCallable<V>

Type Parameters:
V -
All Superinterfaces:
Callable<V>

public interface ClusterOperationCallable<V>
extends Callable<V>

A Callable that is used to execute ClusterOperation

Author:
Abhishek Sanoujam

Method Summary
 ClusterOperation<V> getClusterOperation()
          Returns the ClusterOperation
 
Methods inherited from interface java.util.concurrent.Callable
call
 

Method Detail

getClusterOperation

ClusterOperation<V> getClusterOperation()
Returns the ClusterOperation

Returns:
the ClusterOperation

ehcache

true