Uses of Class
org.apache.hadoop.hive.metastore.ProtectMode

Packages that use ProtectMode
org.apache.hadoop.hive.metastore   
org.apache.hadoop.hive.ql.metadata   
 

Uses of ProtectMode in org.apache.hadoop.hive.metastore
 

Methods in org.apache.hadoop.hive.metastore that return ProtectMode
static ProtectMode ProtectMode.getProtectModeFromString(String sourceString)
           
 

Uses of ProtectMode in org.apache.hadoop.hive.ql.metadata
 

Methods in org.apache.hadoop.hive.ql.metadata that return ProtectMode
 ProtectMode Partition.getProtectMode()
           
 ProtectMode Table.getProtectMode()
           
 

Methods in org.apache.hadoop.hive.ql.metadata with parameters of type ProtectMode
 void Partition.setProtectMode(ProtectMode protectMode)
           
 void Table.setProtectMode(ProtectMode protectMode)
           
 



Copyright © 2011 The Apache Software Foundation