Class MaxLsnResult


  • public class MaxLsnResult
    extends Object
    Stores the result from querying the lsn_time_mapping for the highest LSNs.
    • Field Detail

      • maxLsn

        private final Lsn maxLsn
        The highest lsn regardless of configuration. This should be utilized when querying the CDC tables as using an LSN that is no longer valid can lead to errors.
    • Constructor Detail

      • MaxLsnResult

        public MaxLsnResult​(Lsn maxLsn,
                            Lsn maxTransactionalLsn)
    • Method Detail

      • getMaxLsn

        public Lsn getMaxLsn()
      • getMaxTransactionalLsn

        public Lsn getMaxTransactionalLsn()