Uses of Interface
org.apache.storm.trident.state.StateUpdater
Packages that use StateUpdater
Package
Description
-
Uses of StateUpdater in org.apache.storm.hdfs.trident
Classes in org.apache.storm.hdfs.trident that implement StateUpdater -
Uses of StateUpdater in org.apache.storm.jdbc.trident.state
Classes in org.apache.storm.jdbc.trident.state that implement StateUpdater -
Uses of StateUpdater in org.apache.storm.jms.trident
Classes in org.apache.storm.jms.trident that implement StateUpdater -
Uses of StateUpdater in org.apache.storm.kafka.trident
Classes in org.apache.storm.kafka.trident that implement StateUpdater -
Uses of StateUpdater in org.apache.storm.redis.trident.state
Classes in org.apache.storm.redis.trident.state that implement StateUpdaterModifier and TypeClassDescriptionclass
AbstractRedisStateUpdater<T extends State>
AbstractRedisStateUpdater is base class of any RedisStateUpdater, which implements BaseStateUpdater.class
BaseStateUpdater implementation for Redis Cluster environment.class
BaseStateUpdater implementation for single Redis environment. -
Uses of StateUpdater in org.apache.storm.trident
Methods in org.apache.storm.trident with parameters of type StateUpdaterModifier and TypeMethodDescriptionStream.partitionPersist
(StateFactory stateFactory, StateUpdater updater) Stream.partitionPersist
(StateFactory stateFactory, StateUpdater updater, Fields functionFields) Stream.partitionPersist
(StateFactory stateFactory, Fields inputFields, StateUpdater updater) Stream.partitionPersist
(StateFactory stateFactory, Fields inputFields, StateUpdater updater, Fields functionFields) Stream.partitionPersist
(StateSpec stateSpec, StateUpdater updater) Stream.partitionPersist
(StateSpec stateSpec, StateUpdater updater, Fields functionFields) Stream.partitionPersist
(StateSpec stateSpec, Fields inputFields, StateUpdater updater) Stream.partitionPersist
(StateSpec stateSpec, Fields inputFields, StateUpdater updater, Fields functionFields) -
Uses of StateUpdater in org.apache.storm.trident.operation.impl
Classes in org.apache.storm.trident.operation.impl that implement StateUpdater -
Uses of StateUpdater in org.apache.storm.trident.planner.processor
Constructors in org.apache.storm.trident.planner.processor with parameters of type StateUpdaterModifierConstructorDescriptionPartitionPersistProcessor
(String stateId, Fields inputFields, StateUpdater updater) -
Uses of StateUpdater in org.apache.storm.trident.state
Classes in org.apache.storm.trident.state that implement StateUpdater -
Uses of StateUpdater in org.apache.storm.trident.state.map
Classes in org.apache.storm.trident.state.map that implement StateUpdaterModifier and TypeClassDescriptionclass
class
-
Uses of StateUpdater in org.apache.storm.trident.windowing
Classes in org.apache.storm.trident.windowing that implement StateUpdaterModifier and TypeClassDescriptionclass
StateUpdater<WindowState>
instance which removes successfully emitted triggers from store.