Uses of Class
org.apache.storm.container.cgroup.core.FreezerCore.State
-
Packages that use FreezerCore.State Package Description org.apache.storm.container.cgroup.core -
-
Uses of FreezerCore.State in org.apache.storm.container.cgroup.core
Methods in org.apache.storm.container.cgroup.core that return FreezerCore.State Modifier and Type Method Description FreezerCore.State
FreezerCore. getState()
static FreezerCore.State
FreezerCore.State. getStateValue(String state)
static FreezerCore.State
FreezerCore.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static FreezerCore.State[]
FreezerCore.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.storm.container.cgroup.core with parameters of type FreezerCore.State Modifier and Type Method Description void
FreezerCore. setState(FreezerCore.State state)
-