You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by GitBox <gi...@apache.org> on 2018/11/13 01:00:57 UTC

[GitHub] nwangtw opened a new pull request #3109: Add withStream() in Streamlet to support stream selection

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:
users@infra.apache.org


With regards,
Apache Git Services