public class ElasticsearchWriter extends Object implements SafeWriter
| Constructor and Description |
|---|
ElasticsearchWriter(ErrorReporter errorReporter,
Settings settings,
HttpRequestHeaders headers) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasPendingData() |
void |
sendData() |
void |
write(char[] cbuf,
int off,
int len) |
public ElasticsearchWriter(ErrorReporter errorReporter, Settings settings, HttpRequestHeaders headers)
public void write(char[] cbuf,
int off,
int len)
write in interface SafeWriterpublic void sendData()
throws IOException
sendData in interface SafeWriterIOExceptionpublic boolean hasPendingData()
hasPendingData in interface SafeWriterCopyright © 2022 Perfana. All rights reserved.