public class CacheTableHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
CacheTableHelper() |
| Modifier and Type | Method and Description |
|---|---|
void |
populateCache(List<org.apache.commons.lang3.tuple.Pair<String,String>> tables,
HiveConf conf,
HiveTxnManager txnMgr)
Populates the cache for the given table pairs.
|
void |
populateCacheForView(List<org.apache.commons.lang3.tuple.Pair<String,String>> tables,
HiveConf conf,
HiveTxnManager txnMgr,
String dbName,
String viewName)
Populates the cache for the given table pairs associated with a viewName.
|
public void populateCache(List<org.apache.commons.lang3.tuple.Pair<String,String>> tables, HiveConf conf, HiveTxnManager txnMgr)
public void populateCacheForView(List<org.apache.commons.lang3.tuple.Pair<String,String>> tables, HiveConf conf, HiveTxnManager txnMgr, String dbName, String viewName)
Copyright © 2022 The Apache Software Foundation. All rights reserved.