public static class Stats.ResourceCount
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
double |
mean
The average number of resources of this type used for this period.
|
double |
min
The minimum total resources of this type used for this period.
|
double |
opened
The total number of resources opened of this type.
|
double |
peak
The peak number of resources of this type used for this period.
|
double |
refused
The number of resource requests refused within this period.
|
| Constructor and Description |
|---|
ResourceCount() |
public double opened
Spec: TS9a
public double peak
Spec: TS9b
public double mean
Spec: TS9c
public double min
Spec: TS9d
public double refused
Spec: TS9e