Uses of Class
org.apache.ignite.internal.management.SystemViewTask.SimpleType
-
Packages that use SystemViewTask.SimpleType Package Description org.apache.ignite.internal.management -
-
Uses of SystemViewTask.SimpleType in org.apache.ignite.internal.management
Methods in org.apache.ignite.internal.management that return SystemViewTask.SimpleType Modifier and Type Method Description static SystemViewTask.SimpleTypeSystemViewTask.SimpleType. valueOf(String name)Returns the enum constant of this type with the specified name.static SystemViewTask.SimpleType[]SystemViewTask.SimpleType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.ignite.internal.management that return types with arguments of type SystemViewTask.SimpleType Modifier and Type Method Description List<SystemViewTask.SimpleType>SystemViewTaskResult. types()
-