Index
All Classes and Interfaces|All Packages|Constant Field Values
C
- ConsulConnection - Class in org.ff4j.consul
-
Wrapping connection to consul to use it in different classes.
- ConsulConnection() - Constructor for class org.ff4j.consul.ConsulConnection
-
Default.
- ConsulConnection(Consul) - Constructor for class org.ff4j.consul.ConsulConnection
-
Constructor with existing configuration.
- ConsulConnection(Consul, ConsulKeyBuilder) - Constructor for class org.ff4j.consul.ConsulConnection
-
Constructor with existing configuration and keyBuilder.
- ConsulConstants - Class in org.ff4j.consul
-
Deprecated.
- ConsulConstants() - Constructor for class org.ff4j.consul.ConsulConstants
-
Deprecated.
- ConsulKeyBuilder - Class in org.ff4j.consul.store
- ConsulKeyBuilder() - Constructor for class org.ff4j.consul.store.ConsulKeyBuilder
-
Generates a
ConsulKeyBuilderwith the default key format. - ConsulKeyBuilder(String) - Constructor for class org.ff4j.consul.store.ConsulKeyBuilder
-
Creates a key builder with a custom prefix.
D
- deleteKey(String) - Method in class org.ff4j.consul.ConsulConnection
E
- existKey(String) - Method in class org.ff4j.consul.ConsulConnection
F
- FeatureStoreConsul - Class in org.ff4j.consul.store
-
Generic
FeatureStoreto persist properties in a JCache (JSR107) compliant storage. - FeatureStoreConsul() - Constructor for class org.ff4j.consul.store.FeatureStoreConsul
-
Default contructor.
- FeatureStoreConsul(ConsulConnection) - Constructor for class org.ff4j.consul.store.FeatureStoreConsul
-
Initialization with cache manager.
- FF4J_KEY_FF4J - Static variable in class org.ff4j.consul.ConsulConstants
-
Deprecated.Global Key.
- FF4J_PREFIXKEY_AUDIT - Static variable in class org.ff4j.consul.ConsulConstants
-
Deprecated.Path for ff4j keys.
- FF4J_PREFIXKEY_FEATURES - Static variable in class org.ff4j.consul.ConsulConstants
-
Deprecated.Path for ff4j keys.
- FF4J_PREFIXKEY_HITS - Static variable in class org.ff4j.consul.ConsulConstants
-
Deprecated.Path for ff4j keys.
- FF4J_PREFIXKEY_MISS - Static variable in class org.ff4j.consul.ConsulConstants
-
Deprecated.Path for ff4j keys.
- FF4J_PREFIXKEY_PROPERTIES - Static variable in class org.ff4j.consul.ConsulConstants
-
Deprecated.Path for ff4j keys.
G
- getAgentClient() - Method in class org.ff4j.consul.ConsulConnection
-
Getter accessor for attribute 'agentClient'.
- getAuditTrailKey(Event) - Method in class org.ff4j.consul.ConsulConnection
- getAuditTrailKey(Event) - Method in class org.ff4j.consul.store.ConsulKeyBuilder
- getConsul() - Method in class org.ff4j.consul.ConsulConnection
-
Getter accessor for attribute 'consul'.
- getFeatureKey(String) - Method in class org.ff4j.consul.ConsulConnection
- getFeatureList() - Method in class org.ff4j.consul.ConsulConnection
- getFeatureName(String) - Method in class org.ff4j.consul.ConsulConnection
- getFeatureName(String) - Method in class org.ff4j.consul.store.ConsulKeyBuilder
- getFeaturesDictionaryKey() - Method in class org.ff4j.consul.store.ConsulKeyBuilder
- getHealthClient() - Method in class org.ff4j.consul.ConsulConnection
-
Getter accessor for attribute 'healthClient'.
- getHitCountKey(Event) - Method in class org.ff4j.consul.ConsulConnection
- getHitCountKey(Event) - Method in class org.ff4j.consul.store.ConsulKeyBuilder
- getKeyName(String) - Method in class org.ff4j.consul.store.ConsulKeyBuilder
- getKeyValueClient() - Method in class org.ff4j.consul.ConsulConnection
-
Getter accessor for attribute 'keyValueClient'.
- getMissKey(Event) - Method in class org.ff4j.consul.ConsulConnection
- getMissKey(Event) - Method in class org.ff4j.consul.store.ConsulKeyBuilder
- getPropertiesDictionaryKey() - Method in class org.ff4j.consul.store.ConsulKeyBuilder
- getPropertyKey(String) - Method in class org.ff4j.consul.ConsulConnection
- getPropertyKey(String) - Method in class org.ff4j.consul.store.ConsulKeyBuilder
- getPropertyList() - Method in class org.ff4j.consul.ConsulConnection
- getPropertyName(String) - Method in class org.ff4j.consul.ConsulConnection
- getPropertyName(String) - Method in class org.ff4j.consul.store.ConsulKeyBuilder
- getValue(String) - Method in class org.ff4j.consul.ConsulConnection
O
- org.ff4j.consul - package org.ff4j.consul
-
Leverage on JSR107 to implement caches.
- org.ff4j.consul.store - package org.ff4j.consul.store
P
- PropertyStoreConsul - Class in org.ff4j.consul.store
-
Generic
PropertyStoreto persist properties in a JCache (JSR107) compliant storage. - PropertyStoreConsul() - Constructor for class org.ff4j.consul.store.PropertyStoreConsul
-
Default contructor.
- PropertyStoreConsul(ConsulConnection) - Constructor for class org.ff4j.consul.store.PropertyStoreConsul
-
Initialization with cache manager.
- putValue(String, String) - Method in class org.ff4j.consul.ConsulConnection
R
- registerFeature(String) - Method in class org.ff4j.consul.ConsulConnection
- registerProperty(String) - Method in class org.ff4j.consul.ConsulConnection
U
- unregisterFeature(String) - Method in class org.ff4j.consul.ConsulConnection
- unregisterProperty(String) - Method in class org.ff4j.consul.ConsulConnection
All Classes and Interfaces|All Packages|Constant Field Values
ConsulKeyBuilder