Uses of Class
org.apache.ignite.internal.IgniteKernal
-
Packages that use IgniteKernal Package Description org.apache.ignite.internal Contains main implementation.org.apache.ignite.internal.managers TODO. -
-
Uses of IgniteKernal in org.apache.ignite.internal
Methods in org.apache.ignite.internal that return IgniteKernal Modifier and Type Method Description static IgniteKernalIgnitionEx. gridx(@Nullable String name)Gets grid instance without waiting its initialization.static IgniteKernalIgnitionEx. gridxx(UUID locNodeId)Gets grid instance without waiting its initialization and not throwing any exception.static IgniteKernalIgnitionEx. localIgnite()Gets a name of the grid from thread local config, which is owner of current thread.Constructors in org.apache.ignite.internal with parameters of type IgniteKernal Constructor Description IgniteMXBeanImpl(IgniteKernal kernal) -
Uses of IgniteKernal in org.apache.ignite.internal.managers
Constructors in org.apache.ignite.internal.managers with parameters of type IgniteKernal Constructor Description IgniteMBeansManager(IgniteKernal kernal)
-