Package | Description |
---|---|
alluxio.worker.block | |
alluxio.worker.block.io | |
alluxio.worker.grpc |
Modifier and Type | Method and Description |
---|---|
BlockWriter |
TieredBlockStore.getBlockWriter(long sessionId,
long blockId) |
BlockWriter |
BlockStore.getBlockWriter(long sessionId,
long blockId)
Creates a writer to write data to a temp block.
|
BlockWriter |
DefaultBlockWorker.getTempBlockWriterRemote(long sessionId,
long blockId) |
BlockWriter |
BlockWorker.getTempBlockWriterRemote(long sessionId,
long blockId)
Opens a
BlockWriter for an existing temporary block for non short-circuit writes or
cache requests. |
Modifier and Type | Class and Description |
---|---|
class |
LocalFileBlockWriter
This class provides write access to a temp block data file locally stored in managed storage.
|
Modifier and Type | Method and Description |
---|---|
BlockWriter |
BlockWriteRequestContext.getBlockWriter() |
Modifier and Type | Method and Description |
---|---|
void |
BlockWriteRequestContext.setBlockWriter(BlockWriter blockWriter) |
Copyright © 2023. All Rights Reserved.