public class ClientListenerProcessor.ClientProcessorMXBeanImpl extends Object implements ClientProcessorMXBean
| Constructor and Description |
|---|
ClientProcessorMXBeanImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
dropAllConnections()
Drop all active connections.
|
boolean |
dropConnection(long id)
Drops client connection by
id, if exists. |
List<String> |
getConnections()
Returns list of active connections.
|
void |
showFullStackOnClientSide(boolean show)
If sets to
true shows full stack trace otherwise highlevel short error message. |
public List<String> getConnections()
getConnections in interface ClientProcessorMXBeanpublic void dropAllConnections()
dropAllConnections in interface ClientProcessorMXBeanpublic boolean dropConnection(long id)
id, if exists.dropConnection in interface ClientProcessorMXBeanid - connection id.True if connection has been dropped successfully, false otherwise.public void showFullStackOnClientSide(boolean show)
true shows full stack trace otherwise highlevel short error message.showFullStackOnClientSide in interface ClientProcessorMXBeanshow - Show flag.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023