Package org.onosproject.net.pi.runtime
Class PiPreEntryHandle
- java.lang.Object
-
- org.onosproject.net.pi.runtime.PiHandle
-
- org.onosproject.net.pi.runtime.PiPreEntryHandle
-
- Direct Known Subclasses:
PiCloneSessionEntryHandle
,PiMulticastGroupEntryHandle
public abstract class PiPreEntryHandle extends PiHandle
Abstract implementation of a PI handle for PRE entries.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description PiEntityType
entityType()
Returns the type of entity identified by this handle.abstract PiPreEntryType
preEntryType()
Returns the type of PRE entry associated with this handle.
-
-
-
Method Detail
-
preEntryType
public abstract PiPreEntryType preEntryType()
Returns the type of PRE entry associated with this handle.- Returns:
- PRE entry type
-
entityType
public PiEntityType entityType()
Description copied from class:PiHandle
Returns the type of entity identified by this handle.- Specified by:
entityType
in classPiHandle
- Returns:
- PI entity type
-
-