Package | Description |
---|---|
alluxio.client.block | |
alluxio.client.block.stream |
Class and Description |
---|
BlockInStream
Provides an
InputStream implementation that is based on PacketReader s to
stream data packet by packet. |
BlockOutStream
Provides an
OutputStream implementation that is based on PacketWriter which
streams data packet by packet. |
Class and Description |
---|
BlockInStream
Provides an
InputStream implementation that is based on PacketReader s to
stream data packet by packet. |
BlockInStream.BlockInStreamSource
the source tracking where the block is from.
|
BlockOutStream
Provides an
OutputStream implementation that is based on PacketWriter which
streams data packet by packet. |
LocalFilePacketWriter
A local packet writer that simply writes packets to a local file.
|
NettyPacketWriter
A netty packet writer that streams a full block or a UFS file to a netty data server.
|
PacketReader
The interface to read packets.
|
PacketReader.Factory
The factory interface to create
PacketReader s. |
PacketWriter
The interface to write packets.
|
UnderFileSystemFileOutStream
Provides a streaming API to write to a file in the under file system through an Alluxio
worker's data server.
|
Copyright © 2023. All Rights Reserved.