Package mariadbcdc

Class BeforeAfterRow


  • public class BeforeAfterRow
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      BeforeAfterRow​(java.io.Serializable[] before, java.io.Serializable[] after)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.Serializable[] getAfter()  
      java.io.Serializable[] getBefore()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BeforeAfterRow

        public BeforeAfterRow​(java.io.Serializable[] before,
                              java.io.Serializable[] after)
    • Method Detail

      • getBefore

        public java.io.Serializable[] getBefore()
      • getAfter

        public java.io.Serializable[] getAfter()