Module lettuce.core

Class CommandLatencyId

java.lang.Object
io.lettuce.core.metrics.CommandLatencyId
All Implemented Interfaces:
Serializable, Comparable<CommandLatencyId>

public class CommandLatencyId
extends Object
implements Serializable, Comparable<CommandLatencyId>
Identifier for a command latency. Consists of a local/remote tuple of SocketAddresses and a commandType part.
Author:
Mark Paluch
See Also:
Serialized Form