public static enum CassandraServerConfig.Partitioner extends Enum<CassandraServerConfig.Partitioner>
| Enum Constant and Description |
|---|
BYTE_ORDERED |
COLLATING_ORDER_PRESERVING |
ORDER_PRESERVING |
RANDOM |
| Modifier and Type | Method and Description |
|---|---|
Class |
getClazz() |
static CassandraServerConfig.Partitioner |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CassandraServerConfig.Partitioner[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CassandraServerConfig.Partitioner RANDOM
public static final CassandraServerConfig.Partitioner ORDER_PRESERVING
public static final CassandraServerConfig.Partitioner BYTE_ORDERED
public static final CassandraServerConfig.Partitioner COLLATING_ORDER_PRESERVING
public static CassandraServerConfig.Partitioner[] values()
for (CassandraServerConfig.Partitioner c : CassandraServerConfig.Partitioner.values()) System.out.println(c);
public static CassandraServerConfig.Partitioner 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 nullpublic Class getClazz()
Copyright © 2010-2012 Airlift. All Rights Reserved.