|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IComponent
Common methods for all possible components in a topology. This interface is used when defining topologies using the Java API.
Method Summary | |
---|---|
void |
declareOutputFields(OutputFieldsDeclarer declarer)
Declare the output schema for all the streams of this topology. |
java.util.Map<java.lang.String,java.lang.Object> |
getComponentConfiguration()
Declare configuration specific to this component. |
Method Detail |
---|
void declareOutputFields(OutputFieldsDeclarer declarer)
declarer
- this is used to declare output stream ids, output fields, and whether or not each output stream is a direct streamjava.util.Map<java.lang.String,java.lang.Object> getComponentConfiguration()
TopologyBuilder
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |