public static class UfsManager.UfsClient extends Object
Constructor and Description |
---|
UfsClient(java.util.function.Supplier<UnderFileSystem> ufsSupplier,
AlluxioURI ufsMountPointUri) |
Modifier and Type | Method and Description |
---|---|
CloseableResource<UnderFileSystem> |
acquireUfsResource() |
AlluxioURI |
getUfsMountPointUri() |
public UfsClient(java.util.function.Supplier<UnderFileSystem> ufsSupplier, AlluxioURI ufsMountPointUri)
ufsSupplier
- the supplier function to create a new UFS instanceufsMountPointUri
- the URI for the UFS path which is mounted in Alluxiopublic CloseableResource<UnderFileSystem> acquireUfsResource()
public AlluxioURI getUfsMountPointUri()
Copyright © 2023. All Rights Reserved.