Interface BenchmarkOptions

  • All Superinterfaces:
    org.opennms.nephron.CortexOptions, FlowGenOptions, org.apache.beam.sdk.transforms.display.HasDisplayData, org.opennms.nephron.NephronOptions, org.apache.beam.sdk.options.PipelineOptions

    public interface BenchmarkOptions
    extends FlowGenOptions
    • Method Detail

      • getMaxInputIdleSecs

        @Integer(15)
        Integer getMaxInputIdleSecs()
      • setMaxInputIdleSecs

        void setMaxInputIdleSecs​(Integer num)
      • getMaxRunSecs

        @Integer(120)
        Integer getMaxRunSecs()
      • setMaxRunSecs

        void setMaxRunSecs​(Integer num)
      • getSleepBetweenRunsMs

        @Long(0L)
        long getSleepBetweenRunsMs()
      • setSleepBetweenRunsMs

        void setSleepBetweenRunsMs​(long value)