Class Clear

java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.stateful.from_long.Clear
All Implemented Interfaces:
LongUnaryOperator

public class Clear extends Object implements 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

      public Clear(String... names)
      Clear the specified names from the per-thread map.
      Parameters:
      names - The names to be removed from the map.
  • Method Details