public interface Appender extends Closeable
Modifier and Type | Method and Description |
---|---|
void |
addTuple(Tuple t) |
void |
close() |
void |
enableStats() |
void |
flush() |
TableStats |
getStats() |
void |
init() |
void init() throws IOException
IOException
void addTuple(Tuple t) throws IOException
IOException
void flush() throws IOException
IOException
void close() throws IOException
close
in interface AutoCloseable
close
in interface Closeable
IOException
void enableStats()
TableStats getStats()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.