类 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.-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static interfaceRemoteConnectionInfo.ModeInfo -
方法概要
修饰符和类型 方法 说明 booleanequals(java.lang.Object o)static RemoteConnectionInfofromXContent(org.easysearch.common.xcontent.XContentParser parser, java.lang.String clusterAlias)java.lang.StringgetClusterAlias()java.lang.StringgetInitialConnectionTimeoutString()RemoteConnectionInfo.ModeInfogetModeInfo()inthashCode()booleanisConnected()booleanisSkipUnavailable()从类继承的方法 java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
方法详细资料
-
isConnected
public boolean isConnected() -
getClusterAlias
public java.lang.String getClusterAlias() -
getModeInfo
-
getInitialConnectionTimeoutString
public java.lang.String getInitialConnectionTimeoutString() -
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
-