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

Packages that use WriteEntity
org.apache.hadoop.hive.ql   
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
 

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

Method parameters in org.apache.hadoop.hive.ql with type arguments of type WriteEntity
 void QueryPlan.setOutputs(HashSet<WriteEntity> outputs)
           
 

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, LineageInfo lInfo, 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  HashSet<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
 HashSet<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  HashSet<WriteEntity> DDLWork.outputs
          List of WriteEntities that are passed to the hooks.
protected  HashSet<WriteEntity> MoveWork.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
 HashSet<WriteEntity> DDLWork.getOutputs()
           
 HashSet<WriteEntity> MoveWork.getOutputs()
           
 

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

Constructor parameters in org.apache.hadoop.hive.ql.plan with type arguments of type WriteEntity
DDLWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs)
           
DDLWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, AddPartitionDesc addPartitionDesc)
           
DDLWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, AlterTableDesc alterTblDesc)
           
DDLWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, AlterTableSimpleDesc simpleDesc)
           
DDLWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, CreateDatabaseDesc createDatabaseDesc)
           
DDLWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, CreateTableDesc createTblDesc)
           
DDLWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, CreateTableLikeDesc createTblLikeDesc)
           
DDLWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, CreateViewDesc createVwDesc)
           
DDLWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, DescFunctionDesc descFuncDesc)
           
DDLWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, DescTableDesc descTblDesc)
           
DDLWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, DropDatabaseDesc dropDatabaseDesc)
           
DDLWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, DropTableDesc dropTblDesc)
           
DDLWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, MsckDesc checkDesc)
           
DDLWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, ShowDatabasesDesc showDatabasesDesc)
           
DDLWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, ShowFunctionsDesc showFuncsDesc)
           
DDLWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, ShowPartitionsDesc showPartsDesc)
           
DDLWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, ShowTablesDesc showTblsDesc)
           
DDLWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, ShowTableStatusDesc showTblStatusDesc)
           
DDLWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, SwitchDatabaseDesc switchDatabaseDesc)
           
MoveWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs)
           
MoveWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, LoadTableDesc loadTableWork, LoadFileDesc loadFileWork, boolean checkFileFormat)
           
 



Copyright © 2010 The Apache Software Foundation