Uses of Interface
org.apache.storm.trident.state.snapshot.Snapshottable
Packages that use Snapshottable
Package
Description
- 
Uses of Snapshottable in org.apache.storm.starter.tridentClasses in org.apache.storm.starter.trident that implement Snapshottable
- 
Uses of Snapshottable in org.apache.storm.trident.operation.implMethods in org.apache.storm.trident.operation.impl with parameters of type SnapshottableModifier and TypeMethodDescriptionvoidCombinerAggStateUpdater.updateState(Snapshottable state, List<TridentTuple> tuples, TridentCollector collector) voidReducerAggStateUpdater.updateState(Snapshottable state, List<TridentTuple> tuples, TridentCollector collector) 
- 
Uses of Snapshottable in org.apache.storm.trident.state.mapClasses in org.apache.storm.trident.state.map that implement Snapshottable
- 
Uses of Snapshottable in org.apache.storm.trident.testingClasses in org.apache.storm.trident.testing that implement Snapshottable