org.apache.hadoop.hive.ql.io.orc
Interface OrcFile.WriterCallback

Enclosing class:
OrcFile

public static interface OrcFile.WriterCallback


Method Summary
 void preFooterWrite(OrcFile.WriterContext context)
           
 void preStripeWrite(OrcFile.WriterContext context)
           
 

Method Detail

preStripeWrite

void preStripeWrite(OrcFile.WriterContext context)
                    throws IOException
Throws:
IOException

preFooterWrite

void preFooterWrite(OrcFile.WriterContext context)
                    throws IOException
Throws:
IOException


Copyright © 2014 The Apache Software Foundation. All rights reserved.