| Package | Description |
|---|---|
| org.kitesdk.data.impl |
Provides internal implementation classes that are not part of the public API,
and which are not published in the Javadoc.
|
| org.kitesdk.data.spi |
Provides a service provider interface for implementors of Kite Data APIs.
|
| Modifier and Type | Method and Description |
|---|---|
abstract FieldPartitioner |
Accessor.getPartitioner(PartitionStrategy partitionStrategy,
String name) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<FieldPartitioner> |
Accessor.getFieldPartitioners(PartitionStrategy partitionStrategy) |
| Modifier and Type | Method and Description |
|---|---|
static <S,T> Class<? extends T> |
SchemaUtil.getPartitionType(FieldPartitioner<S,T> fp,
Schema schema) |
static <S> Class<? extends S> |
SchemaUtil.getSourceType(FieldPartitioner<S,?> fp,
Schema schema) |
static Schema |
SchemaUtil.partitionFieldSchema(FieldPartitioner<?,?> fp,
Schema schema)
Builds a Schema for the FieldPartitioner using the given Schema to
determine types not fixed by the FieldPartitioner.
|
<S,T> T |
Marker.valueFor(FieldPartitioner<S,T> fp)
Return the value of a
FieldPartitioner field for this Marker. |
Copyright © 2013–2015. All rights reserved.