| Package | Description |
|---|---|
| org.ff4j.store.kv |
| Modifier and Type | Field and Description |
|---|---|
protected KeyValueDriver<String,VALUE> |
KeyValuePropertyStore.driver
Driver to access a K/V Store.
|
protected KeyValueDriver<String,VALUE> |
KeyValueFeatureStore.driver
Driver to access a K/V Store.
|
protected KeyValueDriver<String,VALUE> |
KeyValueEventRepository.driver
Driver to access a K/V Store.
|
| Modifier and Type | Method and Description |
|---|---|
KeyValueDriver<String,VALUE> |
KeyValuePropertyStore.getDriver()
Getter accessor for attribute 'driver'.
|
KeyValueDriver<String,VALUE> |
KeyValueFeatureStore.getDriver()
Getter accessor for attribute 'driver'.
|
KeyValueDriver<String,VALUE> |
KeyValueEventRepository.getDriver()
Getter accessor for attribute 'driver'.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeyValuePropertyStore.setDriver(KeyValueDriver<String,VALUE> driver)
Setter accessor for attribute 'driver'.
|
void |
KeyValueFeatureStore.setDriver(KeyValueDriver<String,VALUE> driver)
Setter accessor for attribute 'driver'.
|
void |
KeyValueEventRepository.setDriver(KeyValueDriver<String,VALUE> driver)
Setter accessor for attribute 'driver'.
|
| Constructor and Description |
|---|
KeyValueEventRepository(KeyValueDriver<String,VALUE> driver)
Work with Key-Value.
|
KeyValueFeatureStore(KeyValueDriver<String,VALUE> driver)
Work with Key-Value.
|
KeyValueFeatureStore(KeyValueDriver<String,VALUE> driver,
FeatureMapper<VALUE> mapper)
Work with Key-Value.
|
KeyValuePropertyStore(KeyValueDriver<String,VALUE> driver)
Work with Key-Value.
|
KeyValuePropertyStore(KeyValueDriver<String,VALUE> driver,
PropertyMapper<VALUE> mapper)
Work with Key-Value.
|
Copyright © 2013–2020 FF4J. All rights reserved.