Uses of Interface
org.apache.hadoop.util.GcTimeMonitor.GcTimeAlertHandler
Packages that use GcTimeMonitor.GcTimeAlertHandler
-
Uses of GcTimeMonitor.GcTimeAlertHandler in org.apache.hadoop.util
Methods in org.apache.hadoop.util with parameters of type GcTimeMonitor.GcTimeAlertHandlerModifier and TypeMethodDescriptionGcTimeMonitor.Builder.gcTimeAlertHandler(GcTimeMonitor.GcTimeAlertHandler value) Set the GC alert handler.Constructors in org.apache.hadoop.util with parameters of type GcTimeMonitor.GcTimeAlertHandlerModifierConstructorDescriptionGcTimeMonitor(long observationWindowMs, long sleepIntervalMs, int maxGcTimePercentage, GcTimeMonitor.GcTimeAlertHandler alertHandler) Create an instance of GCTimeMonitor.