Class Clear
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.stateful.from_long.Clear
- All Implemented Interfaces:
LongUnaryOperator
Clears the per-thread map which is used by the Expr function.
-
Constructor Details
-
Clear
public Clear()Clear all named entries from the per-thread map. -
Clear
Clear the specified names from the per-thread map.- Parameters:
names- The names to be removed from the map.
-
-
Method Details
-
applyAsLong
public long applyAsLong(long operand) - Specified by:
applyAsLongin interfaceLongUnaryOperator
-