Class LiveScoutStatisticsCounter

java.lang.Object
com.sportradar.livedata.sdk.common.classes.jmx.LiveScoutStatisticsCounter

public class LiveScoutStatisticsCounter extends Object
  • Field Details

    • onMatchUpdate

      protected int onMatchUpdate
    • onLineups

      protected int onLineups
    • onMatchData

      protected int onMatchData
    • onMatchBooking

      protected int onMatchBooking
    • onScoutInfos

      protected int onScoutInfos
    • onOnMatchDeltaUpdateDeltaReceived

      protected int onOnMatchDeltaUpdateDeltaReceived
    • onOnMatchDeltaUpdateReceived

      protected int onOnMatchDeltaUpdateReceived
    • onFullMatchUpdateReceived

      protected int onFullMatchUpdateReceived
    • onMatchStop

      protected int onMatchStop
    • onMatchListUpdate

      protected int onMatchListUpdate
    • onMatchList

      protected int onMatchList
  • Constructor Details

    • LiveScoutStatisticsCounter

      public LiveScoutStatisticsCounter()
  • Method Details

    • getOnMatchUpdate

      public int getOnMatchUpdate()
    • getOnMatchData

      public int getOnMatchData()
    • getOnLineups

      public int getOnLineups()
    • getOnMatchBooking

      public int getOnMatchBooking()
    • getOnScoutInfos

      public int getOnScoutInfos()
    • getOnOnMatchDeltaUpdateDeltaReceived

      public int getOnOnMatchDeltaUpdateDeltaReceived()
    • getOnOnMatchDeltaUpdateReceived

      public int getOnOnMatchDeltaUpdateReceived()
    • getOnFullMatchUpdateReceived

      public int getOnFullMatchUpdateReceived()
    • getOnMatchStop

      public int getOnMatchStop()
    • getOnMatchListUpdate

      public int getOnMatchListUpdate()
    • getOnMatchList

      public int getOnMatchList()
    • countUpOnMatchUpdate

      public void countUpOnMatchUpdate()
    • countUpOnMatchData

      public void countUpOnMatchData()
    • countUpOnLineups

      public void countUpOnLineups()
    • countUpOnMatchBooking

      public void countUpOnMatchBooking()
    • countUpOnScoutInfos

      public void countUpOnScoutInfos()
    • countUpOnOnMatchDeltaUpdateDeltaReceived

      public void countUpOnOnMatchDeltaUpdateDeltaReceived()
    • countUpOnOnMatchDeltaUpdateReceived

      public void countUpOnOnMatchDeltaUpdateReceived()
    • countUpOnFullMatchUpdateReceived

      public void countUpOnFullMatchUpdateReceived()
    • countUpOnMatchStop

      public void countUpOnMatchStop()
    • countUpOnMatchListUpdate

      public void countUpOnMatchListUpdate()
    • countUpOnMatchList

      public void countUpOnMatchList()
    • resetCounters

      public String resetCounters()