|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Node | |
|---|---|
| org.apache.stratos.lb.common.conf | |
| org.apache.stratos.lb.common.conf.structure | |
| Uses of Node in org.apache.stratos.lb.common.conf |
|---|
| Fields in org.apache.stratos.lb.common.conf declared as Node | |
|---|---|
protected Node |
LoadBalancerConfiguration.rootNode
Root node object for loadbalancer.conf |
| Methods in org.apache.stratos.lb.common.conf that return Node | |
|---|---|
Node |
LoadBalancerConfiguration.getRootNode()
|
| Methods in org.apache.stratos.lb.common.conf with parameters of type Node | |
|---|---|
protected void |
LoadBalancerConfiguration.createConfiguration(LoadBalancerConfiguration.Configuration config,
Node node)
|
List<LoadBalancerConfiguration.ServiceConfiguration> |
LoadBalancerConfiguration.createServicesConfig(Node servicesConfigNode)
Process the content of the following 'services' element services { defaults { min_app_instances 1; max_app_instances 5; queue_length_per_node 400; rounds_to_average 10; instances_per_scale_up 1; message_expiry_time 60000; } appserver { hosts appserver.cloud-test.wso2.com,as.cloud-test.wso2.com; domains { wso2.as1.domain { tenant_range 1-100; } wso2.as2.domain { tenant_range 101-200; } wso2.as3.domain { tenant_range *; } } } } |
void |
LoadBalancerConfiguration.setRootNode(Node rootNode)
|
| Uses of Node in org.apache.stratos.lb.common.conf.structure |
|---|
| Methods in org.apache.stratos.lb.common.conf.structure that return Node | |
|---|---|
static Node |
NodeBuilder.buildNode(Node aNode,
String content)
This method is useful when you do not have a root node in your content. |
static Node |
NodeBuilder.buildNode(String content)
|
Node |
Node.findChildNodeByName(String name)
This will try to find a child Node of this Node, which has the given name. |
Node |
Node.removeChildNode(String name)
Removes the first occurrence of a node having the given name and returns the removed Node. |
| Methods in org.apache.stratos.lb.common.conf.structure that return types with arguments of type Node | |
|---|---|
List<Node> |
Node.getChildNodes()
Returns child nodes List of this Node. |
| Methods in org.apache.stratos.lb.common.conf.structure with parameters of type Node | |
|---|---|
void |
Node.appendChild(Node aNode)
Appends a child node at the end of the List of child nodes of this Node, if a similar node is not already present as a child node. |
static Node |
NodeBuilder.buildNode(Node aNode,
String content)
This method is useful when you do not have a root node in your content. |
boolean |
Node.removeChildNode(Node node)
Removes the first occurrence of a node equals to the given node. |
| Method parameters in org.apache.stratos.lb.common.conf.structure with type arguments of type Node | |
|---|---|
void |
Node.setChildNodes(List<Node> childNodes)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||