| Package | Description |
|---|---|
| org.graylog2.contentpacks.facades | |
| org.graylog2.plugin.indexer.searches.timeranges |
| Modifier and Type | Method and Description |
|---|---|
NativeEntity<T> |
EntityFacade.createNativeEntity(Entity entity,
Map<String,ValueReference> parameters,
Map<EntityDescriptor,Object> nativeEntities,
String username)
Create a native entity of type
T from an entity model. |
| Modifier and Type | Method and Description |
|---|---|
KeywordRange |
KeywordRange.Builder.build() |
RelativeRange |
RelativeRange.Builder.build() |
static RelativeRange |
RelativeRange.create(int range) |
static KeywordRange |
KeywordRange.create(String keyword) |
static AbsoluteRange |
AbsoluteRange.create(String from,
String to) |
static KeywordRange |
KeywordRange.create(String type,
String keyword) |
AbsoluteRange.Builder |
AbsoluteRange.Builder.from(String from) |
AbsoluteRange.Builder |
AbsoluteRange.Builder.to(String to) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.