public static class BlockWorkerClient.Factory extends Object
Constructor and Description |
---|
Factory() |
Modifier and Type | Method and Description |
---|---|
static BlockWorkerClient |
create(Subject subject,
GrpcServerAddress address,
AlluxioConfiguration alluxioConf,
io.netty.channel.EventLoopGroup workerGroup)
Creates a new block worker client.
|
public static BlockWorkerClient create(@Nullable Subject subject, GrpcServerAddress address, AlluxioConfiguration alluxioConf, io.netty.channel.EventLoopGroup workerGroup) throws IOException
subject
- the user subjectaddress
- the address of the workerBlockWorkerClient
IOException
Copyright © 2023. All Rights Reserved.