public static class MetricsTableLatenciesImpl.TableHistograms extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
updateAppend(long t) |
void |
updateDelete(long t) |
void |
updateGet(long t) |
void |
updateIncrement(long t) |
void |
updatePut(long time) |
void |
updateScanSize(long scanSize) |
void |
updateScanTime(long t) |
public void updatePut(long time)
public void updateDelete(long t)
public void updateGet(long t)
public void updateIncrement(long t)
public void updateAppend(long t)
public void updateScanSize(long scanSize)
public void updateScanTime(long t)
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.