public interface FeatureStore
| Modifier and Type | Method and Description |
|---|---|
<T extends Feature> |
query(Date start,
Date end,
String group,
Set<String> types,
String name,
TimeUnit timeUnit,
Class<T> featureType,
Auths auths)
Queries features back from the store for a group and multiple types
|
<T extends Feature> |
query(Date start,
Date end,
String group,
String type,
String name,
TimeUnit timeUnit,
Class<T> featureType,
Auths auths)
Query features back from the store.
|
void |
save(Iterable<? extends Feature> featureData)
Save a set of features to the store
|
void |
save(Iterable<? extends Feature> features,
Iterable<TimeUnit> timeUnits)
Save a set of features to the store for the specified time units
|
void save(Iterable<? extends Feature> features, Iterable<TimeUnit> timeUnits)
<T extends Feature> org.calrissian.mango.collect.CloseableIterable<T> query(Date start, Date end, String group, String type, String name, TimeUnit timeUnit, Class<T> featureType, Auths auths)
Copyright © 2014 Calrissian. All Rights Reserved.