Class ThroughputConfig


  • public class ThroughputConfig
    extends java.lang.Object
    The throughput configuration.
    • Constructor Detail

      • ThroughputConfig

        public ThroughputConfig()
    • Method Detail

      • getThroughputCap

        public ThroughputCap getThroughputCap()
        Get throughputCap
        Returns:
        throughputCap
      • setThroughputCap

        public void setThroughputCap​(ThroughputCap throughputCap)
      • getThroughputUnit

        public ThroughputUnit getThroughputUnit()
        Get throughputUnit
        Returns:
        throughputUnit
      • setThroughputUnit

        public void setThroughputUnit​(ThroughputUnit throughputUnit)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object