|
Change Parameter Type endpointCfg : Map<String,String> to endpointCfg : IgfsIpcEndpointConfiguration in method public IgfsServer(igfsCtx IgfsContext, endpointCfg IgfsIpcEndpointConfiguration, mgmt boolean) in class org.apache.ignite.internal.processors.igfs.IgfsServer |
From |
To |
|
Change Parameter Type endpointCfg : Map<String,String> to endpointCfg : IgfsIpcEndpointConfiguration in method private createEndpoint(endpointCfg IgfsIpcEndpointConfiguration, mgmt boolean) : IpcServerEndpoint in class org.apache.ignite.internal.processors.igfs.IgfsServer |
From |
To |
|
Change Parameter Type endpointCfg : Map<String,String> to endpointCfg : IgfsIpcEndpointConfiguration in method private bind(endpointCfg IgfsIpcEndpointConfiguration, mgmt boolean) : void in class org.apache.ignite.internal.processors.igfs.IgfsServerManager |
From |
To |
|
Change Parameter Type cfg : Map<String,String> to cfg : IgfsIpcEndpointConfiguration in method public addConfiguration(cfg IgfsIpcEndpointConfiguration, mgmt boolean) : void in class org.apache.ignite.internal.processors.igfs.IgfsServerManager.BindWorker |
From |
To |
|
Change Parameter Type restCfg : Map<String,String> to restCfg : IgfsIpcEndpointConfiguration in method protected startGridWithIgfs(gridName String, igfsName String, mode IgfsMode, secondaryFs IgfsSecondaryFileSystem, restCfg IgfsIpcEndpointConfiguration) : Ignite in class org.apache.ignite.internal.processors.igfs.IgfsAbstractSelfTest |
From |
To |
|
Change Parameter Type ipcEndpointCfg : Map<String,String> to ipcEndpointCfg : IgfsIpcEndpointConfiguration in method public setIpcEndpointConfiguration(ipcEndpointCfg IgfsIpcEndpointConfiguration) : void in class org.apache.ignite.configuration.FileSystemConfiguration |
From |
To |
|
Change Parameter Type endPntType : String to endPntType : IgfsIpcEndpointType in method protected igfsConfiguration(endPntType IgfsIpcEndpointType, endPntPort Integer, endPntHost String) : FileSystemConfiguration in class org.apache.ignite.internal.processors.igfs.IgfsServerManagerIpcEndpointRegistrationAbstractSelfTest |
From |
To |
|
Change Parameter Type restCfg : Map<String,String> to restCfg : IgfsIpcEndpointConfiguration in method protected startGridWithIgfs(gridName String, igfsName String, mode IgfsMode, secondaryFs IgfsSecondaryFileSystem, restCfg IgfsIpcEndpointConfiguration) : Ignite in class org.apache.ignite.igfs.HadoopIgfsDualAbstractSelfTest |
From |
To |
|
Change Return Type Map<String,String> to IgfsIpcEndpointConfiguration in method protected primaryIpcEndpointConfiguration(gridName String) : IgfsIpcEndpointConfiguration in class org.apache.ignite.igfs.HadoopSecondaryFileSystemConfigurationTest |
From |
To |
|
Change Return Type Map<String,String> to IgfsIpcEndpointConfiguration in method protected primaryIpcEndpointConfiguration(gridName String) : IgfsIpcEndpointConfiguration in class org.apache.ignite.igfs.HadoopIgfs20FileSystemLoopbackPrimarySelfTest |
From |
To |
|
Change Return Type Map<String,String> to IgfsIpcEndpointConfiguration in method protected primaryIpcEndpointConfiguration(gridName String) : IgfsIpcEndpointConfiguration in class org.apache.ignite.igfs.IgniteHadoopFileSystemShmemAbstractSelfTest |
From |
To |
|
Change Return Type Map<String,String> to IgfsIpcEndpointConfiguration in method protected abstract primaryIpcEndpointConfiguration(gridName String) : IgfsIpcEndpointConfiguration in class org.apache.ignite.igfs.IgniteHadoopFileSystemAbstractSelfTest |
From |
To |
|
Change Return Type Map<String,String> to IgfsIpcEndpointConfiguration in method protected primaryIpcEndpointConfiguration(gridName String) : IgfsIpcEndpointConfiguration in class org.apache.ignite.igfs.HadoopIgfs20FileSystemShmemPrimarySelfTest |
From |
To |
|
Change Return Type Map<String,String> to IgfsIpcEndpointConfiguration in method protected secondaryIpcEndpointConfiguration() : IgfsIpcEndpointConfiguration in class org.apache.ignite.igfs.HadoopIgfs20FileSystemShmemPrimarySelfTest |
From |
To |
|
Change Return Type Map<String,String> to IgfsIpcEndpointConfiguration in method protected abstract primaryIpcEndpointConfiguration(gridName String) : IgfsIpcEndpointConfiguration in class org.apache.ignite.igfs.HadoopIgfs20FileSystemAbstractSelfTest |
From |
To |
|
Change Return Type Map<String,String> to IgfsIpcEndpointConfiguration in method protected abstract secondaryIpcEndpointConfiguration() : IgfsIpcEndpointConfiguration in class org.apache.ignite.igfs.HadoopIgfs20FileSystemAbstractSelfTest |
From |
To |
|
Change Return Type Map<String,String> to IgfsIpcEndpointConfiguration in method public getIpcEndpointConfiguration() : IgfsIpcEndpointConfiguration in class org.apache.ignite.configuration.FileSystemConfiguration |
From |
To |
|
Change Return Type Map<String,String> to IgfsIpcEndpointConfiguration in method protected secondaryIpcEndpointConfiguration() : IgfsIpcEndpointConfiguration in class org.apache.ignite.igfs.HadoopIgfs20FileSystemLoopbackPrimarySelfTest |
From |
To |
|
Change Return Type Map<String,String> to IgfsIpcEndpointConfiguration in method protected primaryIpcEndpointConfiguration(gridName String) : IgfsIpcEndpointConfiguration in class org.apache.ignite.igfs.IgniteHadoopFileSystemLoopbackAbstractSelfTest |
From |
To |
|
Change Variable Type cfg : IgniteBiTuple<Map<String,String>,Boolean> to cfg : IgniteBiTuple<IgfsIpcEndpointConfiguration,Boolean> in method protected body() : void in class org.apache.ignite.internal.processors.igfs.IgfsServerManager.BindWorker |
From |
To |
|
Change Variable Type endPntCfg : HashMap<String,String> to endPntCfg : IgfsIpcEndpointConfiguration in method protected igfsConfiguration(endPntType IgfsIpcEndpointType, endPntPort Integer, endPntHost String) : FileSystemConfiguration in class org.apache.ignite.internal.processors.igfs.IgfsServerManagerIpcEndpointRegistrationAbstractSelfTest |
From |
To |
|
Change Variable Type endpointCfg : Map<String,String> to endpointCfg : IgfsIpcEndpointConfiguration in method public from(igfs FileSystemConfiguration) : VisorIgfsConfiguration in class org.apache.ignite.internal.visor.node.VisorIgfsConfiguration |
From |
To |
|
Change Variable Type it : Iterator<IgniteBiTuple<Map<String,String>,Boolean>> to it : Iterator<IgniteBiTuple<IgfsIpcEndpointConfiguration,Boolean>> in method protected body() : void in class org.apache.ignite.internal.processors.igfs.IgfsServerManager.BindWorker |
From |
To |
|
Change Attribute Type ipcEndpointCfg : Map<String,String> to ipcEndpointCfg : IgfsIpcEndpointConfiguration in class org.apache.ignite.configuration.FileSystemConfiguration |
From |
To |
|
Change Attribute Type PRIMARY_REST_CFG : Map<String,String> to PRIMARY_REST_CFG : IgfsIpcEndpointConfiguration in class org.apache.ignite.internal.processors.igfs.IgfsAbstractSelfTest |
From |
To |
|
Change Attribute Type SECONDARY_REST_CFG : Map<String,String> to SECONDARY_REST_CFG : IgfsIpcEndpointConfiguration in class org.apache.ignite.internal.processors.igfs.IgfsCachePerBlockLruEvictionPolicySelfTest |
From |
To |
|
Change Attribute Type endpointCfg : Map<String,String> to endpointCfg : IgfsIpcEndpointConfiguration in class org.apache.ignite.internal.processors.igfs.IgfsServer |
From |
To |
|
Change Attribute Type bindCfgs : Collection<IgniteBiTuple<Map<String,String>,Boolean>> to bindCfgs : Collection<IgniteBiTuple<IgfsIpcEndpointConfiguration,Boolean>> in class org.apache.ignite.internal.processors.igfs.IgfsServerManager.BindWorker |
From |
To |
|
Change Attribute Type PRIMARY_REST_CFG : Map<String,String> to PRIMARY_REST_CFG : IgfsIpcEndpointConfiguration in class org.apache.ignite.igfs.HadoopIgfsDualAbstractSelfTest |
From |
To |
|
Change Attribute Type SECONDARY_REST_CFG : Map<String,String> to SECONDARY_REST_CFG : IgfsIpcEndpointConfiguration in class org.apache.ignite.internal.processors.igfs.IgfsAbstractSelfTest |
From |
To |
|
Change Attribute Type SECONDARY_REST_CFG : Map<String,String> to SECONDARY_REST_CFG : IgfsIpcEndpointConfiguration in class org.apache.ignite.internal.processors.igfs.IgfsMetricsSelfTest |
From |
To |
|
Change Attribute Type SECONDARY_ENDPOINT_CFG : Map<String,String> to SECONDARY_ENDPOINT_CFG : IgfsIpcEndpointConfiguration in class org.apache.ignite.igfs.HadoopSecondaryFileSystemConfigurationTest |
From |
To |
|
Change Attribute Type SECONDARY_REST_CFG : Map<String,String> to SECONDARY_REST_CFG : IgfsIpcEndpointConfiguration in class org.apache.ignite.igfs.HadoopIgfsDualAbstractSelfTest |
From |
To |
|
Change Attribute Type SECONDARY_ENDPOINT_CFG : Map<String,String> to SECONDARY_ENDPOINT_CFG : IgfsIpcEndpointConfiguration in class org.apache.ignite.igfs.IgniteHadoopFileSystemAbstractSelfTest |
From |
To |