Package | Description |
---|---|
alluxio.master.file.async |
Modifier and Type | Class and Description |
---|---|
class |
DefaultAsyncPersistHandler
The default handler for async persistence that schedules the persistence on the workers that
contains all the blocks of a given file, and the handler returns the scheduled request whenever
the corresponding worker polls.
|
Modifier and Type | Method and Description |
---|---|
static AsyncPersistHandler |
AsyncPersistHandler.Factory.create(FileSystemMasterView view)
Creates a new instance of
AsyncPersistHandler . |
Copyright © 2023. All Rights Reserved.