Package org.elasticsearch.action.ingest
Class GetPipelineAction
- java.lang.Object
-
- org.elasticsearch.action.ActionType<GetPipelineResponse>
-
- org.elasticsearch.action.ingest.GetPipelineAction
-
public class GetPipelineAction extends ActionType<GetPipelineResponse>
-
-
Field Summary
Fields Modifier and Type Field Description static GetPipelineActionINSTANCEstatic java.lang.StringNAME
-
Constructor Summary
Constructors Constructor Description GetPipelineAction()
-
Method Summary
-
Methods inherited from class org.elasticsearch.action.ActionType
equals, getResponseReader, hashCode, name, transportOptions
-
-
-
-
Field Detail
-
INSTANCE
public static final GetPipelineAction INSTANCE
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-