Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.db.compaction.writers |
Modifier and Type | Field and Description |
---|---|
static Directories.DataDirectory[] |
Directories.dataDirectories |
Modifier and Type | Method and Description |
---|---|
Directories.DataDirectory |
Directories.getWriteableLocation(long writeSize)
Returns an allowed data directory that _currently_ has
writeSize bytes as usable space. |
Modifier and Type | Method and Description |
---|---|
java.io.File |
Directories.getLocationForDisk(Directories.DataDirectory dataDirectory)
Returns SSTable location which is inside given data directory.
|
Modifier and Type | Method and Description |
---|---|
Directories.DataDirectory |
CompactionAwareWriter.getWriteDirectory(long expectedWriteSize)
Return a directory where we can expect expectedWriteSize to fit.
|
Copyright © 2020 The Apache Software Foundation