org.elasticsearch.action.admin.cluster.ping.replication
Class ReplicationPingResponse

java.lang.Object
  extended by org.elasticsearch.action.admin.cluster.ping.replication.ReplicationPingResponse
All Implemented Interfaces:
ActionResponse, Streamable

public class ReplicationPingResponse
extends java.lang.Object
implements ActionResponse, Streamable


Method Summary
 IndexReplicationPingResponse index(java.lang.String index)
           
 java.util.Map<java.lang.String,IndexReplicationPingResponse> indices()
           
 void readFrom(StreamInput in)
           
 void writeTo(StreamOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

indices

public java.util.Map<java.lang.String,IndexReplicationPingResponse> indices()

index

public IndexReplicationPingResponse index(java.lang.String index)

readFrom

public void readFrom(StreamInput in)
              throws java.io.IOException
Specified by:
readFrom in interface Streamable
Throws:
java.io.IOException

writeTo

public void writeTo(StreamOutput out)
             throws java.io.IOException
Specified by:
writeTo in interface Streamable
Throws:
java.io.IOException