@Deprecated @MXBeanDescription(value="MBean that provides information about client connections.") public interface ClientProcessorMXBean
CommandMBean
Modifier and Type | Method and Description |
---|---|
void |
dropAllConnections()
Deprecated.
Drop all active connections.
|
boolean |
dropConnection(long id)
Deprecated.
Drops client connection by
id , if exists. |
List<String> |
getConnections()
Deprecated.
Returns list of active connections.
|
void |
showFullStackOnClientSide(boolean show)
Deprecated.
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.16.0 Release Date : December 15 2023