public enum CassandraMethod extends Enum<CassandraMethod>
| 枚举常量和说明 |
|---|
CASSANDRA_QUERYABLE_QUERY |
| 限定符和类型 | 字段和说明 |
|---|---|
static com.google.common.collect.ImmutableMap<Method,CassandraMethod> |
MAP |
Method |
method |
public static final CassandraMethod CASSANDRA_QUERYABLE_QUERY
public final Method method
public static final com.google.common.collect.ImmutableMap<Method,CassandraMethod> MAP
public static CassandraMethod[] values()
for (CassandraMethod c : CassandraMethod.values()) System.out.println(c);
public static CassandraMethod valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2012-2023 Apache Software Foundation. All Rights Reserved.