| Package | Description |
|---|---|
| alluxio.client.block | |
| alluxio.client.block.stream |
| Modifier and Type | Method and Description |
|---|---|
BlockOutStream |
AlluxioBlockStore.getOutStream(long blockId,
long blockSize,
OutStreamOptions options)
Gets a stream to write data to a block based on the options.
|
BlockOutStream |
AlluxioBlockStore.getOutStream(long blockId,
long blockSize,
alluxio.wire.WorkerNetAddress address,
OutStreamOptions options)
Gets a stream to write data to a block.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UnderFileSystemFileOutStream
Provides a streaming API to write to a file in the under file system through an Alluxio
worker's data server.
|
| Modifier and Type | Method and Description |
|---|---|
static BlockOutStream |
BlockOutStream.create(FileSystemContext context,
long blockId,
long blockSize,
alluxio.wire.WorkerNetAddress address,
OutStreamOptions options)
Creates an
BlockOutStream. |
static BlockOutStream |
BlockOutStream.createReplicatedBlockOutStream(FileSystemContext context,
long blockId,
long blockSize,
List<alluxio.wire.WorkerNetAddress> workerNetAddresses,
OutStreamOptions options)
Creates a new remote block output stream.
|
Copyright © 2024. All Rights Reserved.