aa81dd14a7d0e21d448acf2bbbb3a8a3d4eca0f8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 18
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type dataStreamExecSvc : ExecutorService to dataStreamExecSvc : StripedExecutor in method protected GridKernalContextImpl(log GridLoggerProxy, grid IgniteEx, cfg IgniteConfiguration, gw GridKernalGateway, utilityCachePool ExecutorService, execSvc ExecutorService, svcExecSvc ExecutorService, sysExecSvc ExecutorService, stripedExecSvc StripedExecutor, p2pExecSvc ExecutorService, mgmtExecSvc ExecutorService, igfsExecSvc ExecutorService, dataStreamExecSvc StripedExecutor, restExecSvc ExecutorService, affExecSvc ExecutorService, idxExecSvc ExecutorService, callbackExecSvc IgniteStripedThreadPoolExecutor, qryExecSvc ExecutorService, schemaExecSvc ExecutorService, customExecSvcs Map<String,? extends ExecutorService>, plugins List<PluginProvider>) in class org.apache.ignite.internal.GridKernalContextImpl | From | To | |
Change Parameter Type dataStreamExecSvc : ExecutorService to dataStreamExecSvc : StripedExecutor in method public start(cfg IgniteConfiguration, utilityCachePool ExecutorService, execSvc ExecutorService, svcExecSvc ExecutorService, sysExecSvc ExecutorService, stripedExecSvc StripedExecutor, p2pExecSvc ExecutorService, mgmtExecSvc ExecutorService, igfsExecSvc ExecutorService, dataStreamExecSvc StripedExecutor, restExecSvc ExecutorService, affExecSvc ExecutorService, idxExecSvc ExecutorService, callbackExecSvc IgniteStripedThreadPoolExecutor, qryExecSvc ExecutorService, schemaExecSvc ExecutorService, customExecSvcs Map<String,? extends ExecutorService>, errHnd GridAbsClosure) : void in class org.apache.ignite.internal.IgniteKernal | From | To | |
Move Method | 2 | ||
Move Method private newEntries() : List<DataStreamerEntry> from class org.apache.ignite.internal.processors.datastreamer.DataStreamerImpl.Buffer to private newEntries() : List<DataStreamerEntry> from class org.apache.ignite.internal.processors.datastreamer.DataStreamerImpl.PerStripeBuffer | From | To | |
Move Method private renewBatch(remap boolean) : void from class org.apache.ignite.internal.processors.datastreamer.DataStreamerImpl.Buffer to package renewBatch(remap boolean) : void from class org.apache.ignite.internal.processors.datastreamer.DataStreamerImpl.PerStripeBuffer | From | To | |
Rename Variable | 1 | ||
Rename Variable f : GridFutureAdapter<?> to futs : List<GridFutureAdapter<?>> in method private load0(entries Collection<? extends DataStreamerEntry>, resFut GridFutureAdapter<Object>, activeKeys Collection<KeyCacheObjectWrapper>, remaps int) : void in class org.apache.ignite.internal.processors.datastreamer.DataStreamerImpl | From | To | |
Change Return Type | 4 | ||
Change Return Type GridFutureAdapter<?> to List<GridFutureAdapter<?>> in method package update(newEntries Iterable<DataStreamerEntry>, topVer AffinityTopologyVersion, lsnr IgniteInClosure<IgniteInternalFuture<?>>, remap boolean) : List<GridFutureAdapter<?>> in class org.apache.ignite.internal.processors.datastreamer.DataStreamerImpl.Buffer | From | To | |
Change Return Type ExecutorService to StripedExecutor in method public getDataStreamerExecutorService() : StripedExecutor in class org.apache.ignite.internal.GridKernalContextImpl | From | To | |
Change Return Type ExecutorService to StripedExecutor in method public getDataStreamerExecutorService() : StripedExecutor in class org.apache.ignite.internal.processors.cache.persistence.wal.reader.StandaloneGridKernalContext | From | To | |
Change Return Type ExecutorService to StripedExecutor in method public getDataStreamerExecutorService() : StripedExecutor in class org.apache.ignite.internal.GridKernalContext | From | To | |
Move Attribute | 3 | ||
Move Attribute private entries : List<DataStreamerEntry> from class org.apache.ignite.internal.processors.datastreamer.DataStreamerImpl.Buffer to private entries : List<DataStreamerEntry> from class org.apache.ignite.internal.processors.datastreamer.DataStreamerImpl.PerStripeBuffer | From | To | |
Move Attribute private batchTopVer : AffinityTopologyVersion from class org.apache.ignite.internal.processors.datastreamer.DataStreamerImpl.Buffer to private batchTopVer : AffinityTopologyVersion from class org.apache.ignite.internal.processors.datastreamer.DataStreamerImpl.PerStripeBuffer | From | To | |
Move Attribute private curFut : GridFutureAdapter<Object> from class org.apache.ignite.internal.processors.datastreamer.DataStreamerImpl.Buffer to private curFut : GridFutureAdapter<Object> from class org.apache.ignite.internal.processors.datastreamer.DataStreamerImpl.PerStripeBuffer | From | To | |
Extract Class | 1 | ||
Extract Class org.apache.ignite.internal.processors.datastreamer.DataStreamerImpl.PerStripeBuffer from class org.apache.ignite.internal.processors.datastreamer.DataStreamerImpl.Buffer | From | To | |
Change Variable Type | 1 | ||
Change Variable Type f : GridFutureAdapter<?> to futs : List<GridFutureAdapter<?>> in method private load0(entries Collection<? extends DataStreamerEntry>, resFut GridFutureAdapter<Object>, activeKeys Collection<KeyCacheObjectWrapper>, remaps int) : void in class org.apache.ignite.internal.processors.datastreamer.DataStreamerImpl | From | To | |
Split Attribute | 1 | ||
Split Attribute curFut : GridFutureAdapter<Object> to [sem : Semaphore, perNodeParallelOps : int] in class org.apache.ignite.internal.processors.datastreamer.DataStreamerImpl.Buffer | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type dataStreamExecSvc : ExecutorService to dataStreamExecSvc : StripedExecutor in class org.apache.ignite.internal.GridKernalContextImpl | From | To | |
Change Attribute Type dataStreamerExecSvc : ThreadPoolExecutor to dataStreamerExecSvc : StripedExecutor in class org.apache.ignite.internal.IgnitionEx.IgniteNamedInstance | From | To |