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.cdc
Methods in org.apache.ignite.cdc that return PlatformType Modifier and Type Method Description PlatformType
TypeMapping. platformType()
-
Uses of PlatformType in org.apache.ignite.client
Methods in org.apache.ignite.client that return PlatformType Modifier and Type Method Description PlatformType
ClientServiceDescriptor. platformType()
Gets platform type. -
Uses of PlatformType in org.apache.ignite.platform
Methods in org.apache.ignite.platform that return PlatformType Modifier and Type Method Description static PlatformType
PlatformType. 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.
-