72b228a9e6460757e014ca3a214cb48bc230d7c9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 5 | ||
Rename Method public incNumKeyBlockAllocateFails() : void renamed to public incNumKeyAllocateFails() : void in class org.apache.hadoop.ozone.ksm.KSMMetrics | From | To | |
Rename Method public incNumKeyBlockAllocates() : void renamed to public incNumKeyAllocates() : void in class org.apache.hadoop.ozone.ksm.KSMMetrics | From | To | |
Rename Method public getNumKeyBlockAllocates() : long renamed to public getNumKeyAllocates() : long in class org.apache.hadoop.ozone.ksm.KSMMetrics | From | To | |
Rename Method public testGetKeyWriter() : void renamed to public testGetKeyWriterReader() : void in class org.apache.hadoop.ozone.ksm.TestKeySpaceManager | From | To | |
Rename Method public getNumKeyBlockAllocateFailes() : long renamed to public getNumKeyAllocateFails() : long in class org.apache.hadoop.ozone.ksm.KSMMetrics | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type request : CreateKeyRequest to request : LocateKeyRequest in method public createKey(controller RpcController, request LocateKeyRequest) : LocateKeyResponse in class org.apache.hadoop.ozone.protocolPB.KeySpaceManagerProtocolServerSideTranslatorPB | From | To | |
Change Return Type | 1 | ||
Change Return Type CreateKeyResponse to LocateKeyResponse in method public createKey(controller RpcController, request LocateKeyRequest) : LocateKeyResponse in class org.apache.hadoop.ozone.protocolPB.KeySpaceManagerProtocolServerSideTranslatorPB | From | To | |
Rename Attribute | 2 | ||
Rename Attribute numKeyBlockAllocate : MutableCounterLong to numKeyAllocate : MutableCounterLong in class org.apache.hadoop.ozone.ksm.KSMMetrics | From | To | |
Rename Attribute numKeyBlockAllocateFails : MutableCounterLong to numKeyAllocateFails : MutableCounterLong in class org.apache.hadoop.ozone.ksm.KSMMetrics | From | To | |
Change Variable Type | 1 | ||
Change Variable Type resp : CreateKeyResponse to resp : LocateKeyResponse in method public allocateKey(args KsmKeyArgs) : KsmKeyInfo in class org.apache.hadoop.ksm.protocolPB.KeySpaceManagerProtocolClientSideTranslatorPB | From | To |