org.apache.hadoop.hive.metastore
Interface HiveMetaHookLoader


public interface HiveMetaHookLoader

HiveMetaHookLoader is responsible for loading a HiveMetaHook for a given table.


Method Summary
 HiveMetaHook getHook(Table tbl)
          Loads a hook for the specified table.
 

Method Detail

getHook

HiveMetaHook getHook(Table tbl)
                     throws MetaException
Loads a hook for the specified table.

Parameters:
tbl - table of interest
Returns:
hook, or null if none registered
Throws:
MetaException


Copyright © 2013 The Apache Software Foundation