Uses of Interface
org.apache.ignite.IgniteServices
-
Packages that use IgniteServices Package Description org.apache.ignite Contains entry-point Ignite & HPC APIs.org.apache.ignite.internal Contains main implementation.org.apache.ignite.internal.cluster org.apache.ignite.internal.processors.platform.services -
-
Uses of IgniteServices in org.apache.ignite
Methods in org.apache.ignite that return IgniteServices Modifier and Type Method Description IgniteServicesIgnite. services()Getsservicesfacade over all cluster nodes started in server mode.IgniteServicesIgnite. services(ClusterGroup grp)Getsservicesfacade over nodes within the cluster group.IgniteServicesIgniteServices. withAsync()Deprecated. -
Uses of IgniteServices in org.apache.ignite.internal
Subinterfaces of IgniteServices in org.apache.ignite.internal Modifier and Type Interface Description interfaceIgniteServicesExExtended interface that provides additional internal methods for managing services.Classes in org.apache.ignite.internal that implement IgniteServices Modifier and Type Class Description classIgniteServicesImplIgniteServicesimplementation.Methods in org.apache.ignite.internal that return IgniteServices Modifier and Type Method Description IgniteServicesIgniteKernal. services()Getsservicesfacade over all cluster nodes started in server mode.IgniteServicesIgniteKernal. services(ClusterGroup grp)Getsservicesfacade over nodes within the cluster group.IgniteServicesIgniteServicesImpl. withAsync()Gets instance of this component with asynchronous mode enabled. -
Uses of IgniteServices in org.apache.ignite.internal.cluster
Methods in org.apache.ignite.internal.cluster that return IgniteServices Modifier and Type Method Description IgniteServicesClusterGroupAdapter. services() -
Uses of IgniteServices in org.apache.ignite.internal.processors.platform.services
Constructors in org.apache.ignite.internal.processors.platform.services with parameters of type IgniteServices Constructor Description PlatformServices(PlatformContext platformCtx, IgniteServices services, boolean srvKeepBinary)Ctor.
-