public static enum AbstractCassandraStoreManager.Partitioner extends Enum<AbstractCassandraStoreManager.Partitioner>
| Modifier and Type | Method and Description |
|---|---|
static AbstractCassandraStoreManager.Partitioner |
getPartitioner(org.apache.cassandra.dht.IPartitioner<?> partitioner) |
static AbstractCassandraStoreManager.Partitioner |
getPartitioner(String className) |
static AbstractCassandraStoreManager.Partitioner |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractCassandraStoreManager.Partitioner[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractCassandraStoreManager.Partitioner RANDOM
public static final AbstractCassandraStoreManager.Partitioner BYTEORDER
public static AbstractCassandraStoreManager.Partitioner[] values()
for (AbstractCassandraStoreManager.Partitioner c : AbstractCassandraStoreManager.Partitioner.values()) System.out.println(c);
public static AbstractCassandraStoreManager.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 static AbstractCassandraStoreManager.Partitioner getPartitioner(org.apache.cassandra.dht.IPartitioner<?> partitioner)
public static AbstractCassandraStoreManager.Partitioner getPartitioner(String className)
Copyright © 2012–2016. All rights reserved.