public static class SourceProperties.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
SourceProperties |
build() |
SourceProperties.Builder |
setOrdering(SourceProperties.Ordering ordering)
Sets whether the events generated by source are ordered.
|
SourceProperties.Builder |
setRowIdSupported(boolean rowIdSupported)
Sets whether the events generated by source have a row id to uniquely identify a row.
|
public SourceProperties.Builder setRowIdSupported(boolean rowIdSupported)
public SourceProperties.Builder setOrdering(SourceProperties.Ordering ordering)
unordered events should be identified by its {public SourceProperties build() throws IllegalArgumentException
SourcePropertiesIllegalArgumentExceptionCopyright © 2021 CDAP Licensed under the Apache License, Version 2.0.