public class LocalOutputPipe extends Object implements EventOutputPipe
| Modifier and Type | Class and Description |
|---|---|
static class |
LocalOutputPipe.Builder |
| Constructor and Description |
|---|
LocalOutputPipe(ElasticsearchParams elasticsearchParams,
ElasticsearchClient es) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
getCurrentBufferSize() |
ElasticsearchClient |
getEsClient() |
void |
send(Event e) |
void |
setEsClient(ElasticsearchClient esClient) |
public LocalOutputPipe(ElasticsearchParams elasticsearchParams, ElasticsearchClient es)
public void send(Event e)
send in interface EventOutputPipepublic void close()
public int getCurrentBufferSize()
getCurrentBufferSize in interface EventOutputPipepublic ElasticsearchClient getEsClient()
public void setEsClient(ElasticsearchClient esClient)
Copyright © 2020. All rights reserved.