V - Type for cache query future.public class CacheWeakQueryIteratorsHolder<V> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CacheWeakQueryIteratorsHolder.WeakQueryFutureIterator<T>
Iterator based of
CacheQueryFuture. |
| Constructor and Description |
|---|
CacheWeakQueryIteratorsHolder(IgniteLogger log) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkWeakQueue()
Closes unreachable iterators.
|
void |
clearQueries()
Cancel all cache queries.
|
<T> CacheWeakQueryIteratorsHolder.WeakQueryFutureIterator |
iterator(CacheQueryFuture<V> fut,
CacheIteratorConverter<T,V> convert) |
void |
removeIterator(CacheWeakQueryIteratorsHolder.WeakQueryFutureIterator it) |
public CacheWeakQueryIteratorsHolder(IgniteLogger log)
log - Logger.public <T> CacheWeakQueryIteratorsHolder.WeakQueryFutureIterator iterator(CacheQueryFuture<V> fut, CacheIteratorConverter<T,V> convert)
T - Type for the iterator.fut - Query to iterate.convert - Cache iterator converter.public void removeIterator(CacheWeakQueryIteratorsHolder.WeakQueryFutureIterator it) throws IgniteCheckedException
it - Iterator.IgniteCheckedException - If failed.public void checkWeakQueue()
public void clearQueries()
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0 Release Date : March 31 2015