backtype.storm.state
Interface ISubscribedState


public interface ISubscribedState


Method Summary
 void remove(Object id)
           
 void set(Object id, Tuple tuple)
           
 

Method Detail

set

void set(Object id,
         Tuple tuple)

remove

void remove(Object id)


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.