| Modifier and Type | Method and Description |
|---|---|
<T extends Feature> |
FeatureStore.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> |
FeatureStore.query(Date start,
Date end,
String group,
String type,
String name,
TimeUnit timeUnit,
Class<T> featureType,
Auths auths)
Query features back from the store.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureStore.save(Iterable<? extends Feature> featureData)
Save a set of features to the store
|
void |
FeatureStore.save(Iterable<? extends Feature> features,
Iterable<TimeUnit> timeUnits)
Save a set of features to the store for the specified time units
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.mapreduce.RecordReader<org.apache.accumulo.core.data.Key,Feature> |
FeaturesInputFormat.createRecordReader(org.apache.hadoop.mapreduce.InputSplit split,
org.apache.hadoop.mapreduce.TaskAttemptContext context) |
| Modifier and Type | Method and Description |
|---|---|
static void |
FeaturesInputFormat.setQueryInfo(org.apache.hadoop.mapreduce.Job job,
Date start,
Date end,
TimeUnit timeUnit,
String group,
String type,
String name,
Class<? extends Feature> featureType) |
static void |
FeaturesInputFormat.setQueryInfo(org.apache.hadoop.mapreduce.Job job,
Date start,
Date end,
TimeUnit timeUnit,
String group,
String type,
String name,
Class<? extends Feature> featureType,
FeatureRegistry registry)
Query for a specific set of feature rollups for a specific time range and unit of time.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T extends Feature> |
AccumuloFeatureStore.buildFeatureTransform(AccumuloFeatureConfig xform) |
<T extends Feature> |
AccumuloFeatureStore.query(Date start,
Date end,
String group,
Set<String> types,
String name,
TimeUnit timeUnit,
Class<T> featureType,
Auths auths) |
<T extends Feature> |
AccumuloFeatureStore.query(Date start,
Date end,
String group,
String type,
String name,
TimeUnit timeUnit,
Class<T> featureType,
Auths auths)
Query features back from the store.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AccumuloFeatureStore.save(Iterable<? extends Feature> featureData) |
void |
AccumuloFeatureStore.save(Iterable<? extends Feature> featureData,
Iterable<TimeUnit> timeUnits)
Save a set of features to the store for the specified time units
|
| Modifier and Type | Class and Description |
|---|---|
class |
MetricFeature
A metric feature combines statistical summary information in a feature vector with the basic identifying information
required to model a feature in the
FeatureStore |
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.hadoop.mapreduce.RecordReader<org.apache.accumulo.core.data.Key,? extends Feature> |
MetricFeatureLoader.reader |
| Modifier and Type | Class and Description |
|---|---|
class |
FeatureTransform<T extends Feature>
Simple utility class to extract the metadata from a Key/Value to allow specific Metric types to be returned.
|
| Modifier and Type | Method and Description |
|---|---|
AccumuloFeatureConfig |
FeatureRegistry.transformForClass(Class<? extends Feature> clazz) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AccumuloFeatureConfig<T extends Feature>
Represents the methods necessary for pluggin in a new feature type
|
Copyright © 2014 Calrissian. All Rights Reserved.