Uses of Class
org.apache.hadoop.hive.ql.hooks.WriteEntity.WriteType

Packages that use WriteEntity.WriteType
org.apache.hadoop.hive.ql.hooks   
 

Uses of WriteEntity.WriteType in org.apache.hadoop.hive.ql.hooks
 

Methods in org.apache.hadoop.hive.ql.hooks that return WriteEntity.WriteType
static WriteEntity.WriteType WriteEntity.determineAlterTableWriteType(AlterTableDesc.AlterTableTypes op)
          Determine the type of lock to request for a given alter table type.
 WriteEntity.WriteType WriteEntity.getWriteType()
          Determine which type of write this is.
static WriteEntity.WriteType WriteEntity.WriteType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WriteEntity.WriteType[] WriteEntity.WriteType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.hadoop.hive.ql.hooks with parameters of type WriteEntity.WriteType
WriteEntity(Database database, WriteEntity.WriteType type)
           
WriteEntity(DummyPartition p, WriteEntity.WriteType type, boolean complete)
           
WriteEntity(Partition p, WriteEntity.WriteType type)
          Constructor for a partition.
WriteEntity(Table t, WriteEntity.WriteType type)
          Constructor for a table.
WriteEntity(Table t, WriteEntity.WriteType type, boolean complete)
           
 



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