Class LoadTestTool

java.lang.Object
io.datarouter.loadtest.util.LoadTestTool

public class LoadTestTool
extends Object
  • Constructor Details

  • Method Details

    • makeRandomIdBatch

      public static List<Integer> makeRandomIdBatch​(int totalRows, int maxId, int targetBatchSize, int batchId)
    • makePredictableIdBatch

      public static List<Integer> makePredictableIdBatch​(int totalRows, int targetBatchSize, int batchId)
    • adjustedBatchSize

      public static int adjustedBatchSize​(int totalRows, int targetBatchSize, int batchId)
    • numBatches

      public static int numBatches​(int totalRows, int targetBatchSize)