org.springframework.data.hadoop.scripting
Interface ScriptEvaluator


public interface ScriptEvaluator

Script evaluator.

Author:
Costin Leau

Method Summary
 Object evaluate(ScriptSource script)
           
 Object evaluate(ScriptSource script, Map<String,Object> arguments)
           
 

Method Detail

evaluate

Object evaluate(ScriptSource script)

evaluate

Object evaluate(ScriptSource script,
                Map<String,Object> arguments)