Class RandomValue

java.lang.Object
io.datarouter.model.databean.BaseDatabean<RandomValueKey,​RandomValue>
io.datarouter.loadtest.storage.RandomValue
All Implemented Interfaces:
io.datarouter.model.databean.Databean<RandomValueKey,​RandomValue>, Comparable<io.datarouter.model.databean.Databean<?,​?>>

public class RandomValue
extends io.datarouter.model.databean.BaseDatabean<RandomValueKey,​RandomValue>
  • Field Details

    • RANDOM

      public static final Random RANDOM
    • VALUES

      public static final List<String> VALUES
  • Constructor Details

    • RandomValue

      public RandomValue()
    • RandomValue

      public RandomValue​(Integer keyInt)
  • Method Details