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 int
id
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
readFields(DataInput in)
void
write(DataOutput out)
-
-
-
Method Detail
-
write
public void write(DataOutput out) throws IOException
- Specified by:
write
in interfaceorg.apache.hadoop.io.Writable
- Throws:
IOException
-
readFields
public void readFields(DataInput in) throws IOException
- Specified by:
readFields
in interfaceorg.apache.hadoop.io.Writable
- Throws:
IOException
-
-