public static interface SegExtensions.LatencyInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsInter(long key)
Latency between the local interface and the interface in the neighbor AS
for the relevant links.
|
boolean |
containsIntra(long key)
Latency between construction-egress interface and the relevant other
interfaces.
|
Map<Long,Integer> |
getInter()
Deprecated.
|
int |
getInterCount()
Latency between the local interface and the interface in the neighbor AS
for the relevant links.
|
Map<Long,Integer> |
getInterMap()
Latency between the local interface and the interface in the neighbor AS
for the relevant links.
|
int |
getInterOrDefault(long key,
int defaultValue)
Latency between the local interface and the interface in the neighbor AS
for the relevant links.
|
int |
getInterOrThrow(long key)
Latency between the local interface and the interface in the neighbor AS
for the relevant links.
|
Map<Long,Integer> |
getIntra()
Deprecated.
|
int |
getIntraCount()
Latency between construction-egress interface and the relevant other
interfaces.
|
Map<Long,Integer> |
getIntraMap()
Latency between construction-egress interface and the relevant other
interfaces.
|
int |
getIntraOrDefault(long key,
int defaultValue)
Latency between construction-egress interface and the relevant other
interfaces.
|
int |
getIntraOrThrow(long key)
Latency between construction-egress interface and the relevant other
interfaces.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getIntraCount()
Latency between construction-egress interface and the relevant other interfaces. These are: - construction-ingress interface (if any) - sibling child interfaces, - core interfaces, at start or end of a segment - peer interfaces The key is the interface identifier of the other interface.
map<uint64, uint32> intra = 1;boolean containsIntra(long key)
Latency between construction-egress interface and the relevant other interfaces. These are: - construction-ingress interface (if any) - sibling child interfaces, - core interfaces, at start or end of a segment - peer interfaces The key is the interface identifier of the other interface.
map<uint64, uint32> intra = 1;@Deprecated Map<Long,Integer> getIntra()
getIntraMap() instead.Map<Long,Integer> getIntraMap()
Latency between construction-egress interface and the relevant other interfaces. These are: - construction-ingress interface (if any) - sibling child interfaces, - core interfaces, at start or end of a segment - peer interfaces The key is the interface identifier of the other interface.
map<uint64, uint32> intra = 1;int getIntraOrDefault(long key,
int defaultValue)
Latency between construction-egress interface and the relevant other interfaces. These are: - construction-ingress interface (if any) - sibling child interfaces, - core interfaces, at start or end of a segment - peer interfaces The key is the interface identifier of the other interface.
map<uint64, uint32> intra = 1;int getIntraOrThrow(long key)
Latency between construction-egress interface and the relevant other interfaces. These are: - construction-ingress interface (if any) - sibling child interfaces, - core interfaces, at start or end of a segment - peer interfaces The key is the interface identifier of the other interface.
map<uint64, uint32> intra = 1;int getInterCount()
Latency between the local interface and the interface in the neighbor AS for the relevant links. These are: - link at construction-egress interface (if any) - peer links The key is the interface identifier of the local interface associated with the link.
map<uint64, uint32> inter = 2;boolean containsInter(long key)
Latency between the local interface and the interface in the neighbor AS for the relevant links. These are: - link at construction-egress interface (if any) - peer links The key is the interface identifier of the local interface associated with the link.
map<uint64, uint32> inter = 2;@Deprecated Map<Long,Integer> getInter()
getInterMap() instead.Map<Long,Integer> getInterMap()
Latency between the local interface and the interface in the neighbor AS for the relevant links. These are: - link at construction-egress interface (if any) - peer links The key is the interface identifier of the local interface associated with the link.
map<uint64, uint32> inter = 2;int getInterOrDefault(long key,
int defaultValue)
Latency between the local interface and the interface in the neighbor AS for the relevant links. These are: - link at construction-egress interface (if any) - peer links The key is the interface identifier of the local interface associated with the link.
map<uint64, uint32> inter = 2;int getInterOrThrow(long key)
Latency between the local interface and the interface in the neighbor AS for the relevant links. These are: - link at construction-egress interface (if any) - peer links The key is the interface identifier of the local interface associated with the link.
map<uint64, uint32> inter = 2;Copyright © 2024. All rights reserved.