Package | Description |
---|---|
alluxio.client.block.stream | |
alluxio.client.file | |
alluxio.client.file.ufs |
Modifier and Type | Interface and Description |
---|---|
interface |
DataWriter
The interface to write data.
|
Modifier and Type | Class and Description |
---|---|
class |
BlockWorkerDataWriter
A data writer that issues from a client embedded in a worker to write data to the worker directly
via internal communication channel.
|
class |
GrpcDataWriter
A gRPC data writer that streams a full block or a UFS file to a gRPC data server.
|
class |
NettyDataWriter
A netty packet writer that streams a full block or a UFS file to a netty data server.
|
Modifier and Type | Class and Description |
---|---|
class |
DoraFileOutStream
Provides a streaming API to write a file.
|
class |
FileOutStream
An abstraction of the output stream API in Alluxio to write data to a file or a block.
|
Modifier and Type | Class and Description |
---|---|
class |
DoraOutStream
A Dora output stream.
|
class |
UfsFileOutStream
Supports writing to a UFS file directly.
|
Copyright © 2023. All Rights Reserved.