Package org.infinispan
Interface CacheSet<E>
-
- Type Parameters:
E- The type of the set
- All Superinterfaces:
CacheCollection<E>,org.infinispan.commons.util.CloseableIteratorCollection<E>,org.infinispan.commons.util.CloseableIteratorSet<E>,Collection<E>,Iterable<E>,Set<E>
- All Known Implementing Classes:
AbstractDelegatingCacheSet,AbstractDelegatingEntryCacheSet,AbstractDelegatingKeyCacheSet,CacheSetMapper,DistributionBulkInterceptor.BackingEntrySet,DistributionBulkInterceptor.BackingKeySet,DistributionBulkInterceptor.TxBackingEntrySet,SimpleCacheImpl.CacheEntrySet,SimpleCacheImpl.EntrySet,SimpleCacheImpl.EntrySetBase,SimpleCacheImpl.KeySet,WriteableCacheSetMapper
public interface CacheSet<E> extends CacheCollection<E>, org.infinispan.commons.util.CloseableIteratorSet<E>
A set that also must implement the variousCacheCollectionmethods for streams.
-
-
Method Summary
-
Methods inherited from interface org.infinispan.CacheCollection
localPublisher, localPublisher, parallelStream, stream
-
Methods inherited from interface org.infinispan.commons.util.CloseableIteratorCollection
iterator, spliterator
-
Methods inherited from interface java.util.Collection
removeIf, toArray
-
-