| Package | Description |
|---|---|
| org.ff4j.store.kv |
| Modifier and Type | Field and Description |
|---|---|
protected FeatureMapper<VALUE> |
KeyValueFeatureStore.featureMapper
Work with Mapping.
|
| Modifier and Type | Method and Description |
|---|---|
FeatureMapper<VALUE> |
KeyValueFeatureStore.getFeatureMapper()
Getter accessor for attribute 'featureMapper'.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeyValueFeatureStore.setFeatureMapper(FeatureMapper<VALUE> featureMapper)
Setter accessor for attribute 'featureMapper'.
|
| Constructor and Description |
|---|
KeyValueFeatureStore(KeyValueDriver<String,VALUE> driver,
FeatureMapper<VALUE> mapper)
Work with Key-Value.
|
Copyright © 2013–2020 FF4J. All rights reserved.