Class NetFlow9Array
java.lang.Object
ru.bitel.bgbilling.kernel.network.flow.FlowArray<NetFlow9Record>
ru.bitel.bgbilling.kernel.network.flow.NetFlow9Array
- All Implemented Interfaces:
Netflow9Processor
public class NetFlow9Array extends FlowArray<NetFlow9Record> implements Netflow9Processor
Разобранные flow пакета NetFlow версии 9.
Формат: http://www.cisco.com/en/US/technologies/tk648/tk362/technologies_white_paper09186a00800a3db9.html
-
Field Summary
-
Constructor Summary
Constructors Constructor Description NetFlow9Array(int size)
-
Method Summary
Modifier and Type Method Description int
next(java.nio.ByteBuffer readBuffer, java.util.concurrent.ConcurrentMap<java.lang.Integer,NetFlow9Template> templates)
static int
next(java.nio.ByteBuffer readBuffer, java.util.concurrent.ConcurrentMap<java.lang.Integer,NetFlow9Template> templates, Netflow9Processor processor)
boolean
parsePacket(java.nio.ByteBuffer readBuffer, long millis, java.util.concurrent.ConcurrentMap<java.lang.Integer,NetFlow9Template> templates)
Разбор NetFlow дайтаграммы.void
process(java.nio.ByteBuffer readBuffer, int offset, long millis, NetFlow9Template template)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
NetFlow9Array
public NetFlow9Array(int size)
-
-
Method Details
-
parsePacket
public final boolean parsePacket(java.nio.ByteBuffer readBuffer, long millis, java.util.concurrent.ConcurrentMap<java.lang.Integer,NetFlow9Template> templates)Разбор NetFlow дайтаграммы.- Parameters:
readBuffer
- буфер чтения.
-
next
public final int next(java.nio.ByteBuffer readBuffer, java.util.concurrent.ConcurrentMap<java.lang.Integer,NetFlow9Template> templates) throws java.lang.Exception- Throws:
java.lang.Exception
-
process
public void process(java.nio.ByteBuffer readBuffer, int offset, long millis, NetFlow9Template template)- Specified by:
process
in interfaceNetflow9Processor
-
next
public static int next(java.nio.ByteBuffer readBuffer, java.util.concurrent.ConcurrentMap<java.lang.Integer,NetFlow9Template> templates, Netflow9Processor processor) throws java.lang.Exception- Throws:
java.lang.Exception
-