Class CacheObjectsReleaseFuture<T,R>
- java.lang.Object
-
- org.apache.ignite.internal.util.future.GridFutureAdapter<R>
-
- org.apache.ignite.internal.util.future.GridCompoundFuture<T,R>
-
- org.apache.ignite.internal.processors.cache.CacheObjectsReleaseFuture<T,R>
-
- All Implemented Interfaces:
Serializable,IgniteInternalFuture<R>,IgniteInClosure<IgniteInternalFuture<T>>
public class CacheObjectsReleaseFuture<T,R> extends GridCompoundFuture<T,R>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intDFLT_IGNITE_PARTITION_RELEASE_FUTURE_WARN_LIMIT
-
Constructor Summary
Constructors Constructor Description CacheObjectsReleaseFuture(String type, AffinityTopologyVersion topVer)CacheObjectsReleaseFuture(String type, AffinityTopologyVersion topVer, @Nullable IgniteReducer<T,R> 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
-
CacheObjectsReleaseFuture
public CacheObjectsReleaseFuture(String type, AffinityTopologyVersion topVer)
- Parameters:
type- Wait object type.topVer- Topology version to wait for.
-
CacheObjectsReleaseFuture
public CacheObjectsReleaseFuture(String type, AffinityTopologyVersion topVer, @Nullable @Nullable IgniteReducer<T,R> rdc)
- Parameters:
type- Wait object type.topVer- Topology version to wait for.rdc- Reducer object.
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toStringin classGridCompoundFuture<T,R>
-
-