Package | Description |
---|---|
org.jclouds.rackspace.cloudloadbalancers.domain | |
org.jclouds.rackspace.cloudloadbalancers.domain.internal |
Modifier and Type | Class and Description |
---|---|
class |
Node
The nodes defined by the load balancer are responsible for servicing the requests received
through the load balancer's virtual IP.
|
class |
NodeRequest
The nodes defined by the load balancer are responsible for servicing the requests received
through the load balancer's virtual IP.
|
Modifier and Type | Method and Description |
---|---|
static <T extends BaseNode<T>> |
NodeAttributes.fromNode(T n) |
Modifier and Type | Class and Description |
---|---|
class |
BaseLoadBalancer<N extends BaseNode<N>,T extends BaseLoadBalancer<N,T>> |
static class |
BaseLoadBalancer.Builder<N extends BaseNode<N>,T extends BaseLoadBalancer<N,T>> |
class |
BaseNode<T extends BaseNode<T>>
The nodes defined by the load balancer are responsible for servicing the requests received
through the load balancer's virtual IP.
|
static class |
BaseNode.Builder<T extends BaseNode<T>> |
Modifier and Type | Method and Description |
---|---|
static <N extends BaseNode<N>,T extends BaseLoadBalancer<N,T>> |
BaseLoadBalancer.builder() |
static <T extends BaseNode<T>> |
BaseNode.builder() |
Modifier and Type | Method and Description |
---|---|
BaseNode<T> |
BaseNode.Builder.build() |
Modifier and Type | Method and Description |
---|---|
int |
BaseNode.compareTo(BaseNode<T> arg0) |
Copyright © 2009-2013 jclouds. All Rights Reserved.