public interface JmxInfoProvider
Modifier and Type | Interface and Description |
---|---|
static class |
JmxInfoProvider.Factory |
Modifier and Type | Field and Description |
---|---|
static JmxInfoProvider |
NONE |
Modifier and Type | Method and Description |
---|---|
long[] |
findDeadlockedThreads() |
int |
getDaemonThreadCount() |
long[] |
getFileDecriptorInfo() |
int |
getPeakThreadCount() |
int |
getThreadCount() |
long |
getTotalStartedThreadCount() |
boolean |
isEnabled() |
static final JmxInfoProvider NONE
long[] getFileDecriptorInfo()
int getThreadCount()
int getDaemonThreadCount()
int getPeakThreadCount()
long getTotalStartedThreadCount()
long[] findDeadlockedThreads()
boolean isEnabled()
Copyright © 2023. All rights reserved.