public class ClusterNodeDetailsImpl extends Object implements ClusterNodeDetails
Modifier and Type | Class and Description |
---|---|
static class |
ClusterNodeDetailsImpl.Builder |
Modifier | Constructor and Description |
---|---|
protected |
ClusterNodeDetailsImpl(String ipAddress,
String hostname,
Long currentHeapSize,
Long maxHeapSize,
Double averageLoad,
Duration uptime) |
Modifier and Type | Method and Description |
---|---|
static ClusterNodeDetailsImpl.Builder |
builder() |
static ClusterNodeDetailsImpl.Builder |
builder(ClusterNodeDetailsImpl data) |
boolean |
equals(Object o) |
Optional<Double> |
getAverageLoad() |
Long |
getCurrentHeapSize() |
String |
getHostname() |
String |
getIpAddress() |
Long |
getMaxHeapSize() |
Duration |
getUptime() |
int |
hashCode() |
String |
toString() |
public String getIpAddress()
getIpAddress
in interface ClusterNodeDetails
public String getHostname()
getHostname
in interface ClusterNodeDetails
public Long getCurrentHeapSize()
getCurrentHeapSize
in interface ClusterNodeDetails
public Long getMaxHeapSize()
getMaxHeapSize
in interface ClusterNodeDetails
public Optional<Double> getAverageLoad()
getAverageLoad
in interface ClusterNodeDetails
public Duration getUptime()
getUptime
in interface ClusterNodeDetails
public static ClusterNodeDetailsImpl.Builder builder()
public static ClusterNodeDetailsImpl.Builder builder(ClusterNodeDetailsImpl data)
Copyright © 2020 Atlassian. All rights reserved.