|
Push Down Method public putAll(map Map<? extends K,? extends V>) : void from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public putAll(map Map<? extends K,? extends V>) : void from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public localSizeLong(part int, peekModes CachePeekMode...) : long from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public localSizeLong(partition int, peekModes CachePeekMode...) : long from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public getAndReplaceAsync(key K, val V) : IgniteFuture<V> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public getAndReplaceAsync(key K, val V) : IgniteFuture<V> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public put(key K, val V) : void from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public put(key K, val V) : void from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public context() : GridCacheContext<K,V> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public context() : GridCacheContext<K,V> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public getConfiguration(clazz Class<C>) : C from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public getConfiguration(clazz Class<C>) : C from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public loadAll(keys Set<? extends K>, replaceExisting boolean, completionLsnr CompletionListener) : void from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public loadAll(keys Set<? extends K>, replaceExisting boolean, completionListener CompletionListener) : void from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public localSize(peekModes CachePeekMode...) : int from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public localSize(peekModes CachePeekMode...) : int from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public sizeLongAsync(part int, peekModes CachePeekMode...) : IgniteFuture<Long> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public sizeLongAsync(partition int, peekModes CachePeekMode...) : IgniteFuture<Long> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public skipStore() : IgniteCache<K,V> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public skipStore() : IgniteCache<K,V> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxyImpl |
From |
To |
|
Push Down Method public indexReadyFuture() : IgniteFuture<?> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public indexReadyFuture() : IgniteFuture<?> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public containsKey(key K) : boolean from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public containsKey(key K) : boolean from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public invokeAllAsync(keys Set<? extends K>, entryProcessor CacheEntryProcessor<K,V,T>, args Object...) : IgniteFuture<Map<K,EntryProcessorResult<T>>> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public invokeAllAsync(keys Set<? extends K>, entryProcessor CacheEntryProcessor<K,V,T>, args Object...) : IgniteFuture<Map<K,EntryProcessorResult<T>>> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public close() : void from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public close() : void from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public getAll(keys Collection<? extends K>) : Map<K,V> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public getAll(keys Collection<? extends K>) : Map<K,V> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxyImpl |
From |
To |
|
Push Down Method public putIfAbsent(key K, val V) : boolean from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public putIfAbsent(key K, val V) : boolean from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public getAndPutIfAbsentAsync(key K, val V) : IgniteFuture<V> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public getAndPutIfAbsentAsync(key K, val V) : IgniteFuture<V> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public query(qry SqlFieldsQuery) : FieldsQueryCursor<List<?>> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public query(qry SqlFieldsQuery) : FieldsQueryCursor<List<?>> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method private query(scanQry ScanQuery, transformer IgniteClosure<T,R>, grp ClusterGroup) : QueryCursor<R> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to private query(scanQry ScanQuery, transformer IgniteClosure<T,R>, grp ClusterGroup) : QueryCursor<R> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxyImpl |
From |
To |
|
Push Down Method public replace(key K, oldVal V, newVal V) : boolean from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public replace(key K, oldVal V, newVal V) : boolean from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public getTopologySafe(key K) : V from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public getTopologySafe(key K) : V from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public internalProxy() : GridCacheProxyImpl<K,V> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public internalProxy() : GridCacheProxyImpl<K,V> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public getAllOutTx(keys Set<? extends K>) : Map<K,V> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public getAllOutTx(keys Set<? extends K>) : Map<K,V> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public restart() : void from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public restart() : void from class org.apache.ignite.internal.processors.cache.IgniteCacheProxyImpl |
From |
To |
|
Push Down Method public get(key K) : V from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public get(key K) : V from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public clearAsync() : IgniteFuture<Void> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public clearAsync() : IgniteFuture<Void> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public invokeAllAsync(keys Set<? extends K>, entryProcessor EntryProcessor<K,V,T>, args Object...) : IgniteFuture<Map<K,EntryProcessorResult<T>>> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public invokeAllAsync(keys Set<? extends K>, entryProcessor EntryProcessor<K,V,T>, args Object...) : IgniteFuture<Map<K,EntryProcessorResult<T>>> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method private query(filter Query, grp ClusterGroup) : QueryCursor<Cache.Entry<K,V>> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to private query(filter Query, grp ClusterGroup) : QueryCursor<Cache.Entry<K,V>> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxyImpl |
From |
To |
|
Push Down Method public replace(key K, val V) : boolean from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public replace(key K, val V) : boolean from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method private onLeave(gate GridCacheGateway<K,V>, opCtx CacheOperationContext) : void from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to private onLeave(gate GridCacheGateway<K,V>, opCtx CacheOperationContext) : void from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public withKeepBinary() : IgniteCache<K1,V1> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public withKeepBinary() : IgniteCache<K1,V1> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxyImpl |
From |
To |
|
Push Down Method public getAndRemoveAsync(key K) : IgniteFuture<V> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public getAndRemoveAsync(key K) : IgniteFuture<V> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public onRestarted(ctx GridCacheContext, delegate IgniteInternalCache) : void from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public onRestarted(ctx GridCacheContext, delegate IgniteInternalCache) : void from class org.apache.ignite.internal.processors.cache.IgniteCacheProxyImpl |
From |
To |
|
Push Down Method public lock(key K) : Lock from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public lock(key K) : Lock from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public removeAsync(key K) : IgniteFuture<Boolean> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public removeAsync(key K) : IgniteFuture<Boolean> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public containsKeysAsync(keys Set<? extends K>) : IgniteFuture<Boolean> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public containsKeysAsync(keys Set<? extends K>) : IgniteFuture<Boolean> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public removeAllAsync(keys Set<? extends K>) : IgniteFuture<Void> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public removeAllAsync(keys Set<? extends K>) : IgniteFuture<Void> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public queryDetailMetrics() : Collection<? extends QueryDetailMetrics> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public queryDetailMetrics() : Collection<? extends QueryDetailMetrics> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public sizeLong(peekModes CachePeekMode...) : long from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public sizeLong(peekModes CachePeekMode...) : long from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public query(qry Query<R>) : QueryCursor<R> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public query(qry Query<R>) : QueryCursor<R> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method private projection(loc boolean) : ClusterGroup from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to private projection(loc boolean) : ClusterGroup from class org.apache.ignite.internal.processors.cache.IgniteCacheProxyImpl |
From |
To |
|
Push Down Method public size(peekModes CachePeekMode...) : int from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public size(peekModes CachePeekMode...) : int from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public rebalance() : IgniteFuture<?> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public rebalance() : IgniteFuture<?> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public getEntriesAsync(keys Set<? extends K>) : IgniteFuture<Collection<CacheEntry<K,V>>> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public getEntriesAsync(keys Set<? extends K>) : IgniteFuture<Collection<CacheEntry<K,V>>> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public getAllAsync(keys Set<? extends K>) : IgniteFuture<Map<K,V>> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public getAllAsync(keys Set<? extends K>) : IgniteFuture<Map<K,V>> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public sizeLong(part int, peekModes CachePeekMode...) : long from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public sizeLong(partition int, peekModes CachePeekMode...) : long from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public localClear(key K) : void from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public localClear(key K) : void from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public queryMetrics() : QueryMetrics from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public queryMetrics() : QueryMetrics from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method private validate(qry Query) : void from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to private validate(qry Query) : void from class org.apache.ignite.internal.processors.cache.IgniteCacheProxyImpl |
From |
To |
|
Push Down Method public cacheNoGate() : IgniteCacheProxy<K,V> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public cacheNoGate() : IgniteCacheProxy<K,V> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxyImpl |
From |
To |
|
Push Down Method public getCacheManager() : CacheManager from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public getCacheManager() : CacheManager from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public isRestarting() : boolean from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public isRestarting() : boolean from class org.apache.ignite.internal.processors.cache.IgniteCacheProxyImpl |
From |
To |
|
Push Down Method public clear() : void from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public clear() : void from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public remove(key K, oldVal V) : boolean from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public remove(key K, oldVal V) : boolean from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public clearAsync(key K) : IgniteFuture<Void> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public clearAsync(key K) : IgniteFuture<Void> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public getName() : String from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public getName() : String from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public loadCache(p IgniteBiPredicate<K,V>, args Object...) : void from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public loadCache(p IgniteBiPredicate<K,V>, args Object...) : void from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public metrics() : CacheMetrics from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public metrics() : CacheMetrics from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public invokeAll(map Map<? extends K,? extends EntryProcessor<K,V,T>>, args Object...) : Map<K,EntryProcessorResult<T>> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public invokeAll(map Map<? extends K,? extends EntryProcessor<K,V,T>>, args Object...) : Map<K,EntryProcessorResult<T>> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public localClearAll(keys Set<? extends K>) : void from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public localClearAll(keys Set<? extends K>) : void from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public gate() : GridCacheGateway<K,V> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to private gate() : GridCacheGateway<K,V> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public unwrap(clazz Class<T>) : T from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public unwrap(clazz Class<T>) : T from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public containsKeys(keys Set<? extends K>) : boolean from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public containsKeys(keys Set<? extends K>) : boolean from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public replaceAsync(key K, oldVal V, newVal V) : IgniteFuture<Boolean> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public replaceAsync(key K, oldVal V, newVal V) : IgniteFuture<Boolean> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public invokeAsync(key K, entryProcessor EntryProcessor<K,V,T>, args Object...) : IgniteFuture<T> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public invokeAsync(key K, entryProcessor EntryProcessor<K,V,T>, arguments Object...) : IgniteFuture<T> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public containsKeyAsync(key K) : IgniteFuture<Boolean> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public containsKeyAsync(key K) : IgniteFuture<Boolean> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public clearAllAsync(keys Set<? extends K>) : IgniteFuture<Void> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public clearAllAsync(keys Set<? extends K>) : IgniteFuture<Void> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public removeAllAsync() : IgniteFuture<Void> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public removeAllAsync() : IgniteFuture<Void> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public localMetrics() : CacheMetrics from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public localMetrics() : CacheMetrics from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public putIfAbsentAsync(key K, val V) : IgniteFuture<Boolean> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public putIfAbsentAsync(key K, val V) : IgniteFuture<Boolean> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method protected createAsyncInstance() : IgniteCache<K,V> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to protected createAsyncInstance() : IgniteCache<K,V> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxyImpl |
From |
To |
|
Push Down Method public invoke(key K, entryProcessor CacheEntryProcessor<K,V,T>, args Object...) : T from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public invoke(key K, entryProcessor CacheEntryProcessor<K,V,T>, arguments Object...) : T from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public resetQueryMetrics() : void from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public resetQueryMetrics() : void from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method private convertToBinary(qry Query) : void from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to private convertToBinary(qry Query) : void from class org.apache.ignite.internal.processors.cache.IgniteCacheProxyImpl |
From |
To |
|
Push Down Method public localEntries(peekModes CachePeekMode...) : Iterable<Cache.Entry<K,V>> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public localEntries(peekModes CachePeekMode...) : Iterable<Cache.Entry<K,V>> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxyImpl |
From |
To |
|
Push Down Method public getAndPutAsync(key K, val V) : IgniteFuture<V> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public getAndPutAsync(key K, val V) : IgniteFuture<V> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public getAsync(key K) : IgniteFuture<V> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public getAsync(key K) : IgniteFuture<V> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public getEntry(key K) : CacheEntry<K,V> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public getEntry(key K) : CacheEntry<K,V> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public putAsync(key K, val V) : IgniteFuture<Void> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public putAsync(key K, val V) : IgniteFuture<Void> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public localSizeLong(peekModes CachePeekMode...) : long from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public localSizeLong(peekModes CachePeekMode...) : long from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public toString() : String from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public toString() : String from class org.apache.ignite.internal.processors.cache.IgniteCacheProxyImpl |
From |
To |
|
Push Down Method public localMxBean() : CacheMetricsMXBean from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public localMxBean() : CacheMetricsMXBean from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public invoke(key K, entryProcessor EntryProcessor<K,V,T>, args Object...) : T from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public invoke(key K, entryProcessor EntryProcessor<K,V,T>, arguments Object...) : T from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public metrics(grp ClusterGroup) : CacheMetrics from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public metrics(grp ClusterGroup) : CacheMetrics from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public clearAll(keys Set<? extends K>) : void from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public clearAll(keys Set<? extends K>) : void from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public loadCacheAsync(p IgniteBiPredicate<K,V>, args Object...) : IgniteFuture<Void> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public loadCacheAsync(p IgniteBiPredicate<K,V>, args Object...) : IgniteFuture<Void> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public destroy() : void from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public destroy() : void from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public sizeLongAsync(peekModes CachePeekMode...) : IgniteFuture<Long> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public sizeLongAsync(peekModes CachePeekMode...) : IgniteFuture<Long> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public query(qry Query<T>, transformer IgniteClosure<T,R>) : QueryCursor<R> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public query(qry Query<T>, transformer IgniteClosure<T,R>) : QueryCursor<R> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method private onLeave(gate GridCacheGateway<K,V>) : void from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to private onLeave(gate GridCacheGateway<K,V>) : void from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public deregisterCacheEntryListener(lsnrCfg CacheEntryListenerConfiguration<K,V>) : void from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public deregisterCacheEntryListener(cacheEntryListenerConfiguration CacheEntryListenerConfiguration<K,V>) : void from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method private convertToBinary(args Object[]) : void from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to private convertToBinary(args Object[]) : void from class org.apache.ignite.internal.processors.cache.IgniteCacheProxyImpl |
From |
To |
|
Push Down Method public putAllAsync(map Map<? extends K,? extends V>) : IgniteFuture<Void> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public putAllAsync(map Map<? extends K,? extends V>) : IgniteFuture<Void> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public removeAsync(key K, oldVal V) : IgniteFuture<Boolean> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public removeAsync(key K, oldVal V) : IgniteFuture<Boolean> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public readExternal(in ObjectInput) : void from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public readExternal(in ObjectInput) : void from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public removeAll(keys Set<? extends K>) : void from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public removeAll(keys Set<? extends K>) : void from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public getAll(keys Set<? extends K>) : Map<K,V> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public getAll(keys Set<? extends K>) : Map<K,V> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public invoke(topVer AffinityTopologyVersion, key K, entryProcessor EntryProcessor<K,V,T>, args Object...) : T from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public invoke(topVer AffinityTopologyVersion, key K, entryProcessor EntryProcessor<K,V,T>, args Object...) : T from class org.apache.ignite.internal.processors.cache.IgniteCacheProxyImpl |
From |
To |
|
Push Down Method private setFuture(fut IgniteInternalFuture<R>) : void from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to private setFuture(fut IgniteInternalFuture<R>) : void from class org.apache.ignite.internal.processors.cache.IgniteCacheProxyImpl |
From |
To |
|
Push Down Method public isClosed() : boolean from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public isClosed() : boolean from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public invokeAsync(key K, entryProcessor CacheEntryProcessor<K,V,T>, args Object...) : IgniteFuture<T> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public invokeAsync(key K, entryProcessor CacheEntryProcessor<K,V,T>, arguments Object...) : IgniteFuture<T> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public replaceAsync(key K, val V) : IgniteFuture<Boolean> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public replaceAsync(key K, val V) : IgniteFuture<Boolean> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public mxBean() : CacheMetricsMXBean from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public mxBean() : CacheMetricsMXBean from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public clear(key K) : void from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public clear(key K) : void from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method protected createFuture(fut IgniteInternalFuture<R>) : IgniteFuture<R> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to protected createFuture(fut IgniteInternalFuture<R>) : IgniteFuture<R> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxyImpl |
From |
To |
|
Push Down Method private putAsync0(key K, val V) : IgniteInternalFuture<Void> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to private putAsync0(key K, val V) : IgniteInternalFuture<Void> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxyImpl |
From |
To |
|
Push Down Method private onEnter(gate GridCacheGateway<K,V>, opCtx CacheOperationContext) : CacheOperationContext from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to private onEnter(gate GridCacheGateway<K,V>, opCtx CacheOperationContext) : CacheOperationContext from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method private onEnterIfNoStop(gate GridCacheGateway<K,V>) : boolean from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to private onEnterIfNoStop(gate GridCacheGateway<K,V>) : boolean from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public iterator() : Iterator<Cache.Entry<K,V>> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public iterator() : Iterator<Cache.Entry<K,V>> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxyImpl |
From |
To |
|
Push Down Method public withSkipStore() : IgniteCache<K,V> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public withSkipStore() : IgniteCache<K,V> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxyImpl |
From |
To |
|
Push Down Method public localLoadCacheAsync(p IgniteBiPredicate<K,V>, args Object...) : IgniteFuture<Void> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public localLoadCacheAsync(p IgniteBiPredicate<K,V>, args Object...) : IgniteFuture<Void> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public getAndReplace(key K, val V) : V from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public getAndReplace(key K, val V) : V from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public writeExternal(out ObjectOutput) : void from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public writeExternal(out ObjectOutput) : void from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public remove(key K) : boolean from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public remove(key K) : boolean from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public withDataCenterId(dataCenterId byte) : IgniteCache<K,V> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public withDataCenterId(dataCenterId byte) : IgniteCache<K,V> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxyImpl |
From |
To |
|
Push Down Method public withPartitionRecover() : IgniteCache<K,V> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public withPartitionRecover() : IgniteCache<K,V> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxyImpl |
From |
To |
|
Push Down Method public sizeAsync(peekModes CachePeekMode...) : IgniteFuture<Integer> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public sizeAsync(peekModes CachePeekMode...) : IgniteFuture<Integer> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public invokeAll(keys Set<? extends K>, entryProcessor EntryProcessor<K,V,T>, args Object...) : Map<K,EntryProcessorResult<T>> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public invokeAll(keys Set<? extends K>, entryProcessor EntryProcessor<K,V,T>, args Object...) : Map<K,EntryProcessorResult<T>> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public invokeAll(keys Set<? extends K>, entryProcessor CacheEntryProcessor<K,V,T>, args Object...) : Map<K,EntryProcessorResult<T>> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public invokeAll(keys Set<? extends K>, entryProcessor CacheEntryProcessor<K,V,T>, args Object...) : Map<K,EntryProcessorResult<T>> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public invokeAllAsync(map Map<? extends K,? extends EntryProcessor<K,V,T>>, args Object...) : IgniteFuture<Map<K,EntryProcessorResult<T>>> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public invokeAllAsync(map Map<? extends K,? extends EntryProcessor<K,V,T>>, args Object...) : IgniteFuture<Map<K,EntryProcessorResult<T>>> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public getAllOutTxAsync(keys Set<? extends K>) : IgniteFuture<Map<K,V>> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public getAllOutTxAsync(keys Set<? extends K>) : IgniteFuture<Map<K,V>> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public localPeek(key K, peekModes CachePeekMode...) : V from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public localPeek(key K, peekModes CachePeekMode...) : V from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method private invokeAsync0(key K, entryProcessor EntryProcessor<K,V,T>, args Object[]) : IgniteInternalFuture<T> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to private invokeAsync0(key K, entryProcessor EntryProcessor<K,V,T>, args Object[]) : IgniteInternalFuture<T> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxyImpl |
From |
To |
|
Push Down Method public registerCacheEntryListener(lsnrCfg CacheEntryListenerConfiguration<K,V>) : void from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public registerCacheEntryListener(cacheEntryListenerConfiguration CacheEntryListenerConfiguration<K,V>) : void from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public setCacheManager(cacheMgr CacheManager) : void from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public setCacheManager(cacheMgr CacheManager) : void from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public lostPartitions() : Collection<Integer> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public lostPartitions() : Collection<Integer> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public keepBinary() : IgniteCache<K1,V1> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public keepBinary() : IgniteCache<K1,V1> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxyImpl |
From |
To |
|
Push Down Method private queryContinuous(qry ContinuousQuery, loc boolean, keepBinary boolean) : QueryCursor<Cache.Entry<K,V>> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to private queryContinuous(qry ContinuousQuery, loc boolean, keepBinary boolean) : QueryCursor<Cache.Entry<K,V>> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxyImpl |
From |
To |
|
Push Down Method public withNoRetries() : IgniteCache<K,V> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public withNoRetries() : IgniteCache<K,V> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxyImpl |
From |
To |
|
Push Down Method public removeAll() : void from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public removeAll() : void from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public withExpiryPolicy(plc ExpiryPolicy) : IgniteCache<K,V> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public withExpiryPolicy(plc ExpiryPolicy) : IgniteCache<K,V> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxyImpl |
From |
To |
|
Push Down Method public isLocalLocked(key K, byCurrThread boolean) : boolean from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public isLocalLocked(key K, byCurrThread boolean) : boolean from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public localLoadCache(p IgniteBiPredicate<K,V>, args Object...) : void from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public localLoadCache(p IgniteBiPredicate<K,V>, args Object...) : void from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public getEntryAsync(key K) : IgniteFuture<CacheEntry<K,V>> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public getEntryAsync(key K) : IgniteFuture<CacheEntry<K,V>> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public getEntries(keys Set<? extends K>) : Collection<CacheEntry<K,V>> from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public getEntries(keys Set<? extends K>) : Collection<CacheEntry<K,V>> from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public lockAll(keys Collection<? extends K>) : Lock from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public lockAll(keys Collection<? extends K>) : Lock from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public resetQueryDetailMetrics() : void from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public resetQueryDetailMetrics() : void from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public closeProxy() : void from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public closeProxy() : void from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public getAndPut(key K, val V) : V from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public getAndPut(key K, val V) : V from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public localEvict(keys Collection<? extends K>) : void from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public localEvict(keys Collection<? extends K>) : void from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public getAndPutIfAbsent(key K, val V) : V from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public getAndPutIfAbsent(key K, val V) : V from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |
|
Push Down Method public getAndRemove(key K) : V from class org.apache.ignite.internal.processors.cache.IgniteCacheProxy to public getAndRemove(key K) : V from class org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy |
From |
To |