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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PiPreEntryType
preEntryType()
Returns the type of this PRE entry.-
Methods inherited from interface org.onosproject.net.pi.runtime.PiEntity
handle, piEntityType
-
-
-
-
Method Detail
-
preEntryType
PiPreEntryType preEntryType()
Returns the type of this PRE entry.- Returns:
- PRE entry type
-
-