类 RemoteConnectionInfo

java.lang.Object
org.easysearch.client.cluster.RemoteConnectionInfo

public final class RemoteConnectionInfo
extends java.lang.Object
This class encapsulates all remote cluster information to be rendered on _remote/info requests.
  • 方法详细资料

    • isConnected

      public boolean isConnected()
    • getClusterAlias

      public java.lang.String getClusterAlias()
    • getModeInfo

      public RemoteConnectionInfo.ModeInfo getModeInfo()
    • getInitialConnectionTimeoutString

      public java.lang.String getInitialConnectionTimeoutString()
    • isSkipUnavailable

      public boolean isSkipUnavailable()
    • fromXContent

      public static RemoteConnectionInfo fromXContent​(org.easysearch.common.xcontent.XContentParser parser, java.lang.String clusterAlias) throws java.io.IOException
      抛出:
      java.io.IOException
    • equals

      public boolean equals​(java.lang.Object o)
      覆盖:
      equals 在类中 java.lang.Object
    • hashCode

      public int hashCode()
      覆盖:
      hashCode 在类中 java.lang.Object