| Package | Description |
|---|---|
| org.graylog2.rest.models.search.responses |
| Modifier and Type | Method and Description |
|---|---|
static TermsResult |
TermsResult.create(long time,
Map<String,Long> terms,
long missing,
long other,
long total,
String builtQuery) |
static TermsResult |
TermsResult.create(long time,
Map<String,Long> terms,
Map<String,List<Map<String,String>>> termsMapping,
long missing,
long other,
long total,
String builtQuery) |
| Modifier and Type | Method and Description |
|---|---|
abstract Map<Long,TermsResult> |
TermsHistogramResult.buckets() |
| Modifier and Type | Method and Description |
|---|---|
static TermsHistogramResult |
TermsHistogramResult.create(long time,
String interval,
long size,
Map<Long,TermsResult> buckets,
Set<String> terms,
String builtQuery,
TimeRange queriedTimerange) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.