Class RemoteConnectionInfo

    • Constructor Detail

      • RemoteConnectionInfo

        public RemoteConnectionInfo​(StreamInput input)
                             throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • getSeedNodes

        public java.util.List<java.lang.String> getSeedNodes()
      • getConnectionsPerCluster

        public int getConnectionsPerCluster()
      • getInitialConnectionTimeout

        public TimeValue getInitialConnectionTimeout()
      • getNumNodesConnected

        public int getNumNodesConnected()
      • getClusterAlias

        public java.lang.String getClusterAlias()
      • isSkipUnavailable

        public boolean isSkipUnavailable()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object