Modifier and Type | Method and Description |
---|---|
protected void |
ModClusterService.config(Engine engine)
Configures the specified engine.
|
void |
ModClusterLogger.detectConnectorAddress(Engine engine,
InetAddress address) |
void |
ModClusterLogger_$logger.detectConnectorAddress(Engine engine,
InetAddress address) |
void |
ModClusterLogger.detectJvmRoute(Engine engine,
String jvmRoute) |
void |
ModClusterLogger_$logger.detectJvmRoute(Engine engine,
String jvmRoute) |
protected void |
ModClusterService.establishJvmRoute(Engine engine) |
int |
ModClusterService.getLoadBalanceFactor(Engine engine) |
protected void |
ModClusterService.removeAll(Engine engine)
Sends REMOVE-APP *, if engine was initialized
|
void |
ModClusterLogger.sendEngineCommand(MCMPRequestType command,
Engine engine) |
void |
ModClusterLogger_$logger.sendEngineCommand(MCMPRequestType command,
Engine engine) |
void |
ModClusterService.status(Engine engine) |
Modifier and Type | Method and Description |
---|---|
String |
JvmRouteFactory.createJvmRoute(Engine engine)
Creates a unique jvm route for the specified engine.
|
Modifier and Type | Method and Description |
---|---|
String |
SimpleJvmRouteFactory.createJvmRoute(Engine engine) |
String |
UUIDJvmRouteFactory.createJvmRoute(Engine engine) |
String |
SystemPropertyJvmRouteFactory.createJvmRoute(Engine engine) |
Modifier and Type | Method and Description |
---|---|
Engine |
Host.getEngine()
The engine to which this host is associated.
|
Modifier and Type | Method and Description |
---|---|
Iterable<Engine> |
Server.getEngines()
Returns the servlet engines associated with this server.
|
Modifier and Type | Method and Description |
---|---|
void |
ContainerEventHandler.status(Engine engine)
This is a periodic event that triggers a STATUS command containing newly calculated load factor.
|
Modifier and Type | Class and Description |
---|---|
class |
TomcatEngine
Engine implementation that wraps a Context . |
Modifier and Type | Field and Description |
---|---|
protected Engine |
TomcatHost.engine |
Modifier and Type | Method and Description |
---|---|
Engine |
ServiceLoaderTomcatFactory.createEngine(org.apache.catalina.Engine engine) |
Engine |
TomcatFactory.createEngine(org.apache.catalina.Engine engine) |
Engine |
TomcatEngineFactory.createEngine(TomcatFactoryRegistry registry,
org.apache.catalina.Engine engine,
Server server) |
Engine |
EngineFactory.createEngine(TomcatFactoryRegistry registry,
org.apache.catalina.Engine engine,
Server server) |
Engine |
TomcatHost.getEngine() |
Modifier and Type | Method and Description |
---|---|
Iterable<Engine> |
TomcatServer.getEngines() |
Modifier and Type | Method and Description |
---|---|
Host |
TomcatHostFactory.createHost(TomcatFactoryRegistry registry,
org.apache.catalina.Host host,
Engine engine) |
Host |
HostFactory.createHost(TomcatFactoryRegistry registry,
org.apache.catalina.Host host,
Engine engine) |
Constructor and Description |
---|
TomcatHost(TomcatFactoryRegistry registry,
org.apache.catalina.Host host,
Engine engine)
Constructs a new CatalinaHost wrapping the specified catalina host.
|
Modifier and Type | Method and Description |
---|---|
Engine |
TomcatEngineFactory.createEngine(TomcatFactoryRegistry registry,
org.apache.catalina.Engine engine,
Server server) |
Modifier and Type | Method and Description |
---|---|
Iterable<Engine> |
TomcatServer.getEngines() |
Modifier and Type | Method and Description |
---|---|
int |
LoadBalanceFactorProvider.getLoadBalanceFactor(Engine engine) |
Modifier and Type | Method and Description |
---|---|
int |
DynamicLoadBalanceFactorProvider.getLoadBalanceFactor(Engine engine) |
int |
SimpleLoadBalanceFactorProvider.getLoadBalanceFactor(Engine engine) |
Modifier and Type | Method and Description |
---|---|
double |
LoadMetric.getLoad(Engine engine)
Returns the current load of this metric as a percent of the metric's capacity.
|
Modifier and Type | Method and Description |
---|---|
double |
ReceiveTrafficLoadMetric.getLoad(Engine engine) |
double |
RequestCountLoadMetric.getLoad(Engine engine) |
double |
ActiveSessionsLoadMetric.getLoad(Engine engine) |
double |
BusyConnectorsLoadMetric.getLoad(Engine engine) |
double |
HeapMemoryUsageLoadMetric.getLoad(Engine engine) |
double |
SendTrafficLoadMetric.getLoad(Engine engine) |
double |
AverageSystemLoadMetric.getLoad(Engine engine) |
double |
AbstractMBeanLoadMetric.getLoad(Engine engine) |
Modifier and Type | Method and Description |
---|---|
MCMPRequest |
MCMPRequestFactory.createConfigRequest(Engine engine,
NodeConfiguration nodeConfig,
BalancerConfiguration balancerConfig)
Creates a CONFIG MCMP request for the specified engine.
|
MCMPRequest |
MCMPRequestFactory.createDisableRequest(Engine engine)
Creates an DISABLE-APP * MCMP request for the specified engine.
|
MCMPRequest |
MCMPRequestFactory.createEnableRequest(Engine engine)
Creates an ENABLE-APP * MCMP request for the specified engine.
|
MCMPRequest |
MCMPRequestFactory.createRemoveRequest(Engine engine)
Creates an REMOVE-APP * MCMP request for the specified engine.
|
MCMPRequest |
MCMPRequestFactory.createStopRequest(Engine engine)
Creates an STOP-APP * MCMP request for the specified engine.
|
Modifier and Type | Method and Description |
---|---|
MCMPRequest |
DefaultMCMPRequestFactory.createConfigRequest(Engine engine,
NodeConfiguration nodeConfig,
BalancerConfiguration balancerConfig) |
MCMPRequest |
DefaultMCMPRequestFactory.createDisableRequest(Engine engine) |
MCMPRequest |
DefaultMCMPRequestFactory.createEnableRequest(Engine engine) |
MCMPRequest |
DefaultMCMPRequestFactory.createRemoveRequest(Engine engine) |
MCMPRequest |
DefaultMCMPRequestFactory.createStopRequest(Engine engine) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.