See: Description
| Interface | Description |
|---|---|
| Group |
ONOS representation of group that is stored in the system.
|
| GroupBucket |
Group Bucket definition.
|
| GroupDescription |
ONOS representation of group description that is used to create
a group.
|
| GroupKey |
Representation of generalized Key that would be used to store
groups in < Key, Value > store.
|
| GroupListener |
Entity capable of receiving Group related events.
|
| GroupProgrammable |
Group programmable device behaviour.
|
| GroupProvider |
Abstraction of group provider.
|
| GroupProviderRegistry |
Abstraction for a group provider registry.
|
| GroupProviderService |
Service through which Group providers can inject information into
the core.
|
| GroupService |
Service for create/update/delete "group" in the devices.
|
| GroupStore |
Manages inventory of groups per device; not intended for direct use.
|
| GroupStoreDelegate |
Group store delegate abstraction.
|
| StoredGroupBucketEntry |
Generic group bucket entry representation that is stored in a
group object.
|
| StoredGroupEntry |
Interface that defines set methods for a group entry
that is stored in the system.
|
| Class | Description |
|---|---|
| DefaultGroup |
ONOS implementation of default group that is stored in the system.
|
| DefaultGroupBucket |
Group bucket implementation.
|
| DefaultGroupDescription |
Default implementation of group description interface.
|
| DefaultGroupKey |
Default implementation of group key interface.
|
| GroupBuckets |
Immutable collection of group bucket.
|
| GroupEvent |
Describes group events.
|
| GroupOperation |
Group operation definition to be used between core and provider
layers of group subsystem.
|
| GroupOperations |
Immutable collection of group operation to be used between
core and provider layers of group subsystem.
|
| Enum | Description |
|---|---|
| Group.GroupState |
State of the group object in ONOS.
|
| GroupDescription.Type |
Types of the group supported by ONOS.
|
| GroupEvent.Type |
Type of flow rule events.
|
| GroupOperation.GroupMsgErrorCode |
Possible error codes for a failure of a group operation.
|
| GroupOperation.Type | |
| GroupStore.UpdateType |