Uses of Interface
org.apache.hadoop.log.LogThrottlingHelper.LogAction
Packages that use LogThrottlingHelper.LogAction
-
Uses of LogThrottlingHelper.LogAction in org.apache.hadoop.log
Fields in org.apache.hadoop.log declared as LogThrottlingHelper.LogActionModifier and TypeFieldDescriptionstatic final LogThrottlingHelper.LogActionLogThrottlingHelper.DO_NOT_LOGALogThrottlingHelper.LogActionrepresenting a state that should not yet be logged.Methods in org.apache.hadoop.log that return LogThrottlingHelper.LogActionModifier and TypeMethodDescriptionLogThrottlingHelper.record(double... values) Record some set of values at the current time into this helper.Record some set of values at the specified time into this helper.Methods in org.apache.hadoop.log with parameters of type LogThrottlingHelper.LogActionModifier and TypeMethodDescriptionstatic StringLogThrottlingHelper.getLogSupressionMessage(LogThrottlingHelper.LogAction action) Helper function to create a message about how many log statements were suppressed in the provided log action.