public abstract class PrimaryKeyPosition<T> extends Object
| Constructor and Description |
|---|
PrimaryKeyPosition() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
convert(String value) |
abstract T |
getBeginValue()
Get begin value.
|
abstract T |
getEndValue()
Get end value.
|
protected abstract char |
getType() |
String |
toString() |
Copyright © 2023 The Apache Software Foundation. All rights reserved.