Class GroupBucketIdentifier
- java.lang.Object
-
- org.onosproject.segmentrouting.grouphandler.GroupBucketIdentifier
-
public class GroupBucketIdentifier extends Object
Representation of policy group bucket identifier. Not exposed to the application and only to be used internally.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classGroupBucketIdentifier.BucketOutputType
-
Constructor Summary
Constructors Modifier Constructor Description protectedGroupBucketIdentifier(int label, org.onosproject.net.PortNumber outPort)protectedGroupBucketIdentifier(int label, PolicyGroupIdentifier outGroup)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intlabel()protected PolicyGroupIdentifieroutGroup()protected org.onosproject.net.PortNumberoutPort()protected GroupBucketIdentifier.BucketOutputTypetype()
-
-
-
Constructor Detail
-
GroupBucketIdentifier
protected GroupBucketIdentifier(int label, org.onosproject.net.PortNumber outPort)
-
GroupBucketIdentifier
protected GroupBucketIdentifier(int label, PolicyGroupIdentifier outGroup)
-
-
Method Detail
-
label
protected int label()
-
type
protected GroupBucketIdentifier.BucketOutputType type()
-
outPort
protected org.onosproject.net.PortNumber outPort()
-
outGroup
protected PolicyGroupIdentifier outGroup()
-
-