Class InitNewCoordinatorFuture
- java.lang.Object
-
- org.apache.ignite.internal.util.future.GridFutureAdapter<R>
-
- org.apache.ignite.internal.util.future.GridCompoundFuture
-
- org.apache.ignite.internal.processors.cache.distributed.dht.preloader.InitNewCoordinatorFuture
-
- All Implemented Interfaces:
Serializable,IgniteDiagnosticAware,IgniteInternalFuture,IgniteInClosure
public class InitNewCoordinatorFuture extends GridCompoundFuture implements IgniteDiagnosticAware
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddDiagnosticRequest(IgniteDiagnosticPrepareContext diagCtx)voidinit(GridDhtPartitionsExchangeFuture exchFut)voidonMessage(ClusterNode node, GridDhtPartitionsSingleMessage msg)voidonNodeLeft(UUID nodeId)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
-
-
-
-
Method Detail
-
init
public void init(GridDhtPartitionsExchangeFuture exchFut) throws IgniteCheckedException
- Parameters:
exchFut- Current future.- Throws:
IgniteCheckedException- If failed.
-
onMessage
public void onMessage(ClusterNode node, GridDhtPartitionsSingleMessage msg)
- Parameters:
node- Node.msg- Message.
-
onNodeLeft
public void onNodeLeft(UUID nodeId)
- Parameters:
nodeId- Failed node ID.
-
addDiagnosticRequest
public void addDiagnosticRequest(IgniteDiagnosticPrepareContext diagCtx)
- Specified by:
addDiagnosticRequestin interfaceIgniteDiagnosticAware- Parameters:
diagCtx- Context.
-
toString
public String toString()
- Overrides:
toStringin classGridCompoundFuture
-
-