We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1b8943 commit 7bbfa37Copy full SHA for 7bbfa37
src/jvm/backtype/storm/grouping/CustomStreamGrouping.java
@@ -9,8 +9,8 @@
9
public interface CustomStreamGrouping extends Serializable {
10
11
/**
12
- * Tells the stream grouping at runtime the number of tasks in the target bolt.
13
- * This information should be used in taskIndicies to determine the target tasks.
+ * Tells the stream grouping at runtime the tasks in the target bolt.
+ * This information should be used in chooseTasks to determine the target tasks.
14
*
15
* It also tells the grouping the metadata on the stream this grouping will be used on.
16
*/
0 commit comments