Class FutureTask<T>
- java.lang.Object
-
- org.apache.ignite.internal.util.future.GridFutureAdapter<T>
-
- org.apache.ignite.spi.discovery.tcp.internal.FutureTask<T>
-
- All Implemented Interfaces:
Runnable,IgniteInternalFuture<T>
public abstract class FutureTask<T> extends GridFutureAdapter<T> implements Runnable
-
-
Constructor Summary
Constructors Constructor Description FutureTask()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract Tbody()voidrun()-
Methods inherited from class org.apache.ignite.internal.util.future.GridFutureAdapter
cancel, 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, toString
-
-