| Package | Description |
|---|---|
| org.graylog.plugins.usagestatistics.dto |
| Modifier and Type | Method and Description |
|---|---|
static ThroughputStats.Throughput |
ThroughputStats.Throughput.create(long count,
double lastSecond,
long size) |
abstract ThroughputStats.Throughput |
ThroughputStats.input() |
abstract ThroughputStats.Throughput |
ThroughputStats.output() |
| Modifier and Type | Method and Description |
|---|---|
abstract Map<String,ThroughputStats.Throughput> |
ThroughputStats.perInputType() |
| Modifier and Type | Method and Description |
|---|---|
static ThroughputStats |
ThroughputStats.create(ThroughputStats.Throughput input,
ThroughputStats.Throughput output,
Map<String,ThroughputStats.Throughput> perInputType) |
| Modifier and Type | Method and Description |
|---|---|
static ThroughputStats |
ThroughputStats.create(ThroughputStats.Throughput input,
ThroughputStats.Throughput output,
Map<String,ThroughputStats.Throughput> perInputType) |
Copyright © 2015-2016 Graylog, Inc.. All Rights Reserved.