Package io.debezium.connector.spanner
Class SpannerPartition
java.lang.Object
io.debezium.connector.spanner.SpannerPartition
- All Implemented Interfaces:
io.debezium.pipeline.spi.Partition
Describes the Spanner source partition
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.debezium.pipeline.spi.Partition
io.debezium.pipeline.spi.Partition.Provider<P extends io.debezium.pipeline.spi.Partition> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic StringextractToken(Map<String, ?> sourcePartition) static SpannerPartitiongetValue()inthashCode()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.debezium.pipeline.spi.Partition
getLoggingContext
-
Field Details
-
PARTITION_TOKEN_KEY
- See Also:
-
partitionToken
-
-
Constructor Details
-
SpannerPartition
-
-
Method Details
-
getSourcePartition
- Specified by:
getSourcePartitionin interfaceio.debezium.pipeline.spi.Partition
-
toString
-
getValue
-
extractToken
-
getInitialSpannerPartition
-
equals
-
hashCode
public int hashCode()
-