Class PutStoredScriptAction
- java.lang.Object
-
- org.elasticsearch.action.ActionType<AcknowledgedResponse>
-
- org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptAction
-
public class PutStoredScriptAction extends ActionType<AcknowledgedResponse>
-
-
Field Summary
Fields Modifier and Type Field Description static PutStoredScriptActionINSTANCEstatic java.lang.StringNAME
-
Method Summary
Modifier and Type Method Description Writeable.Reader<AcknowledgedResponse>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 PutStoredScriptAction INSTANCE
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getResponseReader
public Writeable.Reader<AcknowledgedResponse> getResponseReader()
Description copied from class:ActionTypeGet a reader that can create a new instance of the class from aStreamInput- Overrides:
getResponseReaderin classActionType<AcknowledgedResponse>
-
-