Class NetFlow9Array
java.lang.Object
ru.bitel.bgbilling.kernel.network.flow.FlowArray<NetFlow9Record>
ru.bitel.bgbilling.kernel.network.flow.NetFlow9Array
- All Implemented Interfaces:
 Netflow9Processor
Разобранные flow пакета NetFlow версии 9.
 
 Формат: 
 http://www.cisco.com/en/US/technologies/tk648/tk362/technologies_white_paper09186a00800a3db9.html
 http://www.iana.org/assignments/ipfix/ipfix.xhtml
- 
Field Summary
 - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionfinal intnext(ByteBuffer readBuffer, ConcurrentMap<Integer, NetFlow9Template> templates) static intnext(ByteBuffer readBuffer, ConcurrentMap<Integer, NetFlow9Template> templates, Netflow9Processor processor) final booleanparsePacket(ByteBuffer readBuffer, long millis, ConcurrentMap<Integer, NetFlow9Template> templates) Разбор NetFlow дайтаграммы.voidprocess(ByteBuffer readBuffer, int offset, long millis, NetFlow9Template template)  
- 
Constructor Details
- 
NetFlow9Array
public NetFlow9Array(int size)  
 - 
 - 
Method Details
- 
parsePacket
public final boolean parsePacket(ByteBuffer readBuffer, long millis, ConcurrentMap<Integer, NetFlow9Template> templates) Разбор NetFlow дайтаграммы.- Parameters:
 readBuffer- буфер чтения.
 - 
next
public final int next(ByteBuffer readBuffer, ConcurrentMap<Integer, NetFlow9Template> templates) throws Exception- Throws:
 Exception
 - 
process
- Specified by:
 processin interfaceNetflow9Processor
 - 
next
public static int next(ByteBuffer readBuffer, ConcurrentMap<Integer, NetFlow9Template> templates, Netflow9Processor processor) throws Exception- Throws:
 Exception
 
 -