@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.") @MXBeanParametersNames(value="id") @MXBeanParametersDescriptions(value="Client connection ID.") boolean dropConnection(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.7.2 Release Date : February 6 2019