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

All Known Implementing Classes:
HiveHistoryViewer
Enclosing interface:
HiveHistory

public static interface HiveHistory.Listener

Listener interface. Parser will call handle function for each history record row, specifying the record type and its values


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 © 2014 The Apache Software Foundation. All rights reserved.