public final class DockerHosts extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
addUsedCandidate(DockerHost host) |
Collection<DockerHost> |
agentDisconnected() |
Collection<DockerHost> |
allUsable()
all instances that actually have agent connected and have associated ec2 instance.
|
String |
getClusterName() |
int |
getUsableSize() |
List<DockerHost> |
unusedFresh() |
List<DockerHost> |
unusedStale() |
List<DockerHost> |
usedFresh() |
public void addUsedCandidate(DockerHost host)
public int getUsableSize()
public Collection<DockerHost> agentDisconnected()
public Collection<DockerHost> allUsable()
public List<DockerHost> unusedStale()
public List<DockerHost> unusedFresh()
public List<DockerHost> usedFresh()
public String getClusterName()
Copyright © 2022 Atlassian Pty Ltd. All rights reserved.