org.apache.hadoop.hive.ql.hooks
Class LineageInfo.TableAliasInfo

java.lang.Object
  extended by org.apache.hadoop.hive.ql.hooks.LineageInfo.TableAliasInfo
All Implemented Interfaces:
Serializable
Enclosing class:
LineageInfo

public static class LineageInfo.TableAliasInfo
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
LineageInfo.TableAliasInfo()
           
 
Method Summary
 String getAlias()
           
 org.apache.hadoop.hive.metastore.api.Table getTable()
           
 void setAlias(String alias)
           
 void setTable(org.apache.hadoop.hive.metastore.api.Table table)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineageInfo.TableAliasInfo

public LineageInfo.TableAliasInfo()
Method Detail

getAlias

public String getAlias()
Returns:
the alias

setAlias

public void setAlias(String alias)
Parameters:
alias - the alias to set

getTable

public org.apache.hadoop.hive.metastore.api.Table getTable()
Returns:
the table

setTable

public void setTable(org.apache.hadoop.hive.metastore.api.Table table)
Parameters:
table - the table to set


Copyright © 2014 The Apache Software Foundation. All rights reserved.