public static enum NetFlowV9FieldType.ValueType extends Enum<NetFlowV9FieldType.ValueType>
| Enum Constant and Description |
|---|
INT16 |
INT24 |
INT32 |
INT64 |
INT8 |
IPV4 |
IPV6 |
MAC |
SKIP |
STRING |
UINT16 |
UINT24 |
UINT32 |
UINT64 |
UINT8 |
| Modifier and Type | Method and Description |
|---|---|
static NetFlowV9FieldType.ValueType |
byLength(int length) |
int |
getDefaultLength() |
static NetFlowV9FieldType.ValueType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetFlowV9FieldType.ValueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NetFlowV9FieldType.ValueType UINT8
public static final NetFlowV9FieldType.ValueType INT8
public static final NetFlowV9FieldType.ValueType UINT16
public static final NetFlowV9FieldType.ValueType INT16
public static final NetFlowV9FieldType.ValueType UINT24
public static final NetFlowV9FieldType.ValueType INT24
public static final NetFlowV9FieldType.ValueType UINT32
public static final NetFlowV9FieldType.ValueType INT32
public static final NetFlowV9FieldType.ValueType UINT64
public static final NetFlowV9FieldType.ValueType INT64
public static final NetFlowV9FieldType.ValueType IPV4
public static final NetFlowV9FieldType.ValueType IPV6
public static final NetFlowV9FieldType.ValueType MAC
public static final NetFlowV9FieldType.ValueType STRING
public static final NetFlowV9FieldType.ValueType SKIP
public static NetFlowV9FieldType.ValueType[] values()
for (NetFlowV9FieldType.ValueType c : NetFlowV9FieldType.ValueType.values()) System.out.println(c);
public static NetFlowV9FieldType.ValueType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getDefaultLength()
public static NetFlowV9FieldType.ValueType byLength(int length)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.