public class GridCompoundIdentityFuture<T> extends GridCompoundFuture<T,T>
AbstractQueuedSynchronizer.ConditionObjectctx, log| Constructor and Description |
|---|
GridCompoundIdentityFuture()
Empty constructor required for
Externalizable. |
GridCompoundIdentityFuture(GridKernalContext ctx) |
GridCompoundIdentityFuture(GridKernalContext ctx,
GridReducer<T,T> rdc) |
GridCompoundIdentityFuture(GridKernalContext ctx,
GridReducer<T,T> rdc,
Iterable<GridFuture<T>> futs) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
add, addAll, addAll, cancel, futures, hasPending, ignoreChildFailures, initialized, markInitialized, pending, reducer, reducerchain, 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 GridCompoundIdentityFuture()
Externalizable.public GridCompoundIdentityFuture(GridKernalContext ctx)
ctx - Context.public GridCompoundIdentityFuture(GridKernalContext ctx, @Nullable GridReducer<T,T> rdc)
ctx - Context.rdc - Reducer.public GridCompoundIdentityFuture(GridKernalContext ctx, @Nullable GridReducer<T,T> rdc, @Nullable Iterable<GridFuture<T>> futs)
ctx - Context.rdc - Reducer to add.futs - Futures to add.public String toString()
toString in class GridCompoundFuture<T,T>Copyright © 2014. All rights reserved.