JmxInfoProviderSupport
public interface JmxInfoProvider
Modifier and Type | Interface | Description |
---|---|---|
static class |
JmxInfoProvider.Factory |
Modifier and Type | Field | Description |
---|---|---|
static JmxInfoProvider |
NONE |
Modifier and Type | Method | 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.