| Package | Description |
|---|---|
| org.apache.hudi.hadoop.fs |
| Modifier and Type | Method and Description |
|---|---|
static CachingPath |
CachingPath.concatPathUnsafe(org.apache.hadoop.fs.Path basePath,
org.apache.hadoop.fs.Path relativePath) |
static CachingPath |
CachingPath.concatPathUnsafe(org.apache.hadoop.fs.Path basePath,
String relativePath) |
static CachingPath |
CachingPath.createRelativePathUnsafe(String relativePath)
Creates path based on the provided *relative* path
NOTE: This is an unsafe version that is relying on the fact that the caller is aware
what they are doing this is not going to work with paths having scheme (which require
parsing) and is only meant to work w/ relative paths in a few specific cases.
|
CachingPath |
CachingPath.subPath(String relativePath) |
static CachingPath |
CachingPath.wrap(org.apache.hadoop.fs.Path path) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.