| Package | Description |
|---|---|
| org.kitesdk.data.spi |
Provides a service provider interface for implementors of Kite Data APIs.
|
| Modifier and Type | Method and Description |
|---|---|
PartitionedDataset<E> |
PartitionedDataset.getPartition(PartitionKey key,
boolean autoCreate)
Get a partition for a
PartitionKey, optionally creating the
partition if it doesn't already exist. |
| Modifier and Type | Method and Description |
|---|---|
Iterable<PartitionedDataset<E>> |
PartitionedDataset.getPartitions()
Return partitions.
|
Copyright © 2013–2015. All rights reserved.