org.apache.hadoop.hive.ql.history
Interface HiveHistory.Listener

All Known Implementing Classes:
HiveHistoryViewer
Enclosing class:
HiveHistory

public static interface HiveHistory.Listener

Listner interface Parser will call handle function for each record type.


Method Summary
 void handle(HiveHistory.RecordTypes recType, Map<String,String> values)
           
 

Method Detail

handle

void handle(HiveHistory.RecordTypes recType,
            Map<String,String> values)
            throws IOException
Throws:
IOException


Copyright © 2010 The Apache Software Foundation