Uses of Class
com.comphenix.protocol.timing.StatisticsStream
Packages that use StatisticsStream
-
Uses of StatisticsStream in com.comphenix.protocol.timing
Fields in com.comphenix.protocol.timing declared as StatisticsStreamModifier and TypeFieldDescriptionprotected StatisticsStreamHistogramStream.currentThe current statistics stream we are updating.Fields in com.comphenix.protocol.timing with type parameters of type StatisticsStreamModifier and TypeFieldDescriptionprotected List<StatisticsStream>HistogramStream.binsEach bin in the histogram, indexed by time.Methods in com.comphenix.protocol.timing that return StatisticsStreamModifier and TypeMethodDescriptionStatisticsStream.add(StatisticsStream other)Combine the two statistics.StatisticsStream.copy()HistogramStream.getTotal()Retrieve the total statistics of every bin in the histogram.Methods in com.comphenix.protocol.timing that return types with arguments of type StatisticsStreamModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<StatisticsStream>HistogramStream.getBins()Retrieve an immutable view of every bin in the histogram.TimedTracker.getStatistics()Retrieve an map (indexed by packet type) of all relevant statistics.Methods in com.comphenix.protocol.timing with parameters of type StatisticsStreamModifier and TypeMethodDescriptionStatisticsStream.add(StatisticsStream other)Combine the two statistics.Constructors in com.comphenix.protocol.timing with parameters of type StatisticsStreamModifierConstructorDescriptionprotectedHistogramStream(List<StatisticsStream> bins, StatisticsStream current, int binWidth)Construct a new histogram stream.StatisticsStream(StatisticsStream other)Construct a copy of the given stream.Constructor parameters in com.comphenix.protocol.timing with type arguments of type StatisticsStreamModifierConstructorDescriptionprotectedHistogramStream(List<StatisticsStream> bins, StatisticsStream current, int binWidth)Construct a new histogram stream.