Package org.onosproject.net.group
Interface GroupKey
- 
- All Known Implementing Classes:
- DefaultGroupKey,- PiGroupKey
 
 public interface GroupKeyRepresentation of generalized Key that would be used to store groups in < Key, Value > store. This key uses a generic byte array so that applications can associate their groups with any of their data by translating it into a byte array.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]key()Returns the byte representation of key.
 
-