| Package | Description |
|---|---|
| org.kitesdk.data.spi |
Provides a service provider interface for implementors of Kite Data APIs.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StorageKey
A StorageKey is a complete set of values for a PartitionStrategy.
|
| Modifier and Type | Method and Description |
|---|---|
Marker |
Marker.Builder.build()
Builds a
Marker from the content added to this Builder. |
Marker |
MarkerRange.Boundary.getBound() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Predicate<Marker> |
TimeDomain.project(com.google.common.base.Predicate<Long> predicate) |
com.google.common.base.Predicate<Marker> |
TimeDomain.projectStrict(com.google.common.base.Predicate<Long> predicate) |
| Modifier and Type | Method and Description |
|---|---|
int |
MarkerComparator.compare(Marker m1,
Marker m2)
Compare two
Marker objects under the PartitionStrategy. |
boolean |
MarkerRange.contains(Marker marker) |
boolean |
MarkerComparator.contains(Marker container,
Marker test)
Returns true if
container contains test, false otherwise. |
MarkerRange |
MarkerRange.from(Marker start) |
MarkerRange |
MarkerRange.fromAfter(Marker start) |
boolean |
MarkerRange.Boundary.isGreaterThan(Marker other) |
boolean |
MarkerRange.Boundary.isLessThan(Marker other) |
int |
MarkerComparator.leftCompare(Marker m1,
Marker m2)
Compare two
Marker objects under the PartitionStrategy. |
MarkerRange |
MarkerRange.of(Marker partial) |
int |
MarkerComparator.rightCompare(Marker m1,
Marker m2)
Compare two
Marker objects under the PartitionStrategy. |
MarkerRange |
MarkerRange.to(Marker end) |
MarkerRange |
MarkerRange.toBefore(Marker end) |
| Constructor and Description |
|---|
MarkerRange.Boundary(MarkerComparator comparator,
Marker bound,
boolean isInclusive) |
Copyright © 2013–2015. All rights reserved.