Uses of Class
org.apache.ignite.internal.cluster.ClusterGroupAdapter
-
Packages that use ClusterGroupAdapter Package Description org.apache.ignite.internal Contains main implementation.org.apache.ignite.internal.cluster org.apache.ignite.internal.executor Contains grid executor service implementation. -
-
Uses of ClusterGroupAdapter in org.apache.ignite.internal
Constructors in org.apache.ignite.internal with parameters of type ClusterGroupAdapter Constructor Description IgniteComputeImpl(GridKernalContext ctx, ClusterGroupAdapter prj)IgniteEventsImpl(GridKernalContext ctx, ClusterGroupAdapter prj, boolean async)IgniteMessagingImpl(GridKernalContext ctx, ClusterGroupAdapter prj, boolean async)IgniteServicesImpl(GridKernalContext ctx, ClusterGroupAdapter prj, boolean async) -
Uses of ClusterGroupAdapter in org.apache.ignite.internal.cluster
Subclasses of ClusterGroupAdapter in org.apache.ignite.internal.cluster Modifier and Type Class Description classIgniteClusterImpl -
Uses of ClusterGroupAdapter in org.apache.ignite.internal.executor
Constructors in org.apache.ignite.internal.executor with parameters of type ClusterGroupAdapter Constructor Description GridExecutorService(ClusterGroupAdapter prj, GridKernalContext ctx)Creates executor service.
-