public class FailoverSelection extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Set<URI> |
failed |
protected Set<URI> |
remaining |
protected URI |
server |
| Constructor and Description |
|---|
FailoverSelection(Set<URI> remaining,
Set<URI> failed,
URI server) |
| Modifier and Type | Method and Description |
|---|---|
Set<URI> |
getFailed() |
Set<URI> |
getRemaining() |
URI |
getServer() |
String |
toString() |
protected final URI server
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.