public File getRoot()

in src/main/java/org/apache/cassandra/distributed/shared/AbstractBuilder.java [101:103]


    public File getRoot() {
        return rootFile != null ? rootFile : rootPath.toFile();
    }