public class TransactionAwareCloseableIterator<K,V,C> extends RemovableEntryIterator<K,V,C>
cache, currentValue, previousValue, realIterator
Constructor and Description |
---|
TransactionAwareCloseableIterator(org.infinispan.commons.util.CloseableIterator<CacheEntry<K,V>> realIterator,
KeyValueFilter<? super K,? super V> filter,
Converter<? super K,? super V,? extends C> converter,
TxInvocationContext<LocalTransaction> ctx,
Cache<K,V> cache) |
Modifier and Type | Method and Description |
---|---|
protected CacheEntry<K,V> |
filterEntry(CacheEntry<K,V> entry) |
protected CacheEntry<K,C> |
getNextFromIterator() |
close, hasNext, next, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public TransactionAwareCloseableIterator(org.infinispan.commons.util.CloseableIterator<CacheEntry<K,V>> realIterator, KeyValueFilter<? super K,? super V> filter, Converter<? super K,? super V,? extends C> converter, TxInvocationContext<LocalTransaction> ctx, Cache<K,V> cache)
protected CacheEntry<K,V> filterEntry(CacheEntry<K,V> entry)
protected CacheEntry<K,C> getNextFromIterator()
getNextFromIterator
in class RemovableEntryIterator<K,V,C>
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.