|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PartitionKey | |
---|---|
org.kitesdk.data | Provides interfaces and classes for reading and writing datasets. |
org.kitesdk.data.filesystem | Provides a dataset implementation for Hadoop filesystems, like HDFS. |
Uses of PartitionKey in org.kitesdk.data |
---|
Methods in org.kitesdk.data that return PartitionKey | |
---|---|
PartitionKey |
PartitionStrategy.partitionKey(Object... values)
Construct a partition key with a variadic array of values corresponding to the field partitioners in this partition strategy. |
PartitionKey |
PartitionStrategy.partitionKeyForEntity(Object entity)
Construct a partition key for the given entity. |
PartitionKey |
PartitionStrategy.partitionKeyForEntity(Object entity,
PartitionKey reuseKey)
Construct a partition key for the given entity, reusing the supplied key if not null. |
Methods in org.kitesdk.data with parameters of type PartitionKey | |
---|---|
void |
Dataset.dropPartition(PartitionKey key)
Drop a partition for a PartitionKey . |
Dataset<E> |
Dataset.getPartition(PartitionKey key,
boolean autoCreate)
Get a partition for a PartitionKey , possibly creating the partition
if it doesn't already exist. |
PartitionKey |
PartitionStrategy.partitionKeyForEntity(Object entity,
PartitionKey reuseKey)
Construct a partition key for the given entity, reusing the supplied key if not null. |
Uses of PartitionKey in org.kitesdk.data.filesystem |
---|
Methods in org.kitesdk.data.filesystem that return PartitionKey | |
---|---|
static PartitionKey |
FileSystemDatasetRepository.partitionKeyForPath(Dataset dataset,
URI partitionPath)
Get a PartitionKey corresponding to a partition's filesystem path
represented as a URI . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |