public interface HashFunction
| 修飾子とタイプ | メソッドと説明 |
|---|---|
int |
hash(String routing)
Calculate a hash value for routing
|
int |
hash(String type,
String id)
非推奨です。
|
int hash(String routing)
routing - String to calculate the hash value from@Deprecated int hash(String type, String id)
type - types nameid - String to calculate the hash value fromCopyright © 2009–2016. All rights reserved.