public class IPFIXArray extends FlowArray<IPFIXRecord> implements Netflow9Processor
| Constructor and Description |
|---|
IPFIXArray(int size) |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
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) |
public final boolean parsePacket(java.nio.ByteBuffer readBuffer,
long millis,
java.util.concurrent.ConcurrentMap<java.lang.Integer,NetFlow9Template> templates)
readBuffer - буфер чтения.public final int next(java.nio.ByteBuffer readBuffer,
java.util.concurrent.ConcurrentMap<java.lang.Integer,NetFlow9Template> templates)
throws java.lang.Exception
java.lang.Exceptionpublic void process(java.nio.ByteBuffer readBuffer,
int offset,
long millis,
NetFlow9Template template)
process in interface Netflow9Processorpublic static int next(java.nio.ByteBuffer readBuffer,
java.util.concurrent.ConcurrentMap<java.lang.Integer,NetFlow9Template> templates,
Netflow9Processor processor)
throws java.lang.Exception
java.lang.Exceptionpublic static void main(java.lang.String[] args)