Package io.hyperfoil.api.statistics
Interface StatsExtension
- All Superinterfaces:
Cloneable,Serializable
- All Known Implementing Classes:
Counters
-
Method Summary
Modifier and TypeMethodDescriptionvoidadd(StatsExtension other) clone()String[]headers()booleanisNull()static voidvoidreset()voidsubtract(StatsExtension other)
-
Method Details
-
registerSubtypes
static void registerSubtypes() -
isNull
boolean isNull() -
add
-
subtract
-
reset
void reset() -
clone
StatsExtension clone() -
headers
String[] headers() -
byHeader
-