|
Change Parameter Type client1 : Atomix to client1 : ResourceManager in method private testQueue(client1 ResourceManager, client2 ResourceManager, factory Function<ResourceManager,DistributedQueue<String>>) : void in class io.atomix.AtomixQueueTest |
From |
To |
|
Change Parameter Type client1 : Atomix to client1 : ResourceManager in method private testSet(client1 ResourceManager, client2 ResourceManager, factory Function<ResourceManager,DistributedSet<String>>) : void in class io.atomix.AtomixSetTest |
From |
To |
|
Change Parameter Type client2 : Atomix to client2 : ResourceManager in method private testLeaderElection(client1 ResourceManager, client2 ResourceManager, factory Function<ResourceManager,DistributedLeaderElection>) : void in class io.atomix.AtomixLeaderElectionTest |
From |
To |
|
Change Parameter Type client2 : Atomix to client2 : ResourceManager in method private testQueue(client1 ResourceManager, client2 ResourceManager, factory Function<ResourceManager,DistributedQueue<String>>) : void in class io.atomix.AtomixQueueTest |
From |
To |
|
Change Parameter Type client1 : Atomix to client1 : ResourceManager in method private testMembershipGroup(client1 ResourceManager, client2 ResourceManager, factory Function<ResourceManager,DistributedMembershipGroup>) : void in class io.atomix.AtomixMembershipGroupTest |
From |
To |
|
Change Parameter Type client1 : Atomix to client1 : ResourceManager in method private testMap(client1 ResourceManager, client2 ResourceManager, factory Function<ResourceManager,DistributedMap<String,String>>) : void in class io.atomix.AtomixMapTest |
From |
To |
|
Change Parameter Type client1 : Atomix to client1 : ResourceManager in method private testMultiMap(client1 ResourceManager, client2 ResourceManager, factory Function<ResourceManager,DistributedMultiMap<String,String>>) : void in class io.atomix.AtomixMultiMapTest |
From |
To |
|
Change Parameter Type atomix : Atomix to atomix : ResourceManager in method private testRecoverResources(atomix ResourceManager) : void in class io.atomix.manager.ResourceRecoveryTest |
From |
To |
|
Change Parameter Type client1 : Atomix to client1 : ResourceManager in method private testLeaderElection(client1 ResourceManager, client2 ResourceManager, factory Function<ResourceManager,DistributedLeaderElection>) : void in class io.atomix.AtomixLeaderElectionTest |
From |
To |
|
Change Parameter Type client2 : Atomix to client2 : ResourceManager in method private testLock(client1 ResourceManager, client2 ResourceManager, factory Function<ResourceManager,DistributedLock>) : void in class io.atomix.AtomixLockTest |
From |
To |
|
Change Parameter Type client2 : Atomix to client2 : ResourceManager in method private testMultiMap(client1 ResourceManager, client2 ResourceManager, factory Function<ResourceManager,DistributedMultiMap<String,String>>) : void in class io.atomix.AtomixMultiMapTest |
From |
To |
|
Change Parameter Type client2 : Atomix to client2 : ResourceManager in method private testMap(client1 ResourceManager, client2 ResourceManager, factory Function<ResourceManager,DistributedMap<String,String>>) : void in class io.atomix.AtomixMapTest |
From |
To |
|
Change Parameter Type client2 : Atomix to client2 : ResourceManager in method private testMessageBus(client1 ResourceManager, client2 ResourceManager, factory Function<ResourceManager,DistributedMessageBus>) : void in class io.atomix.AtomixMessageBusTest |
From |
To |
|
Change Parameter Type client1 : Atomix to client1 : ResourceManager in method private testLong(client1 ResourceManager, client2 ResourceManager, factory Function<ResourceManager,DistributedLong>) : void in class io.atomix.AtomixLongTest |
From |
To |
|
Change Parameter Type client2 : Atomix to client2 : ResourceManager in method private testMembershipGroup(client1 ResourceManager, client2 ResourceManager, factory Function<ResourceManager,DistributedMembershipGroup>) : void in class io.atomix.AtomixMembershipGroupTest |
From |
To |
|
Change Parameter Type factory : Function<Atomix,DistributedSet<String>> to factory : Function<ResourceManager,DistributedSet<String>> in method private testSet(client1 ResourceManager, client2 ResourceManager, factory Function<ResourceManager,DistributedSet<String>>) : void in class io.atomix.AtomixSetTest |
From |
To |
|
Change Parameter Type factory : Function<Atomix,DistributedQueue<String>> to factory : Function<ResourceManager,DistributedQueue<String>> in method private testQueue(client1 ResourceManager, client2 ResourceManager, factory Function<ResourceManager,DistributedQueue<String>>) : void in class io.atomix.AtomixQueueTest |
From |
To |
|
Change Parameter Type client1 : Atomix to client1 : ResourceManager in method private testLock(client1 ResourceManager, client2 ResourceManager, factory Function<ResourceManager,DistributedLock>) : void in class io.atomix.AtomixLockTest |
From |
To |
|
Change Parameter Type factory : Function<Atomix,DistributedLock> to factory : Function<ResourceManager,DistributedLock> in method private testLock(client1 ResourceManager, client2 ResourceManager, factory Function<ResourceManager,DistributedLock>) : void in class io.atomix.AtomixLockTest |
From |
To |
|
Change Parameter Type factory : Function<Atomix,DistributedLeaderElection> to factory : Function<ResourceManager,DistributedLeaderElection> in method private testLeaderElection(client1 ResourceManager, client2 ResourceManager, factory Function<ResourceManager,DistributedLeaderElection>) : void in class io.atomix.AtomixLeaderElectionTest |
From |
To |
|
Change Parameter Type factory : Function<Atomix,DistributedMap<String,String>> to factory : Function<ResourceManager,DistributedMap<String,String>> in method private testMap(client1 ResourceManager, client2 ResourceManager, factory Function<ResourceManager,DistributedMap<String,String>>) : void in class io.atomix.AtomixMapTest |
From |
To |
|
Change Parameter Type factory : Function<Atomix,DistributedMessageBus> to factory : Function<ResourceManager,DistributedMessageBus> in method private testMessageBus(client1 ResourceManager, client2 ResourceManager, factory Function<ResourceManager,DistributedMessageBus>) : void in class io.atomix.AtomixMessageBusTest |
From |
To |
|
Change Parameter Type factory : Function<Atomix,DistributedLong> to factory : Function<ResourceManager,DistributedLong> in method private testLong(client1 ResourceManager, client2 ResourceManager, factory Function<ResourceManager,DistributedLong>) : void in class io.atomix.AtomixLongTest |
From |
To |
|
Change Parameter Type client2 : Atomix to client2 : ResourceManager in method private testSet(client1 ResourceManager, client2 ResourceManager, factory Function<ResourceManager,DistributedSet<String>>) : void in class io.atomix.AtomixSetTest |
From |
To |
|
Change Parameter Type factory : Function<Atomix,DistributedMembershipGroup> to factory : Function<ResourceManager,DistributedMembershipGroup> in method private testMembershipGroup(client1 ResourceManager, client2 ResourceManager, factory Function<ResourceManager,DistributedMembershipGroup>) : void in class io.atomix.AtomixMembershipGroupTest |
From |
To |
|
Change Parameter Type client1 : Atomix to client1 : ResourceManager in method private testMessageBus(client1 ResourceManager, client2 ResourceManager, factory Function<ResourceManager,DistributedMessageBus>) : void in class io.atomix.AtomixMessageBusTest |
From |
To |
|
Change Parameter Type factory : Function<Atomix,DistributedMultiMap<String,String>> to factory : Function<ResourceManager,DistributedMultiMap<String,String>> in method private testMultiMap(client1 ResourceManager, client2 ResourceManager, factory Function<ResourceManager,DistributedMultiMap<String,String>>) : void in class io.atomix.AtomixMultiMapTest |
From |
To |
|
Change Parameter Type client2 : Atomix to client2 : ResourceManager in method private testLong(client1 ResourceManager, client2 ResourceManager, factory Function<ResourceManager,DistributedLong>) : void in class io.atomix.AtomixLongTest |
From |
To |
|
Move Method public create(key String, type ResourceType) : CompletableFuture<T> from class io.atomix.Atomix to public create(key String, type ResourceType) : CompletableFuture<T> from class io.atomix.manager.ResourceManager |
From |
To |
|
Move Method public expire(session Session) : void from class io.atomix.manager.ResourceManager to public expire(session Session) : void from class io.atomix.manager.state.ResourceManagerState |
From |
To |
|
Move Method protected getResourceKeys(commit Commit<GetResourceKeys>) : Set<String> from class io.atomix.manager.ResourceManager to protected getResourceKeys(commit Commit<GetResourceKeys>) : Set<String> from class io.atomix.manager.state.ResourceManagerState |
From |
To |
|
Move Method public get(key String, type Class<? super T>, options U) : CompletableFuture<T> from class io.atomix.Atomix to public get(key String, type Class<? super T>, options U) : CompletableFuture<T> from class io.atomix.manager.ResourceManager |
From |
To |
|
Move Method public toString() : String from class io.atomix.Atomix to public toString() : String from class io.atomix.manager.ResourceManager |
From |
To |
|
Move Method public close(session Session) : void from class io.atomix.manager.ResourceManager to public close(session Session) : void from class io.atomix.manager.state.ResourceManagerState |
From |
To |
|
Move Method public context() : ThreadContext from class io.atomix.Atomix to public context() : ThreadContext from class io.atomix.manager.ResourceManager |
From |
To |
|
Move Method public install(reader SnapshotReader) : void from class io.atomix.manager.ResourceManager to public install(reader SnapshotReader) : void from class io.atomix.manager.state.ResourceManagerState |
From |
To |
|
Move Method protected getResource(commit Commit<? extends GetResource>) : long from class io.atomix.manager.ResourceManager to protected getResource(commit Commit<? extends GetResource>) : long from class io.atomix.manager.state.ResourceManagerState |
From |
To |
|
Move Method protected deleteResource(commit Commit<DeleteResource>) : boolean from class io.atomix.manager.ResourceManager to protected deleteResource(commit Commit<DeleteResource>) : boolean from class io.atomix.manager.state.ResourceManagerState |
From |
To |
|
Move Method public keys(type Class<? super T>) : CompletableFuture<Set<String>> from class io.atomix.Atomix to public keys(type Class<? super T>) : CompletableFuture<Set<String>> from class io.atomix.manager.ResourceManager |
From |
To |
|
Move Method public exists(key String) : CompletableFuture<Boolean> from class io.atomix.Atomix to public exists(key String) : CompletableFuture<Boolean> from class io.atomix.manager.ResourceManager |
From |
To |
|
Move Method public type(type Class<? extends Resource<?,?>>) : ResourceType from class io.atomix.Atomix to public type(type Class<? extends Resource<?,?>>) : ResourceType from class io.atomix.manager.ResourceManager |
From |
To |
|
Move Method protected closeResource(commit Commit<CloseResource>) : void from class io.atomix.manager.ResourceManager to protected closeResource(commit Commit<CloseResource>) : void from class io.atomix.manager.state.ResourceManagerState |
From |
To |
|
Move Method public isOpen() : boolean from class io.atomix.Atomix to public isOpen() : boolean from class io.atomix.manager.ResourceManager |
From |
To |
|
Move Method public isClosed() : boolean from class io.atomix.Atomix to public isClosed() : boolean from class io.atomix.manager.ResourceManager |
From |
To |
|
Move Method public get(key String, type ResourceType) : CompletableFuture<T> from class io.atomix.Atomix to public get(key String, type ResourceType) : CompletableFuture<T> from class io.atomix.manager.ResourceManager |
From |
To |
|
Move Method public close() : CompletableFuture<Void> from class io.atomix.Atomix to public close() : CompletableFuture<Void> from class io.atomix.manager.ResourceManager |
From |
To |
|
Move Method public create(key String, type Class<? super T>, options U) : CompletableFuture<T> from class io.atomix.Atomix to public create(key String, type Class<? super T>, options U) : CompletableFuture<T> from class io.atomix.manager.ResourceManager |
From |
To |
|
Move Method public keys() : CompletableFuture<Set<String>> from class io.atomix.Atomix to public keys() : CompletableFuture<Set<String>> from class io.atomix.manager.ResourceManager |
From |
To |
|
Move Method public create(key String, type ResourceType, options U) : CompletableFuture<T> from class io.atomix.Atomix to public create(key String, type ResourceType, options U) : CompletableFuture<T> from class io.atomix.manager.ResourceManager |
From |
To |
|
Move Method protected resourceExists(commit Commit<ResourceExists>) : boolean from class io.atomix.manager.ResourceManager to protected resourceExists(commit Commit<ResourceExists>) : boolean from class io.atomix.manager.state.ResourceManagerState |
From |
To |
|
Move Method public snapshot(writer SnapshotWriter) : void from class io.atomix.manager.ResourceManager to public snapshot(writer SnapshotWriter) : void from class io.atomix.manager.state.ResourceManagerState |
From |
To |
|
Move Method public get(key String, type ResourceType, options U) : CompletableFuture<T> from class io.atomix.Atomix to public get(key String, type ResourceType, options U) : CompletableFuture<T> from class io.atomix.manager.ResourceManager |
From |
To |
|
Move Method private operateResource(commit Commit<InstanceOperation>) : Object from class io.atomix.manager.ResourceManager to private operateResource(commit Commit<InstanceOperation>) : Object from class io.atomix.manager.state.ResourceManagerState |
From |
To |
|
Move Method public unregister(session Session) : void from class io.atomix.manager.ResourceManager to public unregister(session Session) : void from class io.atomix.manager.state.ResourceManagerState |
From |
To |
|
Move Method private createResource(commit Commit<? extends CreateResource>) : long from class io.atomix.manager.ResourceManager to private createResource(commit Commit<? extends CreateResource>) : long from class io.atomix.manager.state.ResourceManagerState |
From |
To |
|
Move Method private getResourceIfExists(commit Commit<GetResourceIfExists>) : long from class io.atomix.manager.ResourceManager to private getResourceIfExists(commit Commit<GetResourceIfExists>) : long from class io.atomix.manager.state.ResourceManagerState |
From |
To |
|
Move Method private createResourceIfExists(commit Commit<CreateResourceIfExists>) : long from class io.atomix.manager.ResourceManager to private createResourceIfExists(commit Commit<CreateResourceIfExists>) : long from class io.atomix.manager.state.ResourceManagerState |
From |
To |
|
Move Method public get(key String, type Class<? super T>) : CompletableFuture<T> from class io.atomix.Atomix to public get(key String, type Class<? super T>) : CompletableFuture<T> from class io.atomix.manager.ResourceManager |
From |
To |
|
Move Method public configure(executor StateMachineExecutor) : void from class io.atomix.manager.ResourceManager to public configure(executor StateMachineExecutor) : void from class io.atomix.manager.state.ResourceManagerState |
From |
To |
|
Move Method public create(key String, type Class<? super T>) : CompletableFuture<T> from class io.atomix.Atomix to public create(key String, type Class<? super T>) : CompletableFuture<T> from class io.atomix.manager.ResourceManager |
From |
To |
|
Move Method public register(session Session) : void from class io.atomix.manager.ResourceManager to public register(session Session) : void from class io.atomix.manager.state.ResourceManagerState |
From |
To |
|
Move Method public keys(type ResourceType) : CompletableFuture<Set<String>> from class io.atomix.Atomix to public keys(type ResourceType) : CompletableFuture<Set<String>> from class io.atomix.manager.ResourceManager |
From |
To |
|
Change Return Type Atomix to ResourceManager in method protected createReplica(address Address, members List<Address>) : ResourceManager in class io.atomix.testing.AbstractAtomixTest |
From |
To |
|
Change Return Type Function<Atomix,T> to Function<ResourceManager,T> in method protected create(key String, type Class<? super T>) : Function<ResourceManager,T> in class io.atomix.testing.AbstractAtomixTest |
From |
To |
|
Change Return Type CompletableFuture<Atomix> to CompletableFuture<ResourceManager> in method public open() : CompletableFuture<ResourceManager> in class io.atomix.manager.ResourceReplica |
From |
To |
|
Change Return Type AtomixReplica to ResourceReplica in method public build() : ResourceReplica in class io.atomix.manager.ResourceReplica.Builder |
From |
To |
|
Change Return Type AtomixServer to ResourceServer in method public build() : ResourceServer in class io.atomix.manager.ResourceServer.Builder |
From |
To |
|
Change Return Type CompletableFuture<AtomixServer> to CompletableFuture<ResourceServer> in method public open() : CompletableFuture<ResourceServer> in class io.atomix.manager.ResourceServer |
From |
To |
|
Change Return Type AtomixClient to ResourceClient in method public build() : ResourceClient in class io.atomix.manager.ResourceClient.Builder |
From |
To |
|
Change Return Type AtomixServer to ResourceServer in method protected createServer(address Address, members List<Address>) : ResourceServer in class io.atomix.testing.AbstractAtomixTest |
From |
To |
|
Change Return Type Atomix to ResourceManager in method protected createClient() : ResourceManager in class io.atomix.testing.AbstractAtomixTest |
From |
To |
|
Change Return Type Atomix.Builder to ResourceManager.Builder in method public withTransport(transport Transport) : ResourceManager.Builder in class io.atomix.manager.ResourceClient.Builder |
From |
To |
|
Change Return Type List<AtomixServer> to List<ResourceServer> in method protected createServers(nodes int) : List<ResourceServer> in class io.atomix.testing.AbstractAtomixTest |
From |
To |
|
Change Return Type Function<Atomix,T> to Function<ResourceManager,T> in method protected get(key String, type Class<? super T>) : Function<ResourceManager,T> in class io.atomix.testing.AbstractAtomixTest |
From |
To |
|
Change Return Type List<Atomix> to List<ResourceManager> in method protected createReplicas(nodes int) : List<ResourceManager> in class io.atomix.testing.AbstractAtomixTest |
From |
To |
|
Change Return Type List<AtomixServer> to List<ResourceServer> in method protected createServers(live int, total int) : List<ResourceServer> in class io.atomix.testing.AbstractAtomixTest |
From |
To |
|
Change Variable Type client2 : Atomix to client2 : ResourceManager in method public testGetCreateConcurrency() : void in class io.atomix.manager.ResourceClientServerTest |
From |
To |
|
Change Variable Type client1 : Atomix to client1 : ResourceManager in method public testClientLeaderElectionCreate() : void in class io.atomix.AtomixLeaderElectionTest |
From |
To |
|
Change Variable Type client1 : Atomix to client1 : ResourceManager in method public testClientMessageBusCreate() : void in class io.atomix.AtomixMessageBusTest |
From |
To |
|
Change Variable Type replica : Atomix to replica : ResourceManager in method private testSubmitQuery(consistency Consistency) : void in class io.atomix.manager.ResourceReplicaTest |
From |
To |
|
Change Variable Type replica2 : Atomix to replica2 : ResourceManager in method public testOperateMany() : void in class io.atomix.manager.ResourceReplicaTest |
From |
To |
|
Change Variable Type client1 : Atomix to client1 : ResourceManager in method public testClientLockCreate() : void in class io.atomix.AtomixLockTest |
From |
To |
|
Change Variable Type client1 : Atomix to client1 : ResourceManager in method public testClientMultiMapGet() : void in class io.atomix.AtomixMultiMapTest |
From |
To |
|
Change Variable Type client1 : Atomix to client1 : ResourceManager in method public testClientLockGet() : void in class io.atomix.AtomixLockTest |
From |
To |
|
Change Variable Type atomix : Atomix to atomix : ResourceManager in method public main(args String[]) : void in class io.atomix.examples.memberhip.GroupMembershipExample |
From |
To |
|
Change Variable Type client1 : Atomix to client1 : ResourceManager in method public testClientMembershipGroupGet() : void in class io.atomix.AtomixMembershipGroupTest |
From |
To |
|
Change Variable Type client1 : Atomix to client1 : ResourceManager in method public testClientQueueGet() : void in class io.atomix.AtomixQueueTest |
From |
To |
|
Change Variable Type replica2 : Atomix to replica2 : ResourceManager in method public testCreateConcurrency() : void in class io.atomix.manager.ResourceReplicaTest |
From |
To |
|
Change Variable Type client2 : Atomix to client2 : ResourceManager in method public testClientMessageBusCreate() : void in class io.atomix.AtomixMessageBusTest |
From |
To |
|
Change Variable Type client2 : Atomix to client2 : ResourceManager in method public testClientMessageBusGet() : void in class io.atomix.AtomixMessageBusTest |
From |
To |
|
Change Variable Type client : Atomix to client : ResourceManager in method public testMixMap() : void in class io.atomix.AtomixMapTest |
From |
To |
|
Change Variable Type servers : List<AtomixServer> to servers : List<ResourceServer> in method protected createServers(live int, total int) : List<ResourceServer> in class io.atomix.testing.AbstractAtomixTest |
From |
To |
|
Change Variable Type replicas : List<Atomix> to replicas : List<ResourceManager> in method public testCreateConcurrency() : void in class io.atomix.manager.ResourceReplicaTest |
From |
To |
|
Change Variable Type servers : List<AtomixServer> to servers : List<ResourceServer> in method public testServerLeave() : void in class io.atomix.manager.ResourceServerTest |
From |
To |
|
Change Variable Type client : Atomix to client : ResourceManager in method public testMixMembershipGroup() : void in class io.atomix.AtomixMembershipGroupTest |
From |
To |
|
Change Variable Type client : Atomix to client : ResourceManager in method protected createClient() : ResourceManager in class io.atomix.testing.AbstractAtomixTest |
From |
To |
|
Change Variable Type client : Atomix to client : ResourceManager in method public testMixSet() : void in class io.atomix.AtomixSetTest |
From |
To |
|
Change Variable Type client2 : Atomix to client2 : ResourceManager in method public testCreateConcurrency() : void in class io.atomix.manager.ResourceClientServerTest |
From |
To |
|
Change Variable Type client2 : Atomix to client2 : ResourceManager in method public testClientLongGet() : void in class io.atomix.AtomixLongTest |
From |
To |
|
Change Variable Type client1 : Atomix to client1 : ResourceManager in method public testClientMultiMapCreate() : void in class io.atomix.AtomixMultiMapTest |
From |
To |
|
Change Variable Type replica1 : Atomix to replica1 : ResourceManager in method public testOperateMany() : void in class io.atomix.manager.ResourceReplicaTest |
From |
To |
|
Change Variable Type replica1 : Atomix to replica1 : ResourceManager in method public testGetCreateConcurrency() : void in class io.atomix.manager.ResourceReplicaTest |
From |
To |
|
Change Variable Type client1 : Atomix to client1 : ResourceManager in method public testClientMembershipGroupCreate() : void in class io.atomix.AtomixMembershipGroupTest |
From |
To |
|
Change Variable Type atomix : Atomix to atomix : ResourceManager in method public main(args String[]) : void in class io.atomix.examples.election.LeaderElectionExample |
From |
To |
|
Change Variable Type replica : Atomix to replica : ResourceManager in method private testSubmitCommand(consistency Consistency) : void in class io.atomix.manager.ResourceReplicaTest |
From |
To |
|
Change Variable Type replicas : List<Atomix> to replicas : List<ResourceManager> in method public testGetCreateConcurrency() : void in class io.atomix.manager.ResourceReplicaTest |
From |
To |
|
Change Variable Type client2 : Atomix to client2 : ResourceManager in method public testClientLongCreate() : void in class io.atomix.AtomixLongTest |
From |
To |
|
Change Variable Type client : Atomix to client : ResourceManager in method public testMixMultiMap() : void in class io.atomix.AtomixMultiMapTest |
From |
To |
|
Change Variable Type client : Atomix to client : ResourceManager in method private testSubmitCommand(consistency Consistency) : void in class io.atomix.manager.ResourceClientServerTest |
From |
To |
|
Change Variable Type client2 : Atomix to client2 : ResourceManager in method public testClientLockGet() : void in class io.atomix.AtomixLockTest |
From |
To |
|
Change Variable Type client1 : Atomix to client1 : ResourceManager in method public testClientMessageBusGet() : void in class io.atomix.AtomixMessageBusTest |
From |
To |
|
Change Variable Type client2 : Atomix to client2 : ResourceManager in method public testGetConcurrency() : void in class io.atomix.manager.ResourceClientServerTest |
From |
To |
|
Change Variable Type client1 : Atomix to client1 : ResourceManager in method public testClientLeaderElectionGet() : void in class io.atomix.AtomixLeaderElectionTest |
From |
To |
|
Change Variable Type replica1 : Atomix to replica1 : ResourceManager in method public testCreateConcurrency() : void in class io.atomix.manager.ResourceReplicaTest |
From |
To |
|
Change Variable Type replica2 : Atomix to replica2 : ResourceManager in method public testGetCreateConcurrency() : void in class io.atomix.manager.ResourceReplicaTest |
From |
To |
|
Change Variable Type client1 : Atomix to client1 : ResourceManager in method public testClientMapGet() : void in class io.atomix.AtomixMapTest |
From |
To |
|
Change Variable Type server : AtomixServer to server : ResourceServer in method protected createServers(live int, total int) : List<ResourceServer> in class io.atomix.testing.AbstractAtomixTest |
From |
To |
|
Change Variable Type client : Atomix to client : ResourceManager in method public testGetResourceKeys() : void in class io.atomix.manager.ResourceClientServerTest |
From |
To |
|
Change Variable Type client : Atomix to client : ResourceManager in method public testMixLong() : void in class io.atomix.AtomixLongTest |
From |
To |
|
Change Variable Type client2 : Atomix to client2 : ResourceManager in method public testClientSetCreate() : void in class io.atomix.AtomixSetTest |
From |
To |
|
Change Variable Type client2 : Atomix to client2 : ResourceManager in method public testClientMapGet() : void in class io.atomix.AtomixMapTest |
From |
To |
|
Change Variable Type client1 : Atomix to client1 : ResourceManager in method public testGetCreateConcurrency() : void in class io.atomix.manager.ResourceClientServerTest |
From |
To |
|
Change Variable Type client2 : Atomix to client2 : ResourceManager in method public testClientMapCreate() : void in class io.atomix.AtomixMapTest |
From |
To |
|
Change Variable Type client1 : Atomix to client1 : ResourceManager in method public testClientLongCreate() : void in class io.atomix.AtomixLongTest |
From |
To |
|
Change Variable Type client1 : Atomix to client1 : ResourceManager in method public testClientSetCreate() : void in class io.atomix.AtomixSetTest |
From |
To |
|
Change Variable Type client2 : Atomix to client2 : ResourceManager in method public testClientLeaderElectionCreate() : void in class io.atomix.AtomixLeaderElectionTest |
From |
To |
|
Change Variable Type client2 : Atomix to client2 : ResourceManager in method public testClientMembershipGroupGet() : void in class io.atomix.AtomixMembershipGroupTest |
From |
To |
|
Change Variable Type client1 : Atomix to client1 : ResourceManager in method public testClientMapCreate() : void in class io.atomix.AtomixMapTest |
From |
To |
|
Change Variable Type client2 : Atomix to client2 : ResourceManager in method public testClientLeaderElectionGet() : void in class io.atomix.AtomixLeaderElectionTest |
From |
To |
|
Change Variable Type client2 : Atomix to client2 : ResourceManager in method public testClientMultiMapCreate() : void in class io.atomix.AtomixMultiMapTest |
From |
To |
|
Change Variable Type client1 : Atomix to client1 : ResourceManager in method public testGetConcurrency() : void in class io.atomix.manager.ResourceClientServerTest |
From |
To |
|
Change Variable Type server : AtomixServer to server : ResourceServer in method public main(args String[]) : void in class io.atomix.examples.server.StandaloneServerExample |
From |
To |
|
Change Variable Type client2 : Atomix to client2 : ResourceManager in method public testClientQueueCreate() : void in class io.atomix.AtomixQueueTest |
From |
To |
|
Change Variable Type replicas : List<Atomix> to replicas : List<ResourceManager> in method protected createReplicas(nodes int) : List<ResourceManager> in class io.atomix.testing.AbstractAtomixTest |
From |
To |
|
Change Variable Type client1 : Atomix to client1 : ResourceManager in method public testClientSetGet() : void in class io.atomix.AtomixSetTest |
From |
To |
|
Change Variable Type client2 : Atomix to client2 : ResourceManager in method public testClientSetGet() : void in class io.atomix.AtomixSetTest |
From |
To |
|
Change Variable Type atomix : Atomix to atomix : ResourceManager in method protected createReplicas(nodes int) : List<ResourceManager> in class io.atomix.testing.AbstractAtomixTest |
From |
To |
|
Change Variable Type server : AtomixServer to server : ResourceServer in method protected createServer(address Address, members List<Address>) : ResourceServer in class io.atomix.testing.AbstractAtomixTest |
From |
To |
|
Change Variable Type replicas : List<Atomix> to replicas : List<ResourceManager> in method public testGetConcurrency() : void in class io.atomix.manager.ResourceReplicaTest |
From |
To |
|
Change Variable Type replica2 : Atomix to replica2 : ResourceManager in method public testGetConcurrency() : void in class io.atomix.manager.ResourceReplicaTest |
From |
To |
|
Change Variable Type replicas : List<Atomix> to replicas : List<ResourceManager> in method public testOperateMany() : void in class io.atomix.manager.ResourceReplicaTest |
From |
To |
|
Change Variable Type client1 : Atomix to client1 : ResourceManager in method public testCreateConcurrency() : void in class io.atomix.manager.ResourceClientServerTest |
From |
To |
|
Change Variable Type client2 : Atomix to client2 : ResourceManager in method public testClientMembershipGroupCreate() : void in class io.atomix.AtomixMembershipGroupTest |
From |
To |
|
Change Variable Type server : AtomixServer to server : ResourceServer in method public testServerLeave() : void in class io.atomix.manager.ResourceServerTest |
From |
To |
|
Change Variable Type client : Atomix to client : ResourceManager in method private testSubmitQuery(consistency Consistency) : void in class io.atomix.manager.ResourceClientServerTest |
From |
To |
|
Change Variable Type client2 : Atomix to client2 : ResourceManager in method public testClientQueueGet() : void in class io.atomix.AtomixQueueTest |
From |
To |
|
Change Variable Type client2 : Atomix to client2 : ResourceManager in method public testClientLockCreate() : void in class io.atomix.AtomixLockTest |
From |
To |
|
Change Variable Type atomix : Atomix to atomix : ResourceManager in method public main(args String[]) : void in class io.atomix.examples.variables.DistributedValueExample |
From |
To |
|
Change Variable Type replica : AtomixReplica to replica : ResourceReplica in method protected createReplica(address Address, members List<Address>) : ResourceManager in class io.atomix.testing.AbstractAtomixTest |
From |
To |
|
Change Variable Type client : Atomix to client : ResourceManager in method public testMixMessageBus() : void in class io.atomix.AtomixMessageBusTest |
From |
To |
|
Change Variable Type client : Atomix to client : ResourceManager in method public testMixQueue() : void in class io.atomix.AtomixQueueTest |
From |
To |
|
Change Variable Type client1 : Atomix to client1 : ResourceManager in method public testClientLongGet() : void in class io.atomix.AtomixLongTest |
From |
To |
|
Change Variable Type replica1 : Atomix to replica1 : ResourceManager in method public testGetConcurrency() : void in class io.atomix.manager.ResourceReplicaTest |
From |
To |
|
Change Variable Type client2 : Atomix to client2 : ResourceManager in method public testClientMultiMapGet() : void in class io.atomix.AtomixMultiMapTest |
From |
To |
|
Change Variable Type client1 : Atomix to client1 : ResourceManager in method public testClientQueueCreate() : void in class io.atomix.AtomixQueueTest |
From |
To |
|
Change Variable Type joiner : AtomixServer to joiner : ResourceServer in method public testServerJoin() : void in class io.atomix.manager.ResourceServerTest |
From |
To |