|
Change Parameter Type metricNameValueMap2 : Map<String,Long> to metricNameValueMap2 : Map<MetricType,Long> in method private assertMetricsHaveSameValues(metricNameValueMap1 Map<MetricType,Long>, metricNameValueMap2 Map<MetricType,Long>, metricsToSkip List<MetricType>) : void in class org.apache.phoenix.monitoring.PhoenixMetricsIT |
From |
To |
|
Change Parameter Type metricsToSkip : List<String> to metricsToSkip : List<MetricType> in method private assertMetricsAreSame(metric1 Map<String,Map<MetricType,Long>>, metric2 Map<String,Map<MetricType,Long>>, metricsToSkip List<MetricType>) : void in class org.apache.phoenix.monitoring.PhoenixMetricsIT |
From |
To |
|
Change Parameter Type metricsToSkip : List<String> to metricsToSkip : List<MetricType> in method private assertMetricsHaveSameValues(metricNameValueMap1 Map<MetricType,Long>, metricNameValueMap2 Map<MetricType,Long>, metricsToSkip List<MetricType>) : void in class org.apache.phoenix.monitoring.PhoenixMetricsIT |
From |
To |
|
Change Parameter Type metric1 : Map<String,Map<String,Long>> to metric1 : Map<String,Map<MetricType,Long>> in method private assertMetricsAreSame(metric1 Map<String,Map<MetricType,Long>>, metric2 Map<String,Map<MetricType,Long>>, metricsToSkip List<MetricType>) : void in class org.apache.phoenix.monitoring.PhoenixMetricsIT |
From |
To |
|
Change Parameter Type metricNameValueMap1 : Map<String,Long> to metricNameValueMap1 : Map<MetricType,Long> in method private assertMetricsHaveSameValues(metricNameValueMap1 Map<MetricType,Long>, metricNameValueMap2 Map<MetricType,Long>, metricsToSkip List<MetricType>) : void in class org.apache.phoenix.monitoring.PhoenixMetricsIT |
From |
To |
|
Change Parameter Type readMetrics : Map<String,Map<String,Long>> to readMetrics : Map<String,Map<MetricType,Long>> in method private assertReadMetricsForMutatingSql(tableName String, tableSaltBuckets long, readMetrics Map<String,Map<MetricType,Long>>) : void in class org.apache.phoenix.monitoring.PhoenixMetricsIT |
From |
To |
|
Change Parameter Type mutationMetrics : Map<String,Map<String,Long>> to mutationMetrics : Map<String,Map<MetricType,Long>> in method private assertMutationMetrics(tableName String, numRows int, mutationMetrics Map<String,Map<MetricType,Long>>) : void in class org.apache.phoenix.monitoring.PhoenixMetricsIT |
From |
To |
|
Change Parameter Type metric2 : Map<String,Map<String,Long>> to metric2 : Map<String,Map<MetricType,Long>> in method private assertMetricsAreSame(metric1 Map<String,Map<MetricType,Long>>, metric2 Map<String,Map<MetricType,Long>>, metricsToSkip List<MetricType>) : void in class org.apache.phoenix.monitoring.PhoenixMetricsIT |
From |
To |
|
Change Variable Type entry : Entry<String,Map<String,Long>> to entry : Entry<String,Map<MetricType,Long>> in method private assertMutationMetrics(tableName String, numRows int, mutationMetrics Map<String,Map<MetricType,Long>>) : void in class org.apache.phoenix.monitoring.PhoenixMetricsIT |
From |
To |
|
Change Variable Type metricName : String to metricType : MetricType in method private assertReadMetricValuesForSelectSql(numRows ArrayList<Long>, numExpectedTasks ArrayList<Long>, resultSetBeingTested PhoenixResultSet, expectedTableNames Set<String>) : void in class org.apache.phoenix.monitoring.PhoenixMetricsIT |
From |
To |
|
Change Variable Type metric : Entry<String,Long> to metric : Entry<MetricType,Long> in method public testMetricsForUpsert() : void in class org.apache.phoenix.monitoring.PhoenixMetricsIT |
From |
To |
|
Change Variable Type mutationMetricsAutoCommitOn : Map<String,Map<String,Long>> to mutationMetricsAutoCommitOn : Map<String,Map<MetricType,Long>> in method public testMetricsForUpsertSelectWithAutoCommit() : void in class org.apache.phoenix.monitoring.PhoenixMetricsIT |
From |
To |
|
Change Variable Type metricsForPublish : Map<String,Long> to metricsForPublish : Map<MetricType,Long> in method public publish() : Map<MetricType,Long> in class org.apache.phoenix.monitoring.OverAllQueryMetrics |
From |
To |
|
Change Variable Type p : Map<String,Long> to p : Map<MetricType,Long> in method private assertReadMetricsForMutatingSql(tableName String, tableSaltBuckets long, readMetrics Map<String,Map<MetricType,Long>>) : void in class org.apache.phoenix.monitoring.PhoenixMetricsIT |
From |
To |
|
Change Variable Type mutationMetricsAutoCommitOff : Map<String,Map<String,Long>> to mutationMetricsAutoCommitOff : Map<String,Map<MetricType,Long>> in method public testMetricsForUpsertSelectWithAutoCommit() : void in class org.apache.phoenix.monitoring.PhoenixMetricsIT |
From |
To |
|
Change Variable Type entry : Entry<String,Map<String,Long>> to entry : Entry<String,Map<MetricType,Long>> in method public testMetricsForUpsert() : void in class org.apache.phoenix.monitoring.PhoenixMetricsIT |
From |
To |
|
Change Variable Type pair : Entry<String,Long> to pair : Entry<MetricType,Long> in method private assertReadMetricValuesForSelectSql(numRows ArrayList<Long>, numExpectedTasks ArrayList<Long>, resultSetBeingTested PhoenixResultSet, expectedTableNames Set<String>) : void in class org.apache.phoenix.monitoring.PhoenixMetricsIT |
From |
To |
|
Change Variable Type readMetrics : Map<String,Map<String,Long>> to readMetrics : Map<String,Map<MetricType,Long>> in method public testMetricsForDelete() : void in class org.apache.phoenix.monitoring.PhoenixMetricsIT |
From |
To |
|
Change Variable Type readMetricsAutoCommitOff : Map<String,Map<String,Long>> to readMetricsAutoCommitOff : Map<String,Map<MetricType,Long>> in method public testMetricsForUpsertSelectWithAutoCommit() : void in class org.apache.phoenix.monitoring.PhoenixMetricsIT |
From |
To |
|
Change Variable Type publishedMetrics : Map<String,Map<String,Long>> to publishedMetrics : Map<String,Map<MetricType,Long>> in method public aggregate() : Map<String,Map<MetricType,Long>> in class org.apache.phoenix.monitoring.MutationMetricQueue |
From |
To |
|
Change Variable Type readMetricsAutoCommitOn : Map<String,Map<String,Long>> to readMetricsAutoCommitOn : Map<String,Map<MetricType,Long>> in method public testMetricsForUpsertSelectWithAutoCommit() : void in class org.apache.phoenix.monitoring.PhoenixMetricsIT |
From |
To |
|
Change Variable Type mutationMetrics : Map<String,Map<String,Long>> to mutationMetrics : Map<String,Map<MetricType,Long>> in method public testMutationMetricsWhenUpsertingToMultipleTables() : void in class org.apache.phoenix.monitoring.PhoenixMetricsIT |
From |
To |
|
Change Variable Type entry : Entry<String,Long> to entry : Entry<MetricType,Long> in method private assertMetricsHaveSameValues(metricNameValueMap1 Map<MetricType,Long>, metricNameValueMap2 Map<MetricType,Long>, metricsToSkip List<MetricType>) : void in class org.apache.phoenix.monitoring.PhoenixMetricsIT |
From |
To |
|
Change Variable Type p : Map<String,Long> to p : Map<MetricType,Long> in method private assertMutationMetrics(tableName String, numRows int, mutationMetrics Map<String,Map<MetricType,Long>>) : void in class org.apache.phoenix.monitoring.PhoenixMetricsIT |
From |
To |
|
Change Variable Type metricNameValueMap2 : Map<String,Long> to metricNameValueMap2 : Map<MetricType,Long> in method private assertMetricsAreSame(metric1 Map<String,Map<MetricType,Long>>, metric2 Map<String,Map<MetricType,Long>>, metricsToSkip List<MetricType>) : void in class org.apache.phoenix.monitoring.PhoenixMetricsIT |
From |
To |
|
Change Variable Type map : Map<String,Long> to map : Map<MetricType,Long> in method public aggregate() : Map<String,Map<MetricType,Long>> in class org.apache.phoenix.monitoring.ReadMetricQueue |
From |
To |
|
Change Variable Type metrics : Map<String,Map<String,Long>> to metrics : Map<String,Map<MetricType,Long>> in method public testMetricsForUpsertingIntoImmutableTableWithIndices() : void in class org.apache.phoenix.monitoring.PhoenixMetricsIT |
From |
To |
|
Change Variable Type readMetrics : Map<String,Map<String,Long>> to readMetrics : Map<String,Map<MetricType,Long>> in method public testNoMetricsCollectedForConnection() : void in class org.apache.phoenix.monitoring.PhoenixMetricsIT |
From |
To |
|
Change Variable Type mutationMetrics : Map<String,Map<String,Long>> to mutationMetrics : Map<String,Map<MetricType,Long>> in method public testMetricsForUpsertSelect() : void in class org.apache.phoenix.monitoring.PhoenixMetricsIT |
From |
To |
|
Change Variable Type publishedMetrics : Map<String,Map<String,Long>> to publishedMetrics : Map<String,Map<MetricType,Long>> in method public aggregate() : Map<String,Map<MetricType,Long>> in class org.apache.phoenix.monitoring.ReadMetricQueue |
From |
To |
|
Change Variable Type metricName : String to metricType : MetricType in method private assertReadMetricsForMutatingSql(tableName String, tableSaltBuckets long, readMetrics Map<String,Map<MetricType,Long>>) : void in class org.apache.phoenix.monitoring.PhoenixMetricsIT |
From |
To |
|
Change Variable Type deleteMetricsWithAutoCommitOn : Map<String,Map<String,Long>> to deleteMetricsWithAutoCommitOn : Map<String,Map<MetricType,Long>> in method public testMetricsForDeleteWithAutoCommit() : void in class org.apache.phoenix.monitoring.PhoenixMetricsIT |
From |
To |
|
Change Variable Type metricValues : Map<String,Long> to metricValues : Map<MetricType,Long> in method private assertReadMetricValuesForSelectSql(numRows ArrayList<Long>, numExpectedTasks ArrayList<Long>, resultSetBeingTested PhoenixResultSet, expectedTableNames Set<String>) : void in class org.apache.phoenix.monitoring.PhoenixMetricsIT |
From |
To |
|
Change Variable Type readMetrics : Map<String,Map<String,Long>> to readMetrics : Map<String,Map<MetricType,Long>> in method public testMetricsForUpsert() : void in class org.apache.phoenix.monitoring.PhoenixMetricsIT |
From |
To |
|
Change Variable Type p : Map<String,Long> to p : Map<MetricType,Long> in method public testMetricsForUpsert() : void in class org.apache.phoenix.monitoring.PhoenixMetricsIT |
From |
To |
|
Change Variable Type mutationMetrics : Map<String,Map<String,Long>> to mutationMetrics : Map<String,Map<MetricType,Long>> in method public testMetricsForDelete() : void in class org.apache.phoenix.monitoring.PhoenixMetricsIT |
From |
To |
|
Change Variable Type metricName : String to metricType : MetricType in method private assertMutationMetrics(tableName String, numRows int, mutationMetrics Map<String,Map<MetricType,Long>>) : void in class org.apache.phoenix.monitoring.PhoenixMetricsIT |
From |
To |
|
Change Variable Type metricName : String to metricType : MetricType in method public testMetricsForUpsert() : void in class org.apache.phoenix.monitoring.PhoenixMetricsIT |
From |
To |
|
Change Variable Type metricName : String to metricType : MetricType in method private assertMetricsHaveSameValues(metricNameValueMap1 Map<MetricType,Long>, metricNameValueMap2 Map<MetricType,Long>, metricsToSkip List<MetricType>) : void in class org.apache.phoenix.monitoring.PhoenixMetricsIT |
From |
To |
|
Change Variable Type mutationMetricsAutoCommitOn : Map<String,Map<String,Long>> to mutationMetricsAutoCommitOn : Map<String,Map<MetricType,Long>> in method public testMetricsForUpsertWithAutoCommit() : void in class org.apache.phoenix.monitoring.PhoenixMetricsIT |
From |
To |
|
Change Variable Type metric : Entry<String,Long> to metric : Entry<MetricType,Long> in method private assertReadMetricsForMutatingSql(tableName String, tableSaltBuckets long, readMetrics Map<String,Map<MetricType,Long>>) : void in class org.apache.phoenix.monitoring.PhoenixMetricsIT |
From |
To |
|
Change Variable Type entry : Entry<String,Map<String,Long>> to entry : Entry<String,Map<MetricType,Long>> in method private assertReadMetricValuesForSelectSql(numRows ArrayList<Long>, numExpectedTasks ArrayList<Long>, resultSetBeingTested PhoenixResultSet, expectedTableNames Set<String>) : void in class org.apache.phoenix.monitoring.PhoenixMetricsIT |
From |
To |
|
Change Variable Type entry : Entry<String,Map<String,Long>> to entry : Entry<String,Map<MetricType,Long>> in method private assertMetricsAreSame(metric1 Map<String,Map<MetricType,Long>>, metric2 Map<String,Map<MetricType,Long>>, metricsToSkip List<MetricType>) : void in class org.apache.phoenix.monitoring.PhoenixMetricsIT |
From |
To |
|
Change Variable Type deleteMetricsWithAutoCommitOff : Map<String,Map<String,Long>> to deleteMetricsWithAutoCommitOff : Map<String,Map<MetricType,Long>> in method public testMetricsForDeleteWithAutoCommit() : void in class org.apache.phoenix.monitoring.PhoenixMetricsIT |
From |
To |
|
Change Variable Type mutationMetrics : Map<String,Map<String,Long>> to mutationMetrics : Map<String,Map<MetricType,Long>> in method public testMetricsForUpsert() : void in class org.apache.phoenix.monitoring.PhoenixMetricsIT |
From |
To |
|
Change Variable Type metricNameValueMap1 : Map<String,Long> to metricNameValueMap1 : Map<MetricType,Long> in method private assertMetricsAreSame(metric1 Map<String,Map<MetricType,Long>>, metric2 Map<String,Map<MetricType,Long>>, metricsToSkip List<MetricType>) : void in class org.apache.phoenix.monitoring.PhoenixMetricsIT |
From |
To |
|
Change Variable Type writeMetrics : Map<String,Map<String,Long>> to writeMetrics : Map<String,Map<MetricType,Long>> in method public testNoMetricsCollectedForConnection() : void in class org.apache.phoenix.monitoring.PhoenixMetricsIT |
From |
To |
|
Change Variable Type entry : Entry<String,Map<String,Long>> to entry : Entry<String,Map<MetricType,Long>> in method private assertReadMetricsForMutatingSql(tableName String, tableSaltBuckets long, readMetrics Map<String,Map<MetricType,Long>>) : void in class org.apache.phoenix.monitoring.PhoenixMetricsIT |
From |
To |
|
Change Variable Type publishedMetricsForTable : Map<String,Long> to publishedMetricsForTable : Map<MetricType,Long> in method public aggregate() : Map<String,Map<MetricType,Long>> in class org.apache.phoenix.monitoring.MutationMetricQueue |
From |
To |
|
Change Variable Type metric : Entry<String,Long> to metric : Entry<MetricType,Long> in method private assertMutationMetrics(tableName String, numRows int, mutationMetrics Map<String,Map<MetricType,Long>>) : void in class org.apache.phoenix.monitoring.PhoenixMetricsIT |
From |
To |
|
Change Variable Type mutationMetricsForAutoCommitOff : Map<String,Map<String,Long>> to mutationMetricsForAutoCommitOff : Map<String,Map<MetricType,Long>> in method public testMetricsForUpsertWithAutoCommit() : void in class org.apache.phoenix.monitoring.PhoenixMetricsIT |
From |
To |
|
Change Variable Type metrics : Map<String,Map<String,Long>> to metrics : Map<String,Map<MetricType,Long>> in method private assertReadMetricValuesForSelectSql(numRows ArrayList<Long>, numExpectedTasks ArrayList<Long>, resultSetBeingTested PhoenixResultSet, expectedTableNames Set<String>) : void in class org.apache.phoenix.monitoring.PhoenixMetricsIT |
From |
To |
|
Change Variable Type readMetrics : Map<String,Map<String,Long>> to readMetrics : Map<String,Map<MetricType,Long>> in method public testMetricsForUpsertSelect() : void in class org.apache.phoenix.monitoring.PhoenixMetricsIT |
From |
To |