Uses of Interface
org.infinispan.CacheSet
-
Packages that use CacheSet Package Description org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform.org.infinispan.cache.impl org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.reactive.publisher.impl org.infinispan.security.impl org.infinispan.stream.impl.interceptor org.infinispan.stream.impl.local 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 CacheSet in org.infinispan
Methods in org.infinispan that return CacheSet Modifier and Type Method Description CacheSet<CacheEntry<K,V>>AdvancedCache. cacheEntrySet()Identical toCache.entrySet()but is typed to return CacheEntries instead of Entries.CacheSet<Map.Entry<K,V>>Cache. entrySet()Returns a set view of the mappings contained in this cache and cache loader across the entire cluster.CacheSet<K>Cache. keySet()Returns a set view of the keys contained in this cache and cache loader across the entire cluster. -
Uses of CacheSet in org.infinispan.cache.impl
Classes in org.infinispan.cache.impl that implement CacheSet Modifier and Type Class Description protected classSimpleCacheImpl.CacheEntrySetprotected classSimpleCacheImpl.EntrySetprotected classSimpleCacheImpl.EntrySetBase<T extends Map.Entry<K,V>>protected classSimpleCacheImpl.KeySetMethods in org.infinispan.cache.impl that return CacheSet Modifier and Type Method Description CacheSet<CacheEntry<K,V>>AbstractDelegatingAdvancedCache. cacheEntrySet()CacheSet<CacheEntry<K,V>>CacheImpl. cacheEntrySet()CacheSet<CacheEntry<K,V>>DecoratedCache. cacheEntrySet()CacheSet<CacheEntry<K,V>>EncoderCache. cacheEntrySet()CacheSet<CacheEntry<K,V>>SimpleCacheImpl. cacheEntrySet()CacheSet<Map.Entry<K,V>>AbstractDelegatingCache. entrySet()CacheSet<Map.Entry<K,V>>CacheImpl. entrySet()CacheSet<Map.Entry<K,V>>DecoratedCache. entrySet()CacheSet<Map.Entry<K,V>>EncoderCache. entrySet()CacheSet<Map.Entry<K,V>>SimpleCacheImpl. entrySet()CacheSet<K>AbstractDelegatingCache. keySet()CacheSet<K>CacheImpl. keySet()CacheSet<K>DecoratedCache. keySet()CacheSet<K>EncoderCache. keySet()CacheSet<K>SimpleCacheImpl. keySet() -
Uses of CacheSet in org.infinispan.interceptors.distribution
Classes in org.infinispan.interceptors.distribution that implement CacheSet Modifier and Type Class Description protected static classDistributionBulkInterceptor.BackingEntrySet<K,V>protected static classDistributionBulkInterceptor.BackingKeySet<K,V>protected static classDistributionBulkInterceptor.TxBackingEntrySet<K,V>Fields in org.infinispan.interceptors.distribution declared as CacheSet Modifier and Type Field Description protected CacheSet<CacheEntry<K,V>>DistributionBulkInterceptor.BackingEntrySet. entrySetprotected CacheSet<K>DistributionBulkInterceptor.BackingKeySet. keySetConstructors in org.infinispan.interceptors.distribution with parameters of type CacheSet Constructor Description BackingKeySet(Cache<K,V> cache, CacheSet<K> keySet, FlagAffectedCommand command) -
Uses of CacheSet in org.infinispan.reactive.publisher.impl
Fields in org.infinispan.reactive.publisher.impl declared as CacheSet Modifier and Type Field Description protected CacheSet<CacheEntry<K,V>>LocalPublisherManagerImpl. entrySetprotected CacheSet<CacheEntry<K,V>>LocalPublisherManagerImpl. entrySetWithoutLoaderprotected CacheSet<K>LocalPublisherManagerImpl. keySetprotected CacheSet<K>LocalPublisherManagerImpl. keySetWithoutLoaderMethods in org.infinispan.reactive.publisher.impl with parameters of type CacheSet Modifier and Type Method Description protected <I,R>
io.reactivex.rxjava3.core.Flowable<R>LocalPublisherManagerImpl. exactlyOnceParallel(CacheSet<I> set, Set<K> keysToExclude, Function<I,K> toKeyFunction, org.infinispan.commons.util.IntSet segments, Function<? super org.reactivestreams.Publisher<I>,? extends CompletionStage<R>> collator, org.infinispan.reactive.publisher.impl.LocalPublisherManagerImpl.SegmentListener listener, org.infinispan.commons.util.IntSet concurrentSegments)This method iteratively submits a task to operate on the cpu bound thread pool up to the number of cores - 1.protected <I,R>
io.reactivex.rxjava3.core.Flowable<R>NonSegmentedLocalPublisherManagerImpl. exactlyOnceParallel(CacheSet<I> set, Set<K> keysToExclude, Function<I,K> toKeyFunction, org.infinispan.commons.util.IntSet segments, Function<? super org.reactivestreams.Publisher<I>,? extends CompletionStage<R>> transformer, org.infinispan.reactive.publisher.impl.LocalPublisherManagerImpl.SegmentListener listener, org.infinispan.commons.util.IntSet concurrentSegments)protected <I,R>
io.reactivex.rxjava3.core.Flowable<R>LocalPublisherManagerImpl. exactlyOnceSequential(CacheSet<I> set, Set<K> keysToExclude, Function<I,K> toKeyFunction, org.infinispan.commons.util.IntSet segments, Function<? super org.reactivestreams.Publisher<I>,? extends CompletionStage<R>> collator, org.infinispan.reactive.publisher.impl.LocalPublisherManagerImpl.SegmentListener listener, org.infinispan.commons.util.IntSet concurrentSegments)protected <I,R>
io.reactivex.rxjava3.core.Flowable<R>NonSegmentedLocalPublisherManagerImpl. exactlyOnceSequential(CacheSet<I> set, Set<K> keysToExclude, Function<I,K> toKeyFunction, org.infinispan.commons.util.IntSet segments, Function<? super org.reactivestreams.Publisher<I>,? extends CompletionStage<R>> transformer, org.infinispan.reactive.publisher.impl.LocalPublisherManagerImpl.SegmentListener listener, org.infinispan.commons.util.IntSet concurrentSegments) -
Uses of CacheSet in org.infinispan.security.impl
Methods in org.infinispan.security.impl that return CacheSet Modifier and Type Method Description CacheSet<CacheEntry<K,V>>SecureCacheImpl. cacheEntrySet()CacheSet<Map.Entry<K,V>>SecureCacheImpl. entrySet()CacheSet<K>SecureCacheImpl. keySet() -
Uses of CacheSet in org.infinispan.stream.impl.interceptor
Classes in org.infinispan.stream.impl.interceptor that implement CacheSet Modifier and Type Class Description classAbstractDelegatingEntryCacheSet<K,V>Abstract cache entry set that delegates to the underlying cache for stream usageclassAbstractDelegatingKeyCacheSet<K,V>Abstract cache key set that delegates to the underlying cache for stream usageMethods in org.infinispan.stream.impl.interceptor that return CacheSet Modifier and Type Method Description protected CacheSet<CacheEntry<K,V>>AbstractDelegatingEntryCacheSet. delegate()protected CacheSet<K>AbstractDelegatingKeyCacheSet. delegate()Constructors in org.infinispan.stream.impl.interceptor with parameters of type CacheSet Constructor Description AbstractDelegatingEntryCacheSet(Cache<K,V> cache, CacheSet<CacheEntry<K,V>> set)AbstractDelegatingKeyCacheSet(Cache<K,V> cache, CacheSet<K> set) -
Uses of CacheSet in org.infinispan.stream.impl.local
Constructors in org.infinispan.stream.impl.local with parameters of type CacheSet Constructor Description ValueCacheCollection(Cache<K,V> cache, CacheSet<CacheEntry<K,V>> cacheSet) -
Uses of CacheSet in org.infinispan.util
Classes in org.infinispan.util that implement CacheSet Modifier and Type Class Description classAbstractDelegatingCacheSet<E>Same asAbstractDelegatingCacheCollectionexcept this method implements Set as well.classCacheSetMapper<E,R>ACacheSetthat allows for a different set to be mapped as a different instance wtih values replaced on request.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.Fields in org.infinispan.util declared as CacheSet Modifier and Type Field Description protected CacheSet<E>CacheSetMapper. realSetMethods in org.infinispan.util that return CacheSet Modifier and Type Method Description protected abstract CacheSet<E>AbstractDelegatingCacheSet. delegate()Constructors in org.infinispan.util with parameters of type CacheSet Constructor Description CacheSetMapper(CacheSet<E> realSet, Function<? super E,? extends R> mapper)WriteableCacheSetMapper(CacheSet<E> realSet, org.infinispan.commons.util.InjectiveFunction<? super E,? extends R> toNewTypeFunction, org.infinispan.commons.util.InjectiveFunction<? super E,? extends R> toNewTypeIteratorFunction, org.infinispan.commons.util.InjectiveFunction<? super R,? extends E> fromNewTypeFunction, org.infinispan.commons.util.InjectiveFunction<Object,?> keyFilterFunction)WriteableCacheSetMapper(CacheSet<E> realSet, org.infinispan.commons.util.InjectiveFunction<? super E,? extends R> toNewTypeFunction, org.infinispan.commons.util.InjectiveFunction<? super R,? extends E> fromNewTypeFunction, org.infinispan.commons.util.InjectiveFunction<Object,?> keyFilterFunction)
-