Uses of Class
org.apache.hadoop.hive.ql.exec.FileSinkOperator.TableIdEnum

Packages that use FileSinkOperator.TableIdEnum
org.apache.hadoop.hive.ql.exec   
 

Uses of FileSinkOperator.TableIdEnum in org.apache.hadoop.hive.ql.exec
 

Fields in org.apache.hadoop.hive.ql.exec declared as FileSinkOperator.TableIdEnum
protected  FileSinkOperator.TableIdEnum FileSinkOperator.tabIdEnum
           
 

Methods in org.apache.hadoop.hive.ql.exec that return FileSinkOperator.TableIdEnum
static FileSinkOperator.TableIdEnum FileSinkOperator.TableIdEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FileSinkOperator.TableIdEnum[] FileSinkOperator.TableIdEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2009 The Apache Software Foundation