Package io.ably.lib.types
Class Stats.ResourceCount
java.lang.Object
io.ably.lib.types.Stats.ResourceCount
- Enclosing class:
- Stats
Contains the aggregate data for usage of a resource in a specific scope.
-
Field Summary
FieldsModifier and TypeFieldDescriptiondouble
The average number of resources of this type used for this period.double
The minimum total resources of this type used for this period.double
The total number of resources opened of this type.double
The peak number of resources of this type used for this period.double
The number of resource requests refused within this period. -
Constructor Summary
Constructors -
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()
-