public interface Writer
Modifier and Type | Method and Description |
---|---|
void |
close() |
org.apache.hadoop.fs.Path |
getFilePath() |
boolean |
needsRotation() |
void |
sync() |
long |
write(Tuple tuple) |
long write(Tuple tuple) throws IOException
IOException
void sync() throws IOException
IOException
void close() throws IOException
IOException
boolean needsRotation()
org.apache.hadoop.fs.Path getFilePath()
Copyright © 2022 The Apache Software Foundation. All rights reserved.