Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Thomas Vachuska
2015-02-03 09:17:08 -0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0cd4de8425134144300b05695dccf1ba83342740
0cd4de84
1 parent
320e6c97
Fixed a few javadoc warnings.
Change-Id: I554712727fdf0b68ea461bd8ab909022037da1cd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
core/api/src/main/java/org/onosproject/net/group/DefaultGroupBucket.java
core/api/src/main/java/org/onosproject/net/group/DefaultGroupBucket.java
View file @
0cd4de8
...
...
@@ -22,7 +22,8 @@ import org.onosproject.net.PortNumber;
import
org.onosproject.net.flow.TrafficTreatment
;
import
org.onosproject.core.GroupId
;
/* Group bucket implementation. A group bucket is collection of
/**
* Group bucket implementation. A group bucket is collection of
* instructions that can be performed on a traffic flow. A select
* Group can have one or more Buckets where traffic will be
* processed by a single bucket in the group, based on device
...
...
@@ -46,7 +47,7 @@ public final class DefaultGroupBucket implements GroupBucket {
* @param treatment traffic treatment associated with group bucket
* @param weight optional weight associated with group bucket
* @param watchPort port that determines the liveness of group bucket
* @param watch
Port
group that determines the liveness of group bucket
* @param watch
Group
group that determines the liveness of group bucket
*/
private
DefaultGroupBucket
(
GroupDescription
.
Type
type
,
TrafficTreatment
treatment
,
...
...
@@ -119,7 +120,7 @@ public final class DefaultGroupBucket implements GroupBucket {
*
* @param treatment traffic treatment associated with group bucket
* @param watchPort port that determines the liveness of group bucket
* @param watch
Port
group that determines the liveness of group bucket
* @param watch
Group
group that determines the liveness of group bucket
*
* @return failover group bucket object
*/
...
...
Please
register
or
login
to post a comment