Package org.apache.storm.streams
Class StreamState<K,V>
- java.lang.Object
-
- org.apache.storm.streams.StreamState<K,V>
-
- Type Parameters:
K
- the key typeV
- the value type
- All Implemented Interfaces:
Serializable
public class StreamState<K,V> extends Object implements Serializable
A wrapper for the stream state which can be used to query the state viaStream.stateQuery(StreamState)
.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PairStream<K,V>
toPairStream()
-
-
-
Method Detail
-
toPairStream
public PairStream<K,V> toPairStream()
-
-