public class EmbeddedCassandraService
extends java.lang.Object
org.apache.cassandra.service.EmbeddedCassandraServiceTest for usage.
 This is the implementation of https://issues.apache.org/jira/browse/CASSANDRA-740
How to use: In the client code simply create a new EmbeddedCassandraService and start it. Example:
        cassandra = new EmbeddedCassandraService();
        cassandra.start();
 | Constructor and Description | 
|---|
| EmbeddedCassandraService() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | start() | 
Copyright © 2018 The Apache Software Foundation