public abstract class SearchDecorationStats extends Object
| Constructor and Description |
|---|
SearchDecorationStats() |
| Modifier and Type | Method and Description |
|---|---|
abstract Set<String> |
addedFields() |
abstract Set<String> |
changedFields() |
static SearchDecorationStats |
create(Set<String> addedFields,
Set<String> changedFields,
Set<String> removedFields) |
abstract Set<String> |
removedFields() |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.