K - the type of a partition keypublic interface PartitionResolver<K>
PartitionResolver is a strategy interface defining
how partition key can be resolved into the actual Path.| Modifier and Type | Method and Description |
|---|---|
Path |
resolvePath(K partitionKey)
Resolve path with a given partition key.
|