public class AnalyticsStatistics extends Statistics
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
AnalyticsStatistics() |
| Modifier and Type | Method and Description |
|---|---|
Statistic |
getAlias() |
Statistic |
getDropped()
Get the amount of messages that were dropped because
the queue was too high
|
Statistic |
getFailed() |
Statistic |
getFlushAttempts() |
Statistic |
getIdentifies()
Returns the statistic representing how many
Analytics.identify(String, com.github.segmentio.models.Traits)
calls happened |
Statistic |
getInserted() |
Statistic |
getQueued() |
Statistic |
getRequestTime() |
Statistic |
getSuccessful() |
Statistic |
getTracks() |
void |
updateAlias(double val) |
void |
updateDropped(double val) |
void |
updateFailed(double val) |
void |
updateFlushAttempts(double val) |
void |
updateIdentifies(double val) |
void |
updateInserted(double val) |
void |
updateQueued(double val) |
void |
updateRequestTime(double val) |
void |
updateSuccessful(double val) |
void |
updateTracks(double val) |
ensure, toString, updateclear, contains, containsKey, containsValue, elements, entrySet, get, isEmpty, keys, keySet, put, putAll, putIfAbsent, remove, remove, replace, replace, size, valuesclone, equals, hashCodepublic Statistic getIdentifies()
Analytics.identify(String, com.github.segmentio.models.Traits)
calls happenedpublic void updateIdentifies(double val)
public Statistic getTracks()
public void updateTracks(double val)
public Statistic getAlias()
public void updateAlias(double val)
public Statistic getInserted()
public void updateInserted(double val)
public Statistic getQueued()
public void updateQueued(double val)
public Statistic getDropped()
public void updateDropped(double val)
public Statistic getFlushAttempts()
public void updateFlushAttempts(double val)
public Statistic getRequestTime()
public void updateRequestTime(double val)
public Statistic getSuccessful()
public void updateSuccessful(double val)
public Statistic getFailed()
public void updateFailed(double val)
Copyright © 2014. All Rights Reserved.