Class IndicesSegmentsAction
- java.lang.Object
-
- org.elasticsearch.action.GenericAction<Request,Response>
-
- org.elasticsearch.action.Action<IndicesSegmentsRequest,IndicesSegmentResponse,IndicesSegmentsRequestBuilder>
-
- org.elasticsearch.action.admin.indices.segments.IndicesSegmentsAction
-
public class IndicesSegmentsAction extends Action<IndicesSegmentsRequest,IndicesSegmentResponse,IndicesSegmentsRequestBuilder>
-
-
Field Summary
Fields Modifier and Type Field Description static IndicesSegmentsActionINSTANCEstatic java.lang.StringNAME
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IndicesSegmentsRequestBuildernewRequestBuilder(ElasticsearchClient client)Creates a new request builder given the client provided as argumentIndicesSegmentResponsenewResponse()Creates a new response instance.-
Methods inherited from class org.elasticsearch.action.GenericAction
equals, getResponseReader, hashCode, name, transportOptions
-
-
-
-
Field Detail
-
INSTANCE
public static final IndicesSegmentsAction INSTANCE
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
newResponse
public IndicesSegmentResponse newResponse()
Description copied from class:GenericActionCreates a new response instance.- Specified by:
newResponsein classGenericAction<IndicesSegmentsRequest,IndicesSegmentResponse>
-
newRequestBuilder
public IndicesSegmentsRequestBuilder newRequestBuilder(ElasticsearchClient client)
Description copied from class:ActionCreates a new request builder given the client provided as argument- Specified by:
newRequestBuilderin classAction<IndicesSegmentsRequest,IndicesSegmentResponse,IndicesSegmentsRequestBuilder>
-
-