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.ObjectContains 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()
-
-
-
Field Detail
-
opened
public double opened
The total number of resources opened of this type.Spec: TS9a
-
peak
public double peak
The peak number of resources of this type used for this period.Spec: TS9b
-
mean
public double mean
The average number of resources of this type used for this period.Spec: TS9c
-
min
public double min
The minimum total resources of this type used for this period.Spec: TS9d
-
refused
public double refused
The number of resource requests refused within this period.Spec: TS9e
-
-