Package | Description |
---|---|
alluxio.client.file | |
alluxio.master.file | |
alluxio.master.file.meta | |
alluxio.master.keyvalue | |
alluxio.master.lineage |
Modifier and Type | Method and Description |
---|---|
void |
BaseFileSystem.createDirectory(AlluxioURI path) |
void |
FileSystem.createDirectory(AlluxioURI path)
Convenience method for
FileSystem.createDirectory(AlluxioURI, CreateDirectoryOptions) with
default options. |
void |
BaseFileSystem.createDirectory(AlluxioURI path,
CreateDirectoryOptions options) |
void |
FileSystem.createDirectory(AlluxioURI path,
CreateDirectoryOptions options)
Creates a directory.
|
FileOutStream |
BaseFileSystem.createFile(AlluxioURI path) |
FileOutStream |
FileSystem.createFile(AlluxioURI path)
Convenience method for
FileSystem.createFile(AlluxioURI, CreateFileOptions) with default options. |
FileOutStream |
BaseFileSystem.createFile(AlluxioURI path,
CreateFileOptions options) |
FileOutStream |
FileSystem.createFile(AlluxioURI path,
CreateFileOptions options)
Creates a file.
|
Modifier and Type | Method and Description |
---|---|
long |
DefaultFileSystemMaster.createDirectory(AlluxioURI path,
CreateDirectoryOptions options) |
long |
FileSystemMaster.createDirectory(AlluxioURI path,
CreateDirectoryOptions options)
Creates a directory for a given path.
|
long |
DefaultFileSystemMaster.createFile(AlluxioURI path,
CreateFileOptions options) |
long |
FileSystemMaster.createFile(AlluxioURI path,
CreateFileOptions options)
Creates a file (not a directory) for a given path.
|
void |
DefaultFileSystemMaster.mount(AlluxioURI alluxioPath,
AlluxioURI ufsPath,
MountOptions options) |
void |
FileSystemMaster.mount(AlluxioURI alluxioPath,
AlluxioURI ufsPath,
MountOptions options)
Mounts a UFS path onto an Alluxio path.
|
void |
DefaultFileSystemMaster.rename(AlluxioURI srcPath,
AlluxioURI dstPath,
RenameOptions options) |
void |
FileSystemMaster.rename(AlluxioURI srcPath,
AlluxioURI dstPath,
RenameOptions options)
Renames a file to a destination.
|
Modifier and Type | Method and Description |
---|---|
void |
MountTable.add(AlluxioURI alluxioUri,
AlluxioURI ufsUri,
long mountId,
MountOptions options)
Mounts the given UFS path at the given Alluxio path.
|
InodeTree.CreatePathResult |
InodeTree.createPath(RpcContext rpcContext,
LockedInodePath inodePath,
CreatePathOptions<?> options)
Creates a file or directory at path.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultKeyValueMaster.createStore(AlluxioURI path) |
void |
KeyValueMaster.createStore(AlluxioURI path)
Creates a new key-value store.
|
Modifier and Type | Method and Description |
---|---|
long |
LineageMaster.createLineage(List<AlluxioURI> inputFiles,
List<AlluxioURI> outputFiles,
Job job)
Creates a lineage.
|
long |
DefaultLineageMaster.createLineage(List<AlluxioURI> inputFiles,
List<AlluxioURI> outputFiles,
Job job) |
Copyright © 2023. All Rights Reserved.