Package | Description |
---|---|
net.sf.ehcache.constructs.nonstop |
Ehcache-nonstopcache package
|
net.sf.ehcache.constructs.nonstop.store |
Ehcache-nonstopcache behaviors package
|
Modifier and Type | Method and Description |
---|---|
ClusterOperation<V> |
ClusterOperationCallable.getClusterOperation()
Returns the
ClusterOperation |
Modifier and Type | Method and Description |
---|---|
<V> V |
ExceptionOnTimeoutStore.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 |
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 |
ExecutorServiceStore.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. |
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.