|
Change Return Type QueryCursor<Entry<K,V>> to QueryCursor<Cache.Entry<K,V>> in method private queryContinuous(qry ContinuousQuery, loc boolean) : QueryCursor<Cache.Entry<K,V>> in class org.apache.ignite.internal.processors.cache.IgniteCacheProxy |
From |
To |
|
Change Return Type Set<Entry<K,V>> to Set<Cache.Entry<K,V>> in method public entrySetx(filter CacheEntryPredicate...) : Set<Cache.Entry<K,V>> in class org.apache.ignite.internal.processors.cache.IgniteCacheProxy |
From |
To |
|
Change Return Type QueryCursor<Entry<K,V>> to QueryCursor<Cache.Entry<K,V>> in method private query(filter Query, grp ClusterGroup) : QueryCursor<Cache.Entry<K,V>> in class org.apache.ignite.internal.processors.cache.IgniteCacheProxy |
From |
To |
|
Change Return Type Entry<K,V> to Cache.Entry<K,V> in method public randomEntry() : Cache.Entry<K,V> in class org.apache.ignite.internal.processors.cache.IgniteCacheProxy |
From |
To |
|
Change Return Type Iterable<Entry<K,V>> to Iterable<Cache.Entry<K,V>> in method public localEntries(peekModes CachePeekMode...) : Iterable<Cache.Entry<K,V>> in class org.apache.ignite.internal.processors.cache.IgniteCacheProxy |
From |
To |