Uses of Interface
org.apache.cassandra.io.util.PathUtils.IOToLongFunction
-
Packages that use PathUtils.IOToLongFunction Package Description org.apache.cassandra.io.util -
-
Uses of PathUtils.IOToLongFunction in org.apache.cassandra.io.util
Methods in org.apache.cassandra.io.util with parameters of type PathUtils.IOToLongFunction Modifier and Type Method Description static long
FileStoreUtils. tryGetSpace(java.nio.file.FileStore filestore, PathUtils.IOToLongFunction<java.nio.file.FileStore> getSpace)
Try and get the total space of the given filestorestatic long
FileStoreUtils. tryGetSpace(java.nio.file.FileStore filestore, PathUtils.IOToLongFunction<java.nio.file.FileStore> getSpace, java.util.function.Consumer<java.io.IOException> orElse)
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)
-