Package org.onosproject.net.group
Interface GroupProvider
-
-
Field Summary
Fields Modifier and Type Field Description static String
GROUP_CAPABLE
Group capable property name.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
performGroupOperation(DeviceId deviceId, GroupOperations groupOps)
Performs a batch of group operation in the specified device with the specified parameters.
-
-
-
Field Detail
-
GROUP_CAPABLE
static final String GROUP_CAPABLE
Group capable property name. A driver is assumed to be group capable if this property is undefined. If the driver is group capable, then it supports group descriptions and optionally group statistics. If the driver is not group capable, then it supports neither group descriptions nor group statistics.- See Also:
- Constant Field Values
-
-
Method Detail
-
performGroupOperation
void performGroupOperation(DeviceId deviceId, GroupOperations groupOps)
Performs a batch of group operation in the specified device with the specified parameters.- Parameters:
deviceId
- device identifier on which the batch of group operations to be executedgroupOps
- immutable list of group operation
-
-