Uses of Class
com.comphenix.protocol.timing.OnlineComputation
Packages that use OnlineComputation
-
Uses of OnlineComputation in com.comphenix.protocol.timing
Subclasses of OnlineComputation in com.comphenix.protocol.timingModifier and TypeClassDescriptionclassRepresents an online algortihm of computing histograms over time.classRepresents an online algortihm for computing the mean and standard deviation without storing every value.Methods in com.comphenix.protocol.timing that return OnlineComputationModifier and TypeMethodDescriptionabstract OnlineComputationOnlineComputation.copy()Construct a copy of the current online computation.static OnlineComputationOnlineComputation.synchronizedComputation(OnlineComputation computation)Retrieve a wrapper for another online computation that is synchronized.Methods in com.comphenix.protocol.timing with parameters of type OnlineComputationModifier and TypeMethodDescriptionstatic OnlineComputationOnlineComputation.synchronizedComputation(OnlineComputation computation)Retrieve a wrapper for another online computation that is synchronized.