|
Change Variable Type entry : Map.Entry<String,OptionValue> to entry : Map.Entry<String,PersistedOptionValue> in method public iterator() : Iterator<OptionValue> in class org.apache.drill.exec.server.options.SystemOptionManager |
From |
To |
|
Change Variable Type value : OptionValue to value : PersistedOptionValue in method public init() : SystemOptionManager in class org.apache.drill.exec.server.options.SystemOptionManager |
From |
To |
|
Change Variable Type value : OptionValue to persistedValue : PersistedOptionValue in method public getOption(name String) : OptionValue in class org.apache.drill.exec.server.options.SystemOptionManager |
From |
To |
|
Change Variable Type option : Entry<String,OptionValue> to option : Entry<String,PersistedOptionValue> in method public init() : SystemOptionManager in class org.apache.drill.exec.server.options.SystemOptionManager |
From |
To |
|
Change Variable Type entry : Map.Entry<String,OptionValue> to entry : Map.Entry<String,PersistedOptionValue> in method public deleteAllLocalOptions() : void in class org.apache.drill.exec.server.options.SystemOptionManager |
From |
To |
|
Rename Parameter type : AccessibleScopes to accessibleScopes : AccessibleScopes in method public create(accessibleScopes AccessibleScopes, name String, val double, scope OptionScope) : OptionValue in class org.apache.drill.exec.server.options.OptionValue |
From |
To |
|
Rename Parameter type : AccessibleScopes to accessibleScopes : AccessibleScopes in method public create(accessibleScopes AccessibleScopes, name String, val long, scope OptionScope) : OptionValue in class org.apache.drill.exec.server.options.OptionValue |
From |
To |
|
Rename Parameter type : AccessibleScopes to accessibleScopes : AccessibleScopes in method public create(accessibleScopes AccessibleScopes, name String, val String, scope OptionScope) : OptionValue in class org.apache.drill.exec.server.options.OptionValue |
From |
To |
|
Rename Parameter type : AccessibleScopes to accessibleScopes : AccessibleScopes in method public create(accessibleScopes AccessibleScopes, name String, bool boolean, scope OptionScope) : OptionValue in class org.apache.drill.exec.server.options.OptionValue |
From |
To |