public abstract class NetFlowV9FieldDef extends Object
| Constructor and Description |
|---|
NetFlowV9FieldDef() |
| Modifier and Type | Method and Description |
|---|---|
static NetFlowV9FieldDef |
create(NetFlowV9FieldType type,
int length) |
abstract int |
length() |
Optional<Object> |
parse(io.netty.buffer.ByteBuf bb) |
abstract NetFlowV9FieldType |
type() |
public abstract NetFlowV9FieldType type()
public abstract int length()
public static NetFlowV9FieldDef create(NetFlowV9FieldType type, int length)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.