Uses of Interface
org.apache.storm.trident.state.State
Packages that use State
Package
Description
ElasticSearch Trident example classes.
-
Uses of State in org.apache.storm.elasticsearch.trident
Methods in org.apache.storm.elasticsearch.trident that return State -
Uses of State in org.apache.storm.hdfs.trident
Classes in org.apache.storm.hdfs.trident that implement StateMethods in org.apache.storm.hdfs.trident that return State -
Uses of State in org.apache.storm.hive.trident
Classes in org.apache.storm.hive.trident that implement StateMethods in org.apache.storm.hive.trident that return State -
Uses of State in org.apache.storm.jdbc.trident.state
Classes in org.apache.storm.jdbc.trident.state that implement StateMethods in org.apache.storm.jdbc.trident.state that return State -
Uses of State in org.apache.storm.jms.trident
Classes in org.apache.storm.jms.trident that implement StateMethods in org.apache.storm.jms.trident that return State -
Uses of State in org.apache.storm.kafka.trident
Classes in org.apache.storm.kafka.trident that implement StateMethods in org.apache.storm.kafka.trident that return State -
Uses of State in org.apache.storm.redis.trident.state
Classes in org.apache.storm.redis.trident.state with type parameters of type StateModifier and TypeClassDescriptionclass
AbstractRedisStateQuerier<T extends State>
AbstractRedisStateQuerier is base class of any RedisStateQuerier, which implements BaseQueryFunction.class
AbstractRedisStateUpdater<T extends State>
AbstractRedisStateUpdater is base class of any RedisStateUpdater, which implements BaseStateUpdater.Classes in org.apache.storm.redis.trident.state that implement StateModifier and TypeClassDescriptionclass
Implementation of State for Redis Cluster environment.class
Implementation of State for single Redis environment.Methods in org.apache.storm.redis.trident.state that return StateModifier and TypeMethodDescriptionRedisClusterMapState.Factory.makeState
(Map<String, Object> conf, IMetricsContext metrics, int partitionIndex, int numPartitions) RedisClusterState.Factory.makeState
(Map<String, Object> conf, IMetricsContext metrics, int partitionIndex, int numPartitions) RedisMapState.Factory.makeState
(Map<String, Object> conf, IMetricsContext metrics, int partitionIndex, int numPartitions) RedisState.Factory.makeState
(Map<String, Object> conf, IMetricsContext metrics, int partitionIndex, int numPartitions) -
Uses of State in org.apache.storm.starter.trident
Classes in org.apache.storm.starter.trident that implement StateModifier and TypeClassDescriptionclass
static class
Methods in org.apache.storm.starter.trident that return StateModifier and TypeMethodDescriptionDebugMemoryMapState.Factory.makeState
(Map<String, Object> conf, IMetricsContext metrics, int partitionIndex, int numPartitions) TridentReach.StaticSingleKeyMapState.Factory.makeState
(Map<String, Object> conf, IMetricsContext metrics, int partitionIndex, int numPartitions) -
Uses of State in org.apache.storm.trident.operation.builtin
Methods in org.apache.storm.trident.operation.builtin with parameters of type StateModifier and TypeMethodDescriptionTupleCollectionGet.batchRetrieve
(State state, List<TridentTuple> args) -
Uses of State in org.apache.storm.trident.state
Classes in org.apache.storm.trident.state with type parameters of type StateModifier and TypeClassDescriptionclass
BaseQueryFunction<S extends State,
T> class
BaseStateUpdater<S extends State>
interface
QueryFunction<S extends State,
T> interface
StateUpdater<S extends State>
Classes in org.apache.storm.trident.state that implement StateMethods in org.apache.storm.trident.state that return State -
Uses of State in org.apache.storm.trident.state.map
Subinterfaces of State in org.apache.storm.trident.state.mapClasses in org.apache.storm.trident.state.map that implement State -
Uses of State in org.apache.storm.trident.state.snapshot
Subinterfaces of State in org.apache.storm.trident.state.snapshotModifier and TypeInterfaceDescriptioninterface
interface
-
Uses of State in org.apache.storm.trident.testing
Classes in org.apache.storm.trident.testing that implement StateMethods in org.apache.storm.trident.testing that return State -
Uses of State in org.apache.storm.trident.windowing
Classes in org.apache.storm.trident.windowing that implement StateModifier and TypeClassDescriptionclass
State
implementation for windowing operation.Methods in org.apache.storm.trident.windowing that return State