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 4fe3342 commit e353462Copy full SHA for e353462
1 file changed
examples/java/src/main/java/org/apache/beam/examples/BatchElementsExample.java
@@ -29,6 +29,19 @@
29
import org.slf4j.Logger;
30
import org.slf4j.LoggerFactory;
31
32
+// beam-playground:
33
+// name: BatchElements
34
+// description: Demonstration of BatchElements transform usage.
35
+// multifile: false
36
+// default_example: false
37
+// context_line: 47
38
+// categories:
39
+// - Core Transforms
40
+// complexity: BASIC
41
+// tags:
42
+// - transforms
43
+// - batch
44
+
45
public class BatchElementsExample {
46
public static void main(String[] args) {
47
PipelineOptions options = PipelineOptionsFactory.create();
0 commit comments