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 e559cdf commit 30de7ceCopy full SHA for 30de7ce
examples/storm/src/main/java/com/yahoo/bullet/storm/examples/RandomSpout.java
@@ -26,7 +26,7 @@
26
27
/**
28
* This spout does not read from a source of data and convert it to {@link BulletRecord}. It instead generates
29
- * random data. You can pass in how many
+ * random data. You can pass in how many tuples to generate per period and the length of a period as arguments.
30
*/
31
@Slf4j
32
public class RandomSpout extends BaseRichSpout {
0 commit comments