| Package | Description |
|---|---|
| org.glassfish.loadbalancer.admin.cli.reader.api | |
| org.glassfish.loadbalancer.admin.cli.reader.impl |
| Modifier and Type | Method and Description |
|---|---|
ClusterReader[] |
LoadbalancerReader.getClusters()
Returns the cluster info that are load balanced by this LB.
|
String |
WebModuleReader.getContextRoot()
Returns config context of this module
|
String |
PropertyReader.getDescription()
Returns description of the property
|
String |
InstanceReader.getDisableTimeoutInMinutes()
This is used in quicescing.
|
String |
WebModuleReader.getDisableTimeoutInMinutes()
Returns disable timeout for this module
|
String |
WebModuleReader.getErrorUrl()
Returns error url for this web module
|
HealthCheckerReader |
ClusterReader.getHealthChecker()
Returns the health checker for the cluster
|
IdempotentUrlPatternReader[] |
WebModuleReader.getIdempotentUrlPattern()
Returns idempotent url patterns for this module.
|
InstanceReader[] |
ClusterReader.getInstances()
Get the instance readers in the cluster
|
String |
HealthCheckerReader.getIntervalInSeconds()
Health checker runs in the specified interval time.
|
boolean |
InstanceReader.getLbEnabled()
Returns if the server is enabled in the load balancer or not.
|
boolean |
WebModuleReader.getLbEnabled()
Returns load balancer enabled flag.
|
String |
ClusterReader.getLbPolicy()
Returns the lb policy
|
String |
ClusterReader.getLbPolicyModule()
Returns the lb policy module
|
String |
InstanceReader.getListeners()
Enlists both http and https listeners of this server instance
It will be form "http:
|
String |
InstanceReader.getName()
Return server instance's name.
|
String |
ClusterReader.getName()
Get the name of the cluster
|
String |
LoadbalancerReader.getName()
Returns the name of the load balancer
|
String |
PropertyReader.getName()
Returns name of the property
|
String |
IdempotentUrlPatternReader.getNoOfRetries()
Number of retries, when an idempotent request fails.
|
PropertyReader[] |
LoadbalancerReader.getProperties()
Returns properties of the load balancer.
|
String |
HealthCheckerReader.getTimeoutInSeconds()
Timeout where a server is considered un healthy.
|
String |
HealthCheckerReader.getUrl()
Return health checker url
|
String |
IdempotentUrlPatternReader.getUrlPattern()
Returns a regular expression containing an url or url pattern.
|
String |
PropertyReader.getValue()
Returns value of the property
|
WebModuleReader[] |
ClusterReader.getWebModules()
Returns all the web modules in the cluster
|
String |
InstanceReader.getWeight()
For weighted round robin gets the weight.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterReader[] |
LoadbalancerReaderImpl.getClusters()
Returns the cluster info that are load balanced by this LB.
|
ClusterReader[] |
LoadbalancerReaderImpl.getClustersData() |
ClusterReader[] |
LoadbalancerReaderImpl.getClustersDataFromLBConfig() |
String |
WebModuleReaderImpl.getContextRoot() |
String |
WebServiceEndpointReaderImpl.getContextRoot() |
String |
PropertyReaderImpl.getDescription()
Returns description of the property
|
String |
WebModuleReaderImpl.getDisableTimeoutInMinutes() |
String |
WebServiceEndpointReaderImpl.getDisableTimeoutInMinutes() |
String |
InstanceReaderImpl.getDisableTimeoutInMinutes()
This is used in quicescing.
|
String |
WebModuleReaderImpl.getErrorUrl() |
String |
WebServiceEndpointReaderImpl.getErrorUrl() |
HealthCheckerReader |
StandAloneClusterReaderImpl.getHealthChecker() |
HealthCheckerReader |
ClusterReaderImpl.getHealthChecker() |
IdempotentUrlPatternReader[] |
WebModuleReaderImpl.getIdempotentUrlPattern() |
IdempotentUrlPatternReader[] |
WebServiceEndpointReaderImpl.getIdempotentUrlPattern() |
InstanceReader[] |
StandAloneClusterReaderImpl.getInstances() |
InstanceReader[] |
ClusterReaderImpl.getInstances() |
String |
HealthCheckerReaderImpl.getIntervalInSeconds()
Health checker runs in the specified interval time.
|
boolean |
WebModuleReaderImpl.getLbEnabled() |
boolean |
WebServiceEndpointReaderImpl.getLbEnabled() |
boolean |
InstanceReaderImpl.getLbEnabled()
Returns if the server is enabled in the load balancer or not.
|
String |
InstanceReaderImpl.getListeners()
Enlists both http and https listeners of this server instance
It will be form "http:
|
String |
InstanceReaderImpl.getName()
Return server instance's name.
|
String |
PropertyReaderImpl.getName()
Returns name of the property
|
String |
LoadbalancerReaderImpl.getName()
Returns the name of the load balancer
|
String |
IdempotentUrlPatternReaderImpl.getNoOfRetries()
Number of retries, when an idempotent request fails.
|
PropertyReader[] |
LoadbalancerReaderImpl.getProperties()
Returns properties of the load balancer.
|
String |
HealthCheckerReaderImpl.getTimeoutInSeconds()
Timeout where a server is considered un healthy.
|
String |
HealthCheckerReaderImpl.getUrl()
Return health checker url
|
String |
IdempotentUrlPatternReaderImpl.getUrlPattern()
Returns a regular expression containing an url or url pattern.
|
String |
PropertyReaderImpl.getValue()
Returns value of the property
|
WebModuleReader[] |
StandAloneClusterReaderImpl.getWebModules() |
WebModuleReader[] |
ClusterReaderImpl.getWebModules() |
String |
InstanceReaderImpl.getWeight()
This is used in weighted round robin.
|
| Constructor and Description |
|---|
StandAloneClusterReaderImpl(Domain domain,
ApplicationRegistry appRegistry,
Server server) |
StandAloneClusterReaderImpl(Domain domain,
ApplicationRegistry appRegistry,
ServerRef ref) |
Copyright © 2019. All rights reserved.