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

A

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

C

clear() - Method in class org.ff4j.store.FeatureStoreRedis
clear() - Method in class org.ff4j.store.PropertyStoreRedis
clearFeatures() - Method in class org.ff4j.cache.FeatureCacheProviderRedis
clearProperties() - Method in class org.ff4j.cache.FeatureCacheProviderRedis
create(Feature) - Method in class org.ff4j.store.FeatureStoreRedis
createProperty(Property<T>) - Method in class org.ff4j.store.PropertyStoreRedis

D

delete(String) - Method in class org.ff4j.store.FeatureStoreRedis
deleteProperty(String) - Method in class org.ff4j.store.PropertyStoreRedis
disable(String) - Method in class org.ff4j.store.FeatureStoreRedis
disableGroup(String) - Method in class org.ff4j.store.FeatureStoreRedis

E

enable(String) - Method in class org.ff4j.store.FeatureStoreRedis
enableGroup(String) - Method in class org.ff4j.store.FeatureStoreRedis
EventRepositoryRedis - Class in org.ff4j.store
Persist audit events into REDIS storage technology.
EventRepositoryRedis() - Constructor for class org.ff4j.store.EventRepositoryRedis
Default Constructor.
EventRepositoryRedis(RedisConnection) - Constructor for class org.ff4j.store.EventRepositoryRedis
Contact remote redis server.
EventRepositoryRedis(String, int) - Constructor for class org.ff4j.store.EventRepositoryRedis
Contact remote redis server.
EventRepositoryRedis(String, int, String) - Constructor for class org.ff4j.store.EventRepositoryRedis
Contact remote redis server.
evictFeature(String) - Method in class org.ff4j.cache.FeatureCacheProviderRedis
evictProperty(String) - Method in class org.ff4j.cache.FeatureCacheProviderRedis
exist(String) - Method in class org.ff4j.store.FeatureStoreRedis
existGroup(String) - Method in class org.ff4j.store.FeatureStoreRedis
existProperty(String) - Method in class org.ff4j.store.PropertyStoreRedis

F

FEATURE_IDENTIFIER_PARAM_0_CANNOT_BE_NULL_NOR_EMPTY - Static variable in class org.ff4j.cache.FeatureCacheProviderRedis
 
FeatureCacheProviderRedis - Class in org.ff4j.cache
Implementation of ditributed cache to limit overhead, with REDIS (JEDIS).
FeatureCacheProviderRedis() - Constructor for class org.ff4j.cache.FeatureCacheProviderRedis
 
FeatureCacheProviderRedis(String, int) - Constructor for class org.ff4j.cache.FeatureCacheProviderRedis
 
featureDistributionPie(String, long, long) - Method in class org.ff4j.store.EventRepositoryRedis
featuresListDistributionPie(long, long) - Method in class org.ff4j.store.EventRepositoryRedis
FeatureStoreRedis - Class in org.ff4j.store
FeatureStore to persist data into
FeatureStoreRedis() - Constructor for class org.ff4j.store.FeatureStoreRedis
Default Constructor.
FeatureStoreRedis(RedisConnection) - Constructor for class org.ff4j.store.FeatureStoreRedis
Contact remote redis server.
FeatureStoreRedis(String) - Constructor for class org.ff4j.store.FeatureStoreRedis
Default Constructor.
FeatureStoreRedis(String, int) - Constructor for class org.ff4j.store.FeatureStoreRedis
Contact remote redis server.
FeatureStoreRedis(String, int, String, String) - Constructor for class org.ff4j.store.FeatureStoreRedis
Contact remote redis server.
FeatureStoreRedis(String, int, String) - Constructor for class org.ff4j.store.FeatureStoreRedis
Contact remote redis server.

G

getCacheProviderName() - Method in class org.ff4j.cache.FeatureCacheProviderRedis
getFeature(String) - Method in class org.ff4j.cache.FeatureCacheProviderRedis
getFeatureNames() - Method in class org.ff4j.store.EventRepositoryRedis
getFeatureNativeCache() - Method in class org.ff4j.cache.FeatureCacheProviderRedis
getFeaturesUsageOverTime(Set<String>, long, long, int) - Method in class org.ff4j.store.EventRepositoryRedis
getJedis() - Method in class org.ff4j.cache.FeatureCacheProviderRedis
Safe acces to Jedis, avoid JNPE.
getJedis() - Method in class org.ff4j.redis.RedisConnection
Getter accessor for attribute 'jedis'.
getJedis() - Method in class org.ff4j.store.EventRepositoryRedis
Safe acces to Jedis, avoid JNPE.
getJedis() - Method in class org.ff4j.store.FeatureStoreRedis
Safe acces to Jedis, avoid JNPE.
getJedis() - Method in class org.ff4j.store.PropertyStoreRedis
Safe acces to Jedis, avoid JNPE.
getProperty(String) - Method in class org.ff4j.cache.FeatureCacheProviderRedis
getPropertyNativeCache() - Method in class org.ff4j.cache.FeatureCacheProviderRedis
getRedisConnection() - Method in class org.ff4j.cache.FeatureCacheProviderRedis
Getter accessor for attribute 'redisConnection'.
getRedisConnection() - Method in class org.ff4j.store.FeatureStoreRedis
Getter accessor for attribute 'redisConnection'.
getRedisConnection() - Method in class org.ff4j.store.PropertyStoreRedis
Getter accessor for attribute 'redisConnection'.
getRedisHost() - Method in class org.ff4j.redis.RedisConnection
Getter accessor for attribute 'redisHost'.
getRedisPassword() - Method in class org.ff4j.redis.RedisConnection
Getter accessor for attribute 'redisPassword'.
getRedisport() - Method in class org.ff4j.redis.RedisConnection
Getter accessor for attribute 'redisport'.
getTimeToLive() - Method in class org.ff4j.store.FeatureStoreRedis
Getter accessor for attribute 'timeToLive'.
getTimeToLive() - Method in class org.ff4j.store.PropertyStoreRedis
Getter accessor for attribute 'timeToLive'.
getTotalEventCount() - Method in class org.ff4j.store.EventRepositoryRedis
grantRoleOnFeature(String, String) - Method in class org.ff4j.store.FeatureStoreRedis

J

jedis - Variable in class org.ff4j.redis.RedisConnection
Java Redis CLIENT.

K

KEY_EVENT - Static variable in class org.ff4j.store.EventRepositoryRedis
prefix of keys.
KEY_FEATURE - Static variable in class org.ff4j.cache.FeatureCacheProviderRedis
prefix of keys.
KEY_FEATURE - Static variable in class org.ff4j.store.FeatureStoreRedis
prefix of keys.
KEY_PROPERTY - Static variable in class org.ff4j.cache.FeatureCacheProviderRedis
prefix of keys.
KEY_PROPERTY - Static variable in class org.ff4j.store.PropertyStoreRedis
prefix of keys.

L

listCachedFeatureNames() - Method in class org.ff4j.cache.FeatureCacheProviderRedis
listCachedPropertyNames() - Method in class org.ff4j.cache.FeatureCacheProviderRedis
listPropertyNames() - Method in class org.ff4j.store.PropertyStoreRedis

O

org.ff4j.cache - package org.ff4j.cache
Implementation of a cache proxy using REDIS.
org.ff4j.redis - package org.ff4j.redis
Specialized objects relative to REDIs implementation.
org.ff4j.store - package org.ff4j.store
Implementation of a store using REDIS.

P

PropertyStoreRedis - Class in org.ff4j.store
Implementation of property store for REDIS.
PropertyStoreRedis() - Constructor for class org.ff4j.store.PropertyStoreRedis
Default Constructor.
PropertyStoreRedis(RedisConnection) - Constructor for class org.ff4j.store.PropertyStoreRedis
Contact remote redis server.
PropertyStoreRedis(String) - Constructor for class org.ff4j.store.PropertyStoreRedis
Default Constructor.
PropertyStoreRedis(String, int) - Constructor for class org.ff4j.store.PropertyStoreRedis
Contact remote redis server.
PropertyStoreRedis(String, int, String, String) - Constructor for class org.ff4j.store.PropertyStoreRedis
Contact remote redis server.
PropertyStoreRedis(String, int, String) - Constructor for class org.ff4j.store.PropertyStoreRedis
Contact remote redis server.
putFeature(Feature) - Method in class org.ff4j.cache.FeatureCacheProviderRedis
 
putProperty(Property<?>) - Method in class org.ff4j.cache.FeatureCacheProviderRedis
 

R

read(String) - Method in class org.ff4j.store.FeatureStoreRedis
readAll() - Method in class org.ff4j.store.FeatureStoreRedis
readAllGroups() - Method in class org.ff4j.store.FeatureStoreRedis
readAllProperties() - Method in class org.ff4j.store.PropertyStoreRedis
readGroup(String) - Method in class org.ff4j.store.FeatureStoreRedis
readProperty(String) - Method in class org.ff4j.store.PropertyStoreRedis
RedisConnection - Class in org.ff4j.redis
 
RedisConnection() - Constructor for class org.ff4j.redis.RedisConnection
Default constructor.
RedisConnection(String, int) - Constructor for class org.ff4j.redis.RedisConnection
Constructor for unauthenticated connection.
RedisConnection(String, int, String) - Constructor for class org.ff4j.redis.RedisConnection
Constructor for authenticated connection.
redisHost - Variable in class org.ff4j.redis.RedisConnection
redis host.
redisPassword - Variable in class org.ff4j.redis.RedisConnection
used in protected redis cluster.
redisport - Variable in class org.ff4j.redis.RedisConnection
redis port.
removeFromGroup(String, String) - Method in class org.ff4j.store.FeatureStoreRedis
removeRoleFromFeature(String, String) - Method in class org.ff4j.store.FeatureStoreRedis

S

saveEvent(Event) - Method in class org.ff4j.store.EventRepositoryRedis
setRedisConnection(RedisConnection) - Method in class org.ff4j.cache.FeatureCacheProviderRedis
Setter accessor for attribute 'redisConnection'.
setRedisConnection(RedisConnection) - Method in class org.ff4j.store.FeatureStoreRedis
Setter accessor for attribute 'redisConnection'.
setRedisConnection(RedisConnection) - Method in class org.ff4j.store.PropertyStoreRedis
Setter accessor for attribute 'redisConnection'.
setRedisHost(String) - Method in class org.ff4j.redis.RedisConnection
Setter accessor for attribute 'redisHost'.
setRedisPassword(String) - Method in class org.ff4j.redis.RedisConnection
Setter accessor for attribute 'redisPassword'.
setRedisport(int) - Method in class org.ff4j.redis.RedisConnection
Setter accessor for attribute 'redisport'.
setTimeToLive(int) - Method in class org.ff4j.store.FeatureStoreRedis
Setter accessor for attribute 'timeToLive'.
setTimeToLive(int) - Method in class org.ff4j.store.PropertyStoreRedis
Setter accessor for attribute 'timeToLive'.

T

timeToLive - Variable in class org.ff4j.cache.FeatureCacheProviderRedis
time to live.
timeToLive - Variable in class org.ff4j.store.EventRepositoryRedis
Time to live.
timeToLive - Variable in class org.ff4j.store.FeatureStoreRedis
time to live.
timeToLive - Variable in class org.ff4j.store.PropertyStoreRedis
time to live.

U

update(Feature) - Method in class org.ff4j.store.FeatureStoreRedis
A C D E F G J K L O P R S T U 
Skip navigation links

Copyright © 2013–2016 FF4J. All rights reserved.