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. 
 | 
int | 
failedRetryCount()
Returns the count for the number of attempts at programming a failed
 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, typeGroupId id()
Group.GroupState state()
long life()
long packets()
long bytes()
long referenceCount()
int age()
int failedRetryCount()