| Package | Description |
|---|---|
| com.github.nosan.embedded.cassandra |
Embedded Cassandra provides an easy way to start and stop Apache Cassandra.
|
| Modifier and Type | Method and Description |
|---|---|
static WorkingDirectoryDestroyer |
WorkingDirectoryDestroyer.deleteAll()
Completely deletes the working directory.
|
static WorkingDirectoryDestroyer |
WorkingDirectoryDestroyer.deleteOnly(String... paths)
Deletes the provided paths in the working directory.
|
static WorkingDirectoryDestroyer |
WorkingDirectoryDestroyer.doNothing()
Do nothing to the working directory.
|
| Modifier and Type | Method and Description |
|---|---|
CassandraBuilder |
CassandraBuilder.workingDirectoryDestroyer(WorkingDirectoryDestroyer workingDirectoryDestroyer)
Sets the
WorkingDirectoryDestroyer. |
Copyright © 2023. All rights reserved.