Package | Description |
---|---|
alluxio.master.file.async | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
List<PersistFile> |
DefaultAsyncPersistHandler.pollFilesToPersist(long workerId)
Polls the files to send to the given worker for persistence.
|
List<PersistFile> |
AsyncPersistHandler.pollFilesToPersist(long workerId)
Polls the files for persistence on the given worker.
|
Modifier and Type | Method and Description |
---|---|
PersistFile |
PersistFile.deepCopy() |
PersistFile |
PersistFile.setBlockIds(List<Long> blockIds) |
PersistFile |
PersistFile.setFileId(long fileId) |
Modifier and Type | Method and Description |
---|---|
List<PersistFile> |
PersistCommandOptions.getPersistFiles() |
Iterator<PersistFile> |
PersistCommandOptions.getPersistFilesIterator() |
Modifier and Type | Method and Description |
---|---|
void |
PersistCommandOptions.addToPersistFiles(PersistFile elem) |
int |
PersistFile.compareTo(PersistFile other) |
boolean |
PersistFile.equals(PersistFile that) |
Modifier and Type | Method and Description |
---|---|
PersistCommandOptions |
PersistCommandOptions.setPersistFiles(List<PersistFile> persistFiles) |
Constructor and Description |
---|
PersistFile(PersistFile other)
Performs a deep copy on other.
|
Constructor and Description |
---|
PersistCommandOptions(List<PersistFile> persistFiles) |
Copyright © 2023. All Rights Reserved.