Uses of Package
org.apache.hadoop.hive.ql.hooks

Packages that use org.apache.hadoop.hive.ql.hooks
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.metadata   
org.apache.hadoop.hive.ql.optimizer   
org.apache.hadoop.hive.ql.optimizer.lineage   
org.apache.hadoop.hive.ql.parse   
org.apache.hadoop.hive.ql.plan   
org.apache.hadoop.hive.ql.session   
 

Classes in org.apache.hadoop.hive.ql.hooks used by org.apache.hadoop.hive.ql
Hook
          The new interface for all the pre execute hooks and post execute hooks
LineageInfo
          This class contains the lineage information that is passed to the PreExecution hook.
ReadEntity
          This class encapsulates the information on the partition and tables that are read by the query.
WriteEntity
          This class encapsulates an object that is being written to by the query.
 

Classes in org.apache.hadoop.hive.ql.hooks used by org.apache.hadoop.hive.ql.hooks
Entity
          This class encapsulates an object that is being read or written to by the query.
Entity.Type
          The type of the entity.
ExecuteWithHookContext
          ExecuteWithHookContext is a new interface that the Pre/Post Execute Hook can run with the HookContext.
Hook
          The new interface for all the pre execute hooks and post execute hooks
HookContext
          Hook Context keeps all the necessary information for all the hooks.
HookContext.HookType
           
LineageInfo
          This class contains the lineage information that is passed to the PreExecution hook.
LineageInfo.BaseColumnInfo
          Base Column information.
LineageInfo.DataContainer
          Table or Partition data container.
LineageInfo.Dependency
          This class tracks the dependency information for the base column.
LineageInfo.DependencyKey
          Class that captures the lookup key for the dependency.
LineageInfo.DependencyType
          Enum to track dependency.
LineageInfo.TableAliasInfo
           
PreExecute
          The pre execute hook interface.
ReadEntity
          This class encapsulates the information on the partition and tables that are read by the query.
WriteEntity
          This class encapsulates an object that is being written to by the query.
 

Classes in org.apache.hadoop.hive.ql.hooks used by org.apache.hadoop.hive.ql.index
ReadEntity
          This class encapsulates the information on the partition and tables that are read by the query.
WriteEntity
          This class encapsulates an object that is being written to by the query.
 

Classes in org.apache.hadoop.hive.ql.hooks used by org.apache.hadoop.hive.ql.index.bitmap
ReadEntity
          This class encapsulates the information on the partition and tables that are read by the query.
WriteEntity
          This class encapsulates an object that is being written to by the query.
 

Classes in org.apache.hadoop.hive.ql.hooks used by org.apache.hadoop.hive.ql.index.compact
ReadEntity
          This class encapsulates the information on the partition and tables that are read by the query.
WriteEntity
          This class encapsulates an object that is being written to by the query.
 

Classes in org.apache.hadoop.hive.ql.hooks used by org.apache.hadoop.hive.ql.metadata
Hook
          The new interface for all the pre execute hooks and post execute hooks
 

Classes in org.apache.hadoop.hive.ql.hooks used by org.apache.hadoop.hive.ql.optimizer
ReadEntity
          This class encapsulates the information on the partition and tables that are read by the query.
WriteEntity
          This class encapsulates an object that is being written to by the query.
 

Classes in org.apache.hadoop.hive.ql.hooks used by org.apache.hadoop.hive.ql.optimizer.lineage
LineageInfo.Dependency
          This class tracks the dependency information for the base column.
LineageInfo.DependencyType
          Enum to track dependency.
 

Classes in org.apache.hadoop.hive.ql.hooks used by org.apache.hadoop.hive.ql.parse
Hook
          The new interface for all the pre execute hooks and post execute hooks
LineageInfo
          This class contains the lineage information that is passed to the PreExecution hook.
ReadEntity
          This class encapsulates the information on the partition and tables that are read by the query.
WriteEntity
          This class encapsulates an object that is being written to by the query.
 

Classes in org.apache.hadoop.hive.ql.hooks used by org.apache.hadoop.hive.ql.plan
ReadEntity
          This class encapsulates the information on the partition and tables that are read by the query.
WriteEntity
          This class encapsulates an object that is being written to by the query.
 

Classes in org.apache.hadoop.hive.ql.hooks used by org.apache.hadoop.hive.ql.session
LineageInfo
          This class contains the lineage information that is passed to the PreExecution hook.
LineageInfo.DataContainer
          Table or Partition data container.
 



Copyright © 2013 The Apache Software Foundation