RouterKeyGeneratorpublic abstract class RoutingKeyGenerator
extends java.lang.Object
| コンストラクタ | 説明 |
|---|---|
RoutingKeyGenerator() |
| 修飾子とタイプ | メソッド | 説明 |
|---|---|---|
static RoutingKeyGenerator |
getInstance() |
Get the generator for this context.
|
abstract long |
getLastChanged() |
The version of the current (today's) mod data.
|
abstract Hash |
getRoutingKey(Hash origKey) |
Get the routing key for a key.
|
public static RoutingKeyGenerator getInstance()
public abstract long getLastChanged()