@InterfaceAudience.Private public class RequestCountPerSecond extends Object
| Constructor and Description |
|---|
RequestCountPerSecond() |
| Modifier and Type | Method and Description |
|---|---|
long |
getReadRequestCountPerSecond() |
long |
getRequestCountPerSecond() |
long |
getWriteRequestCountPerSecond() |
void |
refresh(long lastReportTimestamp,
long readRequestCount,
long writeRequestCount) |
public void refresh(long lastReportTimestamp,
long readRequestCount,
long writeRequestCount)
public long getReadRequestCountPerSecond()
public long getWriteRequestCountPerSecond()
public long getRequestCountPerSecond()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.