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.setChannelType(Class<? extends io.netty.channel.Channel> channelType)
Sets the channel type.
|
GrpcChannelBuilder |
GrpcChannelBuilder.setClientType(String clientType)
Sets human readable name for the channel's client.
|
GrpcChannelBuilder |
GrpcChannelBuilder.setCredentials(String userName,
String password,
String impersonationUser)
Sets authentication content.
|
GrpcChannelBuilder |
GrpcChannelBuilder.setEventLoopGroup(io.netty.channel.EventLoopGroup group)
Sets the event loop group.
|
GrpcChannelBuilder |
GrpcChannelBuilder.setFlowControlWindow(int flowControlWindow)
Sets the flow control window.
|
GrpcChannelBuilder |
GrpcChannelBuilder.setKeepAliveTime(long keepAliveTime,
TimeUnit timeUnit)
Sets the time to wait after receiving last message before pinging the server.
|
GrpcChannelBuilder |
GrpcChannelBuilder.setKeepAliveTimeout(long keepAliveTimeout,
TimeUnit timeUnit)
Sets the maximum time waiting for response after pinging server before closing connection.
|
GrpcChannelBuilder |
GrpcChannelBuilder.setMaxInboundMessageSize(int maxInboundMessaageSize)
Sets the maximum message size allowed for a single gRPC frame.
|
GrpcChannelBuilder |
GrpcChannelBuilder.setPoolingStrategy(GrpcChannelKey.PoolingStrategy strategy)
Sets the pooling strategy.
|
GrpcChannelBuilder |
GrpcChannelBuilder.setSubject(Subject subject)
Sets
Subject for authentication. |
Copyright © 2023. All Rights Reserved.