public static enum RedisServer.Key extends Enum<RedisServer.Key>
限定符和类型 | 方法和说明 |
---|---|
String |
getKey() |
static RedisServer.Key |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static RedisServer.Key[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final RedisServer.Key NAME
public static final RedisServer.Key HOST
public static final RedisServer.Key PORT
public static final RedisServer.Key RUNID
public static final RedisServer.Key FLAGS
public static final RedisServer.Key PENDING_COMMANDS
public static final RedisServer.Key LINK_PENDING_COMMANDS
public static final RedisServer.Key LAST_PING_SENT
public static final RedisServer.Key LAST_PING_REPLY
public static final RedisServer.Key LAST_OK_PING_REPLY
public static final RedisServer.Key DOWN_AFTER_MILLISECONDS
public static final RedisServer.Key INFO_REFRESH
public static final RedisServer.Key ROLE_REPORTED
public static final RedisServer.Key ROLE_REPORTED_TIME
public static final RedisServer.Key CONFIG_EPOCH
public static final RedisServer.Key NUMBER_SLAVES
public static final RedisServer.Key NUMBER_OTHER_SENTINELS
public static final RedisServer.Key BUFFER_LENGTH
public static final RedisServer.Key BUFFER_FREE_SPACE
public static final RedisServer.Key OUTPUT_BUFFER_LENGTH
public static final RedisServer.Key OUTPUT_LIST_LENGTH
public static final RedisServer.Key QUORUM
public static final RedisServer.Key FAILOVER_TIMEOUT
public static final RedisServer.Key PARALLEL_SYNCS
public static final RedisServer.Key LINK_REFCOUNT
public static final RedisServer.Key O_DOWN_TIME
public static final RedisServer.Key S_DOWN_TIME
public static RedisServer.Key[] values()
for (RedisServer.Key c : RedisServer.Key.values()) System.out.println(c);
public static RedisServer.Key valueOf(String name)
name
- 要返回的枚举常量的名称。IllegalArgumentException
- 如果该枚举类型没有带有指定名称的常量NullPointerException
- 如果参数为空值public String getKey()
Copyright © 2023 buession.com Inc.. All rights reserved.