@MXBeanDescription(value="MBean that provides access to page lock tracking.") public interface PageLockTrackerMXBean
| Modifier and Type | Field and Description |
|---|---|
static String |
MBEAN_NAME |
| Modifier and Type | Method and Description |
|---|---|
String |
dumpLocks()
Take page locks dump.
|
String |
dumpLocksToFile()
Take page locks dump and save to file.
|
String |
dumpLocksToFile(String path)
Take page locks dump and save to file for specific path.
|
void |
dumpLocksToLog()
Take page locks dump and print it to console.
|
static final String MBEAN_NAME
@MXBeanDescription(value="Take page locks dump.") String dumpLocks()
@MXBeanDescription(value="Take page locks dump and print it to console.") void dumpLocksToLog()
@MXBeanDescription(value="Take page locks dump and save to file.") String dumpLocksToFile()
@MXBeanDescription(value="Take page locks dump and save to file for specific path.") String dumpLocksToFile(String path)
path - Path to save file.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023