public static class CloudV3.NodeV3 extends SchemaV3<Iced,CloudV3.NodeV3>
SchemaV3.Meta
Modifier and Type | Field and Description |
---|---|
int |
cpus_allowed |
short[] |
fjqueue |
short[] |
fjthrds |
long |
free_disk |
long |
free_mem |
double |
gflops |
java.lang.String |
h2o |
boolean |
healthy |
java.lang.String |
ip_port |
long |
last_ping |
long |
max_disk |
long |
max_mem |
double |
mem_bw |
long |
mem_value_size |
int |
my_cpu_pct |
int |
nthreads |
int |
num_cpus |
int |
num_keys |
int |
open_fds |
int |
pid |
long |
pojo_mem |
int |
rpcs_active |
long |
swap_mem |
int |
sys_cpu_pct |
float |
sys_load |
int |
tcps_active |
__meta, _exclude_fields
Constructor and Description |
---|
CloudV3.NodeV3() |
CloudV3.NodeV3(H2ONode h2o,
boolean skip_ticks) |
createAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromImpl, fillFromImpl, fillFromParms, fillFromParms, fillImpl, fillImpl, getImplClass, getImplClass, getSchemaName, getSchemaType, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, setField, setSchemaType_doNotCall
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonString, write, writeExternal
@API(help="IP address and port in the form a.b.c.d:e", direction=OUTPUT) public java.lang.String ip_port
@API(help="System load; average #runnables/#cores", direction=OUTPUT) public float sys_load
@API(help="System CPU percentage used by this H2O process in last interval", direction=OUTPUT) public int my_cpu_pct
@API(help="System CPU percentage used by everything in last interval", direction=OUTPUT) public int sys_cpu_pct
public CloudV3.NodeV3()
public CloudV3.NodeV3(H2ONode h2o, boolean skip_ticks)