public class Union 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) |
int |
hashCode() |
void |
materializeAll() |
static Union |
read(DataInput in) |
void |
readFields(DataInput in) |
byte |
tag() |
String |
toString() |
MRData |
value() |
void |
write(DataOutput out) |
public Union(byte tag, MRData value)
public void materializeAll()
materializeAll
in class MRData
public byte tag()
public MRData value()
public final void write(DataOutput out) throws IOException
IOException
public static final Union 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 The Apache Software Foundation. All rights reserved.