Uses of Interface
org.apache.ignite.internal.processors.cache.CacheWeakQueryIteratorsHolder.WeakReferenceCloseableIterator
-
Packages that use CacheWeakQueryIteratorsHolder.WeakReferenceCloseableIterator Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation. -
-
Uses of CacheWeakQueryIteratorsHolder.WeakReferenceCloseableIterator in org.apache.ignite.internal.processors.cache
Classes in org.apache.ignite.internal.processors.cache that implement CacheWeakQueryIteratorsHolder.WeakReferenceCloseableIterator Modifier and Type Class Description classCacheWeakQueryIteratorsHolder.WeakQueryCloseableIterator<T>Methods in org.apache.ignite.internal.processors.cache that return CacheWeakQueryIteratorsHolder.WeakReferenceCloseableIterator Modifier and Type Method Description <T> CacheWeakQueryIteratorsHolder.WeakReferenceCloseableIterator<T>CacheWeakQueryIteratorsHolder. iterator(CacheQueryFuture<V> fut, CacheIteratorConverter<T,V> convert)<T> CacheWeakQueryIteratorsHolder.WeakReferenceCloseableIterator<T>CacheWeakQueryIteratorsHolder. iterator(GridCloseableIterator<V> iter, CacheIteratorConverter<T,V> convert)Methods in org.apache.ignite.internal.processors.cache with parameters of type CacheWeakQueryIteratorsHolder.WeakReferenceCloseableIterator Modifier and Type Method Description voidCacheWeakQueryIteratorsHolder. removeIterator(CacheWeakQueryIteratorsHolder.WeakReferenceCloseableIterator it)
-