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

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

    Methods inherited from class org.ff4j.store.AbstractFeatureStore

    assertFeatureExist, assertFeatureNotExist, assertFeatureNotNull, assertGroupExist, createSchema, importFeatures, importFeaturesFromXmlFile, toJson, toString

    Methods inherited from class java.lang.Object

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

    • FeatureStoreHazelCast

      public FeatureStoreHazelCast()
      Default constructor.
    • FeatureStoreHazelCast

      public FeatureStoreHazelCast(String xmlConfigFileName, Properties systemProperties)
      Default constructor.
    • FeatureStoreHazelCast

      public FeatureStoreHazelCast(com.hazelcast.config.Config hazelcastConfig, Properties systemProperties)
      Leverage on JCACHE but initialize from Hazelcast.
      Parameters:
      cacheManager -