Package org.elasticsearch.script
Class MockScriptEngine.MockMetricAggCombineScriptFactory
java.lang.Object
org.elasticsearch.script.MockScriptEngine.MockMetricAggCombineScriptFactory
- All Implemented Interfaces:
org.elasticsearch.script.ScriptedMetricAggContexts.CombineScript.Factory
,org.elasticsearch.script.ScriptFactory
- Enclosing class:
- MockScriptEngine
public static class MockScriptEngine.MockMetricAggCombineScriptFactory
extends Object
implements org.elasticsearch.script.ScriptedMetricAggContexts.CombineScript.Factory
-
Method Summary
Modifier and TypeMethodDescriptionboolean
org.elasticsearch.script.ScriptedMetricAggContexts.CombineScript
-
Method Details
-
isResultDeterministic
public boolean isResultDeterministic()- Specified by:
isResultDeterministic
in interfaceorg.elasticsearch.script.ScriptFactory
-
newInstance
public org.elasticsearch.script.ScriptedMetricAggContexts.CombineScript newInstance(Map<String, Object> params, Map<String, Object> state) - Specified by:
newInstance
in interfaceorg.elasticsearch.script.ScriptedMetricAggContexts.CombineScript.Factory
-