Package | Description |
---|---|
alluxio.client.block.stream |
Modifier and Type | Class and Description |
---|---|
class |
LocalFilePacketWriter
A local packet writer that simply writes packets to a local file.
|
class |
NettyPacketWriter
A netty packet writer that streams a full block or a UFS file to a netty data server.
|
Modifier and Type | Method and Description |
---|---|
static PacketWriter |
PacketWriter.Factory.create(FileSystemContext context,
long blockId,
long blockSize,
WorkerNetAddress address,
OutStreamOptions options) |
Constructor and Description |
---|
BlockOutStream(PacketWriter packetWriter,
long length,
WorkerNetAddress address)
Constructs a new
BlockOutStream with only one PacketWriter . |
UnderFileSystemFileOutStream(PacketWriter packetWriter,
WorkerNetAddress address)
Constructs a new
UnderFileSystemFileOutStream with only one PacketWriter . |
Copyright © 2023. All Rights Reserved.