Toggle navigation
Home
com.hubspot.singularity.SingularityLoadBalancerUpdate to com.google.common.base.Optional<com.hubspot.singularity.SingularityLoadBalancerUpdate>
No. of Instances - 2
No. of Commits - 2
No. of Projects - {'Singularity'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> External
Mapping:
Add or Remove Method invocation
Optional.of(lbUpdate)
to
deployProgress
Update argument list (Class Instance Creation)
SingularityPendingDeploy
to
SingularityPendingDeploy
Other
lbClient.makeAndSendLoadBalancerRequest(loadBalancerRequestId,Collections.emptyList(),extraUpstreams,deploy,singularityRequest)
to
lbClient.makeAndSendLoadBalancerRequest(loadBalancerRequestId,Collections.emptyList(),extraUpstreams,deploy,singularityRequest)
new SingularityLoadBalancerUpdate(BaragonRequestState.UNKNOWN,loadBalancerRequestId,Optional.of(String.format("Exception %s - %s",e.getClass().getSimpleName(),e.getMessage())),start,LoadBalancerMethod.CHECK_STATE,Optional.absent())
to
new SingularityLoadBalancerUpdate(BaragonRequestState.UNKNOWN,loadBalancerRequestId,Optional.of(String.format("Exception %s - %s",e.getClass().getSimpleName(),e.getMessage())),start,LoadBalancerMethod.CHECK_STATE,Optional.absent())
Rename Variable
syncUpstreamsForService
to
syncUpstreamsForServiceHelper
syncUpstreamsForService
to
syncUpstreamsForServiceHelper