Uses of Interface
org.apache.storm.state.KeyValueState
Packages that use KeyValueState
Package
Description
- 
Uses of KeyValueState in org.apache.storm.flux.examplesMethods in org.apache.storm.flux.examples with parameters of type KeyValueStateModifier and TypeMethodDescriptionvoidStatefulWordCounter.initState(KeyValueState<String, Long> state) 
- 
Uses of KeyValueState in org.apache.storm.redis.stateClasses in org.apache.storm.redis.state that implement KeyValueStateModifier and TypeClassDescriptionclassRedisKeyValueState<K,V> A redis based implementation that persists the state in Redis.
- 
Uses of KeyValueState in org.apache.storm.stateClasses in org.apache.storm.state that implement KeyValueState
- 
Uses of KeyValueState in org.apache.storm.streams.processorsMethods in org.apache.storm.streams.processors with parameters of type KeyValueStateModifier and TypeMethodDescriptionvoidStatefulProcessor.initState(KeyValueState<K, V> keyValueState) Initialize the state of the processor with the givenKeyValueState.voidStateQueryProcessor.initState(KeyValueState<K, V> keyValueState) voidUpdateStateByKeyProcessor.initState(KeyValueState<K, R> keyValueState) 
- 
Uses of KeyValueState in org.apache.storm.windowing.persistenceConstructors in org.apache.storm.windowing.persistence with parameters of type KeyValueStateModifierConstructorDescriptionWindowState(KeyValueState<Long, WindowState.WindowPartition<T>> windowPartitionsState, KeyValueState<String, Deque<Long>> partitionIdsState, KeyValueState<String, Optional<?>> windowSystemState, Supplier<Map<String, Optional<?>>> windowSystemStateSupplier, long maxEventsInMemory)