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.bucketsMethods in dev.failsafe.internal that return TimedCircuitStats.BucketModifier and TypeMethodDescription(package private) TimedCircuitStats.BucketTimedCircuitStats.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) voidTimedCircuitStats.Stat.add(TimedCircuitStats.Bucket bucket) (package private) voidTimedCircuitStats.Bucket.copyFrom(TimedCircuitStats.Bucket other) (package private) voidTimedCircuitStats.Stat.remove(TimedCircuitStats.Bucket bucket)