Uses of Class
org.apache.hadoop.hive.ql.plan.FileSinkDesc.DPSortState

Packages that use FileSinkDesc.DPSortState
org.apache.hadoop.hive.ql.plan   
 

Uses of FileSinkDesc.DPSortState in org.apache.hadoop.hive.ql.plan
 

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

Methods in org.apache.hadoop.hive.ql.plan with parameters of type FileSinkDesc.DPSortState
 void FileSinkDesc.setDpSortState(FileSinkDesc.DPSortState dpSortState)
           
 



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