Uses of Interface
storm.trident.state.State

Packages that use State
storm.trident.operation.builtin   
storm.trident.state   
storm.trident.state.map   
storm.trident.state.snapshot   
storm.trident.testing   
 

Uses of State in storm.trident.operation.builtin
 

Methods in storm.trident.operation.builtin with parameters of type State
 List<Iterator<List<Object>>> TupleCollectionGet.batchRetrieve(State state, List<TridentTuple> args)
           
 

Uses of State in storm.trident.state
 

Classes in storm.trident.state with type parameters of type State
 class BaseQueryFunction<S extends State,T>
           
 class BaseStateUpdater<S extends State>
           
 interface QueryFunction<S extends State,T>
           
 interface StateUpdater<S extends State>
           
 

Classes in storm.trident.state that implement State
 class ReadOnlyState
           
 

Methods in storm.trident.state that return State
 State StateFactory.makeState(Map conf, IMetricsContext metrics, int partitionIndex, int numPartitions)
           
 

Uses of State in storm.trident.state.map
 

Subinterfaces of State in storm.trident.state.map
 interface MapState<T>
           
 interface ReadOnlyMapState<T>
           
 interface RemovableMapState<T>
           
 

Classes in storm.trident.state.map that implement State
 class NonTransactionalMap<T>
           
 class OpaqueMap<T>
           
 class SnapshottableMap<T>
           
 class TransactionalMap<T>
           
 

Uses of State in storm.trident.state.snapshot
 

Subinterfaces of State in storm.trident.state.snapshot
 interface ReadOnlySnapshottable<T>
           
 interface Snapshottable<T>
           
 

Uses of State in storm.trident.testing
 

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

Methods in storm.trident.testing that return State
 State MemoryMapState.Factory.makeState(Map conf, IMetricsContext metrics, int partitionIndex, int numPartitions)
           
 State LRUMemoryMapState.Factory.makeState(Map conf, IMetricsContext metrics, int partitionIndex, int numPartitions)
           
 



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