Uses of Interface
org.infinispan.commons.util.CloseableIteratorSet
Packages that use CloseableIteratorSet
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
Hot Rod client API.
Commons package providing various utility classes
-
Uses of CloseableIteratorSet in org.infinispan
Subinterfaces of CloseableIteratorSet in org.infinispanModifier and TypeInterfaceDescriptioninterfaceCacheSet<E>A set that also must implement the variousCacheCollectionmethods for streams. -
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.commons.util
Classes in org.infinispan.commons.util that implement CloseableIteratorSet