Toggle navigation
Home
org.apache.ignite.cache.CacheProjection to org.apache.ignite.IgniteCache
No. of Instances - 26
No. of Commits - 11
No. of Projects - {'ignite'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
cache.entrySet()
to
map
cache.keySet()
to
map
cache.values()
to
map
cache.putx("key" + i,i)
to
cache.remove("key" + i)
((IgniteKernal)cache.gridProjection().ignite()).<K,V>internalCache(cache.name()).context()
to
((IgniteKernal)cache.unwrap(Ignite.class)).<K,V>internalCache(cache.getName()).context()
cache.size()
to
cache.localSize()
cache.size()
to
cache.localSize()
Rename Method invocation
removex
to
remove
cache
to
jcache
removex
to
remove
removex
to
remove
putx
to
put