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