7e9fe14a31d743b3d314b7d00e23d971767659fe
Files Diff
- Added: 5
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Variable | 3 | ||
Extract Variable op : StoreOperation in method public load(key K) : V from class org.apache.ignite.internal.processors.cache.store.GridCacheWriteBehindStore | From | To | |
Extract Variable val : StatefulValue<K,V> in method private applyBatch(valMap Map<K,StatefulValue<K,V>>, initSes boolean, flusher Flusher) : boolean from class org.apache.ignite.internal.processors.cache.store.GridCacheWriteBehindStore | From | To | |
Extract Variable op : StoreOperation in method public loadAll(keys Iterable<? extends K>) : Map<K,V> from class org.apache.ignite.internal.processors.cache.store.GridCacheWriteBehindStore | From | To |