Package org.apache.cassandra.service
Interface GCInspectorMXBean
-
- All Known Implementing Classes:
GCInspector
public interface GCInspectorMXBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double[]
getAndResetStats()
long
getGcLogThresholdInMs()
long
getGcWarnThresholdInMs()
long
getStatusThresholdInMs()
void
setGcLogThresholdInMs(long threshold)
void
setGcWarnThresholdInMs(long threshold)
-
-
-
Method Detail
-
getAndResetStats
double[] getAndResetStats()
-
setGcWarnThresholdInMs
void setGcWarnThresholdInMs(long threshold)
-
getGcWarnThresholdInMs
long getGcWarnThresholdInMs()
-
setGcLogThresholdInMs
void setGcLogThresholdInMs(long threshold)
-
getGcLogThresholdInMs
long getGcLogThresholdInMs()
-
getStatusThresholdInMs
long getStatusThresholdInMs()
-
-