Uses of Interface
org.infinispan.commons.util.CloseableIteratorCollection
-
Packages that use CloseableIteratorCollection 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.commands.read org.infinispan.commons.util Commons package providing various utility classesorg.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.util General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and collections and containers designed to supplement the JDK-provided containers. -
-
Uses of CloseableIteratorCollection in org.infinispan
Subinterfaces of CloseableIteratorCollection in org.infinispan Modifier and Type Interface Description interfaceCacheCollection<E>A collection type that returns special Cache based streams that have additional options to tweak behavior.interfaceCacheSet<E>A set that also must implement the variousCacheCollectionmethods for streams. -
Uses of CloseableIteratorCollection in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod that return CloseableIteratorCollection Modifier and Type Method Description CloseableIteratorCollection<V>RemoteCache. values()CloseableIteratorCollection<V>RemoteCache. values(IntSet segments)This method is identical toRemoteCache.values()except that it will only return values that map to the given segments. -
Uses of CloseableIteratorCollection in org.infinispan.commands.read
Classes in org.infinispan.commands.read with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw CloseableIteratorCollection Modifier and Type Class Description classorg.infinispan.commands.read.AbstractCloseableIteratorCollection<O,K,V>Abstract collection that uses an underlying Cache instance to do various operations. -
Uses of CloseableIteratorCollection in org.infinispan.commons.util
Subinterfaces of CloseableIteratorCollection in org.infinispan.commons.util Modifier and Type Interface Description interfaceCloseableIteratorSet<E>A set that defines an iterator method that returns aCloseableIteratorinstead of a non closeable one.Classes in org.infinispan.commons.util that implement CloseableIteratorCollection Modifier and Type Class Description classCloseableIteratorCollectionAdapter<E>AdaptsCollectiontoCloseableIteratorCollectionclassCloseableIteratorSetAdapter<E>AdaptsSettoCloseableIteratorSet -
Uses of CloseableIteratorCollection in org.infinispan.interceptors.distribution
Classes in org.infinispan.interceptors.distribution that implement CloseableIteratorCollection Modifier and Type Class Description protected static classDistributionBulkInterceptor.BackingEntrySet<K,V>protected static classDistributionBulkInterceptor.BackingKeySet<K,V>protected static classDistributionBulkInterceptor.TxBackingEntrySet<K,V> -
Uses of CloseableIteratorCollection in org.infinispan.util
Classes in org.infinispan.util that implement CloseableIteratorCollection Modifier and Type Class Description classAbstractDelegatingCacheCollection<E>classAbstractDelegatingCacheSet<E>Same asAbstractDelegatingCacheCollectionexcept this method implements Set as well.classAbstractDelegatingCloseableIteratorCollection<E>Delegating collection that produces closeable iterators and spliterators from the collection returned fromAbstractDelegatingCloseableIteratorCollection.delegate()method.classAbstractDelegatingCloseableIteratorSet<E>classCacheCollectionMapper<E,R>Deprecated.since 9.2.1 It is recommended to useWriteableCacheCollectionMapperinstead as it allows for constant time contains and other operationsclassCacheSetMapper<E,R>ACacheSetthat allows for a different set to be mapped as a different instance wtih values replaced on request.classWriteableCacheCollectionMapper<E,R>A writeable cache collection mapper that also has constant time operations for things such asCollection.contains(Object)if the underlying Collection does.classWriteableCacheSetMapper<E,R>A writeable cache set mapper that also has constant time operations for things such asCollection.contains(Object)if the underlying Set does.Methods in org.infinispan.util that return CloseableIteratorCollection Modifier and Type Method Description protected abstract CloseableIteratorCollection<E>AbstractDelegatingCloseableIteratorCollection. delegate()
-