Class PCEPStatefulCapability
java.lang.Object
org.opendaylight.protocol.pcep.PCEPCapability
org.opendaylight.protocol.pcep.ietf.stateful.PCEPStatefulCapability
-
Constructor Summary
ConstructorDescriptionPCEPStatefulCapability
(boolean active, boolean initiated, boolean triggeredSync, boolean triggeredResync, boolean deltaLspSync, boolean includeDbVersion) -
Method Summary
Modifier and TypeMethodDescriptionprotected com.google.common.base.MoreObjects.ToStringHelper
addToStringAttributes
(com.google.common.base.MoreObjects.ToStringHelper helper) boolean
int
hashCode()
boolean
isActive()
boolean
boolean
boolean
boolean
boolean
void
setCapabilityProposal
(InetSocketAddress address, TlvsBuilder builder) Sets stateful capabilities tlv in incoming builder.Methods inherited from class org.opendaylight.protocol.pcep.PCEPCapability
toString
-
Constructor Details
-
PCEPStatefulCapability
public PCEPStatefulCapability() -
PCEPStatefulCapability
public PCEPStatefulCapability(boolean active, boolean initiated, boolean triggeredSync, boolean triggeredResync, boolean deltaLspSync, boolean includeDbVersion) -
PCEPStatefulCapability
-
-
Method Details
-
setCapabilityProposal
Description copied from class:PCEPCapability
Sets stateful capabilities tlv in incoming builder.- Specified by:
setCapabilityProposal
in classPCEPCapability
- Parameters:
address
- peer address to assign capability proposalbuilder
- for TLVs included in PCEPOpenObject
-
isActive
public boolean isActive() -
isInstant
public boolean isInstant() -
isTriggeredSync
public boolean isTriggeredSync() -
isTriggeredResync
public boolean isTriggeredResync() -
isDeltaLspSync
public boolean isDeltaLspSync() -
isIncludeDbVersion
public boolean isIncludeDbVersion() -
hashCode
public int hashCode()- Specified by:
hashCode
in classPCEPCapability
-
equals
- Specified by:
equals
in classPCEPCapability
-
addToStringAttributes
protected com.google.common.base.MoreObjects.ToStringHelper addToStringAttributes(com.google.common.base.MoreObjects.ToStringHelper helper) - Overrides:
addToStringAttributes
in classPCEPCapability
-