org.elasticsearch.cluster.routing.operation.hash
Interface HashFunction

All Known Implementing Classes:
DjbHashFunction, SimpleHashFunction

public interface HashFunction


Method Summary
 int hash(String routing)
           
 int hash(String type, String id)
           
 

Method Detail

hash

int hash(String routing)

hash

int hash(String type,
         String id)


Copyright © 2009-2012. All Rights Reserved.