Uses of Interface
com.github.nosan.embedded.cassandra.WorkingDirectoryDestroyer
-
Packages that use WorkingDirectoryDestroyer Package Description com.github.nosan.embedded.cassandra Embedded Cassandra provides an easy way to start and stop Apache Cassandra. -
-
Uses of WorkingDirectoryDestroyer in com.github.nosan.embedded.cassandra
Methods in com.github.nosan.embedded.cassandra that return WorkingDirectoryDestroyer Modifier and Type Method Description static WorkingDirectoryDestroyerWorkingDirectoryDestroyer. deleteAll()Completely deletes the working directory.static WorkingDirectoryDestroyerWorkingDirectoryDestroyer. deleteOnly(String... paths)Deletes the specified paths in the working directory.static WorkingDirectoryDestroyerWorkingDirectoryDestroyer. doNothing()Does nothing to the working directory.Methods in com.github.nosan.embedded.cassandra with parameters of type WorkingDirectoryDestroyer Modifier and Type Method Description CassandraBuilderCassandraBuilder. workingDirectoryDestroyer(WorkingDirectoryDestroyer workingDirectoryDestroyer)Sets theWorkingDirectoryDestroyerto handle the cleanup of the working directory.
-