public class StatisticsCollectorOutputPipe extends Object implements EventOutputPipe
| Constructor and Description |
|---|
StatisticsCollectorOutputPipe(EventOutputPipe delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
double |
getAvgSubmitDuration() |
int |
getCurrentBufferSize() |
long |
getEventsAmount() |
long |
getMaxSubmitDuration() |
void |
initCounters() |
void |
send(Event e) |
String |
toString() |
public StatisticsCollectorOutputPipe(EventOutputPipe delegate)
public void send(Event e)
send in interface EventOutputPipepublic int getCurrentBufferSize()
getCurrentBufferSize in interface EventOutputPipepublic void close()
close in interface EventOutputPipepublic void initCounters()
public long getEventsAmount()
public long getMaxSubmitDuration()
public double getAvgSubmitDuration()
Copyright © 2020. All rights reserved.