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
-
get_lastSynchronization
public LastSynchronization get_lastSynchronization()
-
set_lastSynchronization
public void set_lastSynchronization(LastSynchronization _lastSynchronization)
-
get_methodLatencies
public MethodLatencies get_methodLatencies()
-
set_methodLatencies
public void set_methodLatencies(MethodLatencies _methodLatencies)
-
get_methodExceptions
public MethodExceptions get_methodExceptions()
-
set_methodExceptions
public void set_methodExceptions(MethodExceptions _methodExceptions)
-
get_httpErrors
public HTTPErrors get_httpErrors()
-
set_httpErrors
public void set_httpErrors(HTTPErrors _httpErrors)
-
get_httpLatencies
public HTTPLatencies get_httpLatencies()
-
set_httpLatencies
public void set_httpLatencies(HTTPLatencies _httpLatencies)
-
get_tokenRefreshes
public long get_tokenRefreshes()
-
set_tokenRefreshes
public void set_tokenRefreshes(long _tokenRefreshes)
-
get_authRejections
public long get_authRejections()
-
set_authRejections
public void set_authRejections(long _authRejections)
-
get_impressionsQueued
public long get_impressionsQueued()
-
set_impressionsQueued
public void set_impressionsQueued(long _impressionsQueued)
-
get_impressionsDeduped
public long get_impressionsDeduped()
-
set_impressionsDeduped
public void set_impressionsDeduped(long _impressionsDeduped)
-
get_impressionsDropped
public long get_impressionsDropped()
-
set_impressionsDropped
public void set_impressionsDropped(long _impressionsDropped)
-
get_splitCount
public long get_splitCount()
-
set_splitCount
public void set_splitCount(long _splitCount)
-
get_segmentCount
public long get_segmentCount()
-
set_segmentCount
public void set_segmentCount(long _segmentCount)
-
get_segmentKeyCount
public long get_segmentKeyCount()
-
set_segmentKeyCount
public void set_segmentKeyCount(long _segmentKeyCount)
-
get_sessionLengthMs
public long get_sessionLengthMs()
-
set_sessionLengthMs
public void set_sessionLengthMs(long _sessionLengthMs)
-
get_eventsQueued
public long get_eventsQueued()
-
set_eventsQueued
public void set_eventsQueued(long _eventsQueued)
-
get_eventsDropped
public long get_eventsDropped()
-
set_eventsDropped
public void set_eventsDropped(long _eventsDropped)
-
get_streamingEvents
public List<StreamingEvent> get_streamingEvents()
-
set_streamingEvents
public void set_streamingEvents(List<StreamingEvent> _streamingEvents)
-
-