public abstract static class IndexStats.TimeAndTotalStats extends Object
| Constructor and Description |
|---|
TimeAndTotalStats() |
| Modifier and Type | Method and Description |
|---|---|
static IndexStats.TimeAndTotalStats |
create(long total,
long timeSeconds) |
abstract long |
timeSeconds() |
abstract long |
total() |
public abstract long total()
public abstract long timeSeconds()
public static IndexStats.TimeAndTotalStats create(long total, long timeSeconds)
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.