protected static enum CassandraStorage.MarshallerType extends java.lang.Enum<CassandraStorage.MarshallerType>
| Enum Constant and Description |
|---|
COMPARATOR |
DEFAULT_VALIDATOR |
KEY_VALIDATOR |
SUBCOMPARATOR |
| Modifier and Type | Method and Description |
|---|---|
static CassandraStorage.MarshallerType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CassandraStorage.MarshallerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CassandraStorage.MarshallerType COMPARATOR
public static final CassandraStorage.MarshallerType DEFAULT_VALIDATOR
public static final CassandraStorage.MarshallerType KEY_VALIDATOR
public static final CassandraStorage.MarshallerType SUBCOMPARATOR
public static CassandraStorage.MarshallerType[] values()
for (CassandraStorage.MarshallerType c : CassandraStorage.MarshallerType.values()) System.out.println(c);
public static CassandraStorage.MarshallerType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2018 The Apache Software Foundation