public interface ClusterReader extends BaseReader
Modifier and Type | Method and Description |
---|---|
HealthCheckerReader |
getHealthChecker()
Returns the health checker for the cluster
|
InstanceReader[] |
getInstances()
Get the instance readers in the cluster
|
String |
getLbPolicy()
Returns the lb policy
|
String |
getLbPolicyModule()
Returns the lb policy module
|
String |
getName()
Get the name of the cluster
|
WebModuleReader[] |
getWebModules()
Returns all the web modules in the cluster
|
accept
String getName() throws LbReaderException
LbReaderException
InstanceReader[] getInstances() throws LbReaderException
LbReaderException
HealthCheckerReader getHealthChecker() throws LbReaderException
LbReaderException
WebModuleReader[] getWebModules() throws LbReaderException
LbReaderException
String getLbPolicy() throws LbReaderException
LbReaderException
String getLbPolicyModule() throws LbReaderException
LbReaderException
Copyright © 2019. All rights reserved.