Class LiveScoutStatisticsCounter
- java.lang.Object
-
- com.sportradar.livedata.sdk.common.classes.jmx.LiveScoutStatisticsCounter
-
public class LiveScoutStatisticsCounter extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected int
onFullMatchUpdateReceived
protected int
onLineups
protected int
onMatchBooking
protected int
onMatchData
protected int
onMatchList
protected int
onMatchListUpdate
protected int
onMatchStop
protected int
onMatchUpdate
protected int
onOnMatchDeltaUpdateDeltaReceived
protected int
onOnMatchDeltaUpdateReceived
protected int
onScoutInfos
-
Constructor Summary
Constructors Constructor Description LiveScoutStatisticsCounter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
countUpOnFullMatchUpdateReceived()
void
countUpOnLineups()
void
countUpOnMatchBooking()
void
countUpOnMatchData()
void
countUpOnMatchList()
void
countUpOnMatchListUpdate()
void
countUpOnMatchStop()
void
countUpOnMatchUpdate()
void
countUpOnOnMatchDeltaUpdateDeltaReceived()
void
countUpOnOnMatchDeltaUpdateReceived()
void
countUpOnScoutInfos()
int
getOnFullMatchUpdateReceived()
int
getOnLineups()
int
getOnMatchBooking()
int
getOnMatchData()
int
getOnMatchList()
int
getOnMatchListUpdate()
int
getOnMatchStop()
int
getOnMatchUpdate()
int
getOnOnMatchDeltaUpdateDeltaReceived()
int
getOnOnMatchDeltaUpdateReceived()
int
getOnScoutInfos()
String
resetCounters()
-
-
-
Field Detail
-
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
-
-
Method Detail
-
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()
-
-