Uses of Enum Class
com.loomcache.server.metrics.OperationsTracker.TimeWindow
Packages that use OperationsTracker.TimeWindow
-
Uses of OperationsTracker.TimeWindow in com.loomcache.server.metrics
Subclasses with type arguments of type OperationsTracker.TimeWindow in com.loomcache.server.metricsModifier and TypeClassDescriptionstatic enumSliding window time ranges.Methods in com.loomcache.server.metrics that return OperationsTracker.TimeWindowModifier and TypeMethodDescriptionstatic OperationsTracker.TimeWindowReturns the enum constant of this class with the specified name.static OperationsTracker.TimeWindow[]OperationsTracker.TimeWindow.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.loomcache.server.metrics with parameters of type OperationsTracker.TimeWindowModifier and TypeMethodDescriptiondoubleOperationsTracker.getErrorRate(OperationsTracker.TimeWindow window) Get error rate for a time window (0.0 to 1.0).OperationsTracker.getLatencyPercentiles(OperationsTracker.TimeWindow window) Get latency percentiles for a time window.OperationsTracker.getOperationCountsByType(OperationsTracker.TimeWindow window) Get operation count by type for a time window.OperationsTracker.getOperations(OperationsTracker.TimeWindow window) Get all operations within a time window.doubleOperationsTracker.getThroughput(OperationsTracker.TimeWindow window) Get throughput for a time window in operations per second.