| 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.
|
Copyright © 2008–2019 Apache Software Foundation. All rights reserved.