public abstract class LoadBalancerDefinition<T extends LoadBalancer>
extends java.lang.Object
| Constructor and Description |
|---|
LoadBalancerDefinition() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
createLoadBalancer()
Factory method to create a load balancer instance from its configuration
|
T |
getLoadBalancer()
Returns the lazily created load balancer
|
Copyright © 2011-2014 Red Hat. All Rights Reserved.