@InterfaceAudience.LimitedPrivate(value="MapReduce") @InterfaceStability.Unstable public class ShuffleClientMetrics extends Object implements Updater
Modifier and Type | Method and Description |
---|---|
void |
doUpdates(MetricsContext unused)
Timer-based call-back from the metric library.
|
void |
failedFetch() |
void |
inputBytes(long numBytes) |
void |
successFetch() |
void |
threadBusy() |
void |
threadFree() |
public void inputBytes(long numBytes)
public void failedFetch()
public void successFetch()
public void threadBusy()
public void threadFree()
public void doUpdates(MetricsContext unused)
Updater
Copyright © 2013 Apache Software Foundation. All rights reserved.