Package | Description |
---|---|
org.apache.cassandra.io.util |
Modifier and Type | Method and Description |
---|---|
static long |
PathUtils.tryGetSpace(java.nio.file.Path path,
PathUtils.IOToLongFunction<java.nio.file.FileStore> getSpace)
Returns the number of bytes (determined by the provided MethodHandle) on the specified partition.
|
static long |
PathUtils.tryGetSpace(java.nio.file.Path path,
PathUtils.IOToLongFunction<java.nio.file.FileStore> getSpace,
java.util.function.Consumer<java.io.IOException> orElse) |
Copyright © 2009- The Apache Software Foundation