Uses of Class
org.apache.hadoop.util.GcTimeMonitor.Builder
Packages that use GcTimeMonitor.Builder
-
Uses of GcTimeMonitor.Builder in org.apache.hadoop.util
Methods in org.apache.hadoop.util that return GcTimeMonitor.BuilderModifier and TypeMethodDescriptionGcTimeMonitor.Builder.gcTimeAlertHandler(GcTimeMonitor.GcTimeAlertHandler value) Set the GC alert handler.GcTimeMonitor.Builder.maxGcTimePercentage(int value) Set the max GC time percentage that triggers the alert handler.GcTimeMonitor.Builder.observationWindowMs(long value) Set observation window size in milliseconds.GcTimeMonitor.Builder.sleepIntervalMs(long value) Set sleep interval in milliseconds.