Uses of Class
com.opencloud.sentinel.feature.ExecutionPhase
-
Packages that use ExecutionPhase Package Description com.opencloud.sentinel.feature The API for Sentinel features. -
-
Uses of ExecutionPhase in com.opencloud.sentinel.feature
Methods in com.opencloud.sentinel.feature that return ExecutionPhase Modifier and Type Method Description static ExecutionPhase
ExecutionPhase. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ExecutionPhase[]
ExecutionPhase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-