org.elasticsearch.action.admin.indices.segments
Class IndicesSegmentsRequest

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

public class IndicesSegmentsRequest
extends BroadcastOperationRequest


Field Summary
 
Fields inherited from class org.elasticsearch.action.support.broadcast.BroadcastOperationRequest
indices
 
Constructor Summary
IndicesSegmentsRequest()
           
IndicesSegmentsRequest(String... indices)
           
 
Method Summary
 
Methods inherited from class org.elasticsearch.action.support.broadcast.BroadcastOperationRequest
beforeLocalFork, beforeStart, ignoreIndices, ignoreIndices, indices, indices, listenerThreaded, listenerThreaded, operationThreading, operationThreading, operationThreading, readFrom, validate, writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndicesSegmentsRequest

public IndicesSegmentsRequest()

IndicesSegmentsRequest

public IndicesSegmentsRequest(String... indices)


Copyright © 2009-2012. All Rights Reserved.