Uses of Class
org.apache.hadoop.hive.ql.plan.ArchiveWork.ArchiveActionType

Packages that use ArchiveWork.ArchiveActionType
org.apache.hadoop.hive.ql.plan   
 

Uses of ArchiveWork.ArchiveActionType in org.apache.hadoop.hive.ql.plan
 

Methods in org.apache.hadoop.hive.ql.plan that return ArchiveWork.ArchiveActionType
 ArchiveWork.ArchiveActionType ArchiveWork.getType()
           
static ArchiveWork.ArchiveActionType ArchiveWork.ArchiveActionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ArchiveWork.ArchiveActionType[] ArchiveWork.ArchiveActionType.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 ArchiveWork.ArchiveActionType
 void ArchiveWork.setType(ArchiveWork.ArchiveActionType type)
           
 



Copyright © 2010 The Apache Software Foundation