public static class MetricsTableLatenciesImpl.TableHistograms extends Object
Modifier and Type | Method and Description |
---|---|
void |
updateAppend(long t) |
void |
updateDelete(long t) |
void |
updateDeleteBatch(long t) |
void |
updateGet(long t) |
void |
updateIncrement(long t) |
void |
updatePut(long time) |
void |
updatePutBatch(long time) |
void |
updateScanSize(long scanSize) |
void |
updateScanTime(long t) |
public void updatePut(long time)
public void updatePutBatch(long time)
public void updateDelete(long t)
public void updateDeleteBatch(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–2019 The Apache Software Foundation. All rights reserved.