Class GetStoredScriptAction
- java.lang.Object
-
- org.elasticsearch.action.GenericAction<Request,Response>
-
- org.elasticsearch.action.Action<GetStoredScriptRequest,GetStoredScriptResponse,GetStoredScriptRequestBuilder>
-
- org.elasticsearch.action.admin.cluster.storedscripts.GetStoredScriptAction
-
public class GetStoredScriptAction extends Action<GetStoredScriptRequest,GetStoredScriptResponse,GetStoredScriptRequestBuilder>
-
-
Field Summary
Fields Modifier and Type Field Description static GetStoredScriptActionINSTANCEstatic java.lang.StringNAME
-
Method Summary
Modifier and Type Method Description GetStoredScriptRequestBuildernewRequestBuilder(ElasticsearchClient client)Creates a new request builder given the client provided as argumentGetStoredScriptResponsenewResponse()Creates a new response instance.-
Methods inherited from class org.elasticsearch.action.GenericAction
equals, getResponseReader, hashCode, name, transportOptions
-
-
-
-
Field Detail
-
INSTANCE
public static final GetStoredScriptAction INSTANCE
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
newResponse
public GetStoredScriptResponse newResponse()
Description copied from class:GenericActionCreates a new response instance.- Specified by:
newResponsein classGenericAction<GetStoredScriptRequest,GetStoredScriptResponse>
-
newRequestBuilder
public GetStoredScriptRequestBuilder newRequestBuilder(ElasticsearchClient client)
Description copied from class:ActionCreates a new request builder given the client provided as argument- Specified by:
newRequestBuilderin classAction<GetStoredScriptRequest,GetStoredScriptResponse,GetStoredScriptRequestBuilder>
-
-