Uses of Class
com.opencloud.sentinel.config.ActivityTestTimerMode
-
Packages that use ActivityTestTimerMode Package Description com.opencloud.sentinel.config The Sentinel platform configuration and Reader interfaces that features use to access platform configuration. -
-
Uses of ActivityTestTimerMode in com.opencloud.sentinel.config
Methods in com.opencloud.sentinel.config that return ActivityTestTimerMode Modifier and Type Method Description ActivityTestTimerMode
ActivityTestConfiguration. getTimerMode()
static ActivityTestTimerMode
ActivityTestTimerMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ActivityTestTimerMode[]
ActivityTestTimerMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-