| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.exec |
Hive QL execution tasks, operators, functions and other handlers.
|
| org.apache.hadoop.hive.ql.exec.persistence |
| Modifier and Type | Field and Description |
|---|---|
protected MapJoinPersistableTableContainer[] |
HashTableSinkOperator.mapJoinTables |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SparkHashTableSinkOperator.flushToFile(MapJoinPersistableTableContainer tableContainer,
byte tag) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMapJoinTableContainer |
class |
HashMapWrapper
Simple wrapper for persistent Hashmap implementing only the put/get/remove/clear interface.
|
| Modifier and Type | Method and Description |
|---|---|
MapJoinPersistableTableContainer |
MapJoinTableContainerSerDe.load(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path folder)
Loads the table container from a folder.
|
MapJoinPersistableTableContainer |
MapJoinTableContainerSerDe.load(ObjectInputStream in) |
| Modifier and Type | Method and Description |
|---|---|
void |
MapJoinTableContainerSerDe.persist(ObjectOutputStream out,
MapJoinPersistableTableContainer tableContainer) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.