Uses of Class
org.apache.ignite.internal.processors.cache.IgniteCacheProxyImpl
-
Packages that use IgniteCacheProxyImpl Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation. -
-
Uses of IgniteCacheProxyImpl in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return IgniteCacheProxyImpl Modifier and Type Method Description @Nullable IgniteCacheProxyImpl<?,?>GridCacheProcessor. addjCacheProxy(String name, IgniteCacheProxyImpl<?,?> proxy)@Nullable IgniteCacheProxyImpl<?,?>GridCacheProcessor. jcacheProxy(String name, boolean awaitInit)Methods in org.apache.ignite.internal.processors.cache with parameters of type IgniteCacheProxyImpl Modifier and Type Method Description @Nullable IgniteCacheProxyImpl<?,?>GridCacheProcessor. addjCacheProxy(String name, IgniteCacheProxyImpl<?,?> proxy)
-