|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectradtools.services.haproxy.HAProxyLinux.HAProxyPool
public static final class HAProxyLinux.HAProxyPool
Abstraction of an application pool as used by HAProxy. This class includes all of the application pool level configuration settings.
TODO: Unit tests, Code review, Javadoc review, Seal/Finalize
TODO: equals, hashCode, toString
| Field Summary | |
|---|---|
protected HostPort |
hostport
The host and port on which HAProxy should listen for connections to this HAProxy pool. |
rcf.core.util.map.HashSetMap<HAProxyLinux.HAProxyServer,String> |
servers
A map from the name of servers in this application proxy pool to the HAProxyLinux.HAProxyServer objects which contain the server specific
configuration information. |
| Constructor Summary | |
|---|---|
HAProxyLinux.HAProxyPool(HostPort _hostport)
Create a new server pool for which HAProxy will listen on the specified host and port. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final rcf.core.util.map.HashSetMap<HAProxyLinux.HAProxyServer,String> servers
HAProxyLinux.HAProxyServer objects which contain the server specific
configuration information. While this field is final
the contents of this map can still be modified to add, or remove
servers.
protected final HostPort hostport
| Constructor Detail |
|---|
public HAProxyLinux.HAProxyPool(HostPort _hostport)
servers field.
_hostport - The host and port on which HAProxy should listen.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||