-
- All Implemented Interfaces:
-
org.apache.hadoop.io.Writable
public class ValueDomWritable implements Writable
-
-
Field Summary
Fields Modifier and Type Field Description public static intCACHE_SIZE
-
Constructor Summary
Constructors Constructor Description ValueDomWritable()ValueDomWritable(ValueDom dom)
-
Method Summary
Modifier and Type Method Description ValueDomget()voidwrite(DataOutput out)voidreadFields(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 -
-
Constructor Detail
-
ValueDomWritable
ValueDomWritable()
-
ValueDomWritable
ValueDomWritable(ValueDom dom)
-
-
Method Detail
-
write
void write(DataOutput out)
-
readFields
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
-
-
-
-