| Package | Description |
|---|---|
| org.argeo.util |
Generic Java utilities.
|
| Modifier and Type | Method and Description |
|---|---|
Throughput.Unit |
Throughput.getUnit() |
static Throughput.Unit |
Throughput.Unit.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Throughput.Unit[] |
Throughput.Unit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Throughput(java.lang.Double value,
Throughput.Unit unit) |
Throughput(java.lang.Long periodMs,
java.lang.Long count,
Throughput.Unit unit) |
Copyright © 2007–2020. All rights reserved.