Uses of Class
org.kitesdk.data.PartitionKey

Packages that use PartitionKey
org.kitesdk.data Provides interfaces and classes for reading and writing datasets. 
 

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, optionally 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.
 



Copyright © 2013–2014. All rights reserved.