Class GridCompoundIdentityFuture<T>
- java.lang.Object
-
- org.apache.ignite.internal.util.future.GridFutureAdapter<R>
-
- org.apache.ignite.internal.util.future.GridCompoundFuture<T,T>
-
- org.apache.ignite.internal.util.future.GridCompoundIdentityFuture<T>
-
- All Implemented Interfaces:
Serializable,IgniteInternalFuture<T>,IgniteInClosure<IgniteInternalFuture<T>>
- Direct Known Subclasses:
GridCacheCompoundIdentityFuture,GridDhtGetFuture
public class GridCompoundIdentityFuture<T> extends GridCompoundFuture<T,T>
Compound future with reducer which accepts and produces results of the same type.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GridCompoundIdentityFuture()GridCompoundIdentityFuture(@Nullable IgniteReducer<T,T> rdc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class org.apache.ignite.internal.util.future.GridCompoundFuture
add, apply, cancel, clear, compoundsLockedExclusively, compoundsReadLock, compoundsReadUnlock, future, futures, futuresCountNoLock, hasFutures, hasPending, ignoreFailure, initialized, logDebug, logError, markInitialized, processFailure
-
Methods inherited from class org.apache.ignite.internal.util.future.GridFutureAdapter
chain, chain, chain, chain, chainCompose, chainCompose, error, get, get, get, getUninterruptibly, ignoreInterrupts, isCancelled, isDone, isFailed, listen, listen, logger, onCancelled, onDone, onDone, onDone, onDone, onDone, reset, result
-
-
-
-
Constructor Detail
-
GridCompoundIdentityFuture
public GridCompoundIdentityFuture()
-
GridCompoundIdentityFuture
public GridCompoundIdentityFuture(@Nullable @Nullable IgniteReducer<T,T> rdc)- Parameters:
rdc- Reducer.
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toStringin classGridCompoundFuture<T,T>
-
-