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

java.lang.Object
  extended by org.elasticsearch.action.GenericAction<Request,Response>
      extended by org.elasticsearch.action.admin.indices.IndicesAction<IndicesSegmentsRequest,IndicesSegmentResponse,IndicesSegmentsRequestBuilder>
          extended by org.elasticsearch.action.admin.indices.segments.IndicesSegmentsAction

public class IndicesSegmentsAction
extends IndicesAction<IndicesSegmentsRequest,IndicesSegmentResponse,IndicesSegmentsRequestBuilder>


Field Summary
static IndicesSegmentsAction INSTANCE
           
static String NAME
           
 
Method Summary
 IndicesSegmentsRequestBuilder newRequestBuilder(IndicesAdminClient client)
           
 IndicesSegmentResponse newResponse()
          Creates a new response instance.
 
Methods inherited from class org.elasticsearch.action.GenericAction
equals, hashCode, name, transportOptions
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final IndicesSegmentsAction INSTANCE

NAME

public static final String NAME
See Also:
Constant Field Values
Method Detail

newResponse

public IndicesSegmentResponse newResponse()
Description copied from class: GenericAction
Creates a new response instance.

Specified by:
newResponse in class GenericAction<IndicesSegmentsRequest,IndicesSegmentResponse>

newRequestBuilder

public IndicesSegmentsRequestBuilder newRequestBuilder(IndicesAdminClient client)
Specified by:
newRequestBuilder in class IndicesAction<IndicesSegmentsRequest,IndicesSegmentResponse,IndicesSegmentsRequestBuilder>


Copyright © 2009-2012. All Rights Reserved.