Package org.onosproject.net.pi.model
Interface PiPacketMetadataModel
- 
 @Beta public interface PiPacketMetadataModelModel of a packet metadata for a protocol-independent pipeline.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intbitWidth()Returns the size in bits of this metadata.PiPacketMetadataIdid()Returns the ID of this packet metadata.
 
- 
- 
- 
Method Detail- 
idPiPacketMetadataId id() Returns the ID of this packet metadata.- Returns:
- packet operation metadata ID
 
 - 
bitWidthint bitWidth() Returns the size in bits of this metadata.- Returns:
- size in bit
 
 
- 
 
-