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 |
PreExecutePrinter.run(SessionState sess,
Set<ReadEntity> inputs,
Set<WriteEntity> outputs,
org.apache.hadoop.security.UserGroupInformation ugi)
|
void |
EnforceReadOnlyTables.run(SessionState sess,
Set<ReadEntity> inputs,
Set<WriteEntity> outputs,
org.apache.hadoop.security.UserGroupInformation ugi)
|
void |
UpdateInputAccessTimeHook.PreExec.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 |
HookContext.setOutputs(Set<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,
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,
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,
LockTableDesc lockTblDesc)
|
DDLWork(HashSet<ReadEntity> inputs,
HashSet<WriteEntity> outputs,
MsckDesc checkDesc)
|
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,
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,
SwitchDatabaseDesc switchDatabaseDesc)
|
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)
|