Class ClusterTopologyException

    • Constructor Detail

      • ClusterTopologyException

        public ClusterTopologyException​(String msg)
        Creates new topology exception with given error message.
        Parameters:
        msg - Error message.
      • ClusterTopologyException

        public ClusterTopologyException​(String msg,
                                        @Nullable
                                        @Nullable Throwable cause)
        Creates new topology exception with given error message and optional nested exception.
        Parameters:
        msg - Error message.
        cause - Optional nested exception (can be null).
    • Method Detail

      • retryReadyFuture

        public IgniteFuture<?> retryReadyFuture()
        Returns:
        Retry ready future.
      • retryReadyFuture

        public void retryReadyFuture​(IgniteFuture<?> readyFut)
        Parameters:
        readyFut - Retry ready future.