Uses of Class
org.apache.flink.runtime.rest.messages.FlameGraphTypeQueryParameter.Type
-
Packages that use FlameGraphTypeQueryParameter.Type Package Description org.apache.flink.runtime.rest.messages -
-
Uses of FlameGraphTypeQueryParameter.Type in org.apache.flink.runtime.rest.messages
Methods in org.apache.flink.runtime.rest.messages that return FlameGraphTypeQueryParameter.Type Modifier and Type Method Description FlameGraphTypeQueryParameter.TypeFlameGraphTypeQueryParameter. convertStringToValue(String value)static FlameGraphTypeQueryParameter.TypeFlameGraphTypeQueryParameter.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static FlameGraphTypeQueryParameter.Type[]FlameGraphTypeQueryParameter.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.runtime.rest.messages with parameters of type FlameGraphTypeQueryParameter.Type Modifier and Type Method Description StringFlameGraphTypeQueryParameter. convertValueToString(FlameGraphTypeQueryParameter.Type value)
-