| Package | Description |
|---|---|
| org.onosproject.pim.impl |
PIM Emulation speak hello messages and listen to Join/Prunes.
|
| Modifier and Type | Method and Description |
|---|---|
static PIMInterface.Builder |
PIMInterface.builder()
Returns a builder for a PIM interface.
|
PIMInterface.Builder |
PIMInterface.Builder.withHelloInterval(int helloInterval)
Users the specified hello interval.
|
PIMInterface.Builder |
PIMInterface.Builder.withHoldTime(short holdTime)
Uses the specified hold time.
|
PIMInterface.Builder |
PIMInterface.Builder.withInterface(org.onosproject.incubator.net.intf.Interface intf)
Uses the specified ONOS interface.
|
PIMInterface.Builder |
PIMInterface.Builder.withOverrideInterval(short overrideInterval)
Uses the specified override interval.
|
PIMInterface.Builder |
PIMInterface.Builder.withPacketService(org.onosproject.net.packet.PacketService packetService)
Sets the reference to the packet service.
|
PIMInterface.Builder |
PIMInterface.Builder.withPriority(int priority)
Uses the specified DR priority.
|
PIMInterface.Builder |
PIMInterface.Builder.withPropagationDelay(short propagationDelay)
Uses the specified propagation delay.
|
Copyright © 2016. All rights reserved.