Class PropertyStoreConsul

java.lang.Object
org.ff4j.property.store.AbstractPropertyStore
org.ff4j.store.kv.KeyValuePropertyStore<String>
org.ff4j.consul.store.PropertyStoreConsul
All Implemented Interfaces:
org.ff4j.property.store.PropertyStore

public class PropertyStoreConsul extends org.ff4j.store.kv.KeyValuePropertyStore<String>
Generic PropertyStore to persist properties in a JCache (JSR107) compliant storage.
Author:
Cedrick Lunven (@clunven)
  • Field Summary

    Fields inherited from class org.ff4j.store.kv.KeyValuePropertyStore

    driver, propertyMapper
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default contructor.
    Initialization with cache manager.
  • Method Summary

    Methods inherited from class org.ff4j.store.kv.KeyValuePropertyStore

    clear, createProperty, deleteProperty, existProperty, getDriver, getPropertyMapper, listPropertyNames, readAllProperties, readProperty, setDriver, setPropertyMapper

    Methods inherited from class org.ff4j.property.store.AbstractPropertyStore

    assertPropertyExist, assertPropertyNotExist, assertPropertyNotNull, createSchema, importProperties, importPropertiesFromXmlFile, isEmpty, readProperty, toJson, updateProperty, updateProperty

    Methods inherited from class java.lang.Object

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

    • PropertyStoreConsul

      public PropertyStoreConsul()
      Default contructor.
    • PropertyStoreConsul

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