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.index   
org.apache.hadoop.hive.ql.index.bitmap   
org.apache.hadoop.hive.ql.index.compact   
org.apache.hadoop.hive.ql.optimizer   
org.apache.hadoop.hive.ql.parse   
org.apache.hadoop.hive.ql.parse.authorization   
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
 Map<LoadTableDesc,WriteEntity> Context.getLoadTableOutputMap()
           
 Map<WriteEntity,List<HiveLockObj>> Context.getOutputLockObjects()
           
 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
 

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

Method parameters in org.apache.hadoop.hive.ql.hooks with type arguments of type WriteEntity
 void PostExecutePrinter.run(SessionState sess, Set<ReadEntity> inputs, Set<WriteEntity> outputs, LineageInfo linfo, org.apache.hadoop.security.UserGroupInformation ugi)
           
 void PostExecute.run(SessionState sess, Set<ReadEntity> inputs, Set<WriteEntity> outputs, LineageInfo lInfo, org.apache.hadoop.security.UserGroupInformation ugi)
          Deprecated. 
 void UpdateInputAccessTimeHook.PreExec.run(SessionState sess, Set<ReadEntity> inputs, Set<WriteEntity> outputs, org.apache.hadoop.security.UserGroupInformation ugi)
           
 void PreExecutePrinter.run(SessionState sess, Set<ReadEntity> inputs, Set<WriteEntity> outputs, org.apache.hadoop.security.UserGroupInformation ugi)
           
 void PreExecute.run(SessionState sess, Set<ReadEntity> inputs, Set<WriteEntity> outputs, org.apache.hadoop.security.UserGroupInformation ugi)
          Deprecated. 
 void EnforceReadOnlyTables.run(SessionState sess, Set<ReadEntity> inputs, Set<WriteEntity> outputs, org.apache.hadoop.security.UserGroupInformation ugi)
           
 void HookContext.setOutputs(Set<WriteEntity> outputs)
           
 

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

Method parameters in org.apache.hadoop.hive.ql.index with type arguments of type WriteEntity
 List<Task<?>> TableBasedIndexHandler.generateIndexBuildTaskList(Table baseTbl, Index index, List<Partition> indexTblPartitions, List<Partition> baseTblPartitions, Table indexTbl, Set<ReadEntity> inputs, Set<WriteEntity> outputs)
           
 List<Task<?>> HiveIndexHandler.generateIndexBuildTaskList(Table baseTbl, Index index, List<Partition> indexTblPartitions, List<Partition> baseTblPartitions, Table indexTbl, Set<ReadEntity> inputs, Set<WriteEntity> outputs)
          Requests that the handler generate a plan for building the index; the plan should read the base table and write out the index representation.
protected abstract  Task<?> TableBasedIndexHandler.getIndexBuilderMapRedTask(Set<ReadEntity> inputs, Set<WriteEntity> outputs, List<FieldSchema> indexField, boolean partitioned, PartitionDesc indexTblPartDesc, String indexTableName, PartitionDesc baseTablePartDesc, String baseTableName, String dbName)
           
protected  Task<?> AggregateIndexHandler.getIndexBuilderMapRedTask(Set<ReadEntity> inputs, Set<WriteEntity> outputs, List<FieldSchema> indexField, boolean partitioned, PartitionDesc indexTblPartDesc, String indexTableName, PartitionDesc baseTablePartDesc, String baseTableName, String dbName)
           
 

Uses of WriteEntity in org.apache.hadoop.hive.ql.index.bitmap
 

Method parameters in org.apache.hadoop.hive.ql.index.bitmap with type arguments of type WriteEntity
protected  Task<?> BitmapIndexHandler.getIndexBuilderMapRedTask(Set<ReadEntity> inputs, Set<WriteEntity> outputs, List<FieldSchema> indexField, boolean partitioned, PartitionDesc indexTblPartDesc, String indexTableName, PartitionDesc baseTablePartDesc, String baseTableName, String dbName)
           
 

Uses of WriteEntity in org.apache.hadoop.hive.ql.index.compact
 

Method parameters in org.apache.hadoop.hive.ql.index.compact with type arguments of type WriteEntity
protected  Task<?> CompactIndexHandler.getIndexBuilderMapRedTask(Set<ReadEntity> inputs, Set<WriteEntity> outputs, List<FieldSchema> indexField, boolean partitioned, PartitionDesc indexTblPartDesc, String indexTableName, PartitionDesc baseTablePartDesc, String baseTableName, String dbName)
           
 

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.
 

Method parameters in org.apache.hadoop.hive.ql.optimizer with type arguments of type WriteEntity
static Task<?> IndexUtils.createRootTask(HiveConf builderConf, Set<ReadEntity> inputs, Set<WriteEntity> outputs, StringBuilder command, LinkedHashMap<String,String> partSpec, String indexTableName, String dbName)
           
 

Constructor parameters in org.apache.hadoop.hive.ql.optimizer with type arguments of type WriteEntity
GenMRProcContext(HiveConf conf, HashMap<Operator<? extends OperatorDesc>,Task<? extends Serializable>> opTaskMap, ParseContext parseCtx, List<Task<MoveWork>> mvTask, List<Task<? extends Serializable>> rootTasks, LinkedHashMap<Operator<? extends OperatorDesc>,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
 Set<WriteEntity> OptimizeTezProcContext.outputs
           
 Set<WriteEntity> GenTezProcContext.outputs
           
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
 Set<WriteEntity> HiveSemanticAnalyzerHookContextImpl.getOutputs()
           
 Set<WriteEntity> HiveSemanticAnalyzerHookContext.getOutputs()
           
 HashSet<WriteEntity> BaseSemanticAnalyzer.getOutputs()
           
 

Method parameters in org.apache.hadoop.hive.ql.parse with type arguments of type WriteEntity
 void TaskCompiler.compile(ParseContext pCtx, List<Task<? extends Serializable>> rootTasks, HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs)
           
protected  void TezCompiler.generateTaskTree(List<Task<? extends Serializable>> rootTasks, ParseContext pCtx, List<Task<MoveWork>> mvTask, Set<ReadEntity> inputs, Set<WriteEntity> outputs)
           
protected abstract  void TaskCompiler.generateTaskTree(List<Task<? extends Serializable>> rootTasks, ParseContext pCtx, List<Task<MoveWork>> mvTask, Set<ReadEntity> inputs, Set<WriteEntity> outputs)
           
protected  void MapReduceCompiler.generateTaskTree(List<Task<? extends Serializable>> rootTasks, ParseContext pCtx, List<Task<MoveWork>> mvTask, Set<ReadEntity> inputs, Set<WriteEntity> outputs)
           
protected  void TezCompiler.optimizeOperatorPlan(ParseContext pCtx, Set<ReadEntity> inputs, Set<WriteEntity> outputs)
           
protected  void TaskCompiler.optimizeOperatorPlan(ParseContext pCtxSet, Set<ReadEntity> inputs, Set<WriteEntity> outputs)
           
 

Constructor parameters in org.apache.hadoop.hive.ql.parse with type arguments of type WriteEntity
GenTezProcContext(HiveConf conf, ParseContext parseContext, List<Task<MoveWork>> moveTask, List<Task<? extends Serializable>> rootTasks, Set<ReadEntity> inputs, Set<WriteEntity> outputs)
           
OptimizeTezProcContext(HiveConf conf, ParseContext parseContext, Set<ReadEntity> inputs, Set<WriteEntity> outputs, Deque<Operator<?>> rootOperators)
           
 

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

Method parameters in org.apache.hadoop.hive.ql.parse.authorization with type arguments of type WriteEntity
 Task<? extends Serializable> HiveAuthorizationTaskFactoryImpl.createCreateRoleTask(ASTNode ast, HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs)
           
 Task<? extends Serializable> HiveAuthorizationTaskFactory.createCreateRoleTask(ASTNode node, HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs)
           
 Task<? extends Serializable> HiveAuthorizationTaskFactoryImpl.createDropRoleTask(ASTNode ast, HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs)
           
 Task<? extends Serializable> HiveAuthorizationTaskFactory.createDropRoleTask(ASTNode node, HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs)
           
 Task<? extends Serializable> HiveAuthorizationTaskFactoryImpl.createGrantRoleTask(ASTNode ast, HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs)
           
 Task<? extends Serializable> HiveAuthorizationTaskFactory.createGrantRoleTask(ASTNode node, HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs)
           
 Task<? extends Serializable> HiveAuthorizationTaskFactoryImpl.createGrantTask(ASTNode ast, HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs)
           
 Task<? extends Serializable> HiveAuthorizationTaskFactory.createGrantTask(ASTNode node, HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs)
           
 Task<? extends Serializable> HiveAuthorizationTaskFactoryImpl.createRevokeRoleTask(ASTNode ast, HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs)
           
 Task<? extends Serializable> HiveAuthorizationTaskFactory.createRevokeRoleTask(ASTNode node, HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs)
           
 Task<? extends Serializable> HiveAuthorizationTaskFactoryImpl.createRevokeTask(ASTNode ast, HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs)
           
 Task<? extends Serializable> HiveAuthorizationTaskFactory.createRevokeTask(ASTNode node, HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs)
           
 Task<? extends Serializable> HiveAuthorizationTaskFactoryImpl.createSetRoleTask(String roleName, HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs)
           
 Task<? extends Serializable> HiveAuthorizationTaskFactory.createSetRoleTask(String roleName, HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs)
           
 Task<? extends Serializable> HiveAuthorizationTaskFactoryImpl.createShowCurrentRoleTask(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, org.apache.hadoop.fs.Path resFile)
           
 Task<? extends Serializable> HiveAuthorizationTaskFactory.createShowCurrentRoleTask(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, org.apache.hadoop.fs.Path resFile)
           
 Task<? extends Serializable> HiveAuthorizationTaskFactoryImpl.createShowGrantTask(ASTNode ast, org.apache.hadoop.fs.Path resultFile, HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs)
           
 Task<? extends Serializable> HiveAuthorizationTaskFactory.createShowGrantTask(ASTNode node, org.apache.hadoop.fs.Path resultFile, HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs)
           
 Task<? extends Serializable> HiveAuthorizationTaskFactoryImpl.createShowRoleGrantTask(ASTNode ast, org.apache.hadoop.fs.Path resultFile, HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs)
           
 Task<? extends Serializable> HiveAuthorizationTaskFactory.createShowRoleGrantTask(ASTNode node, org.apache.hadoop.fs.Path resultFile, HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs)
           
 Task<? extends Serializable> HiveAuthorizationTaskFactoryImpl.createShowRolePrincipalsTask(ASTNode ast, org.apache.hadoop.fs.Path resFile, HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs)
           
 Task<? extends Serializable> HiveAuthorizationTaskFactory.createShowRolePrincipalsTask(ASTNode ast, org.apache.hadoop.fs.Path resFile, HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs)
           
 

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

Method parameters in org.apache.hadoop.hive.ql.plan with type arguments of type WriteEntity
 void MoveWork.setOutputs(HashSet<WriteEntity> outputs)
           
 void DDLWork.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, AlterDatabaseDesc alterDbDesc)
           
DDLWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, AlterIndexDesc alterIdxDesc)
           
DDLWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, AlterTableAlterPartDesc alterPartDesc)
           
DDLWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, AlterTableDesc alterTblDesc)
           
DDLWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, AlterTableExchangePartition alterTableExchangePartition)
           
DDLWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, AlterTablePartMergeFilesDesc mergeDesc)
           
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, CreateIndexDesc createIndex)
           
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, DescDatabaseDesc descDatabaseDesc)
           
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, DropIndexDesc dropIndexDesc)
           
DDLWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, DropTableDesc dropTblDesc)
           
DDLWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, GrantDesc grantDesc)
           
DDLWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, GrantRevokeRoleDDL grantRevokeRoleDDL)
           
DDLWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, LockDatabaseDesc lockDatabaseDesc)
           
DDLWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, LockTableDesc lockTblDesc)
           
DDLWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, MsckDesc checkDesc)
           
DDLWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, RenamePartitionDesc renamePartitionDesc)
           
DDLWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, RevokeDesc revokeDesc)
           
DDLWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, RoleDDLDesc roleDDLDesc)
           
DDLWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, ShowColumnsDesc showColumnsDesc)
           
DDLWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, ShowCompactionsDesc showCompactionsDesc)
           
DDLWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, ShowCreateTableDesc showCreateTblDesc)
           
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, ShowGrantDesc showGrant)
           
DDLWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, ShowIndexesDesc showIndexesDesc)
           
DDLWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, ShowLocksDesc showLocksDesc)
           
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, ShowTblPropertiesDesc showTblPropertiesDesc)
           
DDLWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, ShowTxnsDesc showTxnsDesc)
           
DDLWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, SwitchDatabaseDesc switchDatabaseDesc)
           
DDLWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, TruncateTableDesc truncateTblDesc)
           
DDLWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, UnlockDatabaseDesc unlockDatabaseDesc)
           
DDLWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, UnlockTableDesc unlockTblDesc)
           
MoveWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs)
           
MoveWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, LoadTableDesc loadTableWork, LoadFileDesc loadFileWork, boolean checkFileFormat)
           
 



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