Package org.ff4j.consul.store
Class FeatureStoreConsul
java.lang.Object
org.ff4j.store.AbstractFeatureStore
org.ff4j.store.kv.KeyValueFeatureStore<String>
org.ff4j.consul.store.FeatureStoreConsul
- All Implemented Interfaces:
org.ff4j.core.FeatureStore
Generic
FeatureStore to persist properties in a JCache (JSR107) compliant storage.- Author:
- Cedrick LUNVEN
-
Field Summary
Fields inherited from class org.ff4j.store.kv.KeyValueFeatureStore
driver, featureMapper -
Constructor Summary
ConstructorsConstructorDescriptionDefault contructor.FeatureStoreConsul(ConsulConnection connection) Initialization with cache manager. -
Method Summary
Methods inherited from class org.ff4j.store.kv.KeyValueFeatureStore
clear, create, delete, exist, getDriver, getFeatureMapper, read, readAll, setDriver, setFeatureMapper, updateMethods inherited from class org.ff4j.store.AbstractFeatureStore
addToGroup, assertFeatureExist, assertFeatureNotExist, assertFeatureNotNull, assertGroupExist, createSchema, disable, disableGroup, enable, enableGroup, existGroup, grantRoleOnFeature, importFeatures, importFeaturesFromXmlFile, readAllGroups, readGroup, removeFromGroup, removeRoleFromFeature, toJson, toString
-
Constructor Details
-
FeatureStoreConsul
public FeatureStoreConsul()Default contructor. -
FeatureStoreConsul
Initialization with cache manager.- Parameters:
cacheManager-
-