nwangtw opened a new pull request #3109: Add withStream() in Streamlet to 
support stream selection
URL: https://github.com/apache/incubator-heron/pull/3109
 
 
   Usage:
   
   Assuming an operator creates two streams with ids "stream1" and "stream2" 
and it is managed by streamletWithTwoStreams (with type Streamlet<T>), it can 
be used like:
   
   streamletWithTwoStreams
     .withStream("stream1")
     ......
     .log();
   
   streamletWithTwoStreams
     .withStream("stream2")
     ......
     .log();
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to