Java org.apache.cassandra.db Directories fields, constructors, methods, implement or subclass

Example usage for Java org.apache.cassandra.db Directories fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.cassandra.db Directories.

The text is from its open source code.

Constructor

Method

FilegetDirectoryForNewSSTables()
Basically the same as calling #getWriteableLocationAsFile(long) with an unknown size ( -1L ), which may return any non-blacklisted directory - even a data directory that has no usable space.