Class StringPrimaryKeyPosition
java.lang.Object
org.apache.shardingsphere.data.pipeline.api.ingest.position.PrimaryKeyPosition<String>
org.apache.shardingsphere.data.pipeline.api.ingest.position.StringPrimaryKeyPosition
- All Implemented Interfaces:
Comparable<StringPrimaryKeyPosition>,IngestPosition<StringPrimaryKeyPosition>
public final class StringPrimaryKeyPosition
extends PrimaryKeyPosition<String>
implements IngestPosition<StringPrimaryKeyPosition>
String primary key position.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.shardingsphere.data.pipeline.api.ingest.position.PrimaryKeyPosition
getBeginValue, getEndValue, toString
-
Constructor Details
-
StringPrimaryKeyPosition
public StringPrimaryKeyPosition()
-
-
Method Details
-
convert
- Specified by:
convertin classPrimaryKeyPosition<String>
-
getType
protected char getType()- Specified by:
getTypein classPrimaryKeyPosition<String>
-
compareTo
- Specified by:
compareToin interfaceComparable<StringPrimaryKeyPosition>
-