public class CRC32 extends AbstractFunction<String>
Modifier and Type | Field and Description |
---|---|
static String |
NAME |
ERROR_FUNCTION, log
Constructor and Description |
---|
CRC32() |
Modifier and Type | Method and Description |
---|---|
protected String |
description() |
FunctionDescriptor<String> |
descriptor() |
String |
evaluate(FunctionArgs args,
EvaluationContext context) |
protected String |
getDigest(String value) |
protected String |
getName() |
preComputeConstantArgument
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
preprocessArgs
public static final String NAME
protected String getName()
public String evaluate(FunctionArgs args, EvaluationContext context)
protected String description()
public FunctionDescriptor<String> descriptor()
Copyright © 2012–2020 Graylog, Inc.. All rights reserved.