类 RemoteInfoResponse

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

public final class RemoteInfoResponse
extends java.lang.Object
A response to _remote/info API request.
  • 方法概要

    修饰符和类型 方法 说明
    static RemoteInfoResponse fromXContent​(org.easysearch.common.xcontent.XContentParser parser)  
    java.util.List<RemoteConnectionInfo> getInfos()  

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 方法详细资料

    • getInfos

      public java.util.List<RemoteConnectionInfo> getInfos()
    • fromXContent

      public static RemoteInfoResponse fromXContent​(org.easysearch.common.xcontent.XContentParser parser) throws java.io.IOException
      抛出:
      java.io.IOException