public final class MR_long extends MRData
Modifier and Type | Method and Description |
---|---|
static int |
compare(byte[] x,
int xs,
int xl,
byte[] y,
int ys,
int yl,
int[] size) |
int |
compareTo(MRData x) |
boolean |
equals(Object x) |
long |
get() |
int |
hashCode() |
void |
materializeAll() |
static MR_long |
read(DataInput in) |
void |
readFields(DataInput in) |
void |
set(long v) |
String |
toString() |
void |
write(DataOutput out) |
public void materializeAll()
materializeAll
in class MRData
public long get()
public void set(long v)
public final void write(DataOutput out) throws IOException
IOException
public static final MR_long read(DataInput in) throws IOException
IOException
public void readFields(DataInput in) throws IOException
IOException
public int compareTo(MRData x)
public static final int compare(byte[] x, int xs, int xl, byte[] y, int ys, int yl, int[] size)
Copyright © 2013-2016 The Apache Software Foundation. All Rights Reserved.