public abstract static class ThroughputStats.Throughput extends Object
| Constructor and Description |
|---|
Throughput() |
| Modifier and Type | Method and Description |
|---|---|
abstract long |
count() |
static ThroughputStats.Throughput |
create(long count,
double lastSecond,
long size) |
abstract double |
lastSecond() |
abstract long |
size() |
public static ThroughputStats.Throughput create(long count, double lastSecond, long size)
public abstract long count()
public abstract double lastSecond()
public abstract long size()
Copyright © 2015–2016 Graylog, Inc.. All rights reserved.