V
- class ClusterOperationCallableImpl<V> extends java.lang.Object implements ClusterOperationCallable<V>
ClusterOperationCallable
Modifier and Type | Field and Description |
---|---|
private ClusterOperation<V> |
clusterOperation |
Constructor and Description |
---|
ClusterOperationCallableImpl(ClusterOperation<V> clusterOperation)
Public constructor
|
Modifier and Type | Method and Description |
---|---|
V |
call() |
ClusterOperation<V> |
getClusterOperation()
Returns the
ClusterOperation |
private final ClusterOperation<V> clusterOperation
public ClusterOperationCallableImpl(ClusterOperation<V> clusterOperation)
clusterOperation
- public V call() throws java.lang.Exception
call
in interface java.util.concurrent.Callable<V>
java.lang.Exception
public ClusterOperation<V> getClusterOperation()
ClusterOperation
getClusterOperation
in interface ClusterOperationCallable<V>
ClusterOperation
net.sf.ehcache.constructs.nonstop.store.ClusterOperationCallableI#getClusterOperation()