public static enum RedisServer.INFO extends Enum<RedisServer.INFO>
Modifier and Type | Method and Description |
---|---|
static RedisServer.INFO |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RedisServer.INFO[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RedisServer.INFO NAME
public static final RedisServer.INFO HOST
public static final RedisServer.INFO PORT
public static final RedisServer.INFO RUN_ID
public static final RedisServer.INFO FLAGS
public static final RedisServer.INFO PENDING_COMMANDS
public static final RedisServer.INFO LAST_PING_SENT
public static final RedisServer.INFO LAST_OK_PING_REPLY
public static final RedisServer.INFO DOWN_AFTER_MILLISECONDS
public static final RedisServer.INFO INFO_REFRESH
public static final RedisServer.INFO ROLE_REPORTED
public static final RedisServer.INFO ROLE_REPORTED_TIME
public static final RedisServer.INFO CONFIG_EPOCH
public static final RedisServer.INFO NUMBER_SLAVES
public static final RedisServer.INFO NUMBER_OTHER_SENTINELS
public static final RedisServer.INFO BUFFER_LENGTH
public static final RedisServer.INFO BUFFER_FREE_SPACE
public static final RedisServer.INFO OUTPUT_BUFFER_LENGTH
public static final RedisServer.INFO OUTPUT_LIST_LENGTH
public static final RedisServer.INFO QUORUM
public static final RedisServer.INFO FAILOVER_TIMEOUT
public static final RedisServer.INFO PARALLEL_SYNCS
public static RedisServer.INFO[] values()
for (RedisServer.INFO c : RedisServer.INFO.values()) System.out.println(c);
public static RedisServer.INFO valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.