Hierarchy For Package org.apache.shardingsphere.data.pipeline.api.ingest.position
Package Hierarchies:Class Hierarchy
- java.lang.Object
- org.apache.shardingsphere.data.pipeline.api.ingest.position.FinishedPosition (implements org.apache.shardingsphere.data.pipeline.api.ingest.position.IngestPosition<T>)
- org.apache.shardingsphere.data.pipeline.api.ingest.position.PlaceholderPosition (implements org.apache.shardingsphere.data.pipeline.api.ingest.position.IngestPosition<T>)
- org.apache.shardingsphere.data.pipeline.api.ingest.position.PrimaryKeyPosition<T>
- org.apache.shardingsphere.data.pipeline.api.ingest.position.IntegerPrimaryKeyPosition (implements org.apache.shardingsphere.data.pipeline.api.ingest.position.IngestPosition<T>)
- org.apache.shardingsphere.data.pipeline.api.ingest.position.StringPrimaryKeyPosition (implements org.apache.shardingsphere.data.pipeline.api.ingest.position.IngestPosition<T>)
- org.apache.shardingsphere.data.pipeline.api.ingest.position.PrimaryKeyPositionFactory
Interface Hierarchy
- java.lang.Comparable<T>
- org.apache.shardingsphere.data.pipeline.api.ingest.position.IngestPosition<T>