@MXBeanDescription(value="MBean that provides information about client connections.") public interface ClientProcessorMXBean
| 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. |
@MXBeanDescription(value="List of client connections.") List<String> getConnections()
@MXBeanDescription(value="Drop all client connections.") void dropAllConnections()
@MXBeanDescription(value="Drop client connection by ID.") boolean dropConnection(@MXBeanParameter(name="id",description="Client connection ID.") long id)
id, if exists.id - connection id.True if connection has been dropped successfully, false otherwise.@MXBeanDescription(value="Show error full stack.") void showFullStackOnClientSide(@MXBeanParameter(name="show",description="Show error full stack.") boolean show)
true shows full stack trace otherwise highlevel short error message.show - Show flag.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.14.0 Release Date : September 29 2022