Class ConnectFuture
- java.lang.Object
-
- org.apache.ignite.internal.util.future.GridFutureAdapter<GridCommunicationClient>
-
- org.apache.ignite.spi.communication.tcp.internal.ConnectFuture
-
- All Implemented Interfaces:
IgniteInternalFuture<GridCommunicationClient>
public class ConnectFuture extends GridFutureAdapter<GridCommunicationClient>
Connect future which uses as a marker of type connection releted with TCP.
-
-
Constructor Summary
Constructors Constructor Description ConnectFuture()
-
Method Summary
-
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
-
-