org.elasticsearch.script
Class ScriptService.CacheKey

java.lang.Object
  extended by org.elasticsearch.script.ScriptService.CacheKey
Enclosing class:
ScriptService

public static class ScriptService.CacheKey
extends Object


Field Summary
 String lang
           
 String script
           
 
Constructor Summary
ScriptService.CacheKey(String lang, String script)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lang

public final String lang

script

public final String script
Constructor Detail

ScriptService.CacheKey

public ScriptService.CacheKey(String lang,
                              String script)
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2009-2012. All Rights Reserved.