| Package | Description |
|---|---|
| org.apache.hudi.hadoop |
| Modifier and Type | Method and Description |
|---|---|
static CachingPath |
CachingPath.createPathUnsafe(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 © 2022 The Apache Software Foundation. All rights reserved.