Uses of Interface
storm.trident.state.snapshot.Snapshottable

Packages that use Snapshottable
storm.trident.operation.impl   
storm.trident.state.map   
storm.trident.testing   
 

Uses of Snapshottable in storm.trident.operation.impl
 

Methods in storm.trident.operation.impl with parameters of type Snapshottable
 void ReducerAggStateUpdater.updateState(Snapshottable state, List<TridentTuple> tuples, TridentCollector collector)
           
 void CombinerAggStateUpdater.updateState(Snapshottable state, List<TridentTuple> tuples, TridentCollector collector)
           
 

Uses of Snapshottable in storm.trident.state.map
 

Classes in storm.trident.state.map that implement Snapshottable
 class SnapshottableMap<T>
           
 

Uses of Snapshottable in storm.trident.testing
 

Classes in storm.trident.testing that implement Snapshottable
 class LRUMemoryMapState<T>
           
 class MemoryMapState<T>
           
 



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.