| Package | Description |
|---|---|
| com.spotify.helios.rollingupdate |
| Modifier and Type | Method and Description |
|---|---|
RollingUpdateOp |
RollingUpdateOpFactory.error(Exception ex,
String host,
RollingUpdateError errorCode) |
RollingUpdateOp |
RollingUpdateOpFactory.error(String msg,
String host,
RollingUpdateError errorCode) |
RollingUpdateOp |
RollingUpdateOpFactory.error(String msg,
String host,
RollingUpdateError errorCode,
Map<String,Object> metadata) |
RollingUpdateOp |
RollingUpdateOpFactory.nextTask() |
RollingUpdateOp |
RollingUpdateOpFactory.nextTask(List<ZooKeeperOperation> operations) |
RollingUpdateOp |
RollingUpdateOpFactory.start(com.spotify.helios.common.descriptors.DeploymentGroup deploymentGroup,
ZooKeeperClient client) |
RollingUpdateOp |
RollingUpdateOpFactory.yield()
Don't advance to the next task -- yield and have the current task be executed again in the
next iteration.
|
Copyright © 2017. All rights reserved.