Package org.ff4j.consul.store
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
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
ConstructorsConstructorDescriptionDefault contructor.PropertyStoreConsul(ConsulConnection connection) 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, setPropertyMapperMethods inherited from class org.ff4j.property.store.AbstractPropertyStore
assertPropertyExist, assertPropertyNotExist, assertPropertyNotNull, createSchema, importProperties, importPropertiesFromXmlFile, isEmpty, readProperty, toJson, updateProperty, updateProperty
-
Constructor Details
-
PropertyStoreConsul
public PropertyStoreConsul()Default contructor. -
PropertyStoreConsul
Initialization with cache manager.- Parameters:
cacheManager-
-