Interface ChangeEventSourceMetricsMXBean

    • Method Detail

      • getLastEvent

        String getLastEvent()
      • getMilliSecondsSinceLastEvent

        long getMilliSecondsSinceLastEvent()
      • getTotalNumberOfEventsSeen

        long getTotalNumberOfEventsSeen()
      • getNumberOfEventsFiltered

        long getNumberOfEventsFiltered()
      • getNumberOfErroneousEvents

        long getNumberOfErroneousEvents()
      • getMonitoredTables

        @Deprecated
        String[] getMonitoredTables()
        Deprecated.
        Superseded by the 'Captured Tables' metric. Use getCapturedTables(). Scheduled for removal in a future release.
      • getCapturedTables

        String[] getCapturedTables()
      • getQueueTotalCapacity

        int getQueueTotalCapacity()
      • getQueueRemainingCapacity

        int getQueueRemainingCapacity()
      • getMaxQueueSizeInBytes

        long getMaxQueueSizeInBytes()
      • getCurrentQueueSizeInBytes

        long getCurrentQueueSizeInBytes()
      • reset

        void reset()