Class RemoteInfoResponse

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

public final class RemoteInfoResponse
extends java.lang.Object
A response to _remote/info API request.
  • Method Summary

    Modifier and Type Method Description
    static RemoteInfoResponse fromXContent​(org.elasticsearch.common.xcontent.XContentParser parser)  
    java.util.List<RemoteConnectionInfo> getInfos()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getInfos

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

      public static RemoteInfoResponse fromXContent​(org.elasticsearch.common.xcontent.XContentParser parser) throws java.io.IOException
      Throws:
      java.io.IOException