| Package | Description |
|---|---|
| com.github.nosan.embedded.cassandra |
Embedded Cassandra provides an easy way to start and stop Apache Cassandra.
|
| Modifier and Type | Field and Description |
|---|---|
static Version |
CassandraBuilder.DEFAULT_VERSION
Default Cassandra version.
|
| Modifier and Type | Method and Description |
|---|---|
Version |
Settings.getVersion()
Gets the
Version of this Cassandra instance. |
Version |
CassandraBuilder.getVersion()
Gets current configured Cassandra version or
CassandraBuilder.DEFAULT_VERSION. |
Version |
Cassandra.getVersion()
Gets the
Version of this Cassandra instance. |
static Version |
Version.parse(String version)
Obtain a
Version from a text string such as 4.0. |
| Modifier and Type | Method and Description |
|---|---|
int |
Version.compareTo(Version other) |
void |
WorkingDirectoryCustomizer.customize(Path workingDirectory,
Version version)
Customizes the working directory.
|
void |
WorkingDirectoryDestroyer.destroy(Path workingDirectory,
Version version)
Destroys the working directory.
|
Path |
CassandraDirectoryProvider.getDirectory(Version version)
Returns the path to Cassandra directory by provided version.
|
Path |
WebCassandraDirectoryProvider.getDirectory(Version version) |
void |
DefaultWorkingDirectoryInitializer.init(Path workingDirectory,
Version version) |
void |
WorkingDirectoryInitializer.init(Path workingDirectory,
Version version)
Initializes working directory.
|
CassandraBuilder |
CassandraBuilder.version(Version version)
Sets the Cassandra version.
|
Copyright © 2023. All rights reserved.