Package io.hyperfoil.api.session
Interface ThreadData.SharedCounter
-
- Enclosing interface:
- ThreadData
public static interface ThreadData.SharedCounterCounter shared by multiple sessions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longapply(java.util.function.LongBinaryOperator operator, long value)longget()longset(long value)
-