Class MicroBatchIBackingMap<T>
- java.lang.Object
-
- org.apache.storm.trident.state.map.MicroBatchIBackingMap<T>
-
- All Implemented Interfaces:
IBackingMap<T>
public class MicroBatchIBackingMap<T> extends Object implements IBackingMap<T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MicroBatchIBackingMap.Options
-
Constructor Summary
Constructors Constructor Description MicroBatchIBackingMap(MicroBatchIBackingMap.Options options, IBackingMap<T> delegate)
-
-
-
Constructor Detail
-
MicroBatchIBackingMap
public MicroBatchIBackingMap(MicroBatchIBackingMap.Options options, IBackingMap<T> delegate)
-
-