Package | Description |
---|---|
org.apache.hadoop.log |
Modifier and Type | Field and Description |
---|---|
static LogThrottlingHelper.LogAction |
LogThrottlingHelper.DO_NOT_LOG
A
LogThrottlingHelper.LogAction representing a state that should not yet be logged. |
Modifier and Type | Method and Description |
---|---|
LogThrottlingHelper.LogAction |
LogThrottlingHelper.record(double... values)
Record some set of values at the current time into this helper.
|
LogThrottlingHelper.LogAction |
LogThrottlingHelper.record(String recorderName,
long currentTimeMs,
double... values)
Record some set of values at the specified time into this helper.
|
Modifier and Type | Method and Description |
---|---|
static String |
LogThrottlingHelper.getLogSupressionMessage(LogThrottlingHelper.LogAction action)
Helper function to create a message about how many log statements were
suppressed in the provided log action.
|
Copyright © 2019 Apache Software Foundation. All Rights Reserved.