Class RepeatList

java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.repeaters.RepeatList
All Implemented Interfaces:
Function<List,List>

public class RepeatList extends Object implements Function<List,List>
Repeat the incoming list into a new list, filling it to the given size.
  • Constructor Details

    • RepeatList

      public RepeatList(int size)
      Create a list repeater to build up a list from a smaller list.
      Parameters:
      size - - the total size of the new list
  • Method Details