public abstract class SourcesList extends Object
SourcesList()
static SourcesList
create(int total, Map<String,Long> sources, long tookMs, int range)
abstract int
range()
abstract Map<String,Long>
sources()
abstract long
tookMs()
total()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SourcesList()
public abstract int total()
public abstract Map<String,Long> sources()
public abstract long tookMs()
public abstract int range()
public static SourcesList create(int total, Map<String,Long> sources, long tookMs, int range)
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.