Interface | Description |
---|---|
PacketReader |
The interface to read packets.
|
PacketReader.Factory |
The factory interface to create
PacketReader s. |
PacketWriter |
The interface to write packets.
|
Class | 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. |
LocalFilePacketReader |
A packet reader that simply reads packets from a local file.
|
LocalFilePacketReader.Factory |
Factory class to create
LocalFilePacketReader s. |
LocalFilePacketWriter |
A local packet writer that simply writes packets to a local file.
|
NettyPacketReader |
A netty packet reader that streams a region from a netty data server.
|
NettyPacketReader.Factory |
Factory class to create
NettyPacketReader s. |
NettyPacketWriter |
A netty packet writer that streams a full block or a UFS file to a netty data server.
|
PacketWriter.Factory |
Factory for
PacketWriter . |
UnderFileSystemFileOutStream |
Provides a streaming API to write to a file in the under file system through an Alluxio
worker's data server.
|
Enum | Description |
---|---|
BlockInStream.BlockInStreamSource |
the source tracking where the block is from.
|
Copyright © 2023. All Rights Reserved.