public interface GroupDescription
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
GroupDescription.Type
Types of the group supported by ONOS. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
GroupKey | 
appCookie()
Returns application cookie associated with a group object. 
 | 
ApplicationId | 
appId()
Returns application identifier that has created this group object. 
 | 
GroupBuckets | 
buckets()
Returns group buckets of a group. 
 | 
DeviceId | 
deviceId()
Returns device identifier on which this group object is created. 
 | 
Integer | 
givenGroupId()
Returns groupId passed in by caller. 
 | 
GroupDescription.Type | 
type()
Returns type of a group object. 
 | 
GroupDescription.Type type()
DeviceId deviceId()
ApplicationId appId()
GroupKey appCookie()
Integer givenGroupId()
GroupBuckets buckets()