Interface CassandraDirectoryProvider
-
- All Known Implementing Classes:
WebCassandraDirectoryProvider
public interface CassandraDirectoryProviderProvides the path to the Cassandra directory based on a specified version.- Since:
- 4.0.0
- Author:
- Dmytro Nosan
- See Also:
WebCassandraDirectoryProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PathgetDirectory(Version version)Returns the path to the Cassandra directory for the specified version.
-
-
-
Method Detail
-
getDirectory
Path getDirectory(Version version) throws IOException
Returns the path to the Cassandra directory for the specified version.- Parameters:
version- the Cassandra version- Returns:
- the path to the Cassandra directory
- Throws:
IOException- if an I/O error occurs
-
-