Package com.alibaba.graphscope.format
Class LongLong
- java.lang.Object
-
- com.alibaba.graphscope.format.LongLong
-
- All Implemented Interfaces:
org.apache.hadoop.io.Writable
public class LongLong extends Object implements org.apache.hadoop.io.Writable
-
-
Constructor Summary
Constructors Constructor Description LongLong()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreadFields(DataInput dataInput)StringtoString()voidwrite(DataOutput dataOutput)
-
-
-
Method Detail
-
write
public void write(DataOutput dataOutput) throws IOException
- Specified by:
writein interfaceorg.apache.hadoop.io.Writable- Throws:
IOException
-
readFields
public void readFields(DataInput dataInput) throws IOException
- Specified by:
readFieldsin interfaceorg.apache.hadoop.io.Writable- Throws:
IOException
-
-