public class RoutingAlgorithms extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RoutingAlgorithms.RoutingType |
| Modifier and Type | Field and Description |
|---|---|
protected byte |
backups |
protected Routable |
routing |
protected RoutingAlgorithms.RoutingType |
type |
| Constructor and Description |
|---|
RoutingAlgorithms(String type,
byte backups) |
| Modifier and Type | Method and Description |
|---|---|
byte |
getBackups() |
Routable |
getRoutable() |
RoutingAlgorithms.RoutingType |
getRoutingType() |
protected final RoutingAlgorithms.RoutingType type
protected final Routable routing
protected final byte backups
public RoutingAlgorithms(String type, byte backups) throws RoutingAlgorithmException
RoutingAlgorithmExceptionpublic RoutingAlgorithms.RoutingType getRoutingType()
public Routable getRoutable()
public byte getBackups()
Copyright © 2014. All rights reserved.