Uses of Interface
org.apache.cassandra.io.util.PathUtils.IOToLongFunction
Packages that use PathUtils.IOToLongFunction
-
Uses of PathUtils.IOToLongFunction in org.apache.cassandra.io.util
Methods in org.apache.cassandra.io.util with parameters of type PathUtils.IOToLongFunctionModifier and TypeMethodDescriptionstatic longFileStoreUtils.tryGetSpace(FileStore filestore, PathUtils.IOToLongFunction<FileStore> getSpace) Try and get the total space of the given filestorestatic longFileStoreUtils.tryGetSpace(FileStore filestore, PathUtils.IOToLongFunction<FileStore> getSpace, Consumer<IOException> orElse) static longPathUtils.tryGetSpace(Path path, PathUtils.IOToLongFunction<FileStore> getSpace) Returns the number of bytes (determined by the provided MethodHandle) on the specified partition.static longPathUtils.tryGetSpace(Path path, PathUtils.IOToLongFunction<FileStore> getSpace, Consumer<IOException> orElse)