Package org.apache.heron.streamlet
Interface IStreamletBasicOperator<R,T>
-
- All Superinterfaces:
IBasicBolt
,IComponent
,IStreamletOperator<R,T>
,Serializable
public interface IStreamletBasicOperator<R,T> extends IStreamletOperator<R,T>, IBasicBolt
The interface for streamlet operators. It can be used to create operators based on existing Bolts (subclasses of IBasicBolt).
-
-
Method Summary
-
Methods inherited from interface org.apache.heron.api.bolt.IBasicBolt
cleanup, execute, prepare
-
Methods inherited from interface org.apache.heron.api.topology.IComponent
declareOutputFields, getComponentConfiguration
-
-