| Package | Description |
|---|---|
| org.graylog.plugins.netflow.v9 |
| Modifier and Type | Method and Description |
|---|---|
static NetFlowV9FieldDef |
NetFlowV9FieldDef.create(NetFlowV9FieldType type,
int length) |
| Modifier and Type | Method and Description |
|---|---|
abstract com.google.common.collect.ImmutableList<NetFlowV9FieldDef> |
NetFlowV9Template.definitions() |
abstract com.google.common.collect.ImmutableList<NetFlowV9FieldDef> |
NetFlowV9OptionTemplate.optionDefs() |
| Modifier and Type | Method and Description |
|---|---|
static NetFlowV9Template |
NetFlowV9Template.create(int templateId,
int fieldCount,
List<NetFlowV9FieldDef> definitions) |
static NetFlowV9OptionTemplate |
NetFlowV9OptionTemplate.create(int templateId,
List<NetFlowV9ScopeDef> scopeDefs,
List<NetFlowV9FieldDef> optionDefs) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.