Class DictWritable.K
- java.lang.Object
-
- org.apache.sysds.runtime.compress.io.DictWritable.K
-
- All Implemented Interfaces:
Serializable,org.apache.hadoop.io.Writable
- Enclosing class:
- DictWritable
public static class DictWritable.K extends Object implements org.apache.hadoop.io.Writable, Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description intid
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreadFields(DataInput in)voidwrite(DataOutput out)
-
-
-
Method Detail
-
write
public void write(DataOutput out) throws IOException
- Specified by:
writein interfaceorg.apache.hadoop.io.Writable- Throws:
IOException
-
readFields
public void readFields(DataInput in) throws IOException
- Specified by:
readFieldsin interfaceorg.apache.hadoop.io.Writable- Throws:
IOException
-
-