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 ClusterNodeDetailspublic String getHostname()
getHostname in interface ClusterNodeDetailspublic Long getCurrentHeapSize()
getCurrentHeapSize in interface ClusterNodeDetailspublic Long getMaxHeapSize()
getMaxHeapSize in interface ClusterNodeDetailspublic Optional<Double> getAverageLoad()
getAverageLoad in interface ClusterNodeDetailspublic Duration getUptime()
getUptime in interface ClusterNodeDetailspublic static ClusterNodeDetailsImpl.Builder builder()
public static ClusterNodeDetailsImpl.Builder builder(ClusterNodeDetailsImpl data)
Copyright © 2020 Atlassian. All rights reserved.