public abstract class EventList extends Object implements SearchType
| Modifier and Type | Class and Description |
|---|---|
static class |
EventList.Builder |
static class |
EventList.Result |
SearchType.Fallback| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
TYPE_FIELD| Constructor and Description |
|---|
EventList() |
| Modifier and Type | Method and Description |
|---|---|
SearchType |
applyExecutionContext(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
com.fasterxml.jackson.databind.JsonNode state) |
static EventList.Builder |
builder() |
Set<String> |
effectiveStreams() |
abstract Filter |
filter() |
abstract String |
id() |
abstract EventList.Builder |
toBuilder() |
SearchTypeEntity |
toContentPackEntity(EntityDescriptorIds entityDescriptorIds) |
abstract String |
type() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmappedStreams, name, query, streams, timerangegetContentPackPluginPackage, resolveNativeEntityisExportablepublic static final String NAME
public abstract String type()
type in interface SearchType@Nullable public abstract String id()
id in interface SearchType@Nullable public abstract Filter filter()
filter in interface SearchTypepublic static EventList.Builder builder()
public abstract EventList.Builder toBuilder()
public SearchType applyExecutionContext(com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.databind.JsonNode state)
applyExecutionContext in interface SearchTypepublic Set<String> effectiveStreams()
effectiveStreams in interface SearchTypepublic SearchTypeEntity toContentPackEntity(EntityDescriptorIds entityDescriptorIds)
toContentPackEntity in interface ContentPackable<SearchTypeEntity>Copyright © 2012–2021 Graylog, Inc.. All rights reserved.