public interface PathPolicy
| Modifier and Type | Interface and Description |
|---|---|
static class |
PathPolicy.First |
static class |
PathPolicy.IsdAllow |
static class |
PathPolicy.IsdDisallow |
static class |
PathPolicy.MaxBandwith |
static class |
PathPolicy.MinHopCount |
static class |
PathPolicy.MinLatency |
| Modifier and Type | Field and Description |
|---|---|
static PathPolicy |
DEFAULT |
static PathPolicy |
FIRST |
static PathPolicy |
MAX_BANDWIDTH |
static PathPolicy |
MIN_HOPS |
static PathPolicy |
MIN_LATENCY |
static String |
NO_PATH |
| Modifier and Type | Method and Description |
|---|---|
Path |
filter(List<Path> paths) |
static final String NO_PATH
static final PathPolicy FIRST
static final PathPolicy MAX_BANDWIDTH
static final PathPolicy MIN_LATENCY
static final PathPolicy MIN_HOPS
static final PathPolicy DEFAULT
Path filter(List<Path> paths)
paths - A list of candidate pathsNoSuchElementException - if no matching path could be found.Copyright © 2024. All rights reserved.