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