Uses of Class
org.apache.ignite.platform.PlatformType
- 
Packages that use PlatformType Package Description org.apache.ignite.cdc org.apache.ignite.client Contains Ignite Thin Client API classes.org.apache.ignite.platform Contains platform-related classes.
- 
- 
Uses of PlatformType in org.apache.ignite.cdcMethods in org.apache.ignite.cdc that return PlatformType Modifier and Type Method Description PlatformTypeTypeMapping. platformType()
- 
Uses of PlatformType in org.apache.ignite.clientMethods in org.apache.ignite.client that return PlatformType Modifier and Type Method Description PlatformTypeClientServiceDescriptor. platformType()Gets platform type.
- 
Uses of PlatformType in org.apache.ignite.platformMethods 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.
 
-