public class CpuMetric extends Object
Constructor and Description |
---|
CpuMetric(String host,
int pid,
double cpu) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static List<CpuMetric> |
fromJsonArray(String json) |
double |
getCpu() |
String |
getHost() |
int |
getPid() |
int |
hashCode() |
String |
toString() |
public String getHost()
public int getPid()
public double getCpu()
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.