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