Skip navigation links
A C D E F G L O P R S U 

A

addToGroup(String, String) - Method in class org.ff4j.store.FeatureStoreEhCache

C

CACHENAME_FEATURES - Static variable in class org.ff4j.ehcache.FF4JEhCacheConstants
Default cache name.
CACHENAME_FEATURES - Static variable in class org.ff4j.ehcache.FF4jEhCacheWrapper
Default cache name.
CACHENAME_PROPERTIES - Static variable in class org.ff4j.ehcache.FF4JEhCacheConstants
Default cache name.
CACHENAME_PROPERTIES - Static variable in class org.ff4j.ehcache.FF4jEhCacheWrapper
Default cache name.
clear() - Method in class org.ff4j.store.FeatureStoreEhCache
clear() - Method in class org.ff4j.store.PropertyStoreEhCache
clearFeatures() - Method in class org.ff4j.cache.FeatureCacheProviderEhCache
clearProperties() - Method in class org.ff4j.cache.FeatureCacheProviderEhCache
create(Feature) - Method in class org.ff4j.store.FeatureStoreEhCache
createProperty(Property<T>) - Method in class org.ff4j.store.PropertyStoreEhCache
createSchema() - Method in class org.ff4j.store.EventRepositoryEhCache
 

D

DEFAULT_TIME_TO_IDLE - Static variable in class org.ff4j.ehcache.FF4JEhCacheConstants
Default time to idle.
DEFAULT_TIME_TO_LIVE - Static variable in class org.ff4j.ehcache.FF4JEhCacheConstants
Default TTL is one hour.
delete(String) - Method in class org.ff4j.store.FeatureStoreEhCache
deleteProperty(String) - Method in class org.ff4j.store.PropertyStoreEhCache
disable(String) - Method in class org.ff4j.store.FeatureStoreEhCache
disableGroup(String) - Method in class org.ff4j.store.FeatureStoreEhCache

E

enable(String) - Method in class org.ff4j.store.FeatureStoreEhCache
enableGroup(String) - Method in class org.ff4j.store.FeatureStoreEhCache
EventRepositoryEhCache - Class in org.ff4j.store
Provides implementation of EventRepository working with EHCACHE storage.
EventRepositoryEhCache() - Constructor for class org.ff4j.store.EventRepositoryEhCache
 
evictFeature(String) - Method in class org.ff4j.cache.FeatureCacheProviderEhCache
evictProperty(String) - Method in class org.ff4j.cache.FeatureCacheProviderEhCache
exist(String) - Method in class org.ff4j.store.FeatureStoreEhCache
existGroup(String) - Method in class org.ff4j.store.FeatureStoreEhCache
existProperty(String) - Method in class org.ff4j.store.PropertyStoreEhCache

F

FeatureCacheProviderEhCache - Class in org.ff4j.cache
Cache-aside implementation with EHCACHE.
FeatureCacheProviderEhCache() - Constructor for class org.ff4j.cache.FeatureCacheProviderEhCache
Default constructor to allow IoC.
FeatureCacheProviderEhCache(Configuration) - Constructor for class org.ff4j.cache.FeatureCacheProviderEhCache
Default constructor to allow IoC.
FeatureStoreEhCache - Class in org.ff4j.store
FeatureStore to persist data into
FeatureStoreEhCache() - Constructor for class org.ff4j.store.FeatureStoreEhCache
Default Constructor.
FeatureStoreEhCache(Configuration) - Constructor for class org.ff4j.store.FeatureStoreEhCache
Default Constructor.
FeatureStoreEhCache(String) - Constructor for class org.ff4j.store.FeatureStoreEhCache
Default Constructor.
FF4JEhCacheConstants - Class in org.ff4j.ehcache
 
FF4jEhCacheWrapper - Class in org.ff4j.ehcache
Wrapping EHCache Cache to mutualized initialization.
FF4jEhCacheWrapper() - Constructor for class org.ff4j.ehcache.FF4jEhCacheWrapper
Default Constructor.
FF4jEhCacheWrapper(Configuration) - Constructor for class org.ff4j.ehcache.FF4jEhCacheWrapper
Default Constructor.
FF4jEhCacheWrapper(String) - Constructor for class org.ff4j.ehcache.FF4jEhCacheWrapper
Default Constructor.

G

getAuditTrail(EventQueryDefinition) - Method in class org.ff4j.store.EventRepositoryEhCache
 
getCacheConfiguration() - Method in class org.ff4j.cache.FeatureCacheProviderEhCache
Getter accessor for attribute 'cacheConfiguration'.
getCacheFeatures() - Method in class org.ff4j.cache.FeatureCacheProviderEhCache
Getter accessor for attribute 'cacheFeatures'.
getCacheFeatures() - Method in class org.ff4j.ehcache.FF4jEhCacheWrapper
 
getCacheManager() - Method in class org.ff4j.cache.FeatureCacheProviderEhCache
Getter accessor for attribute 'cacheManager'.
getCacheProperties() - Method in class org.ff4j.cache.FeatureCacheProviderEhCache
Getter accessor for attribute 'cacheProperties'.
getCacheProperties() - Method in class org.ff4j.ehcache.FF4jEhCacheWrapper
 
getCacheProviderName() - Method in class org.ff4j.cache.FeatureCacheProviderEhCache
getEventByUUID(String, Long) - Method in class org.ff4j.store.EventRepositoryEhCache
getFeature(String) - Method in class org.ff4j.cache.FeatureCacheProviderEhCache
getFeatureNativeCache() - Method in class org.ff4j.cache.FeatureCacheProviderEhCache
getFeatureUsageHistory(EventQueryDefinition, TimeUnit) - Method in class org.ff4j.store.EventRepositoryEhCache
 
getFeatureUsageHitCount(EventQueryDefinition) - Method in class org.ff4j.store.EventRepositoryEhCache
 
getHostHitCount(EventQueryDefinition) - Method in class org.ff4j.store.EventRepositoryEhCache
 
getProperty(String) - Method in class org.ff4j.cache.FeatureCacheProviderEhCache
getPropertyNativeCache() - Method in class org.ff4j.cache.FeatureCacheProviderEhCache
getSourceHitCount(EventQueryDefinition) - Method in class org.ff4j.store.EventRepositoryEhCache
 
getUserHitCount(EventQueryDefinition) - Method in class org.ff4j.store.EventRepositoryEhCache
 
grantRoleOnFeature(String, String) - Method in class org.ff4j.store.FeatureStoreEhCache

L

listCachedFeatureNames() - Method in class org.ff4j.cache.FeatureCacheProviderEhCache
listCachedPropertyNames() - Method in class org.ff4j.cache.FeatureCacheProviderEhCache
listPropertyNames() - Method in class org.ff4j.store.PropertyStoreEhCache

O

org.ff4j.cache - package org.ff4j.cache
Implementation of a cache layer using EHCACHE.
org.ff4j.ehcache - package org.ff4j.ehcache
Constants to work with EHCACHE.
org.ff4j.store - package org.ff4j.store
FeatureStore for EHCACHE.

P

PropertyStoreEhCache - Class in org.ff4j.store
Store Property into EHCache.
PropertyStoreEhCache() - Constructor for class org.ff4j.store.PropertyStoreEhCache
Default Constructor.
PropertyStoreEhCache(Configuration) - Constructor for class org.ff4j.store.PropertyStoreEhCache
Default Constructor.
PropertyStoreEhCache(String) - Constructor for class org.ff4j.store.PropertyStoreEhCache
Default Constructor.
purgeAuditTrail(EventQueryDefinition) - Method in class org.ff4j.store.EventRepositoryEhCache
 
purgeFeatureUsage(EventQueryDefinition) - Method in class org.ff4j.store.EventRepositoryEhCache
 
putFeature(Feature) - Method in class org.ff4j.cache.FeatureCacheProviderEhCache
putProperty(Property<?>) - Method in class org.ff4j.cache.FeatureCacheProviderEhCache

R

read(String) - Method in class org.ff4j.store.FeatureStoreEhCache
readAll() - Method in class org.ff4j.store.FeatureStoreEhCache
readAllGroups() - Method in class org.ff4j.store.FeatureStoreEhCache
readAllProperties() - Method in class org.ff4j.store.PropertyStoreEhCache
readGroup(String) - Method in class org.ff4j.store.FeatureStoreEhCache
readProperty(String) - Method in class org.ff4j.store.PropertyStoreEhCache
removeFromGroup(String, String) - Method in class org.ff4j.store.FeatureStoreEhCache
removeRoleFromFeature(String, String) - Method in class org.ff4j.store.FeatureStoreEhCache

S

saveEvent(Event) - Method in class org.ff4j.store.EventRepositoryEhCache
searchFeatureUsageEvents(EventQueryDefinition) - Method in class org.ff4j.store.EventRepositoryEhCache
 
setCacheConfiguration(Configuration) - Method in class org.ff4j.cache.FeatureCacheProviderEhCache
Setter accessor for attribute 'cacheConfiguration'.
setCacheFeatures(Cache) - Method in class org.ff4j.cache.FeatureCacheProviderEhCache
Setter accessor for attribute 'cacheFeatures'.
setCacheManager(CacheManager) - Method in class org.ff4j.cache.FeatureCacheProviderEhCache
Setter accessor for attribute 'cacheManager'.
setCacheProperties(Cache) - Method in class org.ff4j.cache.FeatureCacheProviderEhCache
Setter accessor for attribute 'cacheProperties'.

U

update(Feature) - Method in class org.ff4j.store.FeatureStoreEhCache
updateProperty(String, String) - Method in class org.ff4j.store.PropertyStoreEhCache
updateProperty(Property<T>) - Method in class org.ff4j.store.PropertyStoreEhCache
A C D E F G L O P R S U 
Skip navigation links

Copyright © 2013–2021 FF4J. All rights reserved.