Package | Description |
---|---|
alluxio.worker.block |
Modifier and Type | Method and Description |
---|---|
boolean |
UnderFileSystemBlockStore.acquireAccess(long sessionId,
long blockId,
Protocol.OpenUfsBlockOptions options)
Acquires access for a UFS block given a
UnderFileSystemBlockMeta and the limit on
the maximum concurrency on the block. |
BlockReader |
UnderFileSystemBlockStore.createBlockReader(long sessionId,
long blockId,
long offset,
boolean positionShort,
Protocol.OpenUfsBlockOptions options)
Creates a block reader that reads from UFS and optionally caches the block to the Alluxio
block store.
|
Copyright © 2023. All Rights Reserved.