Package 

Class ValueDomWritable

  • All Implemented Interfaces:
    org.apache.hadoop.io.Writable

    
    public class ValueDomWritable
     implements Writable
                        
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public static int CACHE_SIZE
    • Method Summary

      Modifier and Type Method Description
      ValueDom get()
      void write(DataOutput out)
      void readFields(DataInput in) TODO: The local cache might not sync with the server side which lead to no data in client side, we need a better solution
      • Methods inherited from class org.apache.hadoop.io.Writable

        readFields, write
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ValueDomWritable

        ValueDomWritable()
      • ValueDomWritable

        ValueDomWritable(ValueDom dom)