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

Packages that use WriteEntity
org.apache.hadoop.hive.ql.hooks   
org.apache.hadoop.hive.ql.optimizer   
org.apache.hadoop.hive.ql.parse   
org.apache.hadoop.hive.ql.plan   
 

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

Method parameters in org.apache.hadoop.hive.ql.hooks with type arguments of type WriteEntity
 void PostExecute.run(SessionState sess, Set<ReadEntity> inputs, Set<WriteEntity> outputs, org.apache.hadoop.security.UserGroupInformation ugi)
          The run command that is called just before the execution of the query.
 void PreExecute.run(SessionState sess, Set<ReadEntity> inputs, Set<WriteEntity> outputs, org.apache.hadoop.security.UserGroupInformation ugi)
          The run command that is called just before the execution of the query.
 

Uses of WriteEntity in org.apache.hadoop.hive.ql.optimizer
 

Methods in org.apache.hadoop.hive.ql.optimizer that return types with arguments of type WriteEntity
 Set<WriteEntity> GenMRProcContext.getOutputs()
          Get the output set.
 

Constructor parameters in org.apache.hadoop.hive.ql.optimizer with type arguments of type WriteEntity
GenMRProcContext(HiveConf conf, HashMap<Operator<? extends Serializable>,Task<? extends Serializable>> opTaskMap, List<Operator<? extends Serializable>> seenOps, ParseContext parseCtx, List<Task<? extends Serializable>> mvTask, List<Task<? extends Serializable>> rootTasks, LinkedHashMap<Operator<? extends Serializable>,GenMRProcContext.GenMapRedCtx> mapCurrCtx, Set<ReadEntity> inputs, Set<WriteEntity> outputs)
           
 

Uses of WriteEntity in org.apache.hadoop.hive.ql.parse
 

Fields in org.apache.hadoop.hive.ql.parse with type parameters of type WriteEntity
protected  Set<WriteEntity> BaseSemanticAnalyzer.outputs
          List of WriteEntities that are passed to the hooks.
 

Methods in org.apache.hadoop.hive.ql.parse that return types with arguments of type WriteEntity
 Set<WriteEntity> BaseSemanticAnalyzer.getOutputs()
           
 

Uses of WriteEntity in org.apache.hadoop.hive.ql.plan
 

Fields in org.apache.hadoop.hive.ql.plan with type parameters of type WriteEntity
protected  Set<WriteEntity> moveWork.outputs
          List of WriteEntities that are passed to the hooks.
protected  Set<WriteEntity> DDLWork.outputs
          List of WriteEntities that are passed to the hooks.
 

Methods in org.apache.hadoop.hive.ql.plan that return types with arguments of type WriteEntity
 Set<WriteEntity> moveWork.getOutputs()
           
 Set<WriteEntity> DDLWork.getOutputs()
           
 

Method parameters in org.apache.hadoop.hive.ql.plan with type arguments of type WriteEntity
 void moveWork.setOutputs(Set<WriteEntity> outputs)
           
 void DDLWork.setOutputs(Set<WriteEntity> outputs)
           
 

Constructor parameters in org.apache.hadoop.hive.ql.plan with type arguments of type WriteEntity
DDLWork(Set<ReadEntity> inputs, Set<WriteEntity> outputs)
           
DDLWork(Set<ReadEntity> inputs, Set<WriteEntity> outputs, AddPartitionDesc addPartitionDesc)
           
DDLWork(Set<ReadEntity> inputs, Set<WriteEntity> outputs, alterTableDesc alterTblDesc)
           
DDLWork(Set<ReadEntity> inputs, Set<WriteEntity> outputs, createTableDesc createTblDesc)
           
DDLWork(Set<ReadEntity> inputs, Set<WriteEntity> outputs, createTableLikeDesc createTblLikeDesc)
           
DDLWork(Set<ReadEntity> inputs, Set<WriteEntity> outputs, descFunctionDesc descFuncDesc)
           
DDLWork(Set<ReadEntity> inputs, Set<WriteEntity> outputs, descTableDesc descTblDesc)
           
DDLWork(Set<ReadEntity> inputs, Set<WriteEntity> outputs, dropTableDesc dropTblDesc)
           
DDLWork(Set<ReadEntity> inputs, Set<WriteEntity> outputs, MsckDesc checkDesc)
           
DDLWork(Set<ReadEntity> inputs, Set<WriteEntity> outputs, showFunctionsDesc showFuncsDesc)
           
DDLWork(Set<ReadEntity> inputs, Set<WriteEntity> outputs, showPartitionsDesc showPartsDesc)
           
DDLWork(Set<ReadEntity> inputs, Set<WriteEntity> outputs, showTablesDesc showTblsDesc)
           
DDLWork(Set<ReadEntity> inputs, Set<WriteEntity> outputs, showTableStatusDesc showTblStatusDesc)
           
moveWork(Set<ReadEntity> inputs, Set<WriteEntity> outputs)
           
moveWork(Set<ReadEntity> inputs, Set<WriteEntity> outputs, loadTableDesc loadTableWork, loadFileDesc loadFileWork, boolean checkFileFormat)
           
 



Copyright © 2009 The Apache Software Foundation