public class QueryState extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
QueryState.Builder
Builder to instantiate the QueryState object.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
USERID_TAG |
public static final String USERID_TAG
public String getQueryId()
public String getQueryString()
public void disableHMSCache()
public void enableHMSCache()
public void createHMSCache()
public String getCommandType()
public HiveOperation getHiveOperation()
public void setCommandType(HiveOperation commandType)
public HiveConf getConf()
public LineageState getLineageState()
public void setLineageState(LineageState lineageState)
public HiveTxnManager getTxnManager()
public void setTxnManager(HiveTxnManager txnManager)
public long getNumModifiedRows()
public void setNumModifiedRows(long numModifiedRows)
public String getQueryTag()
public void setQueryTag(String queryTag)
public ReentrantLock getResolveConditionalTaskLock()
public static QueryState getNewQueryState(HiveConf conf, LineageState lineageState)
conf - The HiveConf which should be usedlineageState - a LineageState to be set in the new QueryState objectCopyright © 2022 The Apache Software Foundation. All rights reserved.