Package | Description |
---|---|
org.jboss.modcluster.mcmp | |
org.jboss.modcluster.mcmp.impl |
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(Context context)
Creates an DISABLE-APP MCMP request for the specified context.
|
MCMPRequest |
MCMPRequestFactory.createDisableRequest(Engine engine)
Creates an DISABLE-APP * MCMP request for the specified engine.
|
MCMPRequest |
MCMPRequestFactory.createDumpRequest()
Creates an DUMP MCMP request.
|
MCMPRequest |
MCMPRequestFactory.createEnableRequest(Context context)
Creates an ENABLE-APP MCMP request for the specified context.
|
MCMPRequest |
MCMPRequestFactory.createEnableRequest(Engine engine)
Creates an ENABLE-APP * MCMP request for the specified engine.
|
MCMPRequest |
MCMPRequestFactory.createInfoRequest()
Creates an INFO MCMP request.
|
MCMPRequest |
MCMPRequestFactory.createPingRequest()
Creates an PING MCMP request.
|
MCMPRequest |
MCMPRequestFactory.createPingRequest(String jvmRoute)
Creates an PING MCMP request for the node configured with the specified jvm route.
|
MCMPRequest |
MCMPRequestFactory.createPingRequest(String scheme,
String host,
int port)
Creates an PING MCMP request for the node with a connector matching the specified protocol, host, and port.
|
MCMPRequest |
MCMPRequestFactory.createRemoveContextRequest(String jvmRoute,
Set<String> aliases,
String path)
Create a REMOVE-APP request using the specified jvm route, aliases, and context path.
|
MCMPRequest |
MCMPRequestFactory.createRemoveEngineRequest(String jvmRoute)
Create a REMOVE-APP * request using the specified jvm route.
|
MCMPRequest |
MCMPRequestFactory.createRemoveRequest(Context context)
Creates an REMOVE-APP MCMP request for the specified context.
|
MCMPRequest |
MCMPRequestFactory.createRemoveRequest(Engine engine)
Creates an REMOVE-APP * MCMP request for the specified engine.
|
MCMPRequest |
MCMPRequestFactory.createStatusRequest(String jvmRoute,
int lbf)
Creates an STATUS MCMP request using the specified jvmRoute and load balance factor.
|
MCMPRequest |
MCMPRequestFactory.createStopRequest(Context context)
Creates an STOP-APP MCMP request for the specified context.
|
MCMPRequest |
MCMPRequestFactory.createStopRequest(Engine engine)
Creates an STOP-APP * MCMP request for the specified engine.
|
Modifier and Type | Method and Description |
---|---|
List<MCMPRequest> |
ResetRequestSource.getResetRequests(Map<String,Set<ResetRequestSource.VirtualHost>> response)
Gets a list of requests that should be sent to an httpd-side mod_cluster instance when an
MCMPHandler determines
that its state needs to be reset. |
Modifier and Type | Method and Description |
---|---|
Map<MCMPServerState,String> |
MCMPHandler.sendRequest(MCMPRequest request)
Send a request to all healthy proxies.
|
Modifier and Type | Method and Description |
---|---|
Map<MCMPServerState,List<String>> |
MCMPHandler.sendRequests(List<MCMPRequest> requests)
Send a list of requests to all healthy proxies, with all requests in the list sent to each proxy before moving on to the
next.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultMCMPRequest
Encapsulates the parameters for a request over MCMP.
|
Modifier and Type | Method and Description |
---|---|
MCMPRequest |
DefaultMCMPRequestFactory.createConfigRequest(Engine engine,
NodeConfiguration nodeConfig,
BalancerConfiguration balancerConfig) |
MCMPRequest |
DefaultMCMPRequestFactory.createDisableRequest(Context context) |
MCMPRequest |
DefaultMCMPRequestFactory.createDisableRequest(Engine engine) |
MCMPRequest |
DefaultMCMPRequestFactory.createDumpRequest() |
MCMPRequest |
DefaultMCMPRequestFactory.createEnableRequest(Context context) |
MCMPRequest |
DefaultMCMPRequestFactory.createEnableRequest(Engine engine) |
MCMPRequest |
DefaultMCMPRequestFactory.createInfoRequest() |
MCMPRequest |
DefaultMCMPRequestFactory.createPingRequest() |
MCMPRequest |
DefaultMCMPRequestFactory.createPingRequest(String jvmRoute) |
MCMPRequest |
DefaultMCMPRequestFactory.createPingRequest(String scheme,
String host,
int port) |
MCMPRequest |
DefaultMCMPRequestFactory.createRemoveContextRequest(String jvmRoute,
Set<String> aliases,
String path) |
MCMPRequest |
DefaultMCMPRequestFactory.createRemoveEngineRequest(String jvmRoute) |
MCMPRequest |
DefaultMCMPRequestFactory.createRemoveRequest(Context context) |
MCMPRequest |
DefaultMCMPRequestFactory.createRemoveRequest(Engine engine) |
MCMPRequest |
DefaultMCMPRequestFactory.createStatusRequest(String jvmRoute,
int lbf) |
MCMPRequest |
DefaultMCMPRequestFactory.createStopRequest(Context context) |
MCMPRequest |
DefaultMCMPRequestFactory.createStopRequest(Engine engine) |
Modifier and Type | Method and Description |
---|---|
List<MCMPRequest> |
ResetRequestSourceImpl.getResetRequests(Map<String,Set<ResetRequestSource.VirtualHost>> response) |
Modifier and Type | Method and Description |
---|---|
Map<MCMPServerState,String> |
DefaultMCMPHandler.sendRequest(MCMPRequest request) |
Modifier and Type | Method and Description |
---|---|
Map<MCMPServerState,List<String>> |
DefaultMCMPHandler.sendRequests(List<MCMPRequest> requests) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.