Class VlanCounters
- java.lang.Object
-
- org.opennms.netmgt.telemetry.protocols.sflow.parser.proto.flows.VlanCounters
-
- All Implemented Interfaces:
CounterData
public class VlanCounters extends java.lang.Object implements CounterData
-
-
Field Summary
Fields Modifier and Type Field Description longbroadcastPktslongdiscardslongmulticastPktscom.google.common.primitives.UnsignedLongoctetslongucastPktslongvlan_id
-
Constructor Summary
Constructors Constructor Description VlanCounters(io.netty.buffer.ByteBuf buffer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()voidwriteBson(org.bson.BsonWriter bsonWriter, SampleDatagramEnrichment enr)
-
-
-
Constructor Detail
-
VlanCounters
public VlanCounters(io.netty.buffer.ByteBuf buffer) throws InvalidPacketException- Throws:
InvalidPacketException
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
writeBson
public void writeBson(org.bson.BsonWriter bsonWriter, SampleDatagramEnrichment enr)- Specified by:
writeBsonin interfaceCounterData
-
-