Package org.onosproject.net.pi.runtime
Interface PiPreEntry
- 
- All Superinterfaces:
- PiEntity
 - All Known Implementing Classes:
- PiCloneSessionEntry,- PiMulticastGroupEntry
 
 @Beta public interface PiPreEntry extends PiEntity Configuration entry of a Packet Replication Engine (PRE) of protocol-independent pipeline.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description PiPreEntryTypepreEntryType()Returns the type of this PRE entry.- 
Methods inherited from interface org.onosproject.net.pi.runtime.PiEntityhandle, piEntityType
 
- 
 
- 
- 
- 
Method Detail- 
preEntryTypePiPreEntryType preEntryType() Returns the type of this PRE entry.- Returns:
- PRE entry type
 
 
- 
 
-