f85bf4cb922f411986709d7f23b134b74ab64b2d
Files Diff
- Added: 7
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private getPhysicalTableForView(tableMetadata List<Mutation>, parentSchemaTableNames byte[][]) : Mutation renamed to private getPhysicalTableRowForView(tableMetadata List<Mutation>, parentTenantSchemaTableNames byte[][], physicalSchemaTableNames byte[][]) : Mutation in class org.apache.phoenix.coprocessor.MetaDataEndpointImpl | From | To | |
Parameterize Variable | 8 | ||
Parameterize Variable schemaMutations : List<Mutation> to mutations : List<Mutation> in method private mutateRowsWithLocks(region Region, mutations List<Mutation>, rowsToLock Set<byte[]>, nonceGroup long, nonce long) : void in class org.apache.phoenix.coprocessor.MetaDataEndpointImpl | From | To | |
Parameterize Variable physicalTableRow : Mutation to row : Mutation in method private getSchemaTableNames(row Mutation, schemaTableNames byte[][]) : void in class org.apache.phoenix.coprocessor.MetaDataEndpointImpl | From | To | |
Parameterize Variable functionMetaData : List<Mutation> to mutations : List<Mutation> in method private mutateRowsWithLocks(region Region, mutations List<Mutation>, rowsToLock Set<byte[]>, nonceGroup long, nonce long) : void in class org.apache.phoenix.coprocessor.MetaDataEndpointImpl | From | To | |
Parameterize Variable tableMetadata : List<Mutation> to mutations : List<Mutation> in method private mutateRowsWithLocks(region Region, mutations List<Mutation>, rowsToLock Set<byte[]>, nonceGroup long, nonce long) : void in class org.apache.phoenix.coprocessor.MetaDataEndpointImpl | From | To | |
Parameterize Variable schemaMetaData : List<Mutation> to mutations : List<Mutation> in method private mutateRowsWithLocks(region Region, mutations List<Mutation>, rowsToLock Set<byte[]>, nonceGroup long, nonce long) : void in class org.apache.phoenix.coprocessor.MetaDataEndpointImpl | From | To | |
Extract Method | 9 | ||
Extract Method private mutateRowsWithLocks(region Region, mutations List<Mutation>, rowsToLock Set<byte[]>, nonceGroup long, nonce long) : void extracted from public createFunction(controller RpcController, request CreateFunctionRequest, done RpcCallback<MetaDataResponse>) : void in class org.apache.phoenix.coprocessor.MetaDataEndpointImpl | From | To | |
Extract Method private mutateRowsWithLocks(region Region, mutations List<Mutation>, rowsToLock Set<byte[]>, nonceGroup long, nonce long) : void extracted from private mutateColumn(tableMetadata List<Mutation>, mutator ColumnMutator, clientVersion int) : MetaDataMutationResult in class org.apache.phoenix.coprocessor.MetaDataEndpointImpl | From | To | |
Extract Method private mutateRowsWithLocks(region Region, mutations List<Mutation>, rowsToLock Set<byte[]>, nonceGroup long, nonce long) : void extracted from public createSchema(controller RpcController, request CreateSchemaRequest, done RpcCallback<MetaDataResponse>) : void in class org.apache.phoenix.coprocessor.MetaDataEndpointImpl | From | To | |
Extract Method private mutateRowsWithLocks(region Region, mutations List<Mutation>, rowsToLock Set<byte[]>, nonceGroup long, nonce long) : void extracted from public createTable(controller RpcController, request CreateTableRequest, done RpcCallback<MetaDataResponse>) : void in class org.apache.phoenix.coprocessor.MetaDataEndpointImpl | From | To | |
Extract Method private mutateRowsWithLocks(region Region, mutations List<Mutation>, rowsToLock Set<byte[]>, nonceGroup long, nonce long) : void extracted from public updateIndexState(controller RpcController, request UpdateIndexStateRequest, done RpcCallback<MetaDataResponse>) : void in class org.apache.phoenix.coprocessor.MetaDataEndpointImpl | From | To | |
Extract Method private mutateRowsWithLocks(region Region, mutations List<Mutation>, rowsToLock Set<byte[]>, nonceGroup long, nonce long) : void extracted from public dropTable(controller RpcController, request DropTableRequest, done RpcCallback<MetaDataResponse>) : void in class org.apache.phoenix.coprocessor.MetaDataEndpointImpl | From | To | |
Extract Method private mutateRowsWithLocks(region Region, mutations List<Mutation>, rowsToLock Set<byte[]>, nonceGroup long, nonce long) : void extracted from public dropFunction(controller RpcController, request DropFunctionRequest, done RpcCallback<MetaDataResponse>) : void in class org.apache.phoenix.coprocessor.MetaDataEndpointImpl | From | To | |
Extract Method private mutateRowsWithLocks(region Region, mutations List<Mutation>, rowsToLock Set<byte[]>, nonceGroup long, nonce long) : void extracted from public dropSchema(controller RpcController, request DropSchemaRequest, done RpcCallback<MetaDataResponse>) : void in class org.apache.phoenix.coprocessor.MetaDataEndpointImpl | From | To | |
Extract Method private getSchemaTableNames(row Mutation, schemaTableNames byte[][]) : void extracted from private getPhysicalTableForView(tableMetadata List<Mutation>, parentSchemaTableNames byte[][]) : Mutation in class org.apache.phoenix.coprocessor.MetaDataEndpointImpl | From | To |