Class RedisBackingStoreProvider
- java.lang.Object
-
- io.apiman.gateway.engine.redis.common.RedisBackingStoreProvider
-
- All Implemented Interfaces:
IBackingStoreProvider<RedisBackingStore>
public class RedisBackingStoreProvider extends Object implements IBackingStoreProvider<RedisBackingStore>
Store provider for components backed by Redis.- Author:
- Pete Cornish
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONFIG_FILE
-
Constructor Summary
Constructors Constructor Description RedisBackingStoreProvider(RedisClientManager clientManager, Map<String,String> componentConfig)Constructor.RedisBackingStoreProvider(Map<String,String> componentConfig)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RedisBackingStoreget(String storeName)Returns a namespaced instance of the store for the store name.
-
-
-
Field Detail
-
CONFIG_FILE
public static final String CONFIG_FILE
- See Also:
- Constant Field Values
-
-
Method Detail
-
get
public RedisBackingStore get(String storeName)
Returns a namespaced instance of the store for the store name.- Specified by:
getin interfaceIBackingStoreProvider<RedisBackingStore>- Returns:
- the Map
-
-