|
Push Down Method public getValueLength() : int from class io.atomix.bench.BenchmarkConfig to public getValueLength() : int from class io.atomix.bench.MapBenchmarkConfig |
From |
To |
|
Push Down Method public setDeterministic(deterministic boolean) : BenchmarkConfig from class io.atomix.bench.BenchmarkConfig to public setDeterministic(deterministic boolean) : MapBenchmarkConfig from class io.atomix.bench.MapBenchmarkConfig |
From |
To |
|
Push Down Method public getNumKeys() : int from class io.atomix.bench.BenchmarkConfig to public getNumKeys() : int from class io.atomix.bench.MapBenchmarkConfig |
From |
To |
|
Push Down Method public setConcurrency(concurrency int) : void from class io.atomix.bench.BenchmarkConfig to public setConcurrency(concurrency int) : MapBenchmarkConfig from class io.atomix.bench.MapBenchmarkConfig |
From |
To |
|
Push Down Method public getWritePercentage() : int from class io.atomix.bench.BenchmarkConfig to public getWritePercentage() : int from class io.atomix.bench.MapBenchmarkConfig |
From |
To |
|
Push Down Method public setWritePercentage(writePercentage int) : BenchmarkConfig from class io.atomix.bench.BenchmarkConfig to public setWritePercentage(writePercentage int) : MapBenchmarkConfig from class io.atomix.bench.MapBenchmarkConfig |
From |
To |
|
Push Down Method public setProtocol(protocol PrimitiveProtocolConfig<?>) : BenchmarkConfig from class io.atomix.bench.BenchmarkConfig to public setProtocol(protocol PrimitiveProtocolConfig<?>) : MapBenchmarkConfig from class io.atomix.bench.MapBenchmarkConfig |
From |
To |
|
Push Down Method public getConcurrency() : int from class io.atomix.bench.BenchmarkConfig to public getConcurrency() : int from class io.atomix.bench.MapBenchmarkConfig |
From |
To |
|
Push Down Method public setNumKeys(numKeys int) : BenchmarkConfig from class io.atomix.bench.BenchmarkConfig to public setNumKeys(numKeys int) : MapBenchmarkConfig from class io.atomix.bench.MapBenchmarkConfig |
From |
To |
|
Push Down Method public getNumValues() : int from class io.atomix.bench.BenchmarkConfig to public getNumValues() : int from class io.atomix.bench.MapBenchmarkConfig |
From |
To |
|
Push Down Method public setNumValues(numValues int) : BenchmarkConfig from class io.atomix.bench.BenchmarkConfig to public setNumValues(numValues int) : MapBenchmarkConfig from class io.atomix.bench.MapBenchmarkConfig |
From |
To |
|
Push Down Method public setIncludeEvents(includeEvents boolean) : BenchmarkConfig from class io.atomix.bench.BenchmarkConfig to public setIncludeEvents(includeEvents boolean) : MapBenchmarkConfig from class io.atomix.bench.MapBenchmarkConfig |
From |
To |
|
Push Down Method public isDeterministic() : boolean from class io.atomix.bench.BenchmarkConfig to public isDeterministic() : boolean from class io.atomix.bench.MapBenchmarkConfig |
From |
To |
|
Push Down Method public setValueLength(valueLength int) : BenchmarkConfig from class io.atomix.bench.BenchmarkConfig to public setValueLength(valueLength int) : MapBenchmarkConfig from class io.atomix.bench.MapBenchmarkConfig |
From |
To |
|
Push Down Method public getKeyLength() : int from class io.atomix.bench.BenchmarkConfig to public getKeyLength() : int from class io.atomix.bench.MapBenchmarkConfig |
From |
To |
|
Push Down Method public isIncludeEvents() : boolean from class io.atomix.bench.BenchmarkConfig to public isIncludeEvents() : boolean from class io.atomix.bench.MapBenchmarkConfig |
From |
To |
|
Push Down Method public getProtocol() : PrimitiveProtocolConfig<?> from class io.atomix.bench.BenchmarkConfig to public getProtocol() : PrimitiveProtocolConfig<?> from class io.atomix.bench.MapBenchmarkConfig |
From |
To |
|
Push Down Method public setKeyLength(keyLength int) : BenchmarkConfig from class io.atomix.bench.BenchmarkConfig to public setKeyLength(keyLength int) : MapBenchmarkConfig from class io.atomix.bench.MapBenchmarkConfig |
From |
To |
|
Change Return Type BenchmarkConfig to MapBenchmarkConfig in method public setNumKeys(numKeys int) : MapBenchmarkConfig in class io.atomix.bench.MapBenchmarkConfig |
From |
To |
|
Change Return Type BenchmarkConfig to MapBenchmarkConfig in method public setNumValues(numValues int) : MapBenchmarkConfig in class io.atomix.bench.MapBenchmarkConfig |
From |
To |
|
Change Return Type BenchmarkConfig to MapBenchmarkConfig in method public setWritePercentage(writePercentage int) : MapBenchmarkConfig in class io.atomix.bench.MapBenchmarkConfig |
From |
To |
|
Change Return Type BenchmarkConfig to MapBenchmarkConfig in method public setDeterministic(deterministic boolean) : MapBenchmarkConfig in class io.atomix.bench.MapBenchmarkConfig |
From |
To |
|
Change Return Type BenchmarkConfig to MapBenchmarkConfig in method public setKeyLength(keyLength int) : MapBenchmarkConfig in class io.atomix.bench.MapBenchmarkConfig |
From |
To |
|
Change Return Type BenchmarkConfig to MapBenchmarkConfig in method public setProtocol(protocol PrimitiveProtocolConfig<?>) : MapBenchmarkConfig in class io.atomix.bench.MapBenchmarkConfig |
From |
To |
|
Change Return Type void to MapBenchmarkConfig in method public setConcurrency(concurrency int) : MapBenchmarkConfig in class io.atomix.bench.MapBenchmarkConfig |
From |
To |
|
Change Return Type BenchmarkConfig to MapBenchmarkConfig in method public setValueLength(valueLength int) : MapBenchmarkConfig in class io.atomix.bench.MapBenchmarkConfig |
From |
To |
|
Change Return Type BenchmarkConfig to MapBenchmarkConfig in method public setIncludeEvents(includeEvents boolean) : MapBenchmarkConfig in class io.atomix.bench.MapBenchmarkConfig |
From |
To |
|
Push Down Attribute private protocol : PrimitiveProtocolConfig from class io.atomix.bench.BenchmarkConfig to private protocol : PrimitiveProtocolConfig from class io.atomix.bench.MapBenchmarkConfig |
From |
To |
|
Push Down Attribute private numValues : int from class io.atomix.bench.BenchmarkConfig to private numValues : int from class io.atomix.bench.MapBenchmarkConfig |
From |
To |
|
Push Down Attribute private numKeys : int from class io.atomix.bench.BenchmarkConfig to private numKeys : int from class io.atomix.bench.MapBenchmarkConfig |
From |
To |
|
Push Down Attribute private writePercentage : int from class io.atomix.bench.BenchmarkConfig to private writePercentage : int from class io.atomix.bench.MapBenchmarkConfig |
From |
To |
|
Push Down Attribute private DEFAULT_KEY_LENGTH : int from class io.atomix.bench.BenchmarkConfig to private DEFAULT_KEY_LENGTH : int from class io.atomix.bench.MapBenchmarkConfig |
From |
To |
|
Push Down Attribute private keyLength : int from class io.atomix.bench.BenchmarkConfig to private keyLength : int from class io.atomix.bench.MapBenchmarkConfig |
From |
To |
|
Push Down Attribute private includeEvents : boolean from class io.atomix.bench.BenchmarkConfig to private includeEvents : boolean from class io.atomix.bench.MapBenchmarkConfig |
From |
To |
|
Push Down Attribute private valueLength : int from class io.atomix.bench.BenchmarkConfig to private valueLength : int from class io.atomix.bench.MapBenchmarkConfig |
From |
To |
|
Push Down Attribute private DEFAULT_INCLUDE_EVENTS : boolean from class io.atomix.bench.BenchmarkConfig to private DEFAULT_INCLUDE_EVENTS : boolean from class io.atomix.bench.MapBenchmarkConfig |
From |
To |
|
Push Down Attribute private DEFAULT_WRITE_PERCENTAGE : int from class io.atomix.bench.BenchmarkConfig to private DEFAULT_WRITE_PERCENTAGE : int from class io.atomix.bench.MapBenchmarkConfig |
From |
To |
|
Push Down Attribute private deterministic : boolean from class io.atomix.bench.BenchmarkConfig to private deterministic : boolean from class io.atomix.bench.MapBenchmarkConfig |
From |
To |
|
Push Down Attribute private DEFAULT_DETERMINISTIC : boolean from class io.atomix.bench.BenchmarkConfig to private DEFAULT_DETERMINISTIC : boolean from class io.atomix.bench.MapBenchmarkConfig |
From |
To |
|
Push Down Attribute private DEFAULT_NUM_KEYS : int from class io.atomix.bench.BenchmarkConfig to private DEFAULT_NUM_KEYS : int from class io.atomix.bench.MapBenchmarkConfig |
From |
To |
|
Push Down Attribute private DEFAULT_VALUE_LENGTH : int from class io.atomix.bench.BenchmarkConfig to private DEFAULT_VALUE_LENGTH : int from class io.atomix.bench.MapBenchmarkConfig |
From |
To |
|
Push Down Attribute private DEFAULT_CONCURRENCY : int from class io.atomix.bench.BenchmarkConfig to private DEFAULT_CONCURRENCY : int from class io.atomix.bench.MapBenchmarkConfig |
From |
To |
|
Push Down Attribute private concurrency : int from class io.atomix.bench.BenchmarkConfig to private concurrency : int from class io.atomix.bench.MapBenchmarkConfig |
From |
To |
|
Push Down Attribute private DEFAULT_NUM_UNIQUE_VALUES : int from class io.atomix.bench.BenchmarkConfig to private DEFAULT_NUM_UNIQUE_VALUES : int from class io.atomix.bench.MapBenchmarkConfig |
From |
To |