public class AnalyticsStatistics extends Statistics
ConcurrentHashMap.KeySetView<K,V>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 |
getGroup() |
Statistic |
getIdentifies()
Returns the statistic representing how many
Analytics.identify(String, com.github.segmentio.models.Traits)
calls happened |
Statistic |
getInserted() |
Statistic |
getPage() |
Statistic |
getQueued() |
Statistic |
getRequestTime() |
Statistic |
getScreen() |
Statistic |
getSuccessful() |
Statistic |
getTracks() |
void |
updateAlias(double val) |
void |
updateDropped(double val) |
void |
updateFailed(double val) |
void |
updateFlushAttempts(double val) |
void |
updateGroup(double val) |
void |
updateIdentifies(double val) |
void |
updateInserted(double val) |
void |
updatePage(double val) |
void |
updateQueued(double val) |
void |
updateRequestTime(double val) |
void |
updateScreen(double val) |
void |
updateSuccessful(double val) |
void |
updateTracks(double val) |
ensure, toString, updateclear, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, forEach, forEach, forEachEntry, forEachEntry, forEachKey, forEachKey, forEachValue, forEachValue, get, getOrDefault, hashCode, isEmpty, keys, keySet, keySet, mappingCount, merge, newKeySet, newKeySet, put, putAll, putIfAbsent, reduce, reduceEntries, reduceEntries, reduceEntriesToDouble, reduceEntriesToInt, reduceEntriesToLong, reduceKeys, reduceKeys, reduceKeysToDouble, reduceKeysToInt, reduceKeysToLong, reduceToDouble, reduceToInt, reduceToLong, reduceValues, reduceValues, reduceValuesToDouble, reduceValuesToInt, reduceValuesToLong, remove, remove, replace, replace, replaceAll, search, searchEntries, searchKeys, searchValues, size, valuesclonepublic 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 getGroup()
public void updateGroup(double val)
public Statistic getPage()
public void updatePage(double val)
public Statistic getScreen()
public void updateScreen(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 © 2015. All Rights Reserved.