Package org.ff4j.hazelcast.store
Class FeatureStoreHazelCast
java.lang.Object
org.ff4j.store.AbstractFeatureStore
org.ff4j.store.FeatureStoreJCache
org.ff4j.hazelcast.store.FeatureStoreHazelCast
- All Implemented Interfaces:
org.ff4j.core.FeatureStore
public class FeatureStoreHazelCast
extends org.ff4j.store.FeatureStoreJCache
Implementation of
FeatureStore for hazelcast.- Author:
- Cedrick LUNVEN (@clunven)
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.FeatureStoreHazelCast(com.hazelcast.config.Config hazelcastConfig, Properties systemProperties) Leverage on JCACHE but initialize from Hazelcast.FeatureStoreHazelCast(String xmlConfigFileName, Properties systemProperties) Default constructor. -
Method Summary
Methods inherited from class org.ff4j.store.FeatureStoreJCache
addToGroup, clear, create, delete, disable, disableGroup, enable, enableGroup, exist, existGroup, getCacheManager, grantRoleOnFeature, read, readAll, readAllGroups, readGroup, removeFromGroup, removeRoleFromFeature, setCacheManager, updateMethods inherited from class org.ff4j.store.AbstractFeatureStore
assertFeatureExist, assertFeatureNotExist, assertFeatureNotNull, assertGroupExist, createSchema, importFeatures, importFeaturesFromXmlFile, toJson, toString
-
Constructor Details
-
FeatureStoreHazelCast
public FeatureStoreHazelCast()Default constructor. -
FeatureStoreHazelCast
Default constructor. -
FeatureStoreHazelCast
public FeatureStoreHazelCast(com.hazelcast.config.Config hazelcastConfig, Properties systemProperties) Leverage on JCACHE but initialize from Hazelcast.- Parameters:
cacheManager-
-