public interface HiveEventSerializer extends Configurable
Modifier and Type | Method and Description |
---|---|
org.apache.hive.hcatalog.streaming.RecordWriter |
createRecordWriter(org.apache.hive.hcatalog.streaming.HiveEndPoint endPoint) |
void |
write(org.apache.hive.hcatalog.streaming.TransactionBatch txnBatch,
Collection<byte[]> events) |
void |
write(org.apache.hive.hcatalog.streaming.TransactionBatch batch,
Event e) |
configure
void write(org.apache.hive.hcatalog.streaming.TransactionBatch batch, Event e) throws org.apache.hive.hcatalog.streaming.StreamingException, IOException, InterruptedException
org.apache.hive.hcatalog.streaming.StreamingException
IOException
InterruptedException
void write(org.apache.hive.hcatalog.streaming.TransactionBatch txnBatch, Collection<byte[]> events) throws org.apache.hive.hcatalog.streaming.StreamingException, IOException, InterruptedException
org.apache.hive.hcatalog.streaming.StreamingException
IOException
InterruptedException
org.apache.hive.hcatalog.streaming.RecordWriter createRecordWriter(org.apache.hive.hcatalog.streaming.HiveEndPoint endPoint) throws org.apache.hive.hcatalog.streaming.StreamingException, IOException, ClassNotFoundException
org.apache.hive.hcatalog.streaming.StreamingException
IOException
ClassNotFoundException
Copyright © 2009–2019 Apache Software Foundation. All rights reserved.