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