public final class IntegerPrimaryKeyPosition extends PrimaryKeyPosition<Long> implements IngestPosition<IntegerPrimaryKeyPosition>
| 构造器和说明 |
|---|
IntegerPrimaryKeyPosition(long beginValue,
long endValue) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
compareTo(IntegerPrimaryKeyPosition position) |
protected Long |
convert(String value) |
Long |
getBeginValue()
Get begin value.
|
Long |
getEndValue()
Get end value.
|
protected char |
getType() |
toStringpublic Long getBeginValue()
PrimaryKeyPositiongetBeginValue 在类中 PrimaryKeyPosition<Long>public Long getEndValue()
PrimaryKeyPositiongetEndValue 在类中 PrimaryKeyPosition<Long>protected Long convert(String value)
convert 在类中 PrimaryKeyPosition<Long>protected char getType()
getType 在类中 PrimaryKeyPosition<Long>public int compareTo(IntegerPrimaryKeyPosition position)
compareTo 在接口中 Comparable<IntegerPrimaryKeyPosition>Copyright © 2022 The Apache Software Foundation. All rights reserved.