Toggle navigation
Home
org.apache.ignite.IgniteCache to org.apache.ignite.internal.processors.cache.GridCache
No. of Instances - 4
No. of Commits - 2
No. of Projects - {'ignite'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
grid.cache(metaCacheName)
to
grid.cachex(metaCacheName)
metaCache.localEntries()
to
metaCache.keySet()
e.getValue()
to
key
e.getKey()
to
key
metaCache.localEntries()
to
metaCache.keySet()
Cascading Type Change (Similar)
IgniteCache<IgniteUuid,IgfsFileInfo>
to
GridCache<IgniteUuid,IgfsFileInfo>
Rename Method invocation
cache
to
cachex