Uses of Class
dev.failsafe.internal.TimedCircuitStats.Bucket
-
Packages that use TimedCircuitStats.Bucket Package Description dev.failsafe.internal -
-
Uses of TimedCircuitStats.Bucket in dev.failsafe.internal
Fields in dev.failsafe.internal declared as TimedCircuitStats.Bucket Modifier and Type Field Description (package private) TimedCircuitStats.Bucket[]TimedCircuitStats. bucketsMethods in dev.failsafe.internal that return TimedCircuitStats.Bucket Modifier and Type Method Description (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.Bucket Modifier and Type Method Description (package private) voidTimedCircuitStats.Stat. add(TimedCircuitStats.Bucket bucket)(package private) voidTimedCircuitStats.Bucket. copyFrom(TimedCircuitStats.Bucket other)(package private) voidTimedCircuitStats.Stat. remove(TimedCircuitStats.Bucket bucket)
-