Uses of Class
org.elasticsearch.script.StoredScriptSource
-
Packages that use StoredScriptSource Package Description org.elasticsearch.action.admin.cluster.storedscripts org.elasticsearch.script -
-
Uses of StoredScriptSource in org.elasticsearch.action.admin.cluster.storedscripts
Methods in org.elasticsearch.action.admin.cluster.storedscripts that return StoredScriptSource Modifier and Type Method Description StoredScriptSourceGetStoredScriptResponse. getSource()StoredScriptSourcePutStoredScriptRequest. source()Constructors in org.elasticsearch.action.admin.cluster.storedscripts with parameters of type StoredScriptSource Constructor Description PutStoredScriptRequest(String id, String context, BytesReference content, XContentType xContentType, StoredScriptSource source) -
Uses of StoredScriptSource in org.elasticsearch.script
Methods in org.elasticsearch.script that return StoredScriptSource Modifier and Type Method Description static StoredScriptSourceStoredScriptSource. fromXContent(XContentParser parser, boolean ignoreEmpty)This will parse XContent into aStoredScriptSource.StoredScriptSourceScriptService. getStoredScript(ClusterState state, GetStoredScriptRequest request)static StoredScriptSourceStoredScriptSource. parse(BytesReference content, XContentType xContentType)This will parse XContent into aStoredScriptSource.Methods in org.elasticsearch.script that return types with arguments of type StoredScriptSource Modifier and Type Method Description static Diff<StoredScriptSource>StoredScriptSource. readDiffFrom(StreamInput in)Required forScriptMetaData.ScriptMetadataDiff.Methods in org.elasticsearch.script with parameters of type StoredScriptSource Modifier and Type Method Description ScriptMetaData.BuilderScriptMetaData.Builder. storeScript(String id, StoredScriptSource source)Add a new script to the existing stored scripts based on a user-specified id.
-