Uses of Interface
org.apache.storm.trident.state.map.IBackingMap
Packages that use IBackingMap
Package
Description
- 
Uses of IBackingMap in org.apache.storm.redis.trident.stateClasses in org.apache.storm.redis.trident.state that implement IBackingMapModifier and TypeClassDescriptionclassAbstractRedisMapState is base class of any RedisMapState, which implements IBackingMap.classIBackingMap implementation for Redis Cluster environment.classIBackingMap implementation for single Redis environment.
- 
Uses of IBackingMap in org.apache.storm.trident.state.mapClasses in org.apache.storm.trident.state.map that implement IBackingMapModifier and TypeClassDescriptionclassCachedMap<T>Useful to layer over a map that communicates with a database. you generally layer opaque map over this over your database store.classFields in org.apache.storm.trident.state.map declared as IBackingMapMethods in org.apache.storm.trident.state.map with parameters of type IBackingMapModifier and TypeMethodDescriptionstatic <T> MapState<T>NonTransactionalMap.build(IBackingMap<T> backing) static <T> MapState<T>OpaqueMap.build(IBackingMap<OpaqueValue> backing) static <T> MapState<T>TransactionalMap.build(IBackingMap<TransactionalValue> backing) Constructors in org.apache.storm.trident.state.map with parameters of type IBackingMapModifierConstructorDescriptionCachedBatchReadsMap(IBackingMap<T> delegate) CachedMap(IBackingMap<T> delegate, int cacheSize) MicroBatchIBackingMap(MicroBatchIBackingMap.Options options, IBackingMap<T> delegate) protectedNonTransactionalMap(IBackingMap<T> backing) protectedOpaqueMap(IBackingMap<OpaqueValue> backing) protectedTransactionalMap(IBackingMap<TransactionalValue> backing) 
- 
Uses of IBackingMap in org.apache.storm.trident.testingClasses in org.apache.storm.trident.testing that implement IBackingMap