Class LiveScoutStatisticsCounter
java.lang.Object
com.sportradar.livedata.sdk.common.classes.jmx.LiveScoutStatisticsCounter
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected intprotected intprotected intprotected intprotected intprotected intprotected intprotected intprotected intprotected intprotected int
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidintintintintintintintintintintint
- 
Field Details- 
onMatchUpdateprotected int onMatchUpdate
- 
onLineupsprotected int onLineups
- 
onMatchDataprotected int onMatchData
- 
onMatchBookingprotected int onMatchBooking
- 
onScoutInfosprotected int onScoutInfos
- 
onOnMatchDeltaUpdateDeltaReceivedprotected int onOnMatchDeltaUpdateDeltaReceived
- 
onOnMatchDeltaUpdateReceivedprotected int onOnMatchDeltaUpdateReceived
- 
onFullMatchUpdateReceivedprotected int onFullMatchUpdateReceived
- 
onMatchStopprotected int onMatchStop
- 
onMatchListUpdateprotected int onMatchListUpdate
- 
onMatchListprotected int onMatchList
 
- 
- 
Constructor Details- 
LiveScoutStatisticsCounterpublic LiveScoutStatisticsCounter()
 
- 
- 
Method Details- 
getOnMatchUpdatepublic int getOnMatchUpdate()
- 
getOnMatchDatapublic int getOnMatchData()
- 
getOnLineupspublic int getOnLineups()
- 
getOnMatchBookingpublic int getOnMatchBooking()
- 
getOnScoutInfospublic int getOnScoutInfos()
- 
getOnOnMatchDeltaUpdateDeltaReceivedpublic int getOnOnMatchDeltaUpdateDeltaReceived()
- 
getOnOnMatchDeltaUpdateReceivedpublic int getOnOnMatchDeltaUpdateReceived()
- 
getOnFullMatchUpdateReceivedpublic int getOnFullMatchUpdateReceived()
- 
getOnMatchStoppublic int getOnMatchStop()
- 
getOnMatchListUpdatepublic int getOnMatchListUpdate()
- 
getOnMatchListpublic int getOnMatchList()
- 
countUpOnMatchUpdatepublic void countUpOnMatchUpdate()
- 
countUpOnMatchDatapublic void countUpOnMatchData()
- 
countUpOnLineupspublic void countUpOnLineups()
- 
countUpOnMatchBookingpublic void countUpOnMatchBooking()
- 
countUpOnScoutInfospublic void countUpOnScoutInfos()
- 
countUpOnOnMatchDeltaUpdateDeltaReceivedpublic void countUpOnOnMatchDeltaUpdateDeltaReceived()
- 
countUpOnOnMatchDeltaUpdateReceivedpublic void countUpOnOnMatchDeltaUpdateReceived()
- 
countUpOnFullMatchUpdateReceivedpublic void countUpOnFullMatchUpdateReceived()
- 
countUpOnMatchStoppublic void countUpOnMatchStop()
- 
countUpOnMatchListUpdatepublic void countUpOnMatchListUpdate()
- 
countUpOnMatchListpublic void countUpOnMatchList()
- 
resetCounters
 
-