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 longPathUtils. 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 longPathUtils. tryGetSpace(java.nio.file.Path path, PathUtils.IOToLongFunction<java.nio.file.FileStore> getSpace, java.util.function.Consumer<java.io.IOException> orElse)
-