Uses of Package
org.apache.storm.state
Packages that use org.apache.storm.state
Package
Description
-
Classes in org.apache.storm.state used by org.apache.storm.flux.examples
-
Classes in org.apache.storm.state used by org.apache.storm.redis.stateClassDescriptionBase implementation of iterator over
KeyValueState
which encoded types of key and value are both binary type.Base implementation of iterator overKeyValueState
.A state that supports key-value mappings.Interface to be implemented for serlializing and de-serializing the state.The state of the component that is either managed by the framework (e.g in case ofIStatefulBolt
) or managed by the the individual components themselves.Used by theStateFactory
to create a new state instances. -
Classes in org.apache.storm.state used by org.apache.storm.stateClassDescriptionBase implementation of iterator over
KeyValueState
.A state that supports key-value mappings.Interface to be implemented for serlializing and de-serializing the state.The state of the component that is either managed by the framework (e.g in case ofIStatefulBolt
) or managed by the the individual components themselves.The interface of State Encoder.Used by theStateFactory
to create a new state instances. -
Classes in org.apache.storm.state used by org.apache.storm.streams.processors
-
Classes in org.apache.storm.state used by org.apache.storm.task
-
Classes in org.apache.storm.state used by org.apache.storm.topologyClassDescriptionThe state of the component that is either managed by the framework (e.g in case of
IStatefulBolt
) or managed by the the individual components themselves. -
Classes in org.apache.storm.state used by org.apache.storm.topology.baseClassDescriptionThe state of the component that is either managed by the framework (e.g in case of
IStatefulBolt
) or managed by the the individual components themselves. -
Classes in org.apache.storm.state used by org.apache.storm.windowing.persistence