public class MapJoinRowContainer extends AbstractRowContainer<java.util.List<java.lang.Object>>
Constructor and Description |
---|
MapJoinRowContainer() |
Modifier and Type | Method and Description |
---|---|
void |
add(java.util.List<java.lang.Object> t) |
void |
add(java.lang.Object[] t) |
void |
clear()
Remove all elements in the RowContainer.
|
MapJoinRowContainer |
copy() |
java.util.List<java.lang.Object> |
first() |
byte |
getAliasFilter() |
java.util.List<java.lang.Object> |
next() |
void |
read(MapJoinObjectSerDeContext context,
java.io.ObjectInputStream in,
Writable container) |
long |
size()
Get the number of elements in the RowContainer.
|
void |
write(MapJoinObjectSerDeContext context,
java.io.ObjectOutputStream out) |
public void add(java.util.List<java.lang.Object> t)
add
in class AbstractRowContainer<java.util.List<java.lang.Object>>
public void add(java.lang.Object[] t)
public java.util.List<java.lang.Object> first()
first
in class AbstractRowContainer<java.util.List<java.lang.Object>>
public java.util.List<java.lang.Object> next()
next
in class AbstractRowContainer<java.util.List<java.lang.Object>>
public long size()
size
in class AbstractRowContainer<java.util.List<java.lang.Object>>
public void clear()
clear
in class AbstractRowContainer<java.util.List<java.lang.Object>>
public byte getAliasFilter()
public MapJoinRowContainer copy()
public void read(MapJoinObjectSerDeContext context, java.io.ObjectInputStream in, Writable container) throws java.io.IOException, SerDeException
java.io.IOException
SerDeException
public void write(MapJoinObjectSerDeContext context, java.io.ObjectOutputStream out) throws java.io.IOException, SerDeException
java.io.IOException
SerDeException
Copyright © 2012 The Apache Software Foundation