| Package | Description |
|---|---|
| io.hyperfoil.api.statistics |
| Modifier and Type | Class and Description |
|---|---|
class |
IntValue |
class |
LongValue |
| Modifier and Type | Field and Description |
|---|---|
Map<Object,CustomValue> |
StatisticsSnapshot.custom |
| Modifier and Type | Method and Description |
|---|---|
<T extends CustomValue> |
Statistics.getCustom(long timestamp,
Object key,
Supplier<T> identitySupplier) |
| Modifier and Type | Method and Description |
|---|---|
CustomValue |
CustomValue.clone() |
CustomValue |
LongValue.clone() |
CustomValue |
IntValue.clone() |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomValue.add(CustomValue other) |
void |
LongValue.add(CustomValue other) |
void |
IntValue.add(CustomValue other) |
void |
CustomValue.substract(CustomValue other) |
void |
LongValue.substract(CustomValue other) |
void |
IntValue.substract(CustomValue other) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.