public class VarLongWritable extends Object implements org.apache.hadoop.io.WritableComparable<VarLongWritable>
| Constructor and Description |
|---|
VarLongWritable() |
VarLongWritable(long value) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(VarLongWritable other) |
boolean |
equals(Object other) |
long |
get() |
int |
hashCode() |
void |
readFields(DataInput in) |
void |
set(long value) |
String |
toString() |
void |
write(DataOutput out) |
public VarLongWritable()
public VarLongWritable(long value)
public long get()
public void set(long value)
public int compareTo(VarLongWritable other)
compareTo in interface Comparable<VarLongWritable>public void write(DataOutput out) throws IOException
write in interface org.apache.hadoop.io.WritableIOExceptionpublic void readFields(DataInput in) throws IOException
readFields in interface org.apache.hadoop.io.WritableIOExceptionCopyright © 2008–2015 The Apache Software Foundation. All rights reserved.