Uses of Class
org.elasticsearch.action.admin.cluster.storedscripts.GetStoredScriptRequest
-
Packages that use GetStoredScriptRequest Package Description org.elasticsearch.action.admin.cluster.storedscripts org.elasticsearch.client org.elasticsearch.script -
-
Uses of GetStoredScriptRequest in org.elasticsearch.action.admin.cluster.storedscripts
Methods in org.elasticsearch.action.admin.cluster.storedscripts that return GetStoredScriptRequest Modifier and Type Method Description GetStoredScriptRequestGetStoredScriptRequest. id(String id)Methods in org.elasticsearch.action.admin.cluster.storedscripts with parameters of type GetStoredScriptRequest Modifier and Type Method Description protected ClusterBlockExceptionTransportGetStoredScriptAction. checkBlock(GetStoredScriptRequest request, ClusterState state)protected voidTransportGetStoredScriptAction. masterOperation(GetStoredScriptRequest request, ClusterState state, ActionListener<GetStoredScriptResponse> listener) -
Uses of GetStoredScriptRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type GetStoredScriptRequest Modifier and Type Method Description GetStoredScriptResponseRestHighLevelClient. getScript(GetStoredScriptRequest request, RequestOptions options)Get stored script by id.CancellableRestHighLevelClient. getScriptAsync(GetStoredScriptRequest request, RequestOptions options, ActionListener<GetStoredScriptResponse> listener)Asynchronously get stored script by id.ActionFuture<GetStoredScriptResponse>ClusterAdminClient. getStoredScript(GetStoredScriptRequest request)Get a script from the cluster statevoidClusterAdminClient. getStoredScript(GetStoredScriptRequest request, ActionListener<GetStoredScriptResponse> listener)Get a script from the cluster state -
Uses of GetStoredScriptRequest in org.elasticsearch.script
Methods in org.elasticsearch.script with parameters of type GetStoredScriptRequest Modifier and Type Method Description StoredScriptSourceScriptService. getStoredScript(ClusterState state, GetStoredScriptRequest request)
-