@MXBeanDescription(value="MBean for TCP router.") public interface GridTcpRouterMBean
| Modifier and Type | Method and Description |
|---|---|
String |
getHost()
Gets host for TCP binary protocol server.
|
int |
getPort()
Gets port for TCP binary protocol server.
|
long |
getReceivedCount()
Returns number of messages received by this router.
|
long |
getSendCount()
Returns number of responses returned by this router.
|
Collection<String> |
getServers()
Gets list of server addresses where router's embedded client should connect.
|
boolean |
isSslClientAuth()
Gets a flag indicating whether or not remote clients will be required to have a valid SSL certificate which
validity will be verified with trust manager.
|
boolean |
isSslEnabled()
Gets a flag indicating whether or not remote clients will be required to have a valid SSL certificate which
validity will be verified with trust manager.
|
@MXBeanDescription(value="Host for TCP binary protocol server.") String getHost()
@MXBeanDescription(value="Port for TCP binary protocol server.") int getPort()
@MXBeanDescription(value="Flag indicating whether or not SSL is enabled for incoming connections.") boolean isSslEnabled()
@MXBeanDescription(value="Flag indicating whether or not remote clients are required to have a valid SSL certificate.") boolean isSslClientAuth()
@MXBeanDescription(value="Gets list of server addresses where router\'s embedded client should connect.") Collection<String> getServers()
@MXBeanDescription(value="Number of messages received by this router.") long getReceivedCount()
@MXBeanDescription(value="Number of responses returned by this router.") long getSendCount()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020