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()
           
 Table getTable()
           
 void setAlias(String alias)
           
 void setTable(Table table)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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 Table getTable()
Returns:
the table

setTable

public void setTable(Table table)
Parameters:
table - the table to set


Copyright © 2011 The Apache Software Foundation