Uses of Class
dev.failsafe.internal.TimedCircuitStats.Bucket
Packages that use TimedCircuitStats.Bucket
-
Uses of TimedCircuitStats.Bucket in dev.failsafe.internal
Fields in dev.failsafe.internal declared as TimedCircuitStats.BucketModifier and TypeFieldDescription(package private) final TimedCircuitStats.Bucket[]
TimedCircuitStats.buckets
Methods in dev.failsafe.internal that return TimedCircuitStats.BucketModifier and TypeMethodDescription(package private) TimedCircuitStats.Bucket
TimedCircuitStats.getCurrentBucket()
Returns the current bucket based on the current time, moving the internal storage to the current bucket if necessary, resetting bucket stats along the way.Methods in dev.failsafe.internal with parameters of type TimedCircuitStats.BucketModifier and TypeMethodDescription(package private) void
TimedCircuitStats.Stat.add
(TimedCircuitStats.Bucket bucket) (package private) void
TimedCircuitStats.Bucket.copyFrom
(TimedCircuitStats.Bucket other) (package private) void
TimedCircuitStats.Stat.remove
(TimedCircuitStats.Bucket bucket)