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 |
---|---|
org.apache.hadoop.fs.Path |
resolvePath(K partitionKey)
Resolve path with a given partition key.
|
org.apache.hadoop.fs.Path resolvePath(K partitionKey)
partitionKey
- the partition key