Package org.onosproject.net.pi.runtime
Interface PiTableAction
-
- All Known Implementing Classes:
PiAction
,PiActionProfileGroupId
,PiActionProfileMemberId
@Beta public interface PiTableAction
Instance of an action that can be executed as a consequence of a match in a match+action table of a protocol-independent pipeline.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
PiTableAction.Type
Types of table action.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PiTableAction.Type
type()
Type of this action.
-
-
-
Method Detail
-
type
PiTableAction.Type type()
Type of this action.- Returns:
- a type
-
-