public class CassandraEmbeddedServer extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CASSANDRA_HOST |
static org.slf4j.Logger |
LOGGER |
| Constructor and Description |
|---|
CassandraEmbeddedServer(info.archinnov.achilles.type.TypedMap originalParameters)
Start a Cassandra embedded server
This constructor is not meant to be used directly.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster |
getNativeCluster() |
Session |
getNativeSession() |
void |
registerSessionForShutdown(Session session) |
public static final org.slf4j.Logger LOGGER
public static final String CASSANDRA_HOST
public CassandraEmbeddedServer(info.archinnov.achilles.type.TypedMap originalParameters)
info.archinnov.achilles.embedded.CassandraEmbeddedServerBuilder instead
originalParameters - embedded Cassandra server parametersCopyright © 2012-2021. All Rights Reserved.