public class FeatureStore extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_FEATURE_STORE_NAME
the name of the default feature store
|
Constructor and Description |
---|
FeatureStore(String name) |
Modifier and Type | Method and Description |
---|---|
void |
add(Feature feature) |
Feature |
get(String name) |
List<Feature> |
getFeatures() |
String |
getName() |
String |
toString() |
public static final String DEFAULT_FEATURE_STORE_NAME
public FeatureStore(String name)
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.