Uses of Interface
org.apache.ignite.internal.processors.cache.IgniteCacheProxy
-
Packages that use IgniteCacheProxy Package Description org.apache.ignite.internal Contains main implementation.org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.platform.cache.query -
-
Uses of IgniteCacheProxy in org.apache.ignite.internal
Methods in org.apache.ignite.internal that return types with arguments of type IgniteCacheProxy Modifier and Type Method Description Collection<IgniteCacheProxy<?,?>>IgniteKernal. caches() -
Uses of IgniteCacheProxy in org.apache.ignite.internal.processors.cache
Classes in org.apache.ignite.internal.processors.cache that implement IgniteCacheProxy Modifier and Type Class Description classGatewayProtectedCacheProxy<K,V>Cache proxy wrapper with gateway lock provided operations and possibility to change cache operation context.classIgniteCacheProxyImpl<K,V>Cache proxy implementation.Methods in org.apache.ignite.internal.processors.cache that return IgniteCacheProxy Modifier and Type Method Description IgniteCacheProxy<K,V>IgniteCacheProxy. cacheNoGate()Gets cache proxy which does not acquire read lock on gateway enter, should be used only if grid read lock is externally acquired.IgniteCacheProxy<K,V>IgniteCacheProxyImpl. cacheNoGate()Gets cache proxy which does not acquire read lock on gateway enter, should be used only if grid read lock is externally acquired.IgniteCacheProxy<K,V>IgniteCacheProxyImpl. gatewayWrapper()IgniteCacheProxy<?,?>GridCacheProcessor. getOrStartPublicCache(boolean start)Gets public cache that can be used for query execution.<K,V>
IgniteCacheProxy<K,V>GridCacheProcessor. jcache(String name)<K,V>
IgniteCacheProxy<K,V>GridCacheProcessor. publicJCache(String cacheName)<K,V>
@Nullable IgniteCacheProxy<K,V>GridCacheProcessor. publicJCache(String cacheName, boolean failIfNotStarted, boolean checkThreadTx)Methods in org.apache.ignite.internal.processors.cache that return types with arguments of type IgniteCacheProxy Modifier and Type Method Description Collection<IgniteCacheProxy<?,?>>GridCacheProcessor. jcaches()Collection<IgniteCacheProxy<?,?>>GridCacheProcessor. publicCaches()Constructors in org.apache.ignite.internal.processors.cache with parameters of type IgniteCacheProxy Constructor Description GatewayProtectedCacheProxy(@NotNull IgniteCacheProxy<K,V> delegate, @NotNull CacheOperationContext opCtx, boolean lock) -
Uses of IgniteCacheProxy in org.apache.ignite.internal.processors.platform.cache.query
Methods in org.apache.ignite.internal.processors.platform.cache.query with parameters of type IgniteCacheProxy Modifier and Type Method Description voidPlatformContinuousQuery. start(IgniteCacheProxy cache, boolean loc, int bufSize, long timeInterval, boolean autoUnsubscribe, Query initialQry, boolean includeExpired)Start continuous query execution.voidPlatformContinuousQueryImpl. start(IgniteCacheProxy cache, boolean loc, int bufSize, long timeInterval, boolean autoUnsubscribe, Query initialQry, boolean includeExpired)Start query execution.
-