MCPcopy Create free account
hub / github.com/apache/fluss / toUri

Method toUri

fluss-common/src/main/java/org/apache/fluss/fs/FsPath.java:254–256  ·  view source on GitHub ↗

Converts the path object to a URI. @return the URI object converted from the path object

()

Source from the content-addressed store, hash-verified

252 * @return the {@link URI} object converted from the path object
253 */
254 public URI toUri() {
255 return uri;
256 }
257
258 /**
259 * Returns the FileSystem that owns this Path.

Callers 15

getFileSystemMethod · 0.95
createJarMethod · 0.80
checkJarMethod · 0.80
setupClassLoaderMethod · 0.80
toHadoopPathMethod · 0.80
getPathMethod · 0.80
getBasePathMethod · 0.80
destroyHDFSMethod · 0.80
flushAndVerifyMethod · 0.80

Calls

no outgoing calls

Tested by 14

createJarMethod · 0.64
setupClassLoaderMethod · 0.64
getBasePathMethod · 0.64
destroyHDFSMethod · 0.64
flushAndVerifyMethod · 0.64
createURLMethod · 0.64
testPathAndSchemeMethod · 0.64