Package | Description |
---|---|
alluxio.client | |
alluxio.client.block.stream | |
alluxio.client.file | |
alluxio.client.keyvalue | |
alluxio.client.lineage |
Modifier and Type | Class and Description |
---|---|
class |
AbstractOutStream
An abstraction of the output stream API in Alluxio to write data to a file or a block.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PacketWriter
The interface to write packets.
|
Modifier and Type | Class and Description |
---|---|
class |
BlockOutStream
Provides an
OutputStream implementation that is based on PacketWriter which
streams data packet by packet. |
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.
|
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 | Class and Description |
---|---|
class |
FileOutStream
Provides a streaming API to write a file.
|
Modifier and Type | Interface and Description |
---|---|
interface |
KeyValuePartitionWriter
Interface for a writer which creates an Alluxio key-value partition.
|
interface |
KeyValueStoreWriter
Interface for writers which create new key-value stores in Alluxio.
|
Modifier and Type | Class and Description |
---|---|
class |
DummyFileOutputStream
A dummy file output stream that does nothing.
|
class |
LineageFileOutStream
A stream API to write a file when lineage is enabled.
|
Copyright © 2023. All Rights Reserved.