org.elasticsearch.action.admin.cluster.ping.broadcast
Class BroadcastPingResponse

java.lang.Object
  extended by org.elasticsearch.action.support.broadcast.BroadcastOperationResponse
      extended by org.elasticsearch.action.admin.cluster.ping.broadcast.BroadcastPingResponse
All Implemented Interfaces:
ActionResponse, Streamable

public class BroadcastPingResponse
extends BroadcastOperationResponse


Constructor Summary
BroadcastPingResponse(int totalShards, int successfulShards, int failedShards, java.util.List<ShardOperationFailedException> shardFailures)
           
 
Method Summary
 void readFrom(StreamInput in)
           
 void writeTo(StreamOutput out)
           
 
Methods inherited from class org.elasticsearch.action.support.broadcast.BroadcastOperationResponse
failedShards, getFailedShards, getShardFailures, getSuccessfulShards, getTotalShards, shardFailures, successfulShards, totalShards
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BroadcastPingResponse

public BroadcastPingResponse(int totalShards,
                             int successfulShards,
                             int failedShards,
                             java.util.List<ShardOperationFailedException> shardFailures)
Method Detail

readFrom

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

writeTo

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