Class PerSegmentTimeoutConfig

java.lang.Object
org.apache.druid.server.broker.PerSegmentTimeoutConfig

public class PerSegmentTimeoutConfig extends Object
Per-datasource configuration for per-segment timeout on the broker. Used within BrokerDynamicConfig.getPerSegmentTimeoutConfig().
  • Constructor Details

    • PerSegmentTimeoutConfig

      public PerSegmentTimeoutConfig(long perSegmentTimeoutMs, @Nullable Boolean monitorOnly)
  • Method Details

    • getPerSegmentTimeoutMs

      public long getPerSegmentTimeoutMs()
    • isMonitorOnly

      public boolean isMonitorOnly()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object