public class CommandMetrics extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CommandMetrics.CommandLatency |
| Constructor and Description |
|---|
CommandMetrics(long count,
TimeUnit timeUnit,
CommandMetrics.CommandLatency firstResponse,
CommandMetrics.CommandLatency completion) |
| Modifier and Type | Method and Description |
|---|---|
CommandMetrics.CommandLatency |
getCompletion() |
long |
getCount() |
CommandMetrics.CommandLatency |
getFirstResponse() |
TimeUnit |
getTimeUnit() |
String |
toString() |
public CommandMetrics(long count,
TimeUnit timeUnit,
CommandMetrics.CommandLatency firstResponse,
CommandMetrics.CommandLatency completion)
public long getCount()
public TimeUnit getTimeUnit()
getFirstResponse() and getCompletion() latencies.public CommandMetrics.CommandLatency getFirstResponse()
public CommandMetrics.CommandLatency getCompletion()
Copyright © 2020 lettuce.io. All rights reserved.