We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 253e242 commit 68d7878Copy full SHA for 68d7878
beam/core/src/main/java/cz/o2/proxima/beam/core/ProximaPipelineOptions.java
@@ -33,9 +33,7 @@ public Iterable<Class<? extends PipelineOptions>> getPipelineOptions() {
33
}
34
35
36
- /**
37
- * @{code false} to preserve UDF jar on exit.
38
- */
+ /** {@code false} to preserve UDF jar on exit. */
39
@Default.Boolean(true)
40
boolean getPreserveUDFJar();
41
@@ -46,7 +44,7 @@ public Iterable<Class<? extends PipelineOptions>> getPipelineOptions() {
46
44
47
45
void setUdfJarDirPath(String path);
48
49
- /** Set delay for {@BatchLogRead} in ms. */
+ /** Set delay for {@link cz.o2.proxima.beam.core.direct.io.BatchLogRead} in ms. */
50
@Default.Long(0L)
51
long getStartBatchReadDelayMs();
52
0 commit comments