public abstract class AggregationEventProcessorConfigEntity extends Object implements EventProcessorConfigEntity
Modifier and Type | Class and Description |
---|---|
static class |
AggregationEventProcessorConfigEntity.Builder |
Modifier and Type | Field and Description |
---|---|
static String |
TYPE_NAME |
TYPE_FIELD
Constructor and Description |
---|
AggregationEventProcessorConfigEntity() |
Modifier and Type | Method and Description |
---|---|
static AggregationEventProcessorConfigEntity.Builder |
builder() |
abstract Optional<AggregationConditions> |
conditions() |
abstract long |
executeEveryMs() |
abstract List<String> |
groupBy() |
abstract ValueReference |
query() |
void |
resolveForInstallation(EntityV1 entity,
Map<String,ValueReference> parameters,
Map<EntityDescriptor,Entity> entities,
com.google.common.graph.MutableGraph<Entity> graph) |
abstract long |
searchWithinMs() |
abstract List<AggregationSeries> |
series() |
abstract com.google.common.collect.ImmutableSet<String> |
streams() |
abstract AggregationEventProcessorConfigEntity.Builder |
toBuilder() |
EventProcessorConfig |
toNativeEntity(Map<String,ValueReference> parameters,
Map<EntityDescriptor,Object> nativeEntities) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
type
public static final String TYPE_NAME
public AggregationEventProcessorConfigEntity()
public abstract ValueReference query()
public abstract com.google.common.collect.ImmutableSet<String> streams()
public abstract List<AggregationSeries> series()
public abstract Optional<AggregationConditions> conditions()
public abstract long searchWithinMs()
public abstract long executeEveryMs()
public static AggregationEventProcessorConfigEntity.Builder builder()
public abstract AggregationEventProcessorConfigEntity.Builder toBuilder()
public EventProcessorConfig toNativeEntity(Map<String,ValueReference> parameters, Map<EntityDescriptor,Object> nativeEntities)
toNativeEntity
in interface NativeEntityConverter<EventProcessorConfig>
public void resolveForInstallation(EntityV1 entity, Map<String,ValueReference> parameters, Map<EntityDescriptor,Entity> entities, com.google.common.graph.MutableGraph<Entity> graph)
resolveForInstallation
in interface NativeEntityConverter<EventProcessorConfig>
Copyright © 2012–2020 Graylog, Inc.. All rights reserved.