public enum CassandraFeature extends Enum<CassandraFeature>
| Enum Constant and Description |
|---|
DSE_SEARCH |
DURATION_TYPE |
JSON |
LITERAL_VALUES_IN_FUNCTION_CALL |
MATERIALIZED_VIEW |
SASI_INDEX |
UDF_UDA |
UDT |
| Modifier and Type | Method and Description |
|---|---|
static CassandraFeature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CassandraFeature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CassandraFeature UDT
public static final CassandraFeature UDF_UDA
public static final CassandraFeature JSON
public static final CassandraFeature MATERIALIZED_VIEW
public static final CassandraFeature SASI_INDEX
public static final CassandraFeature LITERAL_VALUES_IN_FUNCTION_CALL
public static final CassandraFeature DURATION_TYPE
public static final CassandraFeature DSE_SEARCH
public static CassandraFeature[] values()
for (CassandraFeature c : CassandraFeature.values()) System.out.println(c);
public static CassandraFeature 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 © 2012-2021. All Rights Reserved.