Package | Description |
---|---|
alluxio.client.block.stream |
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 | Method and Description |
---|---|
static DataWriter |
DataWriter.Factory.create(FileSystemContext context,
long blockId,
long blockSize,
WorkerNetAddress address,
OutStreamOptions options) |
Copyright © 2023. All Rights Reserved.