Class TextSourceBenchmark.Data

java.lang.Object
org.apache.beam.sdk.jmh.io.TextSourceBenchmark.Data
Enclosing class:
TextSourceBenchmark

public static class TextSourceBenchmark.Data extends Object
  • Field Details

    • path

      public Path path
    • pathString

      public String pathString
    • length

      public int length
  • Constructor Details

    • Data

      public Data()
  • Method Details

    • createFile

      public void createFile() throws Exception
      Generates a random file with NUM_LINES between 60 and 120 characters each.
      Throws:
      Exception
    • deleteFile

      public void deleteFile() throws Exception
      Throws:
      Exception