Uses of Class
org.apache.ignite.internal.processors.service.ServiceInfo
-
Packages that use ServiceInfo Package Description org.apache.ignite.internal.processors.service org.apache.ignite.spi.systemview.view ContainsSystemViewclases that exists in Ignite. -
-
Uses of ServiceInfo in org.apache.ignite.internal.processors.service
Fields in org.apache.ignite.internal.processors.service with type parameters of type ServiceInfo Modifier and Type Field Description ArrayList<ServiceInfo>ServiceProcessorJoinNodeDiscoveryData. staticServicesInfoStatic services configurations info.Methods in org.apache.ignite.internal.processors.service that return types with arguments of type ServiceInfo Modifier and Type Method Description ArrayList<ServiceInfo>ServiceProcessorJoinNodeDiscoveryData. services()@NotNull Map<IgniteUuid,ServiceInfo>ServiceDeploymentActions. servicesToDeploy()@NotNull Map<IgniteUuid,ServiceInfo>ServiceDeploymentActions. servicesToUndeploy()Method parameters in org.apache.ignite.internal.processors.service with type arguments of type ServiceInfo Modifier and Type Method Description voidServiceDeploymentActions. servicesToDeploy(@NotNull Map<IgniteUuid,ServiceInfo> servicesToDeploy)voidServiceDeploymentActions. servicesToUndeploy(@NotNull Map<IgniteUuid,ServiceInfo> servicesToUndeploy)Constructor parameters in org.apache.ignite.internal.processors.service with type arguments of type ServiceInfo Constructor Description ServiceProcessorJoinNodeDiscoveryData(@NotNull ArrayList<ServiceInfo> staticServicesInfo) -
Uses of ServiceInfo in org.apache.ignite.spi.systemview.view
Constructors in org.apache.ignite.spi.systemview.view with parameters of type ServiceInfo Constructor Description ServiceView(ServiceInfo serviceInfo)
-