Toggle navigation
Home
org.apache.ignite.internal.processors.cache.DynamicCacheDescriptor to org.apache.ignite.internal.processors.cache.CacheGroupDescriptor
No. of Instances - 13
No. of Commits - 1
No. of Projects - {'ignite'}
Hierarchy/Composition: Composition
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
desc.cacheId()
to
desc.groupId()
action.descriptor()
to
stopDesc
action.request()
to
stopDesc
cacheDescriptor
to
get
cacheCtx.cacheId()
to
grp.groupId()
aff.cacheName()
to
aff.cacheOrGroupName()
fut.cacheAddedOnExchange(aff.cacheId(),desc.receivedFrom())
to
fut.cacheGroupAddedOnExchange(aff.groupId(),desc.receivedFrom())
cacheDesc.cacheConfiguration().getCacheMode()
to
cacheDesc.config().getCacheMode()
cacheDesc.cacheId()
to
grpDesc.groupId()
cacheDesc.cacheId()
to
grpDesc.groupId()
desc.cacheId()
to
desc.groupId()
action.descriptor()
to
stopDesc
cacheId
to
startDesc.groupId()
desc.cacheId()
to
grpDesc.groupId()
registeredCaches.containsKey(desc.cacheId())
to
registeredGrps.containsKey(grpDesc.groupId())
cacheCtx.cacheId()
to
grp.groupId()
registeredCaches.get(cacheCtx.cacheId())
to
registeredGrps.get(grp.groupId())
cacheCtx.affinity()
to
grp
Cascading Type Change (Similar)
DynamicCacheDescriptor
to
CacheGroupDescriptor
DynamicCacheDescriptor
to
CacheGroupDescriptor
DynamicCacheDescriptor
to
CacheGroupDescriptor
DynamicCacheDescriptor
to
CacheGroupDescriptor
DynamicCacheDescriptor
to
CacheGroupDescriptor
DynamicCacheDescriptor
to
CacheGroupDescriptor
Rename Variable
desc
to
rmvd
desc
to
rmvd
desc
to
grpDesc
desc
to
grpDesc
cacheDesc
to
grpDesc
cacheDesc
to
grpDesc
cacheDesc
to
grpDesc
cacheDesc
to
grpDesc
registeredCaches
to
registeredGrps
registeredCaches
to
registeredGrps
registeredCaches
to
registeredGrps
registeredCaches
to
registeredGrps
registeredCaches
to
registeredGrps
registeredCaches
to
registeredGrps
registeredCaches
to
registeredGrps
registeredCaches
to
registeredGrps
registeredCaches
to
registeredGrps
registeredCaches
to
registeredGrps
Rename Method invocation
cacheAffinityNodes
to
cacheGroupAffinityNodes
Update argument list (Method invocation)
initAffinity
to
initAffinity