public interface Group extends GroupDescription, PiTranslatable
Modifier and Type | Interface and Description |
---|---|
static class |
Group.GroupState
State of the group object in ONOS.
|
GroupDescription.Type
Modifier and Type | Method and Description |
---|---|
int |
age()
Obtains the age of a group.
|
long |
bytes()
Returns the number of bytes processed by this group.
|
GroupId |
id()
Returns group identifier associated with a group object.
|
long |
life()
Returns the number of milliseconds this group has been alive.
|
long |
packets()
Returns the number of packets processed by this group.
|
long |
referenceCount()
Returns the number of flow rules or other groups reference this group.
|
Group.GroupState |
state()
Returns current state of a group object.
|
appCookie, appId, buckets, deviceId, givenGroupId, type
GroupId id()
Group.GroupState state()
long life()
long packets()
long bytes()
long referenceCount()
int age()