public class GCInspector extends java.lang.Object implements javax.management.NotificationListener, GCInspectorMXBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
MBEAN_NAME |
Constructor and Description |
---|
GCInspector() |
Modifier and Type | Method and Description |
---|---|
double[] |
getAndResetStats() |
org.apache.cassandra.service.GCInspector.State |
getTotalSinceLastCheck() |
void |
handleNotification(javax.management.Notification notification,
java.lang.Object handback) |
static void |
register() |
public static final java.lang.String MBEAN_NAME
public static void register() throws java.lang.Exception
java.lang.Exception
public void handleNotification(javax.management.Notification notification, java.lang.Object handback)
handleNotification
in interface javax.management.NotificationListener
public org.apache.cassandra.service.GCInspector.State getTotalSinceLastCheck()
public double[] getAndResetStats()
getAndResetStats
in interface GCInspectorMXBean
Copyright © 2018 The Apache Software Foundation