|
Change Variable Type srvCfg : PreparedConfigurations to srvCfg : PreparedConfigurations<String> in method private deployAll(cfgs Collection<ServiceConfiguration>, dfltNodeFilter IgnitePredicate<ClusterNode>) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.service.GridServiceProcessor |
From |
To |
|
Change Variable Type failedFuts : List<GridServiceDeploymentFuture> to failedFuts : List<GridServiceDeploymentFuture<String>> in method private prepareServiceConfigurations(cfgs Collection<ServiceConfiguration>, dfltNodeFilter IgnitePredicate<ClusterNode>) : PreparedConfigurations<String> in class org.apache.ignite.internal.processors.service.GridServiceProcessor |
From |
To |
|
Change Variable Type g : Ignite to g : IgniteEx in method private checkDeployOnEachNodeButClientUpdateTopology(name String) : void in class org.apache.ignite.internal.processors.service.GridServiceProcessorMultiNodeConfigSelfTest |
From |
To |
|
Change Variable Type g : Ignite to g : IgniteEx in method public testDeployOnEachNodeUpdateTopology() : void in class org.apache.ignite.internal.processors.service.GridServiceProcessorMultiNodeSelfTest |
From |
To |
|
Change Variable Type g : Ignite to g : IgniteEx in method public testDeployOnEachProjectionNodeUpdateTopology() : void in class org.apache.ignite.internal.processors.service.GridServiceProcessorMultiNodeSelfTest |
From |
To |
|
Change Variable Type g : Ignite to g : IgniteEx in method public testSingletonUpdateTopology() : void in class org.apache.ignite.internal.processors.service.GridServiceProcessorMultiNodeSelfTest |
From |
To |
|
Change Variable Type node2 : Ignite to node2 : IgniteEx in method public testNodeRestart1() : void in class org.apache.ignite.internal.processors.service.IgniteServiceReassignmentTest |
From |
To |
|
Change Variable Type g : Ignite to g : IgniteEx in method public testDeployLimits() : void in class org.apache.ignite.internal.processors.service.GridServiceProcessorMultiNodeConfigSelfTest |
From |
To |
|
Change Variable Type fut : GridServiceDeploymentFuture to fut : GridServiceDeploymentFuture<String> in method private deployAll(cfgs Collection<ServiceConfiguration>, dfltNodeFilter IgnitePredicate<ClusterNode>) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.service.GridServiceProcessor |
From |
To |
|
Change Variable Type g : Ignite to g : IgniteEx in method private checkDeployOnEachNodeUpdateTopology(name String) : void in class org.apache.ignite.internal.processors.service.GridServiceProcessorMultiNodeConfigSelfTest |
From |
To |
|
Change Variable Type old : GridServiceDeploymentFuture to old : GridServiceDeploymentFuture<String> in method private writeServiceToCache(res GridServiceDeploymentCompoundFuture<String>, cfg ServiceConfiguration) : void in class org.apache.ignite.internal.processors.service.GridServiceProcessor |
From |
To |
|
Change Variable Type ignite0 : Ignite to ignite0 : IgniteEx in method public testPredicateAccessCache() : void in class org.apache.ignite.internal.processors.service.ServicePredicateAccessCacheTest |
From |
To |
|
Change Variable Type node1 : Ignite to node1 : IgniteEx in method public testNodeRestart1() : void in class org.apache.ignite.internal.processors.service.IgniteServiceReassignmentTest |
From |
To |
|
Change Variable Type g : Ignite to g : IgniteEx in method public testAffinityDeployUpdateTopology() : void in class org.apache.ignite.internal.processors.service.GridServiceProcessorMultiNodeSelfTest |
From |
To |
|
Change Variable Type srv : Ignite to srv : IgniteEx in method public testExceptionPropagation() : void in class org.apache.ignite.internal.processors.service.GridServiceDeploymentExceptionPropagationTest |
From |
To |
|
Change Variable Type client : Ignite to client : IgniteEx in method public testCancelAllTopologyChange() : void in class org.apache.ignite.internal.processors.service.GridServiceProcessorBatchDeploySelfTest |
From |
To |
|
Change Variable Type g : Ignite to g : IgniteEx in method private checkSingletonUpdateTopology(name String) : void in class org.apache.ignite.internal.processors.service.GridServiceProcessorMultiNodeConfigSelfTest |
From |
To |
|
Change Variable Type res : GridServiceDeploymentCompoundFuture to res : GridServiceDeploymentCompoundFuture<String> in method private deployAll(cfgs Collection<ServiceConfiguration>, dfltNodeFilter IgnitePredicate<ClusterNode>) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.service.GridServiceProcessor |
From |
To |
|
Change Variable Type g : Ignite to g : IgniteEx in method public testDeployOnEachNodeButClientUpdateTopology() : void in class org.apache.ignite.internal.processors.service.GridServiceProcessorMultiNodeSelfTest |
From |
To |
|
Change Variable Type g : Ignite to g : IgniteEx in method public testAffinityUpdateTopology() : void in class org.apache.ignite.internal.processors.service.GridServiceProcessorMultiNodeConfigSelfTest |
From |
To |
|
Change Variable Type ignite : Ignite to ignite : IgniteEx in method public testNodeSingletonNotDeployedProxy() : void in class org.apache.ignite.internal.processors.service.GridServiceProcessorSingleNodeSelfTest |
From |
To |
|
Change Variable Type assignments : GridServiceAssignments to srvcTop : Map<UUID,Integer> in method private checkServices(total int, maxPerNode int, gridIdx int, lastTry boolean) : boolean in class org.apache.ignite.internal.processors.service.GridServiceReassignmentSelfTest |
From |
To |
|
Change Variable Type g : Ignite to g : IgniteEx in method public testDeployLimits() : void in class org.apache.ignite.internal.processors.service.GridServiceProcessorMultiNodeSelfTest |
From |
To |
|
Change Variable Type fut : GridServiceDeploymentFuture to fut : GridServiceDeploymentFuture<String> in method private processAssignment(e CacheEntryEvent<GridServiceAssignmentsKey,GridServiceAssignments>) : void in class org.apache.ignite.internal.processors.service.GridServiceProcessor |
From |
To |
|
Change Variable Type failedFuts : List<GridServiceDeploymentFuture> to failedFuts : List<GridServiceDeploymentFuture<String>> in method private deployAll(cfgs Collection<ServiceConfiguration>, dfltNodeFilter IgnitePredicate<ClusterNode>) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.service.GridServiceProcessor |
From |
To |
|
Change Variable Type node3 : Ignite to node3 : IgniteEx in method public testNodeRestart1() : void in class org.apache.ignite.internal.processors.service.IgniteServiceReassignmentTest |
From |
To |
|
Rename Parameter svc : Service to srvc : Service in method public deployKeyAffinitySingleton(name String, srvc Service, cacheName String, affKey Object) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.service.GridServiceProcessor |
From |
To |
|
Rename Parameter svcItf : Class<? super T> to srvcCls : Class<? super T> in method public serviceProxy(prj ClusterGroup, name String, srvcCls Class<? super T>, sticky boolean, timeout long) : T in class org.apache.ignite.internal.processors.service.GridServiceProcessor |
From |
To |
|
Rename Parameter svcNames : Collection<String> to servicesNames : Collection<String> in method public cancelAll(servicesNames Collection<String>) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.service.GridServiceProcessor |
From |
To |
|
Rename Parameter svc : Service to srvc : Service in method public deployClusterSingleton(prj ClusterGroup, name String, srvc Service) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.service.GridServiceProcessor |
From |
To |
|
Rename Parameter svc : Service to srvc : Service in method public deployMultiple(prj ClusterGroup, name String, srvc Service, totalCnt int, maxPerNodeCnt int) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.service.GridServiceProcessor |
From |
To |
|
Rename Parameter svc : Service to srvc : Service in method public deployNodeSingleton(prj ClusterGroup, name String, srvc Service) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.service.GridServiceProcessor |
From |
To |