Package | Description |
---|---|
alluxio | |
alluxio.grpc | |
alluxio.hub.common | |
alluxio.master.transport |
Modifier and Type | Field and Description |
---|---|
protected GrpcChannel |
AbstractClient.mChannel
Underlying channel to the target service.
|
Modifier and Type | Method and Description |
---|---|
GrpcChannel |
GrpcChannelBuilder.build()
Creates an authenticated channel of type
GrpcChannel . |
Modifier and Type | Method and Description |
---|---|
static GrpcChannel |
RpcClient.createChannel(InetSocketAddress addr,
AlluxioConfiguration conf)
Creates a gRPC channel that uses NOSASL for security authentication type.
|
Constructor and Description |
---|
GrpcMessagingClientConnection(GrpcMessagingContext context,
ExecutorService executor,
GrpcChannel channel,
long requestTimeoutMs)
Creates a messaging connection for client.
|
Copyright © 2023. All Rights Reserved.