public final class MRContainer extends Object implements org.apache.hadoop.io.WritableComparable<MRContainer>, Serializable
Modifier and Type | Class and Description |
---|---|
(package private) static class |
MRContainer.MR_EOLB |
Modifier and Type | Field and Description |
---|---|
static byte |
BAG |
static byte |
BOOLEAN |
static byte |
BYTE |
static byte |
CHAR |
(package private) MRData |
data |
static byte |
DATASET |
static byte |
DOUBLE |
static MRData |
end_of_lazy_bag |
static byte |
END_OF_LAZY_BAG |
static byte |
FLOAT |
static byte |
INT |
static byte |
INV |
static byte |
LAMBDA |
static byte |
LAZY_BAG |
static byte |
LONG |
static byte |
MORE_BSP_STEPS |
static byte |
NULL |
static byte |
PAIR |
static byte |
SHORT |
static byte |
STRING |
static byte |
SYNC |
static byte |
TRIPLE |
static byte |
TUPLE |
static byte[] |
type_codes |
static String[] |
type_names |
static byte |
UNION |
static byte |
VARIABLE |
Constructor and Description |
---|
MRContainer() |
MRContainer(MRData d) |
Modifier and Type | Method and Description |
---|---|
static boolean |
basic_type(byte type_code) |
static int |
compare(byte[] x,
int xs,
int xl,
byte[] y,
int ys,
int yl,
int[] size) |
int |
compareTo(MRContainer x) |
(package private) MRData |
data() |
boolean |
equals(Object x) |
int |
hashCode() |
static MRData |
read(DataInput in) |
void |
readFields(DataInput in) |
void |
set(MRData v) |
String |
toString() |
static byte |
type_code(String type_name) |
void |
write(DataOutput out) |
MRData data
public static final byte BOOLEAN
public static final byte BYTE
public static final byte SHORT
public static final byte INT
public static final byte LONG
public static final byte FLOAT
public static final byte DOUBLE
public static final byte CHAR
public static final byte STRING
public static final byte PAIR
public static final byte TUPLE
public static final byte BAG
public static final byte LAZY_BAG
public static final byte END_OF_LAZY_BAG
public static final byte UNION
public static final byte INV
public static final byte LAMBDA
public static final byte VARIABLE
public static final byte TRIPLE
public static final byte NULL
public static final byte DATASET
public static final byte SYNC
public static final byte MORE_BSP_STEPS
public static final byte[] type_codes
public static final String[] type_names
public static final MRData end_of_lazy_bag
MRContainer(MRData d)
MRContainer()
public static byte type_code(String type_name)
public static boolean basic_type(byte type_code)
MRData data()
public void set(MRData v)
public final void write(DataOutput out) throws IOException
write
in interface org.apache.hadoop.io.Writable
IOException
public void readFields(DataInput in) throws IOException
readFields
in interface org.apache.hadoop.io.Writable
IOException
public int compareTo(MRContainer x)
compareTo
in interface Comparable<MRContainer>
public static final MRData read(DataInput in) throws IOException
IOException
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.