|
Move Method protected get(key String, type ResourceType<?>) : Function<Atomix,T> from class io.atomix.AbstractAtomixTest to protected get(key String, type ResourceType<?>) : Function<Atomix,T> from class io.atomix.atomix.testing.AbstractAtomixTest |
From |
To |
|
Move Method protected createReplicas(nodes int) : List<Atomix> from class io.atomix.AbstractAtomixTest to protected createReplicas(nodes int) : List<Atomix> from class io.atomix.atomix.testing.AbstractAtomixTest |
From |
To |
|
Move Method protected create(key String, type ResourceType<?>) : Function<Atomix,T> from class io.atomix.AbstractAtomixTest to protected create(key String, type ResourceType<?>) : Function<Atomix,T> from class io.atomix.atomix.testing.AbstractAtomixTest |
From |
To |
|
Change Return Type List<CopycatServer> to List<AtomixServer> in method protected createServers(live int, total int) : List<AtomixServer> in class io.atomix.atomix.testing.AbstractAtomixTest |
From |
To |
|
Change Return Type CopycatServer to AtomixServer in method protected createServer(address Address, members List<Address>) : AtomixServer in class io.atomix.atomix.testing.AbstractAtomixTest |
From |
To |
|
Change Return Type List<CopycatServer> to List<AtomixServer> in method protected createServers(nodes int) : List<AtomixServer> in class io.atomix.atomix.testing.AbstractAtomixTest |
From |
To |
|
Change Return Type List<Atomix> to List<CopycatServer> in method protected createServers(live int, total int) : List<CopycatServer> in class io.atomix.atomix.testing.AbstractCopycatTest |
From |
To |
|
Change Return Type CopycatClient to Atomix in method protected createClient() : Atomix in class io.atomix.atomix.testing.AbstractAtomixTest |
From |
To |
|
Change Variable Type servers : List<CopycatServer> to servers : List<AtomixServer> in method protected createServers(live int, total int) : List<AtomixServer> in class io.atomix.atomix.testing.AbstractAtomixTest |
From |
To |
|
Change Variable Type client : CopycatClient to client : Atomix in method protected createClient() : Atomix in class io.atomix.atomix.testing.AbstractAtomixTest |
From |
To |
|
Change Variable Type replica : Atomix to server : CopycatServer in method protected createServers(live int, total int) : List<CopycatServer> in class io.atomix.atomix.testing.AbstractCopycatTest |
From |
To |
|
Change Variable Type server : CopycatServer to server : AtomixServer in method protected createServer(address Address, members List<Address>) : AtomixServer in class io.atomix.atomix.testing.AbstractAtomixTest |
From |
To |
|
Change Variable Type server : CopycatServer to server : AtomixServer in method protected createServers(live int, total int) : List<AtomixServer> in class io.atomix.atomix.testing.AbstractAtomixTest |
From |
To |