public final class MR_string extends MRData
Modifier and Type | Field and Description |
---|---|
(package private) static org.apache.hadoop.io.Text.Comparator |
comparator |
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) |
String |
get() |
int |
hashCode() |
void |
materializeAll() |
static MR_string |
read(DataInput in) |
void |
readFields(DataInput in) |
void |
set(String v) |
String |
toString() |
void |
write(DataOutput out) |
public MR_string()
public MR_string(String s)
public void materializeAll()
materializeAll
in class MRData
public String get()
public void set(String v)
public final void write(DataOutput out) throws IOException
IOException
public static final MR_string 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.