Uses of Interface
org.infinispan.commons.util.CloseableIteratorSet
Packages that use CloseableIteratorSet
Package
Description
Hot Rod client API.
Commons package providing various utility classes
-
Uses of CloseableIteratorSet in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod that return CloseableIteratorSetModifier and TypeMethodDescriptiondefault CloseableIteratorSet<Map.Entry<K,V>> RemoteCache.entrySet()This method is identical toRemoteCache.entrySet()except that it will only return entries that map to the given segments.default CloseableIteratorSet<K>RemoteCache.keySet()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.client.hotrod.impl
Methods in org.infinispan.client.hotrod.impl that return CloseableIteratorSetModifier and TypeMethodDescription -
Uses of CloseableIteratorSet in org.infinispan.commons.util
Classes in org.infinispan.commons.util that implement CloseableIteratorSet