| Package | Description |
|---|---|
| alluxio.client.block | |
| alluxio.client.block.stream |
| Modifier and Type | Method and Description |
|---|---|
BlockInStream |
AlluxioBlockStore.getInStream(long blockId,
InStreamOptions options)
Gets a stream to read the data of a block.
|
BlockInStream |
AlluxioBlockStore.getInStream(long blockId,
InStreamOptions options,
Map<alluxio.wire.WorkerNetAddress,Long> failedWorkers)
Gets a stream to read the data of a block.
|
| Modifier and Type | Method and Description |
|---|---|
static BlockInStream |
BlockInStream.create(FileSystemContext context,
alluxio.wire.BlockInfo info,
alluxio.wire.WorkerNetAddress dataSource,
BlockInStream.BlockInStreamSource dataSourceType,
InStreamOptions options)
Creates a
BlockInStream. |
static BlockInStream |
BlockInStream.createRemoteBlockInStream(FileSystemContext context,
long blockId,
alluxio.wire.WorkerNetAddress address,
BlockInStream.BlockInStreamSource blockSource,
long blockSize,
alluxio.proto.dataserver.Protocol.OpenUfsBlockOptions ufsOptions)
Creates a
BlockInStream to read from a specific remote server. |
Copyright © 2024. All Rights Reserved.