org.elasticsearch.action.admin.indices.status
Class IndicesStatusResponse

java.lang.Object
  extended by org.elasticsearch.action.support.broadcast.BroadcastOperationResponse
      extended by org.elasticsearch.action.admin.indices.status.IndicesStatusResponse
All Implemented Interfaces:
ActionResponse, Streamable

public class IndicesStatusResponse
extends BroadcastOperationResponse


Field Summary
protected  ShardStatus[] shards
           
 
Method Summary
 ShardStatus getAt(int position)
           
 java.util.Map<java.lang.String,IndexStatus> getIndices()
           
 ShardStatus[] getShards()
           
 IndexStatus index(java.lang.String index)
           
 java.util.Map<java.lang.String,IndexStatus> indices()
           
 void readFrom(StreamInput in)
           
 ShardStatus[] shards()
           
 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
 

Field Detail

shards

protected ShardStatus[] shards
Method Detail

shards

public ShardStatus[] shards()

getShards

public ShardStatus[] getShards()

getAt

public ShardStatus getAt(int position)

index

public IndexStatus index(java.lang.String index)

getIndices

public java.util.Map<java.lang.String,IndexStatus> getIndices()

indices

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

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

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