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/10/02 16:45:46 UTC

[GitHub] nwangtw opened a new pull request #3040: Nwang/refactor grouping

nwangtw opened a new pull request #3040: Nwang/refactor grouping
URL: https://github.com/apache/incubator-heron/pull/3040
 
 
   Refactor grouping logic from BoltDeclarer functions to classes so that it is easier for them to be reused by Streamlet API, from calling different function
   
   boltDeclarer.XGrouping(parent, streamId, ...);
   
   to:
   
   StreamGrouping grouper = new X(...);
   boltDeclarer.grouping(parent, streamId, grouper);
   
   - No logic change.
   - Old functions are still available.

----------------------------------------------------------------
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