Class NetFlow9Template
java.lang.Object
ru.bitel.bgbilling.kernel.network.flow.NetFlow9Template
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionbyte[]
int
Длина одной записи данного шаблона.int
boolean
boolean
int
int
Минимальная длина данных.boolean
boolean
int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
parse
(ByteBuffer readBuffer) int
skipData
(ByteBuffer data, int beginPosition) Возвращает длину пропущенной data.
-
Field Details
-
templateId
public int templateId -
fieldCount
public int fieldCount -
dataLength
public int dataLengthДлина одной записи данного шаблона. В IPFIX длина может быть переменной. -
minDataLength
public int minDataLengthМинимальная длина данных. -
length
public int length -
nextHopItem
-
inSnmpIfaceItem
-
outSnmpIfaceItem
-
inOctetsItem
-
ip4SrcAddressItem
-
ip4DstAddressItem
-
ip6SrcAddressItem
-
ip6DstAddressItem
-
l4SrcPortItem
-
l4DstPortItem
-
srcTosBytesItem
-
firstSwitchedItem
-
lastSwitchedItem
-
ip4NextHopItem
-
protocolItem
-
data
public byte[] data -
natLogFieldIdxContextId
-
natLogFieldIdxContextName
-
natLogFieldIdxAssignTsSec
-
natLogFieldIdxUnassignTsSec
-
natLogFieldIdxIpv4IntAddr
-
natLogFieldIdxIpv4ExtAddr
-
natLogFieldIdxExtPortFirst
-
natLogFieldIdxExtPortLast
-
hslNatLogFieldTranslatedDestinationIPv4Addr
-
hslNatLogFieldTranslatedDestinationPort
-
hslNatLogFieldTranslatedSourceIpv4Addr
-
hslNatLogFieldTranslatedSourcePort
-
hslNatLogFieldEvent
-
hslNatLogFieldVrfId
-
hslNatLogFieldTimestamp
-
items
-
flowLog
public boolean flowLog -
natLog
public boolean natLog -
seNatLog
public boolean seNatLog -
hslNatLog
public boolean hslNatLog
-
-
Constructor Details
-
NetFlow9Template
public NetFlow9Template()
-
-
Method Details
-
parse
-
skipData
Возвращает длину пропущенной data.- Parameters:
data
-- Returns:
-