Package | Description |
---|---|
alluxio.worker.block | |
alluxio.worker.dora | |
alluxio.worker.netty |
Modifier and Type | Method and Description |
---|---|
BlockWriter |
BlockStore.createBlockWriter(long sessionId,
long blockId)
Creates a
BlockWriter for an existing temporary block which is already created by
BlockStore.createBlock(long, long, int, alluxio.worker.block.CreateBlockOptions) . |
BlockWriter |
BlockWorker.createBlockWriter(long sessionId,
long blockId)
Creates a
BlockWriter for an existing temporary block which is already created by
BlockWorker.createBlock(long, long, int, alluxio.worker.block.CreateBlockOptions) . |
BlockWriter |
BlockStore.getBlockWriter(long sessionId,
long blockId)
Creates a writer to write data to a temp block.
|
Modifier and Type | Class and Description |
---|---|
class |
PagedFileWriter
A paged implementation of BlockWriter interface.
|
Modifier and Type | Method and Description |
---|---|
BlockWriter |
PagedDoraWorker.createFileWriter(String fileId,
String ufsPath) |
BlockWriter |
DoraWorker.createFileWriter(String fileId,
String ufsPath)
Creates the file writer to write to Alluxio dora.
|
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.