Class TcpCommunicationConnectionCheckFuture

    • Field Detail

      • SES_FUT_META

        public static final int SES_FUT_META
        Session future.
    • Method Detail

      • init

        public void init​(long timeout)
        Parameters:
        timeout - Connect timeout.
      • onDone

        public boolean onDone​(@Nullable
                              @Nullable BitSet res,
                              @Nullable
                              @Nullable Throwable err)
        Callback to notify that future is finished. Note that if non-null exception is passed in the result value will be ignored.
        Overrides:
        onDone in class GridFutureAdapter<BitSet>
        Parameters:
        res - Optional result.
        err - Optional error.
        Returns:
        True if result was set by this call.