Class P4RuntimeGroupProgrammable
- java.lang.Object
-
- org.onosproject.net.driver.AbstractBehaviour
-
- org.onosproject.net.driver.AbstractHandlerBehaviour
-
- org.onosproject.drivers.p4runtime.P4RuntimeGroupProgrammable
-
- All Implemented Interfaces:
org.onosproject.net.driver.Behaviour,org.onosproject.net.driver.HandlerBehaviour,org.onosproject.net.group.GroupProgrammable
public class P4RuntimeGroupProgrammable extends org.onosproject.net.driver.AbstractHandlerBehaviour implements org.onosproject.net.group.GroupProgrammableImplementation of GroupProgrammable for P4Runtime devices that uses two different implementation of the same behavior to handle both action profile groups and PRE entries.
-
-
Constructor Summary
Constructors Constructor Description P4RuntimeGroupProgrammable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<org.onosproject.net.group.Group>getGroups()voidperformGroupOperation(org.onosproject.net.DeviceId deviceId, org.onosproject.net.group.GroupOperations groupOps)-
Methods inherited from class org.onosproject.net.driver.AbstractHandlerBehaviour
handler, setHandler
-
-
-
-
Method Detail
-
performGroupOperation
public void performGroupOperation(org.onosproject.net.DeviceId deviceId, org.onosproject.net.group.GroupOperations groupOps)- Specified by:
performGroupOperationin interfaceorg.onosproject.net.group.GroupProgrammable
-
getGroups
public java.util.Collection<org.onosproject.net.group.Group> getGroups()
- Specified by:
getGroupsin interfaceorg.onosproject.net.group.GroupProgrammable
-
-