Package | Description |
---|---|
alluxio.worker.dora |
Modifier and Type | Method and Description |
---|---|
OpenFileHandle |
PagedDoraWorker.createFile(String path,
CreateFilePOptions options) |
OpenFileHandle |
DoraWorker.createFile(String path,
CreateFilePOptions options)
Create File.
|
OpenFileHandle |
DoraOpenFileHandleContainer.find(String key)
Find an open file handle by its key.
|
OpenFileHandle |
DoraOpenFileHandleContainer.findAndVerify(String key,
String uuid)
Find an open file handle by its key, and verify against its uuid.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DoraOpenFileHandleContainer.add(String key,
OpenFileHandle handle)
Add a open file handle into this collection.
|
Copyright © 2023. All Rights Reserved.