| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static LogsLookupProcessorType |
LogsLookupProcessorType.LOOKUP_PROCESSOR |
| Modifier and Type | Method and Description |
|---|---|
static LogsLookupProcessorType |
LogsLookupProcessorType.fromValue(String value) |
LogsLookupProcessorType |
LogsLookupProcessor.getType()
Type of logs lookup processor.
|
LogsLookupProcessorType |
ReferenceTableLogsLookupProcessor.getType()
Type of logs lookup processor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogsLookupProcessorType.LogsLookupProcessorTypeSerializer.serialize(LogsLookupProcessorType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
LogsLookupProcessor.setType(LogsLookupProcessorType type) |
void |
ReferenceTableLogsLookupProcessor.setType(LogsLookupProcessorType type) |
LogsLookupProcessor |
LogsLookupProcessor.type(LogsLookupProcessorType type) |
ReferenceTableLogsLookupProcessor |
ReferenceTableLogsLookupProcessor.type(LogsLookupProcessorType type) |
| Constructor and Description |
|---|
LogsLookupProcessor(List<String> lookupTable,
String source,
String target,
LogsLookupProcessorType type) |
ReferenceTableLogsLookupProcessor(String lookupEnrichmentTable,
String source,
String target,
LogsLookupProcessorType type) |
| Constructor and Description |
|---|
LogsLookupProcessorTypeSerializer(Class<LogsLookupProcessorType> t) |
Copyright © 2024. All rights reserved.