Class TimezoneAwareFunction
java.lang.Object
org.graylog.plugins.pipelineprocessor.ast.functions.AbstractFunction<org.joda.time.DateTime>
org.graylog.plugins.pipelineprocessor.functions.dates.TimezoneAwareFunction
- All Implemented Interfaces:
Function<org.joda.time.DateTime>
- Direct Known Subclasses:
DateConversion,FlexParseDate,Now,ParseDate,ParseUnixMilliseconds
-
Field Summary
Fields inherited from interface org.graylog.plugins.pipelineprocessor.ast.functions.Function
ERROR_FUNCTION, log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract StringFunctionDescriptor<org.joda.time.DateTime>org.joda.time.DateTimeevaluate(FunctionArgs args, EvaluationContext context) protected abstract org.joda.time.DateTimeevaluate(FunctionArgs args, EvaluationContext context, org.joda.time.DateTimeZone timezone) protected abstract StringgetName()protected abstract com.google.common.collect.ImmutableList<ParameterDescriptor>params()Methods inherited from class org.graylog.plugins.pipelineprocessor.ast.functions.AbstractFunction
preComputeConstantArgumentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.graylog.plugins.pipelineprocessor.ast.functions.Function
preprocessArgs
-
Constructor Details
-
TimezoneAwareFunction
protected TimezoneAwareFunction()
-
-
Method Details
-
evaluate
-
evaluate
protected abstract org.joda.time.DateTime evaluate(FunctionArgs args, EvaluationContext context, org.joda.time.DateTimeZone timezone) -
descriptor
-
description
-
getName
-
params
-