Class Clear

java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.stateful.Clear
All Implemented Interfaces:
Function<Object,Object>

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