Modifier and Type | Field and Description |
---|---|
int |
_cloud_hash |
char |
_cloud_size |
boolean |
_common_knowledge |
short[] |
_fjqueue |
short[] |
_fjthrds |
int |
_hb_version |
byte[] |
_jar_md5 |
long |
_jvm_boot_msec |
int |
_keys |
char |
_num_cpus |
java.lang.String |
_pid |
int |
_process_num_open_fds |
long |
_process_total_ticks |
char |
_rpcs |
long |
_system_idle_ticks |
float |
_system_load_average |
long |
_system_total_ticks |
char |
_tcps_active |
Constructor and Description |
---|
HeartBeat() |
Modifier and Type | Method and Description |
---|---|
boolean |
check_jar_md5() |
long |
get_free_disk() |
long |
get_free_mem() |
long |
get_max_disk() |
long |
get_max_mem() |
long |
get_tot_mem() |
long |
get_valsz() |
void |
set_free_disk(long n) |
void |
set_free_mem(long n) |
void |
set_max_disk(long n) |
void |
set_max_mem(long n) |
void |
set_tot_mem(long n) |
void |
set_valsz(long n) |
clone, frozenType, init, newInstance, read, toDocField, write, writeJSON, writeJSONFields
public int _hb_version
public int _cloud_hash
public boolean _common_knowledge
public char _cloud_size
public long _jvm_boot_msec
public byte[] _jar_md5
public char _num_cpus
public float _system_load_average
public long _system_idle_ticks
public long _system_total_ticks
public long _process_total_ticks
public int _process_num_open_fds
public java.lang.String _pid
public int _keys
public char _rpcs
public short[] _fjthrds
public short[] _fjqueue
public char _tcps_active
public void set_free_mem(long n)
public long get_free_mem()
public void set_tot_mem(long n)
public long get_tot_mem()
public void set_max_mem(long n)
public long get_max_mem()
public void set_valsz(long n)
public long get_valsz()
public void set_free_disk(long n)
public long get_free_disk()
public void set_max_disk(long n)
public long get_max_disk()
public boolean check_jar_md5()