| Package | Description |
|---|---|
| org.apache.hadoop.log |
| Modifier and Type | Field | Description |
|---|---|---|
static LogThrottlingHelper.LogAction |
LogThrottlingHelper.DO_NOT_LOG |
A
LogThrottlingHelper.LogAction representing a state that should not yet be logged. |
| Modifier and Type | Method | Description |
|---|---|---|
LogThrottlingHelper.LogAction |
LogThrottlingHelper.record(double... values) |
Record some set of values at the current time into this helper.
|
LogThrottlingHelper.LogAction |
LogThrottlingHelper.record(java.lang.String recorderName,
long currentTimeMs,
double... values) |
Record some set of values at the specified time into this helper.
|
| Modifier and Type | Method | Description |
|---|---|---|
static java.lang.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 © 2008–2025 Apache Software Foundation. All rights reserved.