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 Table.getProtectMode()
           
 ProtectMode Partition.getProtectMode()
           
 

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



Copyright © 2012 The Apache Software Foundation