|
Change Parameter Type address : SocketAddress to address : GrpcServerAddress in method public DefaultBlockWorkerClient(subject Subject, address GrpcServerAddress, alluxioConf AlluxioConfiguration, workerGroup EventLoopGroup) in class alluxio.client.block.stream.DefaultBlockWorkerClient |
From |
To |
|
Change Parameter Type address : SocketAddress to address : GrpcServerAddress in method public newBuilder(address GrpcServerAddress, conf AlluxioConfiguration) : GrpcChannelBuilder in class alluxio.grpc.GrpcChannelBuilder |
From |
To |
|
Change Parameter Type address : SocketAddress to address : GrpcServerAddress in method public create(subject Subject, address GrpcServerAddress, alluxioConf AlluxioConfiguration, workerGroup EventLoopGroup) : BlockWorkerClient in class alluxio.client.block.stream.BlockWorkerClient.Factory |
From |
To |
|
Change Parameter Type value : String to value : ChannelAuthenticationScheme in method public setAuthenticationScheme(value ChannelAuthenticationScheme) : Builder in class alluxio.grpc.SaslMessage.Builder |
From |
To |
|
Change Parameter Type authorizedUser : String to userInfo : AuthenticatedUserInfo in method public registerChannel(channelId UUID, userInfo AuthenticatedUserInfo, saslServer SaslServer) : void in class alluxio.security.authentication.DefaultAuthenticationServer |
From |
To |
|
Change Parameter Type saslClient : SaslClient to saslClientHandler : SaslClientHandler in method public DefaultSaslHandshakeClientHandler(saslClientHandler SaslClientHandler) in class alluxio.security.authentication.DefaultSaslHandshakeClientHandler |
From |
To |
|
Change Parameter Type address : SocketAddress to address : GrpcServerAddress in method public BlockWorkerClientPool(subject Subject, address GrpcServerAddress, maxCapacity int, alluxioConf AlluxioConfiguration, workerGroup EventLoopGroup) in class alluxio.client.block.stream.BlockWorkerClientPool |
From |
To |
|
Change Parameter Type saslServer : SaslServer to saslServerHandler : SaslServerHandler in method public DefaultSaslHandshakeServerHandler(saslServerHandler SaslServerHandler) in class alluxio.security.authentication.DefaultSaslHandshakeServerHandler |
From |
To |
|
Change Parameter Type authorizedUser : String to userInfo : AuthenticatedUserInfo in method public registerChannel(channelId UUID, userInfo AuthenticatedUserInfo, saslServer SaslServer) : void in class alluxio.security.authentication.AuthenticationServer |
From |
To |
|
Change Parameter Type authorizedUser : String to userInfo : AuthenticatedUserInfo in method public AuthenticatedChannelInfo(userInfo AuthenticatedUserInfo, authenticatedServer SaslServer) in class alluxio.security.authentication.DefaultAuthenticationServer.AuthenticatedChannelInfo |
From |
To |
|
Change Parameter Type address : SocketAddress to address : GrpcServerAddress in method private GrpcChannelBuilder(address GrpcServerAddress, conf AlluxioConfiguration) in class alluxio.grpc.GrpcChannelBuilder |
From |
To |
|
Rename Method public setAuthenticationName(value String) : Builder renamed to public setAuthenticationScheme(value ChannelAuthenticationScheme) : Builder in class alluxio.grpc.SaslMessage.Builder |
From |
To |
|
Rename Method public hasAuthenticationName() : boolean renamed to public hasAuthenticationScheme() : boolean in class alluxio.grpc.SaslMessageOrBuilder |
From |
To |
|
Rename Method public hasAuthenticationName() : boolean renamed to public hasAuthenticationScheme() : boolean in class alluxio.grpc.SaslMessage |
From |
To |
|
Rename Method public clearAuthenticationName() : Builder renamed to public clearAuthenticationScheme() : Builder in class alluxio.grpc.SaslMessage.Builder |
From |
To |
|
Rename Method public getUserName() : String renamed to public getUserInfo() : AuthenticatedUserInfo in class alluxio.security.authentication.DefaultAuthenticationServer.AuthenticatedChannelInfo |
From |
To |
|
Rename Method public hasAuthenticationName() : boolean renamed to public hasAuthenticationScheme() : boolean in class alluxio.grpc.SaslMessage.Builder |
From |
To |
|
Rename Method public getUserNameForChannel(channelId UUID) : String renamed to public getUserInfoForChannel(channelId UUID) : AuthenticatedUserInfo in class alluxio.security.authentication.DefaultAuthenticationServer |
From |
To |
|
Rename Method public getUserNameForChannel(channelId UUID) : String renamed to public getUserInfoForChannel(channelId UUID) : AuthenticatedUserInfo in class alluxio.security.authentication.AuthenticationServer |
From |
To |
|
Rename Attribute mConf : AlluxioConfiguration to mServerAddress : GrpcServerAddress in class alluxio.security.authentication.ChannelAuthenticator.AuthenticatedManagedChannel |
From |
To |
|
Rename Attribute mRpcAddress : InetSocketAddress to mRpcConnectAddress : InetSocketAddress in class alluxio.worker.AlluxioJobWorkerProcess |
From |
To |
|
Rename Attribute mRpcAddress : InetSocketAddress to mRpcBindAddress : InetSocketAddress in class alluxio.worker.AlluxioWorkerProcess |
From |
To |
|
Rename Attribute S_PLAIN_INITIATE_CHANNEL : byte[] to S_INITIATE_CHALLENGE : byte[] in class alluxio.security.authentication.DefaultSaslHandshakeClientHandler |
From |
To |
|
Rename Attribute authenticationName_ : Object to authenticationScheme_ : int in class alluxio.grpc.SaslMessage.Builder |
From |
To |
|
Rename Attribute mAuthorizedUser : String to mUserInfo : AuthenticatedUserInfo in class alluxio.security.authentication.DefaultAuthenticationServer.AuthenticatedChannelInfo |
From |
To |
|
Rename Attribute AUTHENTICATIONNAME_FIELD_NUMBER : int to AUTHENTICATIONSCHEME_FIELD_NUMBER : int in class alluxio.grpc.SaslMessage |
From |
To |
|
Rename Parameter address : SocketAddress to bindAddress : SocketAddress in method public GrpcDataServer(hostName String, bindAddress SocketAddress, workerProcess WorkerProcess) in class alluxio.worker.grpc.GrpcDataServer |
From |
To |
|
Rename Parameter address : SocketAddress to bindAddress : SocketAddress in method private createServerBuilder(hostName String, bindAddress SocketAddress, type ChannelType) : GrpcServerBuilder in class alluxio.worker.grpc.GrpcDataServer |
From |
To |
|
Rename Parameter authorizedUser : String to userInfo : AuthenticatedUserInfo in method public registerChannel(channelId UUID, userInfo AuthenticatedUserInfo, saslServer SaslServer) : void in class alluxio.security.authentication.DefaultAuthenticationServer |
From |
To |
|
Rename Parameter saslClient : SaslClient to saslClientHandler : SaslClientHandler in method public DefaultSaslHandshakeClientHandler(saslClientHandler SaslClientHandler) in class alluxio.security.authentication.DefaultSaslHandshakeClientHandler |
From |
To |
|
Rename Parameter saslServer : SaslServer to saslServerHandler : SaslServerHandler in method public DefaultSaslHandshakeServerHandler(saslServerHandler SaslServerHandler) in class alluxio.security.authentication.DefaultSaslHandshakeServerHandler |
From |
To |
|
Rename Parameter authorizedUser : String to userInfo : AuthenticatedUserInfo in method public AuthenticatedChannelInfo(userInfo AuthenticatedUserInfo, authenticatedServer SaslServer) in class alluxio.security.authentication.DefaultAuthenticationServer.AuthenticatedChannelInfo |
From |
To |
|
Rename Parameter authorizedUser : String to userInfo : AuthenticatedUserInfo in method public registerChannel(channelId UUID, userInfo AuthenticatedUserInfo, saslServer SaslServer) : void in class alluxio.security.authentication.AuthenticationServer |
From |
To |