Toggle navigation
Home
org.apache.ignite.internal.processors.cache.GridCacheAdapter to org.apache.ignite.IgniteCache
No. of Instances - 16
No. of Commits - 8
No. of Projects - {'ignite'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
cache.queries().metrics()
to
cache.queryMetrics()
F.first(cache.queries().createSqlFieldsQuery("explain select * from EnemyCamp " + "where coords && 'POINT(25 75)'").execute().get()).get(0).toString().contains("coords_idx")
to
F.first(cache.query(new SqlFieldsQuery("explain select * from EnemyCamp " + "where coords && 'POINT(25 75)'")).getAll()).get(0).toString().contains("coords_idx")
cache.localPeek(k1,new CachePeekMode[]{CachePeekMode.ONHEAP,CachePeekMode.OFFHEAP},null)
to
OFFHEAP
cache.localPeek(k1,ONHEAP,null)
to
cache.localPeek(k1,ONHEAP,OFFHEAP)
cache.localPeek(k2,new CachePeekMode[]{CachePeekMode.ONHEAP,CachePeekMode.OFFHEAP},null)
to
OFFHEAP
cache.localPeek(k2,ONHEAP,null)
to
cache.localPeek(k2,ONHEAP,OFFHEAP)
cache.localPeek(k3,new CachePeekMode[]{CachePeekMode.ONHEAP,CachePeekMode.OFFHEAP},null)
to
OFFHEAP
cache.localPeek(k3,ONHEAP,null)
to
cache.localPeek(k3,ONHEAP,OFFHEAP)
cache.localPeek(k2,ONHEAP_PEEK_MODES,null)
to
cache.localPeek(k2,ONHEAP_PEEK_MODES)
cache.localPeek(k2,ONHEAP_PEEK_MODES,null)
to
cache.localPeek(k2,ONHEAP_PEEK_MODES)
cache.localPeek(k2,ONHEAP_PEEK_MODES,null)
to
cache.localPeek(k2,ONHEAP_PEEK_MODES)
cache.localPeek(k3,ONHEAP_PEEK_MODES,null)
to
cache.localPeek(k3,ONHEAP_PEEK_MODES)
cache.localPeek(k3,ONHEAP_PEEK_MODES,null)
to
cache.localPeek(k3,ONHEAP_PEEK_MODES)
cache.localPeek(k3,ONHEAP_PEEK_MODES,null)
to
cache.localPeek(k3,ONHEAP_PEEK_MODES)
cache.localPeek(k1,new CachePeekMode[]{CachePeekMode.ONHEAP,CachePeekMode.OFFHEAP},null)
to
OFFHEAP
cache.localPeek(k1,ONHEAP,null)
to
cache.localPeek(k1,ONHEAP,OFFHEAP)
cache.localPeek(k2,new CachePeekMode[]{CachePeekMode.ONHEAP,CachePeekMode.OFFHEAP},null)
to
OFFHEAP
cache.localPeek(k2,ONHEAP,null)
to
cache.localPeek(k2,ONHEAP,OFFHEAP)
cache.localPeek(k3,new CachePeekMode[]{CachePeekMode.ONHEAP,CachePeekMode.OFFHEAP},null)
to
OFFHEAP
cache.localPeek(k3,ONHEAP,null)
to
cache.localPeek(k3,ONHEAP,OFFHEAP)
Cascading Type Change (Similar)
GridCacheAdapter<Integer,EnemyCamp>
to
IgniteCache<Integer,EnemyCamp>
GridCacheAdapter<Integer,EnemyCamp>
to
IgniteCache<Integer,EnemyCamp>
GridCacheAdapter<Integer,EnemyCamp>
to
IgniteCache<Integer,EnemyCamp>
Rename Method invocation
evictAll
to
localEvict
evictAll
to
localEvict
promoteAll
to
localPromote
promoteAll
to
localPromote
promoteAll
to
localPromote
promoteAll
to
localPromote
evictAll
to
localEvict
promoteAll
to
localEvict
Other
new CachePeekMode[]{CachePeekMode.ONHEAP,CachePeekMode.OFFHEAP}
to
ONHEAP
new CachePeekMode[]{CachePeekMode.ONHEAP,CachePeekMode.OFFHEAP}
to
ONHEAP
new CachePeekMode[]{CachePeekMode.ONHEAP,CachePeekMode.OFFHEAP}
to
ONHEAP
new CachePeekMode[]{CachePeekMode.ONHEAP,CachePeekMode.OFFHEAP}
to
ONHEAP
new CachePeekMode[]{CachePeekMode.ONHEAP,CachePeekMode.OFFHEAP}
to
ONHEAP
new CachePeekMode[]{CachePeekMode.ONHEAP,CachePeekMode.OFFHEAP}
to
ONHEAP