Class LogMinerStreamingChangeEventSourceMetrics.MaxLongValueMetric

java.lang.Object
io.debezium.connector.oracle.logminer.LogMinerStreamingChangeEventSourceMetrics.MaxLongValueMetric
Enclosing class:
LogMinerStreamingChangeEventSourceMetrics

@ThreadSafe static class LogMinerStreamingChangeEventSourceMetrics.MaxLongValueMetric extends Object
Utility class for tracking the current and maximum long value.
  • Field Details

  • Constructor Details

    • MaxLongValueMetric

      MaxLongValueMetric()
  • Method Details

    • reset

      public void reset()
    • setValueAndCalculateMax

      public void setValueAndCalculateMax(long value)
    • setValue

      public void setValue(long value)
    • setMax

      public void setMax(long max)
    • getValue

      public long getValue()
    • getMax

      public long getMax()