Class SFlowArray
java.lang.Object
ru.bitel.bgbilling.kernel.network.flow.FlowArray<SFlowRecord>
ru.bitel.bgbilling.kernel.network.flow.SFlowArray
public class SFlowArray extends FlowArray<SFlowRecord>
Разобранные flow покетов sFlow версий 5 или 4 (4 не доделано).
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SFlowArray(int size) -
Method Summary
Modifier and Type Method Description intnext(java.nio.ByteBuffer data)booleanparsePacket(java.nio.ByteBuffer data, long millis)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SFlowArray
public SFlowArray(int size)
-
-
Method Details
-
parsePacket
public final boolean parsePacket(java.nio.ByteBuffer data, long millis) -
next
public int next(java.nio.ByteBuffer data)
-