org.elasticsearch.script
Class CompiledScript

java.lang.Object
  extended by org.elasticsearch.script.CompiledScript

public class CompiledScript
extends Object


Constructor Summary
CompiledScript(String type, Object compiled)
           
 
Method Summary
 Object compiled()
           
 String lang()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompiledScript

public CompiledScript(String type,
                      Object compiled)
Method Detail

lang

public String lang()

compiled

public Object compiled()


Copyright © 2009-2012. All Rights Reserved.