|
Change Parameter Type state : ViolationState to snapshot : SpaceQuotaSnapshot in method package setNamespaceQuotaSnapshot(namespace String, snapshot SpaceQuotaSnapshot) : void in class org.apache.hadoop.hbase.quotas.QuotaObserverChore |
From |
To |
|
Change Parameter Type policy : SpaceViolationPolicy to snapshot : SpaceQuotaSnapshot in method public createPutSpaceSnapshot(tableName TableName, snapshot SpaceQuotaSnapshot) : Put in class org.apache.hadoop.hbase.quotas.QuotaTableUtil |
From |
To |
|
Change Parameter Type tableStore : QuotaViolationStore<TableName> to tableStore : QuotaSnapshotStore<TableName> in method package getNumReportedRegions(table TableName, tableStore QuotaSnapshotStore<TableName>) : int in class org.apache.hadoop.hbase.quotas.QuotaObserverChore.TablesWithQuotas |
From |
To |
|
Change Parameter Type state : ViolationState to snapshot : SpaceQuotaSnapshot in method package setTableQuotaViolation(table TableName, snapshot SpaceQuotaSnapshot) : void in class org.apache.hadoop.hbase.quotas.QuotaObserverChore |
From |
To |
|
Change Parameter Type state : ViolationState to snapshot : SpaceQuotaSnapshot in method public setCurrentState(namespace String, snapshot SpaceQuotaSnapshot) : void in class org.apache.hadoop.hbase.quotas.NamespaceQuotaSnapshotStore |
From |
To |
|
Change Parameter Type state : ViolationState to snapshot : SpaceQuotaSnapshot in method public setCurrentState(table TableName, snapshot SpaceQuotaSnapshot) : void in class org.apache.hadoop.hbase.quotas.TableQuotaSnapshotStore |
From |
To |
|
Change Parameter Type violationNotifier : SpaceQuotaViolationNotifier to snapshotNotifier : SpaceQuotaSnapshotNotifier in method package QuotaObserverChore(conn Connection, conf Configuration, snapshotNotifier SpaceQuotaSnapshotNotifier, quotaManager MasterQuotaManager, stopper Stoppable) in class org.apache.hadoop.hbase.quotas.QuotaObserverChore |
From |
To |
|
Change Parameter Type tableStore : QuotaViolationStore<TableName> to tableStore : QuotaSnapshotStore<TableName> in method public filterInsufficientlyReportedTables(tableStore QuotaSnapshotStore<TableName>) : void in class org.apache.hadoop.hbase.quotas.QuotaObserverChore.TablesWithQuotas |
From |
To |
|
Change Parameter Type policies : Map<TableName,SpaceViolationPolicy> to snapshots : Map<TableName,SpaceQuotaSnapshot> in method public extractQuotaSnapshot(result Result, snapshots Map<TableName,SpaceQuotaSnapshot>) : void in class org.apache.hadoop.hbase.quotas.QuotaTableUtil |
From |
To |
|
Change Parameter Type state : ViolationState to state : SpaceQuotaSnapshot in method public setCurrentState(subject T, state SpaceQuotaSnapshot) : void in class org.apache.hadoop.hbase.quotas.QuotaSnapshotStore |
From |
To |
|
Move Method package createTableWithRegions(namespace String, numRegions int) : TableName from class org.apache.hadoop.hbase.quotas.TestQuotaObserverChoreWithMiniCluster to package createTableWithRegions(namespace String, numRegions int) : TableName from class org.apache.hadoop.hbase.quotas.SpaceQuotaHelperForTests |
From |
To |
|
Move Method package createTableWithRegions(numRegions int) : TableName from class org.apache.hadoop.hbase.quotas.TestQuotaObserverChoreWithMiniCluster to package createTableWithRegions(numRegions int) : TableName from class org.apache.hadoop.hbase.quotas.SpaceQuotaHelperForTests |
From |
To |
|
Move Method package writeData(tn TableName, sizeInBytes long) : void from class org.apache.hadoop.hbase.quotas.TestQuotaObserverChoreWithMiniCluster to package writeData(tn TableName, sizeInBytes long) : void from class org.apache.hadoop.hbase.quotas.SpaceQuotaHelperForTests |
From |
To |
|
Move Method package createTablesWithSpaceQuotas() : Multimap<TableName,QuotaSettings> from class org.apache.hadoop.hbase.quotas.TestQuotaObserverChoreWithMiniCluster to package createTablesWithSpaceQuotas() : Multimap<TableName,QuotaSettings> from class org.apache.hadoop.hbase.quotas.SpaceQuotaHelperForTests |
From |
To |
|
Move Method package createTable() : TableName from class org.apache.hadoop.hbase.quotas.TestQuotaObserverChoreWithMiniCluster to package createTable() : TableName from class org.apache.hadoop.hbase.quotas.SpaceQuotaHelperForTests |
From |
To |
|
Move Method package partitionTablesByQuotaTarget(quotas Multimap<TableName,QuotaSettings>, tablesWithTableQuota Set<TableName>, tablesWithNamespaceQuota Set<TableName>) : void from class org.apache.hadoop.hbase.quotas.TestQuotaObserverChoreWithMiniCluster to package partitionTablesByQuotaTarget(quotas Multimap<TableName,QuotaSettings>, tablesWithTableQuota Set<TableName>, tablesWithNamespaceQuota Set<TableName>) : void from class org.apache.hadoop.hbase.quotas.SpaceQuotaHelperForTests |
From |
To |
|
Move Method package createTableInNamespace(nd NamespaceDescriptor) : TableName from class org.apache.hadoop.hbase.quotas.TestQuotaObserverChoreWithMiniCluster to package createTableInNamespace(nd NamespaceDescriptor) : TableName from class org.apache.hadoop.hbase.quotas.SpaceQuotaHelperForTests |
From |
To |
|
Change Variable Type policiesToEnforce : Map<TableName,SpaceViolationPolicy> to policiesToEnforce : Map<TableName,SpaceQuotaSnapshot> in method public testOldPoliciesAreRemoved() : void in class org.apache.hadoop.hbase.quotas.TestSpaceQuotaViolationPolicyRefresherChore |
From |
To |
|
Change Variable Type vp3 : SpaceViolationPolicy to snapshot3 : SpaceQuotaSnapshot in method public testNamespaceViolatesQuota() : void in class org.apache.hadoop.hbase.quotas.TestQuotaObserverChoreWithMiniCluster |
From |
To |
|
Change Variable Type targetState : ViolationState to targetSnapshot : SpaceQuotaSnapshot in method package processNamespacesWithQuotas(namespacesWithQuotas Set<String>, tablesByNamespace Multimap<String,TableName>) : void in class org.apache.hadoop.hbase.quotas.QuotaObserverChore |
From |
To |
|
Change Variable Type tableStore : QuotaViolationStore<TableName> to tableStore : QuotaSnapshotStore<TableName> in method public testFilterRegions() : void in class org.apache.hadoop.hbase.quotas.TestQuotaObserverChoreWithMiniCluster |
From |
To |
|
Change Variable Type mockStore : NamespaceQuotaViolationStore to mockStore : NamespaceQuotaSnapshotStore in method public testGetSpaceQuota() : void in class org.apache.hadoop.hbase.quotas.TestNamespaceQuotaViolationStore |
From |
To |
|
Change Variable Type policyToEnforce : SpaceViolationPolicy to newSnapshot : SpaceQuotaSnapshot in method protected chore() : void in class org.apache.hadoop.hbase.quotas.SpaceQuotaRefresherChore |
From |
To |
|
Change Variable Type policiesToEnforce : Map<TableName,SpaceViolationPolicy> to policiesToEnforce : Map<TableName,SpaceQuotaSnapshot> in method public testPoliciesAreEnforced() : void in class org.apache.hadoop.hbase.quotas.TestSpaceQuotaViolationPolicyRefresherChore |
From |
To |
|
Change Variable Type actualPolicies : Map<TableName,SpaceViolationPolicy> to actualPolicies : Map<TableName,SpaceQuotaSnapshot> in method public testSerDeViolationPolicies() : void in class org.apache.hadoop.hbase.quotas.TestQuotaTableUtil |
From |
To |
|
Change Variable Type policy3 : SpaceViolationPolicy to snapshot3 : SpaceQuotaSnapshot in method public testSerDeViolationPolicies() : void in class org.apache.hadoop.hbase.quotas.TestQuotaTableUtil |
From |
To |
|
Change Variable Type expectedPolicies : Map<TableName,SpaceViolationPolicy> to expectedPolicies : Map<TableName,SpaceQuotaSnapshot> in method public testSerDeViolationPolicies() : void in class org.apache.hadoop.hbase.quotas.TestQuotaTableUtil |
From |
To |
|
Change Variable Type entry : Entry<TableName,SpaceViolationPolicy> to entry : Entry<TableName,SpaceQuotaSnapshot> in method public testPoliciesAreEnforced() : void in class org.apache.hadoop.hbase.quotas.TestSpaceQuotaViolationPolicyRefresherChore |
From |
To |
|
Change Variable Type quota : SpaceQuota to snapshot : QuotaProtos.SpaceQuotaSnapshot in method public extractQuotaSnapshot(result Result, snapshots Map<TableName,SpaceQuotaSnapshot>) : void in class org.apache.hadoop.hbase.quotas.QuotaTableUtil |
From |
To |
|
Change Variable Type vp2 : SpaceViolationPolicy to snapshot2 : SpaceQuotaSnapshot in method public testNamespaceViolatesQuota() : void in class org.apache.hadoop.hbase.quotas.TestQuotaObserverChoreWithMiniCluster |
From |
To |
|
Change Variable Type policiesToEnforce : Map<TableName,SpaceViolationPolicy> to policiesToEnforce : Map<TableName,SpaceQuotaSnapshot> in method public testNewPolicyOverridesOld() : void in class org.apache.hadoop.hbase.quotas.TestSpaceQuotaViolationPolicyRefresherChore |
From |
To |
|
Change Variable Type entry : Entry<TableName,SpaceViolationPolicy> to entry : Entry<TableName,SpaceQuotaSnapshot> in method public testTableViolatesQuota() : void in class org.apache.hadoop.hbase.quotas.TestQuotaObserverChoreWithMiniCluster |
From |
To |
|
Change Variable Type tableStore : QuotaViolationStore<TableName> to tableStore : QuotaSnapshotStore<TableName> in method public testInsufficientlyReportedTableFiltering() : void in class org.apache.hadoop.hbase.quotas.TestTablesWithQuotas |
From |
To |
|
Change Variable Type policy1 : SpaceViolationPolicy to snapshot1 : SpaceQuotaSnapshot in method public testSerDeViolationPolicies() : void in class org.apache.hadoop.hbase.quotas.TestQuotaTableUtil |
From |
To |
|
Change Variable Type previousPolicies : Map<TableName,SpaceViolationPolicy> to previousPolicies : Map<TableName,SpaceQuotaSnapshot> in method public testOldPoliciesAreRemoved() : void in class org.apache.hadoop.hbase.quotas.TestSpaceQuotaViolationPolicyRefresherChore |
From |
To |
|
Change Variable Type actualPolicyTN1 : SpaceViolationPolicy to actualPolicyTN1 : SpaceQuotaSnapshot in method public testTableQuotaOverridesNamespaceQuota() : void in class org.apache.hadoop.hbase.quotas.TestQuotaObserverChoreWithMiniCluster |
From |
To |
|
Change Variable Type vp1 : SpaceViolationPolicy to snapshot1 : SpaceQuotaSnapshot in method public testNamespaceViolatesQuota() : void in class org.apache.hadoop.hbase.quotas.TestQuotaObserverChoreWithMiniCluster |
From |
To |
|
Change Variable Type targetState : ViolationState to targetSnapshot : SpaceQuotaSnapshot in method package processTablesWithQuotas(tablesWithTableQuotas Set<TableName>) : void in class org.apache.hadoop.hbase.quotas.QuotaObserverChore |
From |
To |
|
Change Variable Type mockStore : TableQuotaViolationStore to mockStore : TableQuotaSnapshotStore in method public testGetSpaceQuota() : void in class org.apache.hadoop.hbase.quotas.TestTableQuotaViolationStore |
From |
To |
|
Change Variable Type entry : Entry<TableName,SpaceViolationPolicy> to entry : Entry<TableName,SpaceQuotaSnapshot> in method public testNewPolicyOverridesOld() : void in class org.apache.hadoop.hbase.quotas.TestSpaceQuotaViolationPolicyRefresherChore |
From |
To |
|
Change Variable Type violationPolicies : Map<TableName,SpaceViolationPolicy> to newSnapshots : Map<TableName,SpaceQuotaSnapshot> in method protected chore() : void in class org.apache.hadoop.hbase.quotas.SpaceQuotaRefresherChore |
From |
To |
|
Change Variable Type previousPolicies : Map<TableName,SpaceViolationPolicy> to previousPolicies : Map<TableName,SpaceQuotaSnapshot> in method public testNewPolicyOverridesOld() : void in class org.apache.hadoop.hbase.quotas.TestSpaceQuotaViolationPolicyRefresherChore |
From |
To |
|
Change Variable Type state : ViolationState to state : SpaceQuotaSnapshot in method package getNamespaceQuotaSnapshot(namespace String) : SpaceQuotaSnapshot in class org.apache.hadoop.hbase.quotas.QuotaObserverChore |
From |
To |
|
Change Variable Type currentState : ViolationState to currentSnapshot : SpaceQuotaSnapshot in method package processTablesWithQuotas(tablesWithTableQuotas Set<TableName>) : void in class org.apache.hadoop.hbase.quotas.QuotaObserverChore |
From |
To |
|
Change Variable Type activeViolationPolicies : Map<TableName,SpaceViolationPolicy> to currentSnapshots : Map<TableName,SpaceQuotaSnapshot> in method protected chore() : void in class org.apache.hadoop.hbase.quotas.SpaceQuotaRefresherChore |
From |
To |
|
Change Variable Type currentState : ViolationState to currentSnapshot : SpaceQuotaSnapshot in method package processNamespacesWithQuotas(namespacesWithQuotas Set<String>, tablesByNamespace Multimap<String,TableName>) : void in class org.apache.hadoop.hbase.quotas.QuotaObserverChore |
From |
To |
|
Change Variable Type actualPolicyTN2 : SpaceViolationPolicy to actualPolicyTN2 : SpaceQuotaSnapshot in method public testTableQuotaOverridesNamespaceQuota() : void in class org.apache.hadoop.hbase.quotas.TestQuotaObserverChoreWithMiniCluster |
From |
To |
|
Change Variable Type policy2 : SpaceViolationPolicy to snapshot2 : SpaceQuotaSnapshot in method public testSerDeViolationPolicies() : void in class org.apache.hadoop.hbase.quotas.TestQuotaTableUtil |
From |
To |
|
Change Variable Type clz : Class<? extends SpaceQuotaViolationNotifier> to clz : Class<? extends SpaceQuotaSnapshotNotifier> in method public create(conf Configuration) : SpaceQuotaSnapshotNotifier in class org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotNotifierFactory |
From |
To |
|
Change Variable Type tableStore : QuotaViolationStore<TableName> to tableStore : QuotaSnapshotStore<TableName> in method public testFilteringMissingTables() : void in class org.apache.hadoop.hbase.quotas.TestTablesWithQuotas |
From |
To |
|
Change Variable Type currentPolicy : SpaceViolationPolicy to currentSnapshot : SpaceQuotaSnapshot in method protected chore() : void in class org.apache.hadoop.hbase.quotas.SpaceQuotaRefresherChore |
From |
To |
|
Change Variable Type actualTableViolationPolicy : SpaceViolationPolicy to actualTableSnapshot : SpaceQuotaSnapshot in method public testTableQuotaOverridesNamespaceQuota() : void in class org.apache.hadoop.hbase.quotas.TestQuotaObserverChoreWithMiniCluster |
From |
To |
|
Change Variable Type notifier : SpaceQuotaViolationNotifier to notifier : SpaceQuotaSnapshotNotifier in method package createQuotaSnapshotNotifier() : SpaceQuotaSnapshotNotifier in class org.apache.hadoop.hbase.master.HMaster |
From |
To |
|
Change Variable Type entry : Entry<TableName,SpaceViolationPolicy> to entry : Entry<TableName,SpaceQuotaSnapshot> in method protected chore() : void in class org.apache.hadoop.hbase.quotas.SpaceQuotaRefresherChore |
From |
To |
|
Change Variable Type store : TableQuotaViolationStore to store : TableQuotaSnapshotStore in method public testNumRegionsForTable() : void in class org.apache.hadoop.hbase.quotas.TestQuotaObserverChore |
From |
To |
|
Change Variable Type policy : SpaceViolationPolicy to snapshot : SpaceQuotaSnapshot in method public testToViolation() : void in class org.apache.hadoop.hbase.quotas.TestTableSpaceQuotaViolationNotifier |
From |
To |
|
Change Variable Type violatedQuotas : Map<TableName,SpaceViolationPolicy> to quotaSnapshots : Map<TableName,SpaceQuotaSnapshot> in method public testTableViolatesQuota() : void in class org.apache.hadoop.hbase.quotas.TestQuotaObserverChoreWithMiniCluster |
From |
To |
|
Change Variable Type store : TableQuotaViolationStore to store : TableQuotaSnapshotStore in method public testFilteringMissingTables() : void in class org.apache.hadoop.hbase.quotas.TestTablesWithQuotas |
From |
To |
|
Change Variable Type state : ViolationState to state : SpaceQuotaSnapshot in method package getTableQuotaSnapshot(table TableName) : SpaceQuotaSnapshot in class org.apache.hadoop.hbase.quotas.QuotaObserverChore |
From |
To |
|
Rename Method public makeQuotaViolationScan() : Scan renamed to public makeQuotaSnapshotScan() : Scan in class org.apache.hadoop.hbase.quotas.QuotaTableUtil |
From |
To |
|
Rename Method package getTableViolationStore() : QuotaViolationStore<TableName> renamed to package getTableSnapshotStore() : QuotaSnapshotStore<TableName> in class org.apache.hadoop.hbase.quotas.QuotaObserverChore |
From |
To |
|
Rename Method private getQuotaManager() : RegionServerRpcQuotaManager renamed to private getRpcQuotaManager() : RegionServerRpcQuotaManager in class org.apache.hadoop.hbase.regionserver.RSRpcServices |
From |
To |
|
Rename Method package createQuotaViolationNotifier() : SpaceQuotaViolationNotifier renamed to package createQuotaSnapshotNotifier() : SpaceQuotaSnapshotNotifier in class org.apache.hadoop.hbase.master.HMaster |
From |
To |
|
Rename Method package setNamespaceQuotaViolation(namespace String, state ViolationState) : void renamed to package setNamespaceQuotaSnapshot(namespace String, snapshot SpaceQuotaSnapshot) : void in class org.apache.hadoop.hbase.quotas.QuotaObserverChore |
From |
To |
|
Rename Method package initializeViolationStores(regionSizes Map<HRegionInfo,Long>) : void renamed to package initializeSnapshotStores(regionSizes Map<HRegionInfo,Long>) : void in class org.apache.hadoop.hbase.quotas.QuotaObserverChore |
From |
To |
|
Rename Method package getTableQuotaViolation(table TableName) : ViolationState renamed to package getTableQuotaSnapshot(table TableName) : SpaceQuotaSnapshot in class org.apache.hadoop.hbase.quotas.QuotaObserverChore |
From |
To |
|
Rename Method public getActiveViolationPolicyEnforcements() : Map<TableName,SpaceViolationPolicy> renamed to package copyActiveEnforcements() : Map<TableName,SpaceViolationPolicyEnforcement> in class org.apache.hadoop.hbase.quotas.RegionServerSpaceQuotaManager |
From |
To |
|
Rename Method public getSpaceQuotaViolationNotifier() : SpaceQuotaViolationNotifier renamed to public getSpaceQuotaSnapshotNotifier() : SpaceQuotaSnapshotNotifier in class org.apache.hadoop.hbase.master.HMaster |
From |
To |
|
Rename Method public extractViolationPolicy(result Result, policies Map<TableName,SpaceViolationPolicy>) : void renamed to public extractQuotaSnapshot(result Result, snapshots Map<TableName,SpaceQuotaSnapshot>) : void in class org.apache.hadoop.hbase.quotas.QuotaTableUtil |
From |
To |
|
Rename Method public createEnableViolationPolicyUpdate(tableName TableName, policy SpaceViolationPolicy) : Put renamed to public createPutSpaceSnapshot(tableName TableName, snapshot SpaceQuotaSnapshot) : Put in class org.apache.hadoop.hbase.quotas.QuotaTableUtil |
From |
To |
|
Rename Method package getNamespaceQuotaViolation(namespace String) : ViolationState renamed to package getNamespaceQuotaSnapshot(namespace String) : SpaceQuotaSnapshot in class org.apache.hadoop.hbase.quotas.QuotaObserverChore |
From |
To |
|
Rename Variable targetState : ViolationState to targetSnapshot : SpaceQuotaSnapshot in method package processTablesWithQuotas(tablesWithTableQuotas Set<TableName>) : void in class org.apache.hadoop.hbase.quotas.QuotaObserverChore |
From |
To |
|
Rename Variable targetState : ViolationState to targetSnapshot : SpaceQuotaSnapshot in method package processNamespacesWithQuotas(namespacesWithQuotas Set<String>, tablesByNamespace Multimap<String,TableName>) : void in class org.apache.hadoop.hbase.quotas.QuotaObserverChore |
From |
To |
|
Rename Variable vp3 : SpaceViolationPolicy to snapshot3 : SpaceQuotaSnapshot in method public testNamespaceViolatesQuota() : void in class org.apache.hadoop.hbase.quotas.TestQuotaObserverChoreWithMiniCluster |
From |
To |
|
Rename Variable policyToEnforce : SpaceViolationPolicy to newSnapshot : SpaceQuotaSnapshot in method protected chore() : void in class org.apache.hadoop.hbase.quotas.SpaceQuotaRefresherChore |
From |
To |
|
Rename Variable violationPolicies : Map<TableName,SpaceViolationPolicy> to newSnapshots : Map<TableName,SpaceQuotaSnapshot> in method protected chore() : void in class org.apache.hadoop.hbase.quotas.SpaceQuotaRefresherChore |
From |
To |
|
Rename Variable currentState : ViolationState to currentSnapshot : SpaceQuotaSnapshot in method package processTablesWithQuotas(tablesWithTableQuotas Set<TableName>) : void in class org.apache.hadoop.hbase.quotas.QuotaObserverChore |
From |
To |
|
Rename Variable activeViolationPolicies : Map<TableName,SpaceViolationPolicy> to currentSnapshots : Map<TableName,SpaceQuotaSnapshot> in method protected chore() : void in class org.apache.hadoop.hbase.quotas.SpaceQuotaRefresherChore |
From |
To |
|
Rename Variable policy3 : SpaceViolationPolicy to snapshot3 : SpaceQuotaSnapshot in method public testSerDeViolationPolicies() : void in class org.apache.hadoop.hbase.quotas.TestQuotaTableUtil |
From |
To |
|
Rename Variable quota : SpaceQuota to snapshot : QuotaProtos.SpaceQuotaSnapshot in method public extractQuotaSnapshot(result Result, snapshots Map<TableName,SpaceQuotaSnapshot>) : void in class org.apache.hadoop.hbase.quotas.QuotaTableUtil |
From |
To |
|
Rename Variable currentState : ViolationState to currentSnapshot : SpaceQuotaSnapshot in method package processNamespacesWithQuotas(namespacesWithQuotas Set<String>, tablesByNamespace Multimap<String,TableName>) : void in class org.apache.hadoop.hbase.quotas.QuotaObserverChore |
From |
To |
|
Rename Variable vp2 : SpaceViolationPolicy to snapshot2 : SpaceQuotaSnapshot in method public testNamespaceViolatesQuota() : void in class org.apache.hadoop.hbase.quotas.TestQuotaObserverChoreWithMiniCluster |
From |
To |
|
Rename Variable policy2 : SpaceViolationPolicy to snapshot2 : SpaceQuotaSnapshot in method public testSerDeViolationPolicies() : void in class org.apache.hadoop.hbase.quotas.TestQuotaTableUtil |
From |
To |
|
Rename Variable policy1 : SpaceViolationPolicy to snapshot1 : SpaceQuotaSnapshot in method public testSerDeViolationPolicies() : void in class org.apache.hadoop.hbase.quotas.TestQuotaTableUtil |
From |
To |
|
Rename Variable currentPolicy : SpaceViolationPolicy to currentSnapshot : SpaceQuotaSnapshot in method protected chore() : void in class org.apache.hadoop.hbase.quotas.SpaceQuotaRefresherChore |
From |
To |
|
Rename Variable actualTableViolationPolicy : SpaceViolationPolicy to actualTableSnapshot : SpaceQuotaSnapshot in method public testTableQuotaOverridesNamespaceQuota() : void in class org.apache.hadoop.hbase.quotas.TestQuotaObserverChoreWithMiniCluster |
From |
To |
|
Rename Variable violatedQuotas : Map<TableName,SpaceViolationPolicy> to quotaSnapshots : Map<TableName,SpaceQuotaSnapshot> in method public testTableViolatesQuota() : void in class org.apache.hadoop.hbase.quotas.TestQuotaObserverChoreWithMiniCluster |
From |
To |
|
Rename Variable policy : SpaceViolationPolicy to snapshot : SpaceQuotaSnapshot in method public testToViolation() : void in class org.apache.hadoop.hbase.quotas.TestTableSpaceQuotaViolationNotifier |
From |
To |
|
Rename Variable vp1 : SpaceViolationPolicy to snapshot1 : SpaceQuotaSnapshot in method public testNamespaceViolatesQuota() : void in class org.apache.hadoop.hbase.quotas.TestQuotaObserverChoreWithMiniCluster |
From |
To |
|
Change Return Type SpaceQuotaViolationNotifier to SpaceQuotaSnapshotNotifier in method package createQuotaSnapshotNotifier() : SpaceQuotaSnapshotNotifier in class org.apache.hadoop.hbase.master.HMaster |
From |
To |
|
Change Return Type QuotaViolationStore<TableName> to QuotaSnapshotStore<TableName> in method package getTableSnapshotStore() : QuotaSnapshotStore<TableName> in class org.apache.hadoop.hbase.quotas.QuotaObserverChore |
From |
To |
|
Change Return Type ViolationState to SpaceQuotaSnapshot in method package getNamespaceQuotaSnapshot(namespace String) : SpaceQuotaSnapshot in class org.apache.hadoop.hbase.quotas.QuotaObserverChore |
From |
To |
|
Change Return Type ViolationState to SpaceQuotaSnapshot in method public getCurrentState(subject T) : SpaceQuotaSnapshot in class org.apache.hadoop.hbase.quotas.QuotaSnapshotStore |
From |
To |
|
Change Return Type SpaceQuotaViolationNotifier to SpaceQuotaSnapshotNotifier in method public getSpaceQuotaSnapshotNotifier() : SpaceQuotaSnapshotNotifier in class org.apache.hadoop.hbase.master.HMaster |
From |
To |
|
Change Return Type ViolationState to SpaceQuotaSnapshot in method public getCurrentState(table TableName) : SpaceQuotaSnapshot in class org.apache.hadoop.hbase.quotas.TableQuotaSnapshotStore |
From |
To |
|
Change Return Type ViolationState to SpaceQuotaSnapshot in method public getCurrentState(namespace String) : SpaceQuotaSnapshot in class org.apache.hadoop.hbase.quotas.NamespaceQuotaSnapshotStore |
From |
To |
|
Change Return Type SpaceQuotaViolationNotifierFactory to SpaceQuotaSnapshotNotifierFactory in method public getInstance() : SpaceQuotaSnapshotNotifierFactory in class org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotNotifierFactory |
From |
To |
|
Change Return Type ViolationState to SpaceQuotaSnapshot in method public getTargetState(subject T, spaceQuota SpaceQuota) : SpaceQuotaSnapshot in class org.apache.hadoop.hbase.quotas.QuotaSnapshotStore |
From |
To |
|
Change Return Type ViolationState to SpaceQuotaSnapshot in method public getTargetState(subject String, spaceQuota SpaceQuota) : SpaceQuotaSnapshot in class org.apache.hadoop.hbase.quotas.NamespaceQuotaSnapshotStore |
From |
To |
|
Change Return Type ViolationState to SpaceQuotaSnapshot in method public getTargetState(table TableName, spaceQuota SpaceQuota) : SpaceQuotaSnapshot in class org.apache.hadoop.hbase.quotas.TableQuotaSnapshotStore |
From |
To |
|
Change Return Type Map<TableName,SpaceViolationPolicy> to Map<TableName,SpaceViolationPolicyEnforcement> in method package copyActiveEnforcements() : Map<TableName,SpaceViolationPolicyEnforcement> in class org.apache.hadoop.hbase.quotas.RegionServerSpaceQuotaManager |
From |
To |
|
Change Return Type ViolationState to SpaceQuotaSnapshot in method package getTableQuotaSnapshot(table TableName) : SpaceQuotaSnapshot in class org.apache.hadoop.hbase.quotas.QuotaObserverChore |
From |
To |
|
Change Return Type SpaceQuotaViolationNotifier to SpaceQuotaSnapshotNotifier in method public create(conf Configuration) : SpaceQuotaSnapshotNotifier in class org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotNotifierFactory |
From |
To |
|
Rename Attribute VIOLATION_NOTIFIER_DEFAULT : Class<? extends SpaceQuotaViolationNotifier> to SNAPSHOT_NOTIFIER_DEFAULT : Class<? extends SpaceQuotaSnapshotNotifier> in class org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotNotifierFactory |
From |
To |
|
Rename Attribute VIOLATION_OBSERVER_CHORE_PERIOD_KEY : String to QUOTA_OBSERVER_CHORE_PERIOD_KEY : String in class org.apache.hadoop.hbase.quotas.QuotaObserverChore |
From |
To |
|
Rename Attribute VIOLATION_OBSERVER_CHORE_DELAY_DEFAULT : long to QUOTA_OBSERVER_CHORE_DELAY_DEFAULT : long in class org.apache.hadoop.hbase.quotas.QuotaObserverChore |
From |
To |
|
Rename Attribute QUOTA_QUALIFIER_VIOLATION : byte[] to QUOTA_QUALIFIER_POLICY : byte[] in class org.apache.hadoop.hbase.quotas.QuotaTableUtil |
From |
To |
|
Rename Attribute conn : Connection to rss : RegionServerServices in class org.apache.hadoop.hbase.quotas.TestRegionServerSpaceQuotaManager |
From |
To |
|
Rename Attribute VIOLATION_OBSERVER_CHORE_DELAY_KEY : String to QUOTA_OBSERVER_CHORE_DELAY_KEY : String in class org.apache.hadoop.hbase.quotas.QuotaObserverChore |
From |
To |
|
Rename Attribute tableViolationStore : QuotaViolationStore<TableName> to tableSnapshotStore : QuotaSnapshotStore<TableName> in class org.apache.hadoop.hbase.quotas.QuotaObserverChore |
From |
To |
|
Rename Attribute VIOLATION_NOTIFIER_KEY : String to SNAPSHOT_NOTIFIER_KEY : String in class org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotNotifierFactory |
From |
To |
|
Rename Attribute spaceQuotaViolationNotifier : SpaceQuotaViolationNotifier to spaceQuotaSnapshotNotifier : SpaceQuotaSnapshotNotifier in class org.apache.hadoop.hbase.master.HMaster |
From |
To |
|
Rename Attribute tableQuotaViolationStates : Map<TableName,ViolationState> to tableQuotaSnapshots : Map<TableName,SpaceQuotaSnapshot> in class org.apache.hadoop.hbase.quotas.QuotaObserverChore |
From |
To |
|
Rename Attribute violationNotifier : SpaceQuotaViolationNotifierForTest to snapshotNotifier : SpaceQuotaSnapshotNotifierForTest in class org.apache.hadoop.hbase.quotas.TestQuotaObserverChoreWithMiniCluster |
From |
To |
|
Rename Attribute VIOLATION_OBSERVER_CHORE_REPORT_PERCENT_KEY : String to QUOTA_OBSERVER_CHORE_REPORT_PERCENT_KEY : String in class org.apache.hadoop.hbase.quotas.QuotaObserverChore |
From |
To |
|
Rename Attribute namespaceViolationStore : QuotaViolationStore<String> to namespaceSnapshotStore : QuotaSnapshotStore<String> in class org.apache.hadoop.hbase.quotas.QuotaObserverChore |
From |
To |
|
Rename Attribute VIOLATION_OBSERVER_CHORE_PERIOD_DEFAULT : int to QUOTA_OBSERVER_CHORE_PERIOD_DEFAULT : int in class org.apache.hadoop.hbase.quotas.QuotaObserverChore |
From |
To |
|
Rename Attribute namespaceQuotaViolationStates : Map<String,ViolationState> to namespaceQuotaSnapshots : Map<String,SpaceQuotaSnapshot> in class org.apache.hadoop.hbase.quotas.QuotaObserverChore |
From |
To |
|
Rename Attribute VIOLATION_OBSERVER_CHORE_REPORT_PERCENT_DEFAULT : double to QUOTA_OBSERVER_CHORE_REPORT_PERCENT_DEFAULT : double in class org.apache.hadoop.hbase.quotas.QuotaObserverChore |
From |
To |
|
Change Attribute Type chore : SpaceQuotaViolationPolicyRefresherChore to chore : SpaceQuotaRefresherChore in class org.apache.hadoop.hbase.quotas.TestSpaceQuotaViolationPolicyRefresherChore |
From |
To |
|
Change Attribute Type VIOLATION_NOTIFIER_DEFAULT : Class<? extends SpaceQuotaViolationNotifier> to SNAPSHOT_NOTIFIER_DEFAULT : Class<? extends SpaceQuotaSnapshotNotifier> in class org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotNotifierFactory |
From |
To |
|
Change Attribute Type store : TableQuotaViolationStore to store : TableQuotaSnapshotStore in class org.apache.hadoop.hbase.quotas.TestTableQuotaViolationStore |
From |
To |
|
Change Attribute Type conn : Connection to rss : RegionServerServices in class org.apache.hadoop.hbase.quotas.TestRegionServerSpaceQuotaManager |
From |
To |
|
Change Attribute Type spaceQuotaRefresher : SpaceQuotaViolationPolicyRefresherChore to spaceQuotaRefresher : SpaceQuotaRefresherChore in class org.apache.hadoop.hbase.quotas.RegionServerSpaceQuotaManager |
From |
To |
|
Change Attribute Type tableViolationStore : QuotaViolationStore<TableName> to tableSnapshotStore : QuotaSnapshotStore<TableName> in class org.apache.hadoop.hbase.quotas.QuotaObserverChore |
From |
To |
|
Change Attribute Type tableQuotaViolationStates : Map<TableName,ViolationState> to tableQuotaSnapshots : Map<TableName,SpaceQuotaSnapshot> in class org.apache.hadoop.hbase.quotas.QuotaObserverChore |
From |
To |
|
Change Attribute Type spaceQuotaViolationNotifier : SpaceQuotaViolationNotifier to spaceQuotaSnapshotNotifier : SpaceQuotaSnapshotNotifier in class org.apache.hadoop.hbase.master.HMaster |
From |
To |
|
Change Attribute Type violationNotifier : SpaceQuotaViolationNotifierForTest to snapshotNotifier : SpaceQuotaSnapshotNotifierForTest in class org.apache.hadoop.hbase.quotas.TestQuotaObserverChoreWithMiniCluster |
From |
To |
|
Change Attribute Type notifier : TableSpaceQuotaViolationNotifier to notifier : TableSpaceQuotaSnapshotNotifier in class org.apache.hadoop.hbase.quotas.TestTableSpaceQuotaViolationNotifier |
From |
To |
|
Change Attribute Type namespaceViolationStore : QuotaViolationStore<String> to namespaceSnapshotStore : QuotaSnapshotStore<String> in class org.apache.hadoop.hbase.quotas.QuotaObserverChore |
From |
To |
|
Change Attribute Type store : NamespaceQuotaViolationStore to store : NamespaceQuotaSnapshotStore in class org.apache.hadoop.hbase.quotas.TestNamespaceQuotaViolationStore |
From |
To |
|
Change Attribute Type INSTANCE : SpaceQuotaViolationNotifierFactory to INSTANCE : SpaceQuotaSnapshotNotifierFactory in class org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotNotifierFactory |
From |
To |
|
Change Attribute Type namespaceQuotaViolationStates : Map<String,ViolationState> to namespaceQuotaSnapshots : Map<String,SpaceQuotaSnapshot> in class org.apache.hadoop.hbase.quotas.QuotaObserverChore |
From |
To |
|
Change Attribute Type enforcedPolicies : Map<TableName,SpaceViolationPolicy> to enforcedPolicies : ConcurrentHashMap<TableName,SpaceViolationPolicyEnforcement> in class org.apache.hadoop.hbase.quotas.RegionServerSpaceQuotaManager |
From |
To |
|
Rename Parameter policies : Map<TableName,SpaceViolationPolicy> to snapshots : Map<TableName,SpaceQuotaSnapshot> in method public extractQuotaSnapshot(result Result, snapshots Map<TableName,SpaceQuotaSnapshot>) : void in class org.apache.hadoop.hbase.quotas.QuotaTableUtil |
From |
To |
|
Rename Parameter state : ViolationState to snapshot : SpaceQuotaSnapshot in method package setNamespaceQuotaSnapshot(namespace String, snapshot SpaceQuotaSnapshot) : void in class org.apache.hadoop.hbase.quotas.QuotaObserverChore |
From |
To |
|
Rename Parameter policy : SpaceViolationPolicy to snapshot : SpaceQuotaSnapshot in method public createPutSpaceSnapshot(tableName TableName, snapshot SpaceQuotaSnapshot) : Put in class org.apache.hadoop.hbase.quotas.QuotaTableUtil |
From |
To |
|
Rename Parameter state : ViolationState to snapshot : SpaceQuotaSnapshot in method package setTableQuotaViolation(table TableName, snapshot SpaceQuotaSnapshot) : void in class org.apache.hadoop.hbase.quotas.QuotaObserverChore |
From |
To |
|
Rename Parameter state : ViolationState to snapshot : SpaceQuotaSnapshot in method public setCurrentState(table TableName, snapshot SpaceQuotaSnapshot) : void in class org.apache.hadoop.hbase.quotas.TableQuotaSnapshotStore |
From |
To |
|
Rename Parameter state : ViolationState to snapshot : SpaceQuotaSnapshot in method public setCurrentState(namespace String, snapshot SpaceQuotaSnapshot) : void in class org.apache.hadoop.hbase.quotas.NamespaceQuotaSnapshotStore |
From |
To |
|
Rename Parameter violationNotifier : SpaceQuotaViolationNotifier to snapshotNotifier : SpaceQuotaSnapshotNotifier in method package QuotaObserverChore(conn Connection, conf Configuration, snapshotNotifier SpaceQuotaSnapshotNotifier, quotaManager MasterQuotaManager, stopper Stoppable) in class org.apache.hadoop.hbase.quotas.QuotaObserverChore |
From |
To |