Package org.onosproject.net.pi.runtime
Interface PiEntity
-
- All Known Subinterfaces:
PiPreEntry
- All Known Implementing Classes:
PiActionProfileGroup
,PiActionProfileMember
,PiCloneSessionEntry
,PiCounterCell
,PiMeterCellConfig
,PiMulticastGroupEntry
,PiRegisterCell
,PiTableEntry
@Beta public interface PiEntity
Abstraction of a runtime entity of a protocol-independent pipeline.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PiHandle
handle(DeviceId deviceId)
Returns a handle for this PI entity and the given device ID.PiEntityType
piEntityType()
Returns the type of this entity.
-
-
-
Method Detail
-
piEntityType
PiEntityType piEntityType()
Returns the type of this entity.- Returns:
- entity type
-
-