public abstract static class EventsSearchResult.Context extends Object
| Constructor and Description |
|---|
Context() |
| Modifier and Type | Method and Description |
|---|---|
static EventsSearchResult.Context |
create(Map<String,EventsSearchResult.ContextEntity> eventDefinitions,
Map<String,EventsSearchResult.ContextEntity> streams) |
abstract com.google.common.collect.ImmutableMap<String,EventsSearchResult.ContextEntity> |
eventDefinitions() |
abstract com.google.common.collect.ImmutableMap<String,EventsSearchResult.ContextEntity> |
streams() |
public abstract com.google.common.collect.ImmutableMap<String,EventsSearchResult.ContextEntity> eventDefinitions()
public abstract com.google.common.collect.ImmutableMap<String,EventsSearchResult.ContextEntity> streams()
public static EventsSearchResult.Context create(Map<String,EventsSearchResult.ContextEntity> eventDefinitions, Map<String,EventsSearchResult.ContextEntity> streams)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.