Package | Description |
---|---|
alluxio.grpc |
Modifier and Type | Method and Description |
---|---|
GrpcServerBuilder |
GrpcServerBuilder.addService(GrpcService serviceDefinition)
Add a service to this server.
|
GrpcServerBuilder |
GrpcServerBuilder.addService(ServiceType serviceType,
GrpcService serviceDefinition)
Add a service to this server.
|
GrpcServerBuilder |
GrpcServerBuilder.bossEventLoopGroup(io.netty.channel.EventLoopGroup bossGroup)
Sets the boss
EventLoopGroup . |
GrpcServerBuilder |
GrpcServerBuilder.channelType(Class<? extends io.netty.channel.ServerChannel> channelType)
Sets the netty channel type.
|
GrpcServerBuilder |
GrpcServerBuilder.executor(Executor executor)
Set the executor for this server.
|
GrpcServerBuilder |
GrpcServerBuilder.flowControlWindow(int flowControlWindow)
Sets flow control window.
|
static GrpcServerBuilder |
GrpcServerBuilder.forAddress(GrpcServerAddress serverAddress,
AlluxioConfiguration conf,
UserState userState)
Create an new instance of
GrpcServerBuilder with authentication support. |
static GrpcServerBuilder |
GrpcServerBuilder.forAddress(GrpcServerAddress serverAddress,
AuthenticationServer authenticationServer,
AlluxioConfiguration conf,
UserState userState)
Create an new instance of
GrpcServerBuilder with authentication support. |
GrpcServerBuilder |
GrpcServerBuilder.intercept(io.grpc.ServerInterceptor interceptor)
Adds an interceptor for this server.
|
GrpcServerBuilder |
GrpcServerBuilder.keepAliveTime(long keepAliveTime,
TimeUnit timeUnit)
Sets the keep alive time.
|
GrpcServerBuilder |
GrpcServerBuilder.keepAliveTimeout(long keepAliveTimeout,
TimeUnit timeUnit)
Sets the keep alive timeout.
|
GrpcServerBuilder |
GrpcServerBuilder.maxInboundMessageSize(int messageSize)
Sets the maximum size of inbound messages.
|
GrpcServerBuilder |
GrpcServerBuilder.sslContext(io.netty.handler.ssl.SslContext sslContext)
Sets TLS context.
|
<T> GrpcServerBuilder |
GrpcServerBuilder.withChildOption(io.netty.channel.ChannelOption<T> option,
T value)
Sets a netty channel option.
|
GrpcServerBuilder |
GrpcServerBuilder.workerEventLoopGroup(io.netty.channel.EventLoopGroup workerGroup)
Sets the worker
EventLoopGroup . |
Copyright © 2023. All Rights Reserved.