public interface StatusUpdater
| Modifier and Type | Method and Description |
|---|---|
void |
setContainerError(String containerError) |
void |
setContainerId(String containerId) |
void |
setGoal(com.spotify.helios.common.descriptors.Goal goal) |
void |
setState(com.spotify.helios.common.descriptors.TaskStatus.State status) |
void |
setThrottleState(com.spotify.helios.common.descriptors.ThrottleState throttleState) |
void |
update() |
void setThrottleState(com.spotify.helios.common.descriptors.ThrottleState throttleState)
void setContainerId(String containerId)
void setState(com.spotify.helios.common.descriptors.TaskStatus.State status)
void setGoal(com.spotify.helios.common.descriptors.Goal goal)
void setContainerError(String containerError)
void update()
throws InterruptedException
InterruptedExceptionCopyright © 2017. All rights reserved.