public abstract class NetFlowV9Template extends Object
| Constructor and Description |
|---|
NetFlowV9Template() |
| Modifier and Type | Method and Description |
|---|---|
static NetFlowV9Template |
create(int templateId,
int fieldCount,
List<NetFlowV9FieldDef> definitions) |
abstract com.google.common.collect.ImmutableList<NetFlowV9FieldDef> |
definitions() |
abstract int |
fieldCount() |
abstract int |
templateId() |
public abstract int templateId()
public abstract int fieldCount()
public abstract com.google.common.collect.ImmutableList<NetFlowV9FieldDef> definitions()
public static NetFlowV9Template create(int templateId, int fieldCount, List<NetFlowV9FieldDef> definitions)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.