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

public class FeatureStoreConsul extends org.ff4j.store.kv.KeyValueFeatureStore<String>
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

    Constructors
    Constructor
    Description
    Default contructor.
    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, update

    Methods 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • FeatureStoreConsul

      public FeatureStoreConsul()
      Default contructor.
    • FeatureStoreConsul

      public FeatureStoreConsul(ConsulConnection connection)
      Initialization with cache manager.
      Parameters:
      cacheManager -