@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.
|
@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.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.1 Release Date : December 9 2020