Package | Description |
---|---|
alluxio.grpc |
Modifier and Type | Method and Description |
---|---|
GrpcChannelBuilder |
GrpcChannelBuilder.disableAuthentication()
Disables authentication with the server.
|
static GrpcChannelBuilder |
GrpcChannelBuilder.newBuilder(GrpcServerAddress address,
AlluxioConfiguration conf)
Create a channel builder for given address using the given configuration.
|
GrpcChannelBuilder |
GrpcChannelBuilder.setClientType(String clientType)
Sets human readable name for the channel's client.
|
GrpcChannelBuilder |
GrpcChannelBuilder.setNetworkGroup(GrpcNetworkGroup group)
Sets the pooling strategy.
|
GrpcChannelBuilder |
GrpcChannelBuilder.setSubject(Subject subject)
Sets
Subject for authentication. |
Copyright © 2023. All Rights Reserved.