public class ComputerView extends Object implements Comparable<ComputerView>
Modifier and Type | Class and Description |
---|---|
static class |
ComputerView.Builder |
Modifier and Type | Field and Description |
---|---|
protected int |
busyExecutors |
protected Set<Computer> |
computers |
protected String |
displayName |
protected int |
totalExecutors |
Constructor and Description |
---|
ComputerView(String displayName,
int busyExecutors,
int totalExecutors,
Set<Computer> computers) |
Modifier and Type | Method and Description |
---|---|
static ComputerView.Builder |
builder() |
int |
compareTo(ComputerView that) |
boolean |
equals(Object object) |
int |
getBusyExecutors() |
Set<Computer> |
getComputers() |
String |
getDisplayName() |
int |
getTotalExecutors() |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
ComputerView.Builder |
toBuilder() |
String |
toString() |
protected final String displayName
protected final int busyExecutors
protected final int totalExecutors
public static ComputerView.Builder builder()
public ComputerView.Builder toBuilder()
public String getDisplayName()
public int getBusyExecutors()
public int getTotalExecutors()
protected com.google.common.base.Objects.ToStringHelper string()
public int compareTo(ComputerView that)
compareTo
in interface Comparable<ComputerView>
Copyright © 2009-2013 jclouds. All Rights Reserved.