| Package | Description |
|---|---|
| alluxio.client.block | |
| alluxio.client.block.stream | |
| alluxio.client.file |
| 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. |
| Constructor and Description |
|---|
Factory(FileSystemContext context,
alluxio.wire.WorkerNetAddress address,
long blockId,
long localReaderChunkSize,
InStreamOptions options)
Creates an instance of
LocalFileDataReader.Factory. |
| Constructor and Description |
|---|
FileInStream(alluxio.client.file.URIStatus status,
InStreamOptions options,
FileSystemContext context) |
Copyright © 2024. All Rights Reserved.