Class SignalProcessorTest.TestOffset

java.lang.Object
io.debezium.pipeline.CommonOffsetContext
io.debezium.pipeline.signal.SignalProcessorTest.TestOffset
All Implemented Interfaces:
io.debezium.pipeline.spi.OffsetContext
Enclosing class:
SignalProcessorTest

private static class SignalProcessorTest.TestOffset extends io.debezium.pipeline.CommonOffsetContext
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.debezium.pipeline.spi.OffsetContext

    io.debezium.pipeline.spi.OffsetContext.Loader<O extends io.debezium.pipeline.spi.OffsetContext>
  • Field Summary

    Fields inherited from class io.debezium.pipeline.CommonOffsetContext

    sourceInfo
  • Constructor Summary

    Constructors
    Constructor
    Description
    TestOffset(io.debezium.connector.common.BaseSourceInfo sourceInfo)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    event(io.debezium.spi.schema.DataCollectionId collectionId, Instant timestamp)
     
     
    org.apache.kafka.connect.data.Schema
     
    io.debezium.pipeline.txmetadata.TransactionContext
     
    boolean
     
    void
     
    void
     

    Methods inherited from class io.debezium.pipeline.CommonOffsetContext

    getSourceInfo, incrementalSnapshotEvents, markSnapshotRecord, postSnapshotCompletion

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.debezium.pipeline.spi.OffsetContext

    getIncrementalSnapshotContext
  • Constructor Details

    • TestOffset

      TestOffset(io.debezium.connector.common.BaseSourceInfo sourceInfo)
  • Method Details

    • getOffset

      public Map<String,?> getOffset()
    • getSourceInfoSchema

      public org.apache.kafka.connect.data.Schema getSourceInfoSchema()
    • isSnapshotRunning

      public boolean isSnapshotRunning()
    • preSnapshotStart

      public void preSnapshotStart()
    • preSnapshotCompletion

      public void preSnapshotCompletion()
    • event

      public void event(io.debezium.spi.schema.DataCollectionId collectionId, Instant timestamp)
    • getTransactionContext

      public io.debezium.pipeline.txmetadata.TransactionContext getTransactionContext()