Uses of Class
org.apache.storm.state.BaseStateIterator
-
Packages that use BaseStateIterator Package Description org.apache.storm.redis.state org.apache.storm.state -
-
Uses of BaseStateIterator in org.apache.storm.redis.state
Subclasses of BaseStateIterator in org.apache.storm.redis.state Modifier and Type Class Description class
RedisKeyValueStateIterator<K,V>
An iterator overRedisKeyValueState
. -
Uses of BaseStateIterator in org.apache.storm.state
Subclasses of BaseStateIterator in org.apache.storm.state Modifier and Type Class Description class
BaseBinaryStateIterator<K,V>
Base implementation of iterator overKeyValueState
which encoded types of key and value are both binary type.
-