Uses of Interface
org.apache.storm.trident.state.snapshot.Snapshottable
Packages that use Snapshottable
Package
Description
-
Uses of Snapshottable in org.apache.storm.starter.trident
Classes in org.apache.storm.starter.trident that implement Snapshottable -
Uses of Snapshottable in org.apache.storm.trident.operation.impl
Methods in org.apache.storm.trident.operation.impl with parameters of type SnapshottableModifier and TypeMethodDescriptionvoid
CombinerAggStateUpdater.updateState
(Snapshottable state, List<TridentTuple> tuples, TridentCollector collector) void
ReducerAggStateUpdater.updateState
(Snapshottable state, List<TridentTuple> tuples, TridentCollector collector) -
Uses of Snapshottable in org.apache.storm.trident.state.map
Classes in org.apache.storm.trident.state.map that implement Snapshottable -
Uses of Snapshottable in org.apache.storm.trident.testing
Classes in org.apache.storm.trident.testing that implement Snapshottable