| Package | Description |
|---|---|
| org.kitesdk.data.spi |
Provides a service provider interface for implementors of Kite Data APIs.
|
| Modifier and Type | Field and Description |
|---|---|
protected Constraints |
AbstractRefinableView.constraints |
| Modifier and Type | Method and Description |
|---|---|
Constraints |
Constraints.from(String name,
Comparable value) |
Constraints |
Constraints.fromAfter(String name,
Comparable value) |
static Constraints |
Constraints.fromQueryMap(Schema schema,
PartitionStrategy strategy,
Map<String,String> query) |
Constraints |
AbstractRefinableView.getConstraints() |
Constraints |
Constraints.to(String name,
Comparable value) |
Constraints |
Constraints.toBefore(String name,
Comparable value) |
Constraints |
Constraints.with(String name,
Object... values) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AbstractRefinableView<E> |
AbstractRefinableView.filter(Constraints c) |
abstract AbstractRefinableView<E> |
AbstractDataset.filter(Constraints c) |
| Constructor and Description |
|---|
AbstractRefinableView(AbstractRefinableView<E> view,
Constraints constraints) |
FilteredRecordReader(RecordReader<E,Void> unfiltered,
Constraints constraints,
EntityAccessor<E> accessor) |
Copyright © 2013–2015. All rights reserved.