org.elasticsearch.index.cache.filter.support
Class CacheKeyFilter.Key

java.lang.Object
  extended by org.elasticsearch.index.cache.filter.support.CacheKeyFilter.Key
Enclosing interface:
CacheKeyFilter

public static class CacheKeyFilter.Key
extends Object


Constructor Summary
CacheKeyFilter.Key(byte[] bytes)
           
CacheKeyFilter.Key(String str)
           
 
Method Summary
 byte[] bytes()
           
 boolean equals(Object o)
           
 int hashCode()
           
 String utf8ToString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheKeyFilter.Key

public CacheKeyFilter.Key(byte[] bytes)

CacheKeyFilter.Key

public CacheKeyFilter.Key(String str)
Method Detail

bytes

public byte[] bytes()

utf8ToString

public String utf8ToString()

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.