Package org.apache.cassandra.service
Interface GCInspectorMXBean
- All Known Implementing Classes:
GCInspector
public interface GCInspectorMXBean
-
Method Summary
Modifier and TypeMethodDescriptiondouble[]longlonglongvoidsetGcLogThresholdInMs(long threshold) voidsetGcWarnThresholdInMs(long threshold)
-
Method Details
-
getAndResetStats
double[] getAndResetStats() -
setGcWarnThresholdInMs
void setGcWarnThresholdInMs(long threshold) -
getGcWarnThresholdInMs
long getGcWarnThresholdInMs() -
setGcLogThresholdInMs
void setGcLogThresholdInMs(long threshold) -
getGcLogThresholdInMs
long getGcLogThresholdInMs() -
getStatusThresholdInMs
long getStatusThresholdInMs()
-