Uses of Class
org.apache.ignite.platform.PlatformType
-
Packages that use PlatformType Package Description org.apache.ignite.platform -
-
Uses of PlatformType in org.apache.ignite.platform
Methods in org.apache.ignite.platform that return PlatformType Modifier and Type Method Description static PlatformTypePlatformType. valueOf(String name)Returns the enum constant of this type with the specified name.static PlatformType[]PlatformType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-