Package org.infinispan.commons.stat
Interface DistributionSummaryTracker
- All Known Implementing Classes:
MicrometerDistributionSummary
public interface DistributionSummaryTracker
Track the sample distribution of events.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
record
(double amount) Updates the statistics kept by the summary with the specified amount.
-
Field Details
-
NO_OP
-
-
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.
-