public final class PrimaryKeyPositionFactory extends Object
| Constructor and Description |
|---|
PrimaryKeyPositionFactory() |
| Modifier and Type | Method and Description |
|---|---|
static IngestPosition<?> |
newInstance(@NonNull Object beginValue,
@NonNull Object endValue)
New instance by begin value and end value.
|
static IngestPosition<?> |
newInstance(String data)
New instance by string data.
|
public static IngestPosition<?> newInstance(String data)
data - string datapublic static IngestPosition<?> newInstance(@NonNull @NonNull Object beginValue, @NonNull @NonNull Object endValue)
beginValue - begin valueendValue - end valueCopyright © 2023 The Apache Software Foundation. All rights reserved.