| Package | Description |
|---|---|
| alluxio.master.file | |
| alluxio.master.file.contexts |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultFileSystemMaster.rename(AlluxioURI srcPath,
AlluxioURI dstPath,
RenameContext context) |
void |
FileSystemMaster.rename(AlluxioURI srcPath,
AlluxioURI dstPath,
RenameContext context)
Renames a file to a destination.
|
| Modifier and Type | Method and Description |
|---|---|
static RenameContext |
RenameContext.create(RenamePOptions.Builder optionsBuilder) |
static RenameContext |
RenameContext.defaults() |
static RenameContext |
RenameContext.mergeFrom(RenamePOptions.Builder optionsBuilder)
Merges and embeds the given
RenamePOptions with the corresponding master options. |
RenameContext |
RenameContext.setOperationTimeMs(long operationTimeMs)
Sets operation time.
|
Copyright © 2019. All Rights Reserved.