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