Uses of Interface
org.apache.storm.trident.state.snapshot.ReadOnlySnapshottable
-
-
Uses of ReadOnlySnapshottable in org.apache.storm.starter.trident
Classes in org.apache.storm.starter.trident that implement ReadOnlySnapshottable Modifier and Type Class Description class
DebugMemoryMapState<T>
-
Uses of ReadOnlySnapshottable in org.apache.storm.trident.operation.builtin
Methods in org.apache.storm.trident.operation.builtin with parameters of type ReadOnlySnapshottable Modifier and Type Method Description List<Object>
SnapshotGet. batchRetrieve(ReadOnlySnapshottable state, List<TridentTuple> args)
-
Uses of ReadOnlySnapshottable in org.apache.storm.trident.state.map
Classes in org.apache.storm.trident.state.map that implement ReadOnlySnapshottable Modifier and Type Class Description class
SnapshottableMap<T>
-
Uses of ReadOnlySnapshottable in org.apache.storm.trident.state.snapshot
Subinterfaces of ReadOnlySnapshottable in org.apache.storm.trident.state.snapshot Modifier and Type Interface Description interface
Snapshottable<T>
-
Uses of ReadOnlySnapshottable in org.apache.storm.trident.testing
Classes in org.apache.storm.trident.testing that implement ReadOnlySnapshottable Modifier and Type Class Description class
LRUMemoryMapState<T>
class
MemoryMapState<T>
-