Package | Description |
---|---|
alluxio.master.file | |
alluxio.master.file.contexts |
Modifier and Type | Method and Description |
---|---|
void |
DefaultFileSystemMaster.free(AlluxioURI path,
FreeContext context) |
void |
FileSystemMaster.free(AlluxioURI path,
FreeContext context)
Frees or evicts all of the blocks of the file from alluxio storage.
|
Modifier and Type | Method and Description |
---|---|
static FreeContext |
FreeContext.create(FreePOptions.Builder optionsBuilder) |
static FreeContext |
FreeContext.defaults() |
static FreeContext |
FreeContext.mergeFrom(FreePOptions.Builder optionsBuilder)
Merges and embeds the given
FreePOptions with the corresponding master options. |
Copyright © 2023. All Rights Reserved.