| Package | Description |
|---|---|
| org.ff4j |
Main classes to use and administrate Features and Properties.
|
| org.ff4j.audit.proxy |
Provides Proxies class for stores, they update audit on each operation.
|
| org.ff4j.cache |
Provides a cache proxy in ordre to limit overhead when reading Feature or Pro^perties in external storages.
|
| org.ff4j.property.store |
Provides default stores to persist Properties (InMemory and JDBC).
|
| Modifier and Type | Method and Description |
|---|---|
PropertyStore |
FF4j.getConcretePropertyStore()
Reach concrete implementation of the propertyStore.
|
PropertyStore |
FF4j.getPropertiesStore()
Getter accessor for attribute 'pStore'.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FF4j.setPropertiesStore(PropertyStore pStore)
Setter accessor for attribute 'pStore'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PropertyStoreAuditProxy
Implementation of audit on top of store.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyStore |
PropertyStoreAuditProxy.getTarget()
Getter accessor for attribute 'target'.
|
| Constructor and Description |
|---|
PropertyStoreAuditProxy(FF4j pFF4j,
PropertyStore pTarget)
Only constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FF4jCacheProxy
Access to
FeatureStore could generate some overhead and decrease performances. |
| Modifier and Type | Method and Description |
|---|---|
PropertyStore |
FF4jCacheProxy.getTargetPropertyStore()
Getter accessor for attribute 'target'.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FF4jCacheProxy.setTargetPropertyStore(PropertyStore targetPropertyStore)
Setter accessor for attribute 'targetPropertyStore'.
|
| Constructor and Description |
|---|
FF4jCacheProxy(FeatureStore fStore,
PropertyStore pStore,
FF4JCacheManager cache)
Initialization through constructor.
|
Store2CachePollingScheduler(FeatureStore sf,
PropertyStore sp,
FF4JCacheManager cp)
Parameterized constructor.
|
Store2CachePollingWorker(FeatureStore sf,
PropertyStore sp,
FF4JCacheManager cp)
Parameterized constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPropertyStore
Superclass for any property store.
|
class |
InMemoryPropertyStore
Implementation of
PropertyStore to keep properties in memory. |
class |
JdbcPropertyStore
Access information related to properties within database.
|
Copyright © 2013–2017 FF4J. All rights reserved.