public class SimpleHashFunction extends Object implements HashFunction
Object.hashCode()| コンストラクタと説明 |
|---|
SimpleHashFunction() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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 int hash(String routing)
HashFunctionhash インタフェース内 HashFunctionrouting - String to calculate the hash value frompublic int hash(String type, String id)
HashFunctionhash インタフェース内 HashFunctiontype - types nameid - String to calculate the hash value fromCopyright © 2009–2016. All rights reserved.