Package | Description |
---|---|
com.intel.jndn.management.types |
NFD management types.
|
Modifier and Type | Method and Description |
---|---|
NextHopRecord |
NextHopRecord.setCost(int cost)
Set next hop record cost.
|
NextHopRecord |
NextHopRecord.setFaceId(int faceId)
Set face ID.
|
Modifier and Type | Method and Description |
---|---|
List<NextHopRecord> |
FibEntry.getNextHopRecords() |
Modifier and Type | Method and Description |
---|---|
FibEntry |
FibEntry.addNextHopRecord(NextHopRecord record)
Add NextHop records.
|
Modifier and Type | Method and Description |
---|---|
FibEntry |
FibEntry.setNextHopRecords(List<NextHopRecord> records)
Set NextHop records.
|
Copyright © 2016. All rights reserved.