water
Class HeartBeat

java.lang.Object
  extended by water.Iced
      extended by water.HeartBeat
All Implemented Interfaces:
java.lang.Cloneable, Freezable

public class HeartBeat
extends Iced

Struct holding H2ONode health info.


Field Summary
 int _cloud_hash
           
 char _cloud_size
           
 short[] _fjqueue_hi
           
 char _fjqueue_lo
           
 short[] _fjthrds_hi
           
 char _fjthrds_lo
           
 int _hb_version
           
 byte[] _jar_md5
           
 long _jvm_boot_msec
           
 int _keys
           
 char _num_cpus
           
 char _rpcs
           
 float _system_load_average
           
 char _tcps_active
           
 
Constructor Summary
HeartBeat()
           
 
Method Summary
 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)
           
 
Methods inherited from class water.Iced
clone, frozenType, init, newInstance, read, toDocField, write, writeJSON, writeJSONFields
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_hb_version

public int _hb_version

_cloud_hash

public int _cloud_hash

_cloud_size

public char _cloud_size

_jvm_boot_msec

public long _jvm_boot_msec

_jar_md5

public byte[] _jar_md5

_num_cpus

public char _num_cpus

_system_load_average

public float _system_load_average

_keys

public int _keys

_rpcs

public char _rpcs

_fjthrds_hi

public short[] _fjthrds_hi

_fjqueue_hi

public short[] _fjqueue_hi

_fjthrds_lo

public char _fjthrds_lo

_fjqueue_lo

public char _fjqueue_lo

_tcps_active

public char _tcps_active
Constructor Detail

HeartBeat

public HeartBeat()
Method Detail

set_free_mem

public void set_free_mem(long n)

get_free_mem

public long get_free_mem()

set_tot_mem

public void set_tot_mem(long n)

get_tot_mem

public long get_tot_mem()

set_max_mem

public void set_max_mem(long n)

get_max_mem

public long get_max_mem()

set_valsz

public void set_valsz(long n)

get_valsz

public long get_valsz()

set_free_disk

public void set_free_disk(long n)

get_free_disk

public long get_free_disk()

set_max_disk

public void set_max_disk(long n)

get_max_disk

public long get_max_disk()

check_jar_md5

public boolean check_jar_md5()