Package io.split.telemetry.domain
Class Stats
- java.lang.Object
-
- io.split.telemetry.domain.Stats
-
public class Stats extends Object
-
-
Constructor Summary
Constructors Constructor Description Stats()
-
Method Summary
-
-
-
Method Detail
-
getLastSynchronization
public LastSynchronization getLastSynchronization()
-
setLastSynchronization
public void setLastSynchronization(LastSynchronization lastSynchronization)
-
getMethodLatencies
public MethodLatencies getMethodLatencies()
-
setMethodLatencies
public void setMethodLatencies(MethodLatencies methodLatencies)
-
getMethodExceptions
public MethodExceptions getMethodExceptions()
-
setMethodExceptions
public void setMethodExceptions(MethodExceptions methodExceptions)
-
getHttpErrors
public HTTPErrors getHttpErrors()
-
setHttpErrors
public void setHttpErrors(HTTPErrors httpErrors)
-
getHttpLatencies
public HTTPLatencies getHttpLatencies()
-
setHttpLatencies
public void setHttpLatencies(HTTPLatencies httpLatencies)
-
getTokenRefreshes
public long getTokenRefreshes()
-
setTokenRefreshes
public void setTokenRefreshes(long tokenRefreshes)
-
getAuthRejections
public long getAuthRejections()
-
setAuthRejections
public void setAuthRejections(long authRejections)
-
getImpressionsQueued
public long getImpressionsQueued()
-
setImpressionsQueued
public void setImpressionsQueued(long impressionsQueued)
-
getImpressionsDeduped
public long getImpressionsDeduped()
-
setImpressionsDeduped
public void setImpressionsDeduped(long impressionsDeduped)
-
getImpressionsDropped
public long getImpressionsDropped()
-
setImpressionsDropped
public void setImpressionsDropped(long impressionsDropped)
-
getSplitCount
public long getSplitCount()
-
setSplitCount
public void setSplitCount(long splitCount)
-
getSegmentCount
public long getSegmentCount()
-
setSegmentCount
public void setSegmentCount(long segmentCount)
-
getSegmentKeyCount
public long getSegmentKeyCount()
-
setSegmentKeyCount
public void setSegmentKeyCount(long segmentKeyCount)
-
getSessionLengthMs
public long getSessionLengthMs()
-
setSessionLengthMs
public void setSessionLengthMs(long sessionLengthMs)
-
getEventsQueued
public long getEventsQueued()
-
setEventsQueued
public void setEventsQueued(long eventsQueued)
-
getEventsDropped
public long getEventsDropped()
-
setEventsDropped
public void setEventsDropped(long eventsDropped)
-
getStreamingEvents
public List<StreamingEvent> getStreamingEvents()
-
setStreamingEvents
public void setStreamingEvents(List<StreamingEvent> streamingEvents)
-
getUpdatesFromSSE
public UpdatesFromSSE getUpdatesFromSSE()
-
setUpdatesFromSSE
public void setUpdatesFromSSE(UpdatesFromSSE updatesFromSSE)
-
-