public class DjbHashFunction extends Object implements HashFunction
| Constructor and Description |
|---|
DjbHashFunction() |
| Modifier and Type | Method and Description |
|---|---|
static int |
DJB_HASH(byte[] value,
int offset,
int length) |
static int |
DJB_HASH(String value) |
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
|
public static int DJB_HASH(String value)
public static int DJB_HASH(byte[] value,
int offset,
int length)
public int hash(String routing)
HashFunctionhash in interface HashFunctionrouting - String to calculate the hash value frompublic int hash(String type, String id)
HashFunctionhash in interface HashFunctiontype - types nameCopyright © 2009–2016. All rights reserved.