类 OccupyTimeoutProperty

java.lang.Object
com.alibaba.csp.sentinel.node.OccupyTimeoutProperty

public class OccupyTimeoutProperty extends Object
从以下版本开始:
1.5.0
作者:
jialiang.linjl, Carpenter Lee
  • 构造器详细资料

    • OccupyTimeoutProperty

      public OccupyTimeoutProperty()
  • 方法详细资料

    • register2Property

      public static void register2Property(SentinelProperty<Integer> property)
    • getOccupyTimeout

      public static int getOccupyTimeout()
    • updateTimeout

      public static void updateTimeout(int newInterval)
      Update the timeout value.
      Note that the time out should never greeter than IntervalProperty.INTERVAL, or it will be ignored.
      参数:
      newInterval - new value.