public class ClusterHardwareInfo
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ClusterHardwareInfo.Builder |
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
ClusterHardwareInfo() |
ClusterHardwareInfo(java.util.Map<java.lang.String,DriveHardwareInfo> drives,
java.util.Map<java.lang.String,Attributes> nodes) |
Modifier and Type | Method and Description |
---|---|
ClusterHardwareInfo.Builder |
asBuilder() |
static ClusterHardwareInfo.Builder |
builder() |
boolean |
equals(java.lang.Object o) |
java.util.Map<java.lang.String,DriveHardwareInfo> |
getDrives() |
java.util.Map<java.lang.String,Attributes> |
getNodes() |
int |
hashCode() |
void |
setDrives(java.util.Map<java.lang.String,DriveHardwareInfo> drives) |
void |
setNodes(java.util.Map<java.lang.String,Attributes> nodes) |
java.util.Map<java.lang.String,java.lang.Object> |
toMap() |
java.lang.String |
toString() |
public static final long serialVersionUID
@Since(value="7.0") public ClusterHardwareInfo(java.util.Map<java.lang.String,DriveHardwareInfo> drives, java.util.Map<java.lang.String,Attributes> nodes)
public java.util.Map<java.lang.String,DriveHardwareInfo> getDrives()
public void setDrives(java.util.Map<java.lang.String,DriveHardwareInfo> drives)
public java.util.Map<java.lang.String,Attributes> getNodes()
public void setNodes(java.util.Map<java.lang.String,Attributes> nodes)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.util.Map<java.lang.String,java.lang.Object> toMap()
public java.lang.String toString()
toString
in class java.lang.Object
public static ClusterHardwareInfo.Builder builder()
public final ClusterHardwareInfo.Builder asBuilder()