|
Change Parameter Type retryMetric : CoreNodeMetric to retryMetric : DefaultNodeMetric in method protected FailureScenario(expectedExceptionClass Class<? extends Throwable>, errorMetric DefaultNodeMetric, retryMetric DefaultNodeMetric, ignoreMetric DefaultNodeMetric) in class com.datastax.oss.driver.internal.core.cql.CqlRequestHandlerRetryTest.FailureScenario |
From |
To |
|
Change Parameter Type errorMetric : CoreNodeMetric to errorMetric : DefaultNodeMetric in method protected FailureScenario(expectedExceptionClass Class<? extends Throwable>, errorMetric DefaultNodeMetric, retryMetric DefaultNodeMetric, ignoreMetric DefaultNodeMetric) in class com.datastax.oss.driver.internal.core.cql.CqlRequestHandlerRetryTest.FailureScenario |
From |
To |
|
Change Parameter Type error : CoreNodeMetric to error : DefaultNodeMetric in method private updateErrorMetrics(metricUpdater NodeMetricUpdater, decision RetryDecision, error DefaultNodeMetric, retriesOnError DefaultNodeMetric, ignoresOnError DefaultNodeMetric) : void in class com.datastax.oss.driver.internal.core.cql.CqlRequestHandlerBase.NodeResponseCallback |
From |
To |
|
Change Parameter Type ignoresOnError : CoreNodeMetric to ignoresOnError : DefaultNodeMetric in method private updateErrorMetrics(metricUpdater NodeMetricUpdater, decision RetryDecision, error DefaultNodeMetric, retriesOnError DefaultNodeMetric, ignoresOnError DefaultNodeMetric) : void in class com.datastax.oss.driver.internal.core.cql.CqlRequestHandlerBase.NodeResponseCallback |
From |
To |
|
Change Parameter Type retriesOnError : CoreNodeMetric to retriesOnError : DefaultNodeMetric in method private updateErrorMetrics(metricUpdater NodeMetricUpdater, decision RetryDecision, error DefaultNodeMetric, retriesOnError DefaultNodeMetric, ignoresOnError DefaultNodeMetric) : void in class com.datastax.oss.driver.internal.core.cql.CqlRequestHandlerBase.NodeResponseCallback |
From |
To |
|
Change Parameter Type ignoreMetric : CoreNodeMetric to ignoreMetric : DefaultNodeMetric in method protected FailureScenario(expectedExceptionClass Class<? extends Throwable>, errorMetric DefaultNodeMetric, retryMetric DefaultNodeMetric, ignoreMetric DefaultNodeMetric) in class com.datastax.oss.driver.internal.core.cql.CqlRequestHandlerRetryTest.FailureScenario |
From |
To |
|
Change Variable Type result : EnumSet<CoreNodeMetric> to result : EnumSet<DefaultNodeMetric> in method private parseNodeMetricPaths(paths List<String>) : Set<NodeMetric> in class com.datastax.oss.driver.internal.core.metrics.DefaultMetricUpdaterFactory |
From |
To |
|
Change Variable Type value : CoreNodeMetric to value : DefaultNodeMetric in method private sortByPath() : Map<String,DefaultNodeMetric> in class com.datastax.oss.driver.api.core.metrics.DefaultNodeMetric |
From |
To |
|
Change Variable Type metric : CoreNodeMetric to metric : DefaultNodeMetric in method public fromPath(path String) : DefaultNodeMetric in class com.datastax.oss.driver.api.core.metrics.DefaultNodeMetric |
From |
To |
|
Change Variable Type result : ImmutableMap.Builder<String,CoreNodeMetric> to result : ImmutableMap.Builder<String,DefaultNodeMetric> in method private sortByPath() : Map<String,DefaultNodeMetric> in class com.datastax.oss.driver.api.core.metrics.DefaultNodeMetric |
From |
To |