Toggle navigation
Home
org.eclipse.che.workspace.infrastructure.kubernetes.KubernetesMachine to org.eclipse.che.workspace.infrastructure.kubernetes.model.KubernetesMachineImpl
No. of Instances - 8
No. of Commits - 1
No. of Projects - {'che'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Cascading Type Change (Different)
CompletableFuture<Void>
to
String
Rename Method invocation
waitRunningAsync
to
getName
Add or Remove Method invocation
publishFailedStatus(failure,machine)
to
publishFailedStatus(failure,machineName)
machineRunningFuture
to
waitRunningAsync(toCancelFutures,machine).thenComposeAsync(checkFailure(failure),executor).thenRun(publishRunningStatus(machineName)).thenCompose(checkFailure(failure)).thenCompose(setContext(currentContext,bootstrap(toCancelFutures,machine))).thenComposeAsync(checkFailure(failure),executor)
machineRunningFuture
to
waitRunningAsync(toCancelFutures,machine).thenComposeAsync(checkFailure(failure),executor).thenRun(publishRunningStatus(machineName)).thenCompose(checkFailure(failure)).thenCompose(setContext(currentContext,bootstrap(toCancelFutures,machine)))
machineRunningFuture
to
waitRunningAsync(toCancelFutures,machine).thenComposeAsync(checkFailure(failure),executor).thenRun(publishRunningStatus(machineName)).thenCompose(checkFailure(failure))
machineRunningFuture
to
waitRunningAsync(toCancelFutures,machine).thenComposeAsync(checkFailure(failure),executor).thenRun(publishRunningStatus(machineName))
machineRunningFuture
to
waitRunningAsync(toCancelFutures,machine).thenComposeAsync(checkFailure(failure),executor)
machineRunningFuture
to
waitRunningAsync(toCancelFutures,machine)
machines
to
machines.getMachines(getContext().getIdentity())
bootstrapperFactory.create(getContext().getIdentity(),machineConfig.getInstallers(),machine).bootstrapAsync()
to
bootstrapperFactory.create(getContext().getIdentity(),machineConfig.getInstallers(),machine,namespace).bootstrapAsync()