Uses of Class
org.apache.ignite.IgniteIllegalStateException
-
Packages that use IgniteIllegalStateException Package Description org.apache.ignite Contains entry-point Ignite & HPC APIs.org.apache.ignite.internal Contains main implementation. -
-
Uses of IgniteIllegalStateException in org.apache.ignite
Methods in org.apache.ignite that throw IgniteIllegalStateException Modifier and Type Method Description static IgniteIgnition. ignite()Gets an instance of default no-name grid.static IgniteIgnition. ignite(@Nullable String name)Gets a named Ignite instance.static IgniteIgnition. ignite(UUID locNodeId)Gets a grid instance for given local node ID.static IgniteIgnition. localIgnite()This method is used to address a localIgniteinstance, principally from closure. -
Uses of IgniteIllegalStateException in org.apache.ignite.internal
Methods in org.apache.ignite.internal that throw IgniteIllegalStateException Modifier and Type Method Description static IgniteIgnitionEx. grid()Gets an instance of default no-name grid.static IgniteIgnitionEx. grid(@Nullable String name)Gets an named grid instance.static IgniteIgnitionEx. grid(UUID locNodeId)Gets a grid instance for given local node ID.voidGridKernalGatewayImpl. readLock()Should be called on entering every kernal related call originated directly or indirectly via public API.
-