Class PartitionOffset

java.lang.Object
io.debezium.connector.spanner.context.offset.PartitionOffset

public class PartitionOffset extends Object
Stores offset, makes offset map for kafka connect
  • Field Details

  • Constructor Details

    • PartitionOffset

      public PartitionOffset(com.google.cloud.Timestamp offset, StreamEventMetadata metadata)
  • Method Details

    • getOffset

      public Map<String,String> getOffset()
    • extractOffset

      public static com.google.cloud.Timestamp extractOffset(Map<String,?> offsets)