public class SmallTableCache extends Object
| Constructor and Description |
|---|
SmallTableCache() |
| Modifier and Type | Method and Description |
|---|---|
static void |
cache(org.apache.hadoop.fs.Path path,
MapJoinTableContainer tableContainer) |
static MapJoinTableContainer |
get(org.apache.hadoop.fs.Path path) |
static void |
initialize(org.apache.hadoop.conf.Configuration conf)
Check if this is a new query.
|
public static void initialize(org.apache.hadoop.conf.Configuration conf)
public static void cache(org.apache.hadoop.fs.Path path,
MapJoinTableContainer tableContainer)
public static MapJoinTableContainer get(org.apache.hadoop.fs.Path path)
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.