Uses of Interface
org.infinispan.commons.util.CloseableIteratorSet
-
Packages that use CloseableIteratorSet Package Description org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform.org.infinispan.client.hotrod Hot Rod client API.org.infinispan.commons.util Commons package providing various utility classes -
-
Uses of CloseableIteratorSet in org.infinispan
Subinterfaces of CloseableIteratorSet in org.infinispan Modifier and Type Interface Description interface
CacheSet<E>
A set that also must implement the variousCacheCollection
methods for streams. -
Uses of CloseableIteratorSet in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod that return CloseableIteratorSet Modifier and Type Method Description default CloseableIteratorSet<Map.Entry<K,V>>
RemoteCache. entrySet()
CloseableIteratorSet<Map.Entry<K,V>>
RemoteCache. entrySet(IntSet segments)
This method is identical toRemoteCache.entrySet()
except that it will only return entries that map to the given segments.default CloseableIteratorSet<K>
RemoteCache. keySet()
CloseableIteratorSet<K>
RemoteCache. keySet(IntSet segments)
This method is identical toRemoteCache.keySet()
except that it will only return keys that map to the given segments. -
Uses of CloseableIteratorSet in org.infinispan.commons.util
Classes in org.infinispan.commons.util that implement CloseableIteratorSet Modifier and Type Class Description class
CloseableIteratorSetAdapter<E>
AdaptsSet
toCloseableIteratorSet
-