Package org.apache.heron.api.state
-
Interface Summary Interface Description State<K extends Serializable,V extends Serializable> State represents the state interface as seen by stateful bolts and spouts. -
Class Summary Class Description HashMapState<K extends Serializable,V extends Serializable> A State backed up by HashMap