com.amazonaws.jmx.spi
Interface JmxInfoProvider
- All Known Implementing Classes:
- JmxInfoProviderSupport
public interface JmxInfoProvider
SPI used to retrieve JMX information and can survive the absence of JMX.
NONE
static final JmxInfoProvider NONE
getFileDecriptorInfo
long[] getFileDecriptorInfo()
getThreadCount
int getThreadCount()
getDaemonThreadCount
int getDaemonThreadCount()
getPeakThreadCount
int getPeakThreadCount()
getTotalStartedThreadCount
long getTotalStartedThreadCount()
findDeadlockedThreads
long[] findDeadlockedThreads()
isEnabled
boolean isEnabled()
Copyright © 2016. All rights reserved.