| Package | Description |
|---|---|
| com.lambdaworks.redis.metrics |
Collectors for client metrics.
|
| com.lambdaworks.redis.protocol |
Redis protocol layer abstraction.
|
| Modifier and Type | Method and Description |
|---|---|
ProtocolKeyword |
CommandLatencyId.commandType()
Returns the command type.
|
| Modifier and Type | Method and Description |
|---|---|
static CommandLatencyId |
CommandLatencyId.create(SocketAddress localAddress,
SocketAddress remoteAddress,
ProtocolKeyword commandType)
Create a new instance of
CommandLatencyId. |
void |
DefaultCommandLatencyCollector.recordCommandLatency(SocketAddress local,
SocketAddress remote,
ProtocolKeyword commandType,
long firstResponseLatency,
long completionLatency)
Record the command latency per
connectionPoint and commandType. |
void |
CommandLatencyCollector.recordCommandLatency(SocketAddress local,
SocketAddress remote,
ProtocolKeyword commandType,
long firstResponseLatency,
long completionLatency)
Record the command latency per
connectionPoint and commandType. |
| Constructor and Description |
|---|
CommandLatencyId(SocketAddress localAddress,
SocketAddress remoteAddress,
ProtocolKeyword commandType) |
| Modifier and Type | Class and Description |
|---|---|
class |
CommandKeyword
Keyword modifiers for redis commands.
|
class |
CommandType
Redis commands.
|
| Modifier and Type | Method and Description |
|---|---|
ProtocolKeyword |
RedisCommand.getType() |
ProtocolKeyword |
Command.getType() |
| Modifier and Type | Method and Description |
|---|---|
List<ProtocolKeyword> |
CommandArgs.getKeywords() |
| Modifier and Type | Method and Description |
|---|---|
CommandArgs<K,V> |
CommandArgs.add(ProtocolKeyword keyword) |
| Constructor and Description |
|---|
Command(ProtocolKeyword type,
CommandOutput<K,V,T> output,
CommandArgs<K,V> args)
Create a new command with the supplied type and args.
|
Command(ProtocolKeyword type,
CommandOutput<K,V,T> output,
CommandArgs<K,V> args,
boolean multi)
Create a new command with the supplied type and args.
|
Copyright © 2016. All rights reserved.