Package org.elasticsearch.action.explain
Class ExplainAction
- java.lang.Object
-
- org.elasticsearch.action.ActionType<ExplainResponse>
-
- org.elasticsearch.action.explain.ExplainAction
-
public class ExplainAction extends ActionType<ExplainResponse>
Entry point for the explain feature.
-
-
Field Summary
Fields Modifier and Type Field Description static ExplainActionINSTANCEstatic java.lang.StringNAME
-
Method Summary
Modifier and Type Method Description Writeable.Reader<ExplainResponse>getResponseReader()Get a reader that can create a new instance of the class from aStreamInput-
Methods inherited from class org.elasticsearch.action.ActionType
equals, hashCode, name, transportOptions
-
-
-
-
Field Detail
-
INSTANCE
public static final ExplainAction INSTANCE
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getResponseReader
public Writeable.Reader<ExplainResponse> getResponseReader()
Description copied from class:ActionTypeGet a reader that can create a new instance of the class from aStreamInput- Overrides:
getResponseReaderin classActionType<ExplainResponse>
-
-