public interface HashFunction
Modifier and Type | Method and Description |
---|---|
int |
hash(String routing)
Calculate a hash value for routing
|
int |
hash(String type,
String id)
Calculate a hash value for routing and its type
|
int hash(String routing)
routing
- String to calculate the hash value fromCopyright © 2009–2015. All rights reserved.