Package org.onosproject.net.pi.runtime
Interface PiTableAction
- 
- All Known Implementing Classes:
 PiAction,PiActionProfileGroupId,PiActionProfileMemberId
@Beta public interface PiTableActionInstance 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 classPiTableAction.TypeTypes of table action. 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PiTableAction.Typetype()Type of this action. 
 - 
 
- 
- 
Method Detail
- 
type
PiTableAction.Type type()
Type of this action.- Returns:
 - a type
 
 
 - 
 
 -