void |
FlatRowContainer.add(MapJoinObjectSerDeContext context,
org.apache.hadoop.io.BytesWritable value)
Called when loading the hashtable.
|
MapJoinKey |
MapJoinTableContainer.putRow(MapJoinObjectSerDeContext keyContext,
org.apache.hadoop.io.Writable currentKey,
MapJoinObjectSerDeContext valueContext,
org.apache.hadoop.io.Writable currentValue)
Adds row from input to the table.
|
MapJoinKey |
MapJoinBytesTableContainer.putRow(MapJoinObjectSerDeContext keyContext,
org.apache.hadoop.io.Writable currentKey,
MapJoinObjectSerDeContext valueContext,
org.apache.hadoop.io.Writable currentValue) |
MapJoinKey |
HybridHashTableContainer.putRow(MapJoinObjectSerDeContext keyContext,
org.apache.hadoop.io.Writable currentKey,
MapJoinObjectSerDeContext valueContext,
org.apache.hadoop.io.Writable currentValue) |
MapJoinKey |
HashMapWrapper.putRow(MapJoinObjectSerDeContext keyContext,
org.apache.hadoop.io.Writable currentKey,
MapJoinObjectSerDeContext valueContext,
org.apache.hadoop.io.Writable currentValue) |
static MapJoinKey |
MapJoinKey.read(ByteStream.Output output,
MapJoinObjectSerDeContext context,
org.apache.hadoop.io.Writable writable) |
void |
MapJoinKeyObject.read(MapJoinObjectSerDeContext context,
ObjectInputStream in,
org.apache.hadoop.io.Writable container) |
void |
MapJoinEagerRowContainer.read(MapJoinObjectSerDeContext context,
ObjectInputStream in,
org.apache.hadoop.io.Writable container) |
void |
MapJoinKeyObject.read(MapJoinObjectSerDeContext context,
org.apache.hadoop.io.Writable container) |
void |
MapJoinEagerRowContainer.read(MapJoinObjectSerDeContext context,
org.apache.hadoop.io.Writable currentValue) |
void |
UnwrapRowContainer.write(MapJoinObjectSerDeContext valueContext,
ObjectOutputStream out) |
void |
MapJoinRowContainer.write(MapJoinObjectSerDeContext valueContext,
ObjectOutputStream out) |
void |
MapJoinKeyObject.write(MapJoinObjectSerDeContext context,
ObjectOutputStream out) |
abstract void |
MapJoinKey.write(MapJoinObjectSerDeContext context,
ObjectOutputStream out) |
void |
MapJoinEagerRowContainer.write(MapJoinObjectSerDeContext context,
ObjectOutputStream out) |
void |
FlatRowContainer.write(MapJoinObjectSerDeContext valueContext,
ObjectOutputStream out) |