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

java.lang.Object
  extended by org.elasticsearch.action.support.broadcast.BroadcastOperationRequest
      extended by org.elasticsearch.action.admin.indices.status.IndicesStatusRequest
All Implemented Interfaces:
ActionRequest, Streamable

public class IndicesStatusRequest
extends BroadcastOperationRequest


Field Summary
 
Fields inherited from class org.elasticsearch.action.support.broadcast.BroadcastOperationRequest
indices, queryHint
 
Constructor Summary
IndicesStatusRequest()
           
IndicesStatusRequest(java.lang.String... indices)
           
 
Method Summary
 IndicesStatusRequest listenerThreaded(boolean listenerThreaded)
          Should the listener be called on a separate thread if needed.
 BroadcastOperationRequest operationThreading(BroadcastOperationThreading operationThreading)
          Controls the operation threading model.
 
Methods inherited from class org.elasticsearch.action.support.broadcast.BroadcastOperationRequest
beforeLocalFork, indices, indices, listenerThreaded, operationThreading, operationThreading, queryHint, readFrom, validate, writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndicesStatusRequest

public IndicesStatusRequest()

IndicesStatusRequest

public IndicesStatusRequest(java.lang.String... indices)
Method Detail

listenerThreaded

public IndicesStatusRequest listenerThreaded(boolean listenerThreaded)
Description copied from class: BroadcastOperationRequest
Should the listener be called on a separate thread if needed.

Specified by:
listenerThreaded in interface ActionRequest
Overrides:
listenerThreaded in class BroadcastOperationRequest

operationThreading

public BroadcastOperationRequest operationThreading(BroadcastOperationThreading operationThreading)
Description copied from class: BroadcastOperationRequest
Controls the operation threading model.

Overrides:
operationThreading in class BroadcastOperationRequest