public abstract class TermsResult extends Object
| Constructor and Description |
|---|
TermsResult() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
builtQuery() |
static TermsResult |
create(long time,
Map<String,Long> terms,
long missing,
long other,
long total,
String builtQuery) |
abstract long |
missing() |
abstract long |
other() |
abstract Map<String,Long> |
terms() |
abstract long |
time() |
abstract long |
total() |
public abstract long time()
public abstract long missing()
public abstract long other()
public abstract long total()
public abstract String builtQuery()
public static TermsResult create(long time, Map<String,Long> terms, long missing, long other, long total, String builtQuery)
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.