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

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

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


Method Summary
 int failedShards()
           
 java.lang.String index()
           
 void readFrom(StreamInput in)
           
 int successfulShards()
           
 int totalShards()
           
 void writeTo(StreamOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

index

public java.lang.String index()

successfulShards

public int successfulShards()

failedShards

public int failedShards()

totalShards

public int totalShards()

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