Package org.infinispan.commons.stat
Interface DistributionSummaryTracker
public interface DistributionSummaryTracker
Track the sample distribution of events.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
record
(double amount) Updates the statistics kept by the summary with the specified amount.
-
Method Details
-
record
void record(double amount) Updates the statistics kept by the summary with the specified amount.- Parameters:
amount
- Amount for an event being tracked.
-