public final class GridCacheMultiTxFuture<K,V> extends GridFutureAdapter<Boolean>
AbstractQueuedSynchronizer.ConditionObjectctx| Constructor and Description |
|---|
GridCacheMultiTxFuture()
Empty constructor required for
Externalizable. |
GridCacheMultiTxFuture(GridCacheContext<K,V> cctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTx(IgniteInternalTx<K,V> tx) |
void |
init()
Initializes this future.
|
Set<IgniteInternalTx<K,V>> |
remainingTxs() |
String |
toString() |
Set<IgniteInternalTx<K,V>> |
txs() |
cancel, chain, checkValid, concurrentNotify, concurrentNotify, duration, endTime, error, get, get, get, get0, isCancelled, isDone, isFailed, isValid, listenAsync, onCancelled, onDone, onDone, onDone, onDone, readExternal, result, startTime, stopListenAsync, syncNotify, syncNotify, tryAcquireShared, tryReleaseShared, writeExternalacquire, acquireInterruptibly, acquireShared, acquireSharedInterruptibly, compareAndSetState, getExclusiveQueuedThreads, getFirstQueuedThread, getQueuedThreads, getQueueLength, getSharedQueuedThreads, getState, getWaitingThreads, getWaitQueueLength, hasContended, hasQueuedPredecessors, hasQueuedThreads, hasWaiters, isHeldExclusively, isQueued, owns, release, releaseShared, setState, tryAcquire, tryAcquireNanos, tryAcquireSharedNanos, tryReleasegetExclusiveOwnerThread, setExclusiveOwnerThreadpublic GridCacheMultiTxFuture(GridCacheContext<K,V> cctx)
cctx - Cache context.public GridCacheMultiTxFuture()
Externalizable.public Set<IgniteInternalTx<K,V>> txs()
public Set<IgniteInternalTx<K,V>> remainingTxs()
public void addTx(IgniteInternalTx<K,V> tx)
tx - Transaction to add.public void init()
public String toString()
toString in class GridFutureAdapter<Boolean>
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 17 2015