|
Push Down Method private convert(val Object) : Object from class org.apache.ignite.internal.processors.cache.GridCacheStoreManager to private convert(val Object) : Object from class org.apache.ignite.internal.processors.cache.store.GridCacheStoreManagerAdapter |
From |
To |
|
Push Down Method public configured() : boolean from class org.apache.ignite.internal.processors.cache.GridCacheStoreManager to public configured() : boolean from class org.apache.ignite.internal.processors.cache.store.GridCacheStoreManagerAdapter |
From |
To |
|
Push Down Method private loadFromStore(tx IgniteInternalTx, key KeyCacheObject, convert boolean) : Object from class org.apache.ignite.internal.processors.cache.GridCacheStoreManager to private loadFromStore(tx IgniteInternalTx, key KeyCacheObject, convert boolean) : Object from class org.apache.ignite.internal.processors.cache.store.GridCacheStoreManagerAdapter |
From |
To |
|
Push Down Method public convertPortable() : boolean from class org.apache.ignite.internal.processors.cache.GridCacheStoreManager to protected abstract convertPortable() : boolean from class org.apache.ignite.internal.processors.cache.store.GridCacheStoreManagerAdapter |
From |
To |
|
Push Down Method public configuredStore() : CacheStore<?,?> from class org.apache.ignite.internal.processors.cache.GridCacheStoreManager to public configuredStore() : CacheStore<?,?> from class org.apache.ignite.internal.processors.cache.store.GridCacheStoreManagerAdapter |
From |
To |
|
Push Down Method public forceFlush() : void from class org.apache.ignite.internal.processors.cache.GridCacheStoreManager to public forceFlush() : void from class org.apache.ignite.internal.processors.cache.store.GridCacheStoreManagerAdapter |
From |
To |
|
Push Down Method public store() : CacheStore<Object,Object> from class org.apache.ignite.internal.processors.cache.GridCacheStoreManager to public store() : CacheStore<Object,Object> from class org.apache.ignite.internal.processors.cache.store.GridCacheStoreManagerAdapter |
From |
To |
|
Push Down Method protected stop0(cancel boolean) : void from class org.apache.ignite.internal.processors.cache.GridCacheStoreManager to protected stop0(cancel boolean) : void from class org.apache.ignite.internal.processors.cache.store.GridCacheStoreManagerAdapter |
From |
To |
|
Push Down Method protected start0() : void from class org.apache.ignite.internal.processors.cache.GridCacheStoreManager to protected start0() : void from class org.apache.ignite.internal.processors.cache.store.GridCacheStoreManagerAdapter |
From |
To |
|
Push Down Method private handleClassCastException(e ClassCastException) : void from class org.apache.ignite.internal.processors.cache.GridCacheStoreManager to private handleClassCastException(e ClassCastException) : void from class org.apache.ignite.internal.processors.cache.store.GridCacheStoreManagerAdapter |
From |
To |
|
Push Down Method private cacheStoreWrapper(ctx GridKernalContext, cfgStore CacheStore, cfg CacheConfiguration) : CacheStore from class org.apache.ignite.internal.processors.cache.GridCacheStoreManager to private cacheStoreWrapper(ctx GridKernalContext, cfgStore CacheStore, cfg CacheConfiguration) : CacheStore from class org.apache.ignite.internal.processors.cache.store.GridCacheStoreManagerAdapter |
From |
To |
|
Push Down Method private loadAllFromStore(tx IgniteInternalTx, keys Collection<? extends KeyCacheObject>, vis IgniteBiInClosure<KeyCacheObject,Object>, verVis GridInClosure3<KeyCacheObject,Object,GridCacheVersion>) : void from class org.apache.ignite.internal.processors.cache.GridCacheStoreManager to private loadAllFromStore(tx IgniteInternalTx, keys Collection<? extends KeyCacheObject>, vis IgniteBiInClosure<KeyCacheObject,Object>, verVis GridInClosure3<KeyCacheObject,Object,GridCacheVersion>) : void from class org.apache.ignite.internal.processors.cache.store.GridCacheStoreManagerAdapter |
From |
To |
|
Change Parameter Type storeMgr : GridCacheStoreManager to storeMgr : CacheStoreManager in method public GridCacheWriteBehindStore(storeMgr CacheStoreManager, gridName String, cacheName String, log IgniteLogger, store CacheStore<K,V>) in class org.apache.ignite.internal.processors.cache.store.GridCacheWriteBehindStore |
From |
To |
|
Change Parameter Type storeMgr : GridCacheStoreManager to storeMgr : CacheStoreManager in method public GridCacheContext(ctx GridKernalContext, sharedCtx GridCacheSharedContext, cacheCfg CacheConfiguration, affNode boolean, evtMgr GridCacheEventManager, swapMgr GridCacheSwapManager, storeMgr CacheStoreManager, evictMgr GridCacheEvictionManager, qryMgr GridCacheQueryManager<K,V>, contQryMgr CacheContinuousQueryManager, affMgr GridCacheAffinityManager, dataStructuresMgr CacheDataStructuresManager, ttlMgr GridCacheTtlManager, drMgr GridCacheDrManager, jtaMgr CacheJtaManagerAdapter, rslvrMgr CacheConflictResolutionManager<K,V>, pluginMgr CachePluginManager) in class org.apache.ignite.internal.processors.cache.GridCacheContext |
From |
To |
|
Push Down Attribute private cfgStore : CacheStore<?,?> from class org.apache.ignite.internal.processors.cache.GridCacheStoreManager to protected cfgStore : CacheStore<?,?> from class org.apache.ignite.internal.processors.cache.store.GridCacheStoreManagerAdapter |
From |
To |
|
Push Down Attribute private SES_ATTR : UUID from class org.apache.ignite.internal.processors.cache.GridCacheStoreManager to private SES_ATTR : UUID from class org.apache.ignite.internal.processors.cache.store.GridCacheStoreManagerAdapter |
From |
To |
|
Push Down Attribute private writeThrough : boolean from class org.apache.ignite.internal.processors.cache.GridCacheStoreManager to private writeThrough : boolean from class org.apache.ignite.internal.processors.cache.store.GridCacheStoreManagerAdapter |
From |
To |
|
Push Down Attribute private locStore : boolean from class org.apache.ignite.internal.processors.cache.GridCacheStoreManager to private locStore : boolean from class org.apache.ignite.internal.processors.cache.store.GridCacheStoreManagerAdapter |
From |
To |
|
Push Down Attribute private sesHolder : ThreadLocal<SessionData> from class org.apache.ignite.internal.processors.cache.GridCacheStoreManager to private sesHolder : ThreadLocal<SessionData> from class org.apache.ignite.internal.processors.cache.store.GridCacheStoreManagerAdapter |
From |
To |
|
Push Down Attribute private singleThreadGate : CacheStoreBalancingWrapper<Object,Object> from class org.apache.ignite.internal.processors.cache.GridCacheStoreManager to private singleThreadGate : CacheStoreBalancingWrapper<Object,Object> from class org.apache.ignite.internal.processors.cache.store.GridCacheStoreManagerAdapter |
From |
To |
|
Push Down Attribute private store : CacheStore<Object,Object> from class org.apache.ignite.internal.processors.cache.GridCacheStoreManager to protected store : CacheStore<Object,Object> from class org.apache.ignite.internal.processors.cache.store.GridCacheStoreManagerAdapter |
From |
To |
|
Move Class org.apache.ignite.internal.processors.cache.GridCacheWriteBehindStoreAbstractTest moved to org.apache.ignite.internal.processors.cache.store.GridCacheWriteBehindStoreAbstractTest |
From |
To |
|
Move Class org.apache.ignite.internal.processors.cache.GridCacheWriteBehindStoreSelfTest moved to org.apache.ignite.internal.processors.cache.store.GridCacheWriteBehindStoreSelfTest |
From |
To |
|
Move Class org.apache.ignite.internal.processors.cache.GridCacheWriteBehindStoreReplicatedTest moved to org.apache.ignite.internal.processors.cache.store.GridCacheWriteBehindStoreReplicatedTest |
From |
To |
|
Move Class org.apache.ignite.internal.processors.cache.GridCacheWriteBehindStoreMultithreadedSelfTest moved to org.apache.ignite.internal.processors.cache.store.GridCacheWriteBehindStoreMultithreadedSelfTest |
From |
To |
|
Move Class org.apache.ignite.internal.processors.cache.GridCacheWriteBehindStore moved to org.apache.ignite.internal.processors.cache.store.GridCacheWriteBehindStore |
From |
To |
|
Move Class org.apache.ignite.internal.processors.cache.GridCacheWriteBehindStoreLocalTest moved to org.apache.ignite.internal.processors.cache.store.GridCacheWriteBehindStoreLocalTest |
From |
To |
|
Move Class org.apache.ignite.internal.processors.cache.GridCacheStoreManager.ThreadLocalSession moved to org.apache.ignite.internal.processors.cache.store.GridCacheStoreManagerAdapter.ThreadLocalSession |
From |
To |
|
Move Class org.apache.ignite.internal.processors.cache.GridCacheStoreManager.EntriesView moved to org.apache.ignite.internal.processors.cache.store.GridCacheStoreManagerAdapter.EntriesView |
From |
To |
|
Move Class org.apache.ignite.internal.processors.cache.GridCacheWriteBehindStorePartitionedTest moved to org.apache.ignite.internal.processors.cache.store.GridCacheWriteBehindStorePartitionedTest |
From |
To |
|
Move Class org.apache.ignite.internal.processors.cache.GridCacheWriteBehindStoreAbstractSelfTest moved to org.apache.ignite.internal.processors.cache.store.GridCacheWriteBehindStoreAbstractSelfTest |
From |
To |
|
Move Class org.apache.ignite.internal.processors.cache.GridCacheWriteBehindStorePartitionedMultiNodeSelfTest moved to org.apache.ignite.internal.processors.cache.store.GridCacheWriteBehindStorePartitionedMultiNodeSelfTest |
From |
To |
|
Move Class org.apache.ignite.internal.processors.cache.GridCacheStoreManager.SessionData moved to org.apache.ignite.internal.processors.cache.store.GridCacheStoreManagerAdapter.SessionData |
From |
To |
|
Change Variable Type store : GridCacheStoreManager to store : CacheStoreManager in method public userCommit() : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxLocalAdapter |
From |
To |
|
Change Variable Type store : GridCacheStoreManager to store : CacheStoreManager in method public userRollback() : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxLocalAdapter |
From |
To |
|
Change Variable Type writeStore : GridCacheStoreManager to writeStore : CacheStoreManager in method protected batchStoreCommit(writeEntries Iterable<IgniteTxEntry>) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxLocalAdapter |
From |
To |
|
Change Variable Type store : GridCacheStoreManager to store : CacheStoreManager in method protected batchStoreCommit(writeEntries Iterable<IgniteTxEntry>) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxLocalAdapter |
From |
To |
|
Change Variable Type store : GridCacheStoreManager to store : CacheStoreManager in method protected store() : CacheStoreManager in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxAdapter |
From |
To |