Uses of Class
org.apache.ignite.internal.processors.service.ServiceClusterDeploymentResult
-
Packages that use ServiceClusterDeploymentResult Package Description org.apache.ignite.internal.processors.service -
-
Uses of ServiceClusterDeploymentResult in org.apache.ignite.internal.processors.service
Methods in org.apache.ignite.internal.processors.service that return types with arguments of type ServiceClusterDeploymentResult Modifier and Type Method Description Collection<ServiceClusterDeploymentResult>ServiceClusterDeploymentResultBatch. results()Constructor parameters in org.apache.ignite.internal.processors.service with type arguments of type ServiceClusterDeploymentResult Constructor Description ServiceClusterDeploymentResultBatch(@NotNull ServiceDeploymentProcessId depId, @NotNull Collection<ServiceClusterDeploymentResult> results)
-