Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.load.balancing.object.LoadBalancing
Packages that use LoadBalancing
Package
Description
-
Uses of LoadBalancing in org.opendaylight.protocol.pcep.parser.object
Methods in org.opendaylight.protocol.pcep.parser.object that return LoadBalancingModifier and TypeMethodDescriptionPCEPLoadBalancingObjectParser.parseObject
(ObjectHeader header, io.netty.buffer.ByteBuf bytes) -
Uses of LoadBalancing in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109 that return LoadBalancingModifier and TypeMethodDescriptionLoadBalancingObject.getLoadBalancing()
Return loadBalancing, ornull
if it is not present.@NonNull LoadBalancing
LoadBalancingObject.nonnullLoadBalancing()
Return loadBalancing, or an empty instance if it is not present. -
Uses of LoadBalancing in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.load.balancing.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.load.balancing.object with type parameters of type LoadBalancingModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<LoadBalancing>>
E$$LoadBalancingBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.load.balancing.object that return LoadBalancingModifier and TypeMethodDescription@NonNull LoadBalancing
LoadBalancingBuilder.build()
A newLoadBalancing
instance.static @NonNull LoadBalancing
LoadBalancingBuilder.empty()
Get empty instance of LoadBalancing.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.load.balancing.object that return types with arguments of type LoadBalancingModifier and TypeMethodDescriptiondefault Class
<LoadBalancing> LoadBalancing.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.load.balancing.object with parameters of type LoadBalancingModifier and TypeMethodDescriptionstatic boolean
LoadBalancing.bindingEquals
(@NonNull LoadBalancing thisObj, Object obj) Default implementation ofObject.equals(java.lang.Object)
contract for this interface.static int
LoadBalancing.bindingHashCode
(@NonNull LoadBalancing obj) Default implementation ofObject.hashCode()
contract for this interface.static String
LoadBalancing.bindingToString
(@NonNull LoadBalancing obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.load.balancing.object with type arguments of type LoadBalancingModifier and TypeMethodDescriptionLoadBalancingBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<LoadBalancing> augmentation) Add an augmentation to this builder's product.LoadBalancingBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<LoadBalancing>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.load.balancing.object with parameters of type LoadBalancingModifierConstructorDescriptionConstruct a builder initialized with state from specifiedLoadBalancing
. -
Uses of LoadBalancing in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation that return LoadBalancingModifier and TypeMethodDescriptionP2mpBuilder.getLoadBalancing()
Return current value associated with the property corresponding toLoadBalancingObject.getLoadBalancing()
.P2pBuilder.getLoadBalancing()
Return current value associated with the property corresponding toLoadBalancingObject.getLoadBalancing()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation with parameters of type LoadBalancingModifier and TypeMethodDescriptionP2mpBuilder.setLoadBalancing
(LoadBalancing value) Set the property corresponding toLoadBalancingObject.getLoadBalancing()
to the specified value.P2pBuilder.setLoadBalancing
(LoadBalancing value) Set the property corresponding toLoadBalancingObject.getLoadBalancing()
to the specified value.