Class SignalTest.TestPartition

java.lang.Object
io.debezium.pipeline.signal.SignalTest.TestPartition
All Implemented Interfaces:
io.debezium.pipeline.spi.Partition
Enclosing class:
SignalTest

private static class SignalTest.TestPartition extends Object implements io.debezium.pipeline.spi.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>
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    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.Partition

    getLoggingContext
  • Constructor Details

    • TestPartition

      private TestPartition()
  • Method Details

    • getSourcePartition

      public Map<String,String> getSourcePartition()
      Specified by:
      getSourcePartition in interface io.debezium.pipeline.spi.Partition