public class ElasticsearchOutputAggregator extends Writer
| Constructor and Description |
|---|
ElasticsearchOutputAggregator(Settings settings,
ErrorReporter errorReporter) |
| Modifier and Type | Method and Description |
|---|---|
void |
addWriter(SafeWriter writer) |
void |
close() |
void |
flush() |
boolean |
hasOutputs() |
boolean |
hasPendingData() |
boolean |
sendData() |
void |
write(char[] cbuf,
int off,
int len) |
public ElasticsearchOutputAggregator(Settings settings, ErrorReporter errorReporter)
public void addWriter(SafeWriter writer)
public void write(char[] cbuf,
int off,
int len)
throws IOException
write in class WriterIOExceptionpublic boolean hasPendingData()
public boolean hasOutputs()
public boolean sendData()
public void flush()
throws IOException
flush in interface Flushableflush in class WriterIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class WriterIOExceptionCopyright © 2022 Perfana. All rights reserved.