public enum ServerStarter extends Enum<ServerStarter>
| Enum Constant and Description |
|---|
CASSANDRA_EMBEDDED |
| Modifier and Type | Method and Description |
|---|---|
void |
checkAndConfigurePorts(info.archinnov.achilles.type.TypedMap parameters) |
OrderedShutdownHook |
getShutdownHook() |
void |
startServer(String cassandraHost,
info.archinnov.achilles.type.TypedMap parameters) |
static ServerStarter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerStarter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServerStarter CASSANDRA_EMBEDDED
public static ServerStarter[] values()
for (ServerStarter c : ServerStarter.values()) System.out.println(c);
public static ServerStarter 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 void startServer(String cassandraHost, info.archinnov.achilles.type.TypedMap parameters)
public void checkAndConfigurePorts(info.archinnov.achilles.type.TypedMap parameters)
public OrderedShutdownHook getShutdownHook()
Copyright © 2012-2021. All Rights Reserved.