Class BaseParameters


  • public final class BaseParameters
    extends java.lang.Object
    This holds all the parameters. All fields are public for easier json ser/de without all the getters and setters.
    • Field Detail

      • CLUSTER_LIMIT_FLAG

        public static final java.lang.String CLUSTER_LIMIT_FLAG
        See Also:
        Constant Field Values
      • CLUSTER_START_DELAY_FLAG

        public static final java.lang.String CLUSTER_START_DELAY_FLAG
        See Also:
        Constant Field Values
      • DISTRIBUTED_FLAG

        public static final java.lang.String DISTRIBUTED_FLAG
        See Also:
        Constant Field Values
      • AGENT_OUTPUT_PATH

        public static final java.lang.String AGENT_OUTPUT_PATH
        See Also:
        Constant Field Values
      • mCluster

        public boolean mCluster
      • mClusterLimit

        public int mClusterLimit
      • mClusterStartDelay

        public java.lang.String mClusterStartDelay
      • mJavaOpts

        public java.util.List<java.lang.String> mJavaOpts
      • mProfileAgent

        public java.lang.String mProfileAgent
      • mBenchTimeout

        public java.lang.String mBenchTimeout
      • mId

        public java.lang.String mId
      • mDistributed

        public boolean mDistributed
      • mStartMs

        public long mStartMs
      • mInProcess

        public boolean mInProcess
      • mHelp

        public boolean mHelp
    • Constructor Detail

      • BaseParameters

        public BaseParameters()