| Package | Description |
|---|---|
| io.cdap.delta.api |
| Modifier and Type | Method and Description |
|---|---|
SourceProperties.Ordering |
SourceProperties.getOrdering() |
static SourceProperties.Ordering |
SourceProperties.Ordering.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SourceProperties.Ordering[] |
SourceProperties.Ordering.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SourceProperties.Builder |
SourceProperties.Builder.setOrdering(SourceProperties.Ordering ordering)
Sets whether the events generated by source are ordered.
|
Copyright © 2021 CDAP Licensed under the Apache License, Version 2.0.