| Package | Description |
|---|---|
| org.ff4j.store |
Provides default stores to persist features (InMemory and JDBC).
|
| org.ff4j.store.kv |
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryFeatureStore
Storing states of feature inmemory with initial values.
|
class |
JdbcFeatureStore
Implementation of
FeatureStore to work with RDBMS through JDBC. |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyValueFeatureStore<VALUE>
Superclass to work with Key/Value Stores.
|
Copyright © 2013–2020 FF4J. All rights reserved.