Package | Description |
---|---|
alluxio.grpc | |
alluxio.master.file.async | |
alluxio.wire |
Modifier and Type | Method and Description |
---|---|
static PersistFile |
GrpcUtils.toProto(PersistFile persistFile) |
Modifier and Type | Method and Description |
---|---|
List<PersistFile> |
AsyncPersistHandler.pollFilesToPersist(long workerId)
Polls the files for persistence on the given worker.
|
List<PersistFile> |
DefaultAsyncPersistHandler.pollFilesToPersist(long workerId)
Polls the files to send to the given worker for persistence.
|
Modifier and Type | Method and Description |
---|---|
List<PersistFile> |
PersistCommandOptions.getFilesToPersist() |
Modifier and Type | Method and Description |
---|---|
void |
PersistCommandOptions.setFilesToPersist(List<PersistFile> filesToPersist)
Set the list of files to persist.
|
Constructor and Description |
---|
PersistCommandOptions(List<PersistFile> filesToPersist)
Creates a new instance of
PersistCommandOptions . |
Copyright © 2023. All Rights Reserved.