Uses of Interface
org.apache.ignite.IgniteCluster
-
Packages that use IgniteCluster Package Description org.apache.ignite Contains entry-point Ignite & HPC APIs.org.apache.ignite.internal.cluster -
-
Uses of IgniteCluster in org.apache.ignite
Methods in org.apache.ignite that return IgniteCluster Modifier and Type Method Description IgniteClusterIgnite. cluster()Gets an instance ofIgniteClusterinterface.IgniteClusterIgniteCluster. withAsync()Deprecated. -
Uses of IgniteCluster in org.apache.ignite.internal.cluster
Subinterfaces of IgniteCluster in org.apache.ignite.internal.cluster Modifier and Type Interface Description interfaceIgniteClusterExClasses in org.apache.ignite.internal.cluster that implement IgniteCluster Modifier and Type Class Description classIgniteClusterAsyncImplclassIgniteClusterImplMethods in org.apache.ignite.internal.cluster that return IgniteCluster Modifier and Type Method Description IgniteClusterIgniteClusterImpl. withAsync()Gets instance of this component with asynchronous mode enabled.
-