Uses of Class
org.apache.ignite.IgniteIllegalStateException
-
Packages that use IgniteIllegalStateException Package Description org.apache.ignite Contains entry-point Ignite & HPC APIs. -
-
Uses of IgniteIllegalStateException in org.apache.ignite
Methods in org.apache.ignite that throw IgniteIllegalStateException Modifier and Type Method Description static Ignite
Ignition. ignite()
Gets an instance of default no-name grid.static Ignite
Ignition. ignite(@Nullable String name)
Gets a named Ignite instance.static Ignite
Ignition. ignite(UUID locNodeId)
Gets a grid instance for given local node ID.static Ignite
Ignition. localIgnite()
This method is used to address a localIgnite
instance, principally from closure.
-