|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kitesdk.data.spi.PartitionKey
org.kitesdk.data.PartitionKey
RefinableView
methods instead
@NotThreadSafe @Deprecated public class PartitionKey
A key for retrieving partitions from a Dataset.
A PartitionKey is an ordered sequence of values corresponding to the
FieldPartitioners in a
PartitionStrategy. You can obtain a PartitionKey using
PartitionStrategy.partitionKey(Object...) or
PartitionStrategy.partitionKeyForEntity(Object).
Implementations of PartitionKey are typically not thread-safe; that
is, the behavior when accessing a single instance from multiple threads is
undefined.
PartitionStrategy,
FieldPartitioner,
Dataset| Method Summary | |
|---|---|
protected void |
set(int index,
Object value)
Deprecated. |
| Methods inherited from class org.kitesdk.data.spi.PartitionKey |
|---|
equals, get, getLength, getValues, hashCode, partitionKeyForEntity, partitionKeyForEntity, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
protected void set(int index,
Object value)
set in class org.kitesdk.data.spi.PartitionKey
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||