Package | Description |
---|---|
org.jboss.modcluster.mcmp | |
org.jboss.modcluster.mcmp.impl |
Modifier and Type | Method and Description |
---|---|
Set<MCMPServerState> |
MCMPHandler.getProxyStates()
Get the state of all proxies
|
Map<MCMPServerState,String> |
MCMPHandler.sendRequest(MCMPRequest request)
Send a request to all healthy proxies.
|
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 | Method and Description |
---|---|
Set<MCMPServerState> |
DefaultMCMPHandler.getProxyStates() |
Map<MCMPServerState,String> |
DefaultMCMPHandler.sendRequest(MCMPRequest request) |
Map<MCMPServerState,List<String>> |
DefaultMCMPHandler.sendRequests(List<MCMPRequest> requests) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.