Package io.ably.lib.types
Class Stats.ResourceCount
java.lang.Object
io.ably.lib.types.Stats.ResourceCount
- Enclosing class:
- Stats
public static class Stats.ResourceCount
extends java.lang.Object
Contains the aggregate data for usage of a resource in a specific scope.
-
Field Summary
Fields Modifier and Type Field Description doublemeanThe average number of resources of this type used for this period.doubleminThe minimum total resources of this type used for this period.doubleopenedThe total number of resources opened of this type.doublepeakThe peak number of resources of this type used for this period.doublerefusedThe number of resource requests refused within this period. -
Constructor Summary
Constructors Constructor Description ResourceCount() -
Method Summary
-
Field Details
-
opened
public double openedThe total number of resources opened of this type.Spec: TS9a
-
peak
public double peakThe peak number of resources of this type used for this period.Spec: TS9b
-
mean
public double meanThe average number of resources of this type used for this period.Spec: TS9c
-
min
public double minThe minimum total resources of this type used for this period.Spec: TS9d
-
refused
public double refusedThe number of resource requests refused within this period.Spec: TS9e
-
-
Constructor Details
-
ResourceCount
public ResourceCount()
-