public abstract class SourcesList extends Object
| Constructor and Description |
|---|
SourcesList() |
| Modifier and Type | Method and Description |
|---|---|
static SourcesList |
create(int total,
Map<String,Long> sources,
long tookMs,
int range) |
abstract int |
range() |
abstract Map<String,Long> |
sources() |
abstract long |
tookMs() |
abstract int |
total() |
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.