| Package | Description |
|---|---|
| org.kitesdk.data.spi |
Provides a service provider interface for implementors of Kite Data APIs.
|
| Modifier and Type | Field and Description |
|---|---|
protected ThreadLocal<StorageKey> |
AbstractRefinableView.keys |
| Modifier and Type | Method and Description |
|---|---|
StorageKey |
StorageKey.Builder.build() |
static StorageKey |
StorageKey.copy(StorageKey toCopy)
A convenience method to make a copy of a
StorageKey. |
StorageKey |
EntityAccessor.keyFor(E object,
Map<String,Object> provided,
StorageKey reuse) |
<E> StorageKey |
StorageKey.reuseFor(E entity,
EntityAccessor<E> accessor)
Replaces all of the values in this
StorageKey with values from the given
entity. |
<E> StorageKey |
StorageKey.reuseFor(E entity,
Map<String,Object> provided,
EntityAccessor<E> accessor)
Replaces all of the values in this
StorageKey with values from the given
entity. |
StorageKey |
StorageKey.reuseFor(List<String> dirs,
org.kitesdk.data.spi.filesystem.PathConversion conversion) |
StorageKey |
StorageKey.reuseFor(Path path,
org.kitesdk.data.spi.filesystem.PathConversion conversion) |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.base.Predicate<StorageKey> |
AbstractRefinableView.getKeyPredicate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Constraints.KeyPredicate.apply(StorageKey key) |
int |
StorageKey.compareTo(StorageKey other) |
static StorageKey |
StorageKey.copy(StorageKey toCopy)
A convenience method to make a copy of a
StorageKey. |
StorageKey |
EntityAccessor.keyFor(E object,
Map<String,Object> provided,
StorageKey reuse) |
<E> com.google.common.base.Predicate<E> |
Constraints.toEntityPredicate(StorageKey key,
EntityAccessor<E> accessor)
Get a
Predicate for testing entity objects that match the given
StorageKey. |
Copyright © 2013–2015. All rights reserved.