Package | Description |
---|---|
alluxio.worker.block |
Modifier and Type | Method and Description |
---|---|
Optional<BlockLock> |
BlockStore.pinBlock(long sessionId,
long blockId)
Pins the block indicating subsequent access.
|
Modifier and Type | Method and Description |
---|---|
void |
BlockStore.unpinBlock(BlockLock lock)
Unpins an accessed block based on the id (returned by
BlockStore.pinBlock(long, long) ). |
Copyright © 2023. All Rights Reserved.