Uses of Class
com.github.nosan.embedded.cassandra.Version
-
Packages that use Version Package Description com.github.nosan.embedded.cassandra Embedded Cassandra provides an easy way to start and stop Apache Cassandra. -
-
Uses of Version in com.github.nosan.embedded.cassandra
Fields in com.github.nosan.embedded.cassandra declared as Version Modifier and Type Field Description static VersionCassandraBuilder. DEFAULT_VERSIONDefault Cassandra version.Methods in com.github.nosan.embedded.cassandra that return Version Modifier and Type Method Description VersionCassandra. getVersion()Retrieves theVersionof thisCassandrainstance.VersionCassandraBuilder. getVersion()Gets the currently configured Cassandra version.VersionSettings. getVersion()Gets theVersionof thisCassandrainstance.static VersionVersion. parse(String version)Creates aVersionfrom a textual representation, such as4.0.Methods in com.github.nosan.embedded.cassandra with parameters of type Version Modifier and Type Method Description intVersion. compareTo(Version other)voidWorkingDirectoryCustomizer. customize(Path workingDirectory, Version version)Customizes the working directory.voidWorkingDirectoryDestroyer. destroy(Path workingDirectory, Version version)Destroys the working directory based on the implemented strategy.PathCassandraDirectoryProvider. getDirectory(Version version)Returns the path to the Cassandra directory for the specified version.PathWebCassandraDirectoryProvider. getDirectory(Version version)voidDefaultWorkingDirectoryInitializer. init(Path workingDirectory, Version version)voidWorkingDirectoryInitializer. init(Path workingDirectory, Version version)Initializes the working directory by copying or setting up all required files.CassandraBuilderCassandraBuilder. version(Version version)Sets the Cassandra version.
-