JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.onosproject.net.group
Interface GroupKey
All Known Implementing Classes:
DefaultGroupKey
,
PiGroupKey
public interface
GroupKey
Representation 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 Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
byte[]
key
()
Returns the byte representation of key.
Method Detail
key
byte[] key()
Returns the byte representation of key.
Returns:
byte array
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method