01a7f9ed357934837225a0121112abe4af413304
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 2 | ||
Change Return Type Boolean to boolean in method public isGrpcBlockTokenEnabled() : boolean in class org.apache.hadoop.hdds.security.x509.SecurityConfig | From | To | |
Change Return Type Boolean to boolean in method public isGrpcMutualTlsRequired() : boolean in class org.apache.hadoop.hdds.security.x509.SecurityConfig | From | To | |
Extract Variable | 2 | ||
Extract Variable builder : RaftClient.Builder in method public newRaftClient(rpcType RpcType, leader RaftPeerId, group RaftGroup, retryPolicy RetryPolicy, maxOutStandingRequest int, tlsConfig GrpcTlsConfig) : RaftClient from class org.apache.ratis.RatisHelper | From | To | |
Extract Variable builder : RaftServer.Builder in method private XceiverServerRatis(dd DatanodeDetails, port int, dispatcher ContainerDispatcher, conf Configuration, context StateContext, tlsConfig GrpcTlsConfig) from class org.apache.hadoop.ozone.container.common.transport.server.ratis.XceiverServerRatis | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type grpcTlsUseTestCert : Boolean to grpcTlsUseTestCert : boolean in class org.apache.hadoop.hdds.security.x509.SecurityConfig | From | To | |
Change Attribute Type grpcTlsEnabled : Boolean to grpcTlsEnabled : boolean in class org.apache.hadoop.hdds.security.x509.SecurityConfig | From | To | |
Change Attribute Type grpcBlockTokenEnabled : Boolean to grpcBlockTokenEnabled : boolean in class org.apache.hadoop.hdds.security.x509.SecurityConfig | From | To |