public abstract class CountResult extends Object
Constructor and Description |
---|
CountResult() |
Modifier and Type | Method and Description |
---|---|
abstract long |
count() |
static CountResult |
create(long count,
long tookMs) |
static CountResult |
empty() |
abstract long |
tookMs() |
public abstract long count()
public abstract long tookMs()
public static CountResult create(long count, long tookMs)
public static CountResult empty()
Copyright © 2012–2019 Graylog, Inc.. All rights reserved.