Package org.apache.cassandra.io.util
Interface PathUtils.IOToLongFunction<V>
-
- Enclosing class:
- PathUtils
public static interface PathUtils.IOToLongFunction<V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
apply(V path)
-
-
-
Method Detail
-
apply
long apply(V path) throws java.io.IOException
- Throws:
java.io.IOException
-
-