Skip to content

Instantly share code, notes, and snippets.

@nathanmarz
Created August 1, 2011 07:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nathanmarz/1117719 to your computer and use it in GitHub Desktop.
Save nathanmarz/1117719 to your computer and use it in GitHub Desktop.
builder.setBolt(4, new MyBolt(), 12)
.shuffleGrouping(1)
.shuffleGrouping(2)
.fieldsGrouping(3, new Fields("id1", "id2"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment