Package org.apache.storm.state
Interface ISubscribedState
-
public interface ISubscribedState
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
remove(Object id)
void
set(Object id, Tuple tuple)
-