public abstract class ThroughputStats extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ThroughputStats.Throughput |
| Constructor and Description |
|---|
ThroughputStats() |
| Modifier and Type | Method and Description |
|---|---|
static ThroughputStats |
create(ThroughputStats.Throughput input,
ThroughputStats.Throughput output,
Map<String,ThroughputStats.Throughput> perInputType) |
abstract ThroughputStats.Throughput |
input() |
abstract ThroughputStats.Throughput |
output() |
abstract Map<String,ThroughputStats.Throughput> |
perInputType() |
public static ThroughputStats create(ThroughputStats.Throughput input, ThroughputStats.Throughput output, Map<String,ThroughputStats.Throughput> perInputType)
public abstract ThroughputStats.Throughput input()
public abstract ThroughputStats.Throughput output()
public abstract Map<String,ThroughputStats.Throughput> perInputType()
Copyright © 2015-2016 Graylog, Inc.. All Rights Reserved.