Uses of Interface
com.github.nosan.embedded.cassandra.WorkingDirectoryInitializer
-
Packages that use WorkingDirectoryInitializer Package Description com.github.nosan.embedded.cassandra Embedded Cassandra provides an easy way to start and stop Apache Cassandra. -
-
Uses of WorkingDirectoryInitializer in com.github.nosan.embedded.cassandra
Classes in com.github.nosan.embedded.cassandra that implement WorkingDirectoryInitializer Modifier and Type Class Description classDefaultWorkingDirectoryInitializerThe default implementation ofWorkingDirectoryInitializerretrieves the Cassandra directory from theCassandraDirectoryProviderand copies all files from the retrieved directory into the working directory, except for the javadoc, doc, and licenses directories.Methods in com.github.nosan.embedded.cassandra with parameters of type WorkingDirectoryInitializer Modifier and Type Method Description CassandraBuilderCassandraBuilder. workingDirectoryInitializer(WorkingDirectoryInitializer workingDirectoryInitializer)Sets theWorkingDirectoryInitializerto be used for initializing the working directory.
-