Uses of Class
org.apache.hcatalog.mapreduce.HCatTableInfo.TableInfoType

Packages that use HCatTableInfo.TableInfoType
org.apache.hcatalog.mapreduce   
 

Uses of HCatTableInfo.TableInfoType in org.apache.hcatalog.mapreduce
 

Methods in org.apache.hcatalog.mapreduce that return HCatTableInfo.TableInfoType
 HCatTableInfo.TableInfoType HCatTableInfo.getTableType()
           
static HCatTableInfo.TableInfoType HCatTableInfo.TableInfoType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HCatTableInfo.TableInfoType[] HCatTableInfo.TableInfoType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.