Uses of Class
org.onosproject.segmentrouting.grouphandler.PolicyGroupParams
-
Packages that use PolicyGroupParams Package Description org.onosproject.segmentrouting.grouphandler Segment routing group handling. -
-
Uses of PolicyGroupParams in org.onosproject.segmentrouting.grouphandler
Method parameters in org.onosproject.segmentrouting.grouphandler with type arguments of type PolicyGroupParams Modifier and Type Method Description PolicyGroupIdentifierPolicyGroupHandler. createPolicyGroupChain(String id, List<PolicyGroupParams> params)Creates policy group chain.PolicyGroupIdentifierPolicyGroupHandler. generatePolicyGroupKey(String id, List<PolicyGroupParams> params)Generates policy group key.Constructor parameters in org.onosproject.segmentrouting.grouphandler with type arguments of type PolicyGroupParams Constructor Description PolicyGroupIdentifier(String id, List<PolicyGroupParams> input, List<GroupBucketIdentifier> bucketIds)Constructs policy group identifier.
-