public static enum Info.Keyspace.Key extends Enum<Info.Keyspace.Key>
限定符和类型 | 方法和说明 |
---|---|
String |
getValue() |
static Info.Keyspace.Key |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static Info.Keyspace.Key[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final Info.Keyspace.Key AVG_TTL
public static final Info.Keyspace.Key DB
public static final Info.Keyspace.Key EXPIRES
public static final Info.Keyspace.Key KEYS
public static Info.Keyspace.Key[] values()
for (Info.Keyspace.Key c : Info.Keyspace.Key.values()) System.out.println(c);
public static Info.Keyspace.Key valueOf(String name)
name
- 要返回的枚举常量的名称。IllegalArgumentException
- 如果该枚举类型没有带有指定名称的常量NullPointerException
- 如果参数为空值public String getValue()
Copyright © 2023 buession.com Inc.. All rights reserved.