Package com.opencloud.sentinel.config
Interface ActivityTestConfiguration
-
public interface ActivityTestConfiguration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetActivityTestInvokeTimeout()doublegetChargingPeriodMultiple()longgetChargingPeriodOffset()longgetFixedDuration()longgetRandomPeriod()ActivityTestTimerModegetTimerMode()
-
-
-
Method Detail
-
getTimerMode
ActivityTestTimerMode getTimerMode()
-
getFixedDuration
long getFixedDuration()
-
getChargingPeriodMultiple
double getChargingPeriodMultiple()
-
getChargingPeriodOffset
long getChargingPeriodOffset()
-
getActivityTestInvokeTimeout
long getActivityTestInvokeTimeout()
-
getRandomPeriod
long getRandomPeriod()
-
-