Class DistributionBulkInterceptor.BackingEntrySet<K,​V>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.infinispan.commands.FlagAffectedCommand command  
      protected CacheSet<CacheEntry<K,​V>> entrySet  
      • Fields inherited from class org.infinispan.commands.read.AbstractCloseableIteratorCollection

        cache
    • Field Detail

      • command

        protected final org.infinispan.commands.FlagAffectedCommand command
    • Method Detail

      • iterator

        public CloseableIterator<CacheEntry<K,​V>> iterator()
        Description copied from interface: CloseableIteratorCollection

        This iterator should be explicitly closed when iteration upon it is completed. Failure to do so could cause resources to not be freed properly

        Specified by:
        iterator in interface CloseableIteratorCollection<K>
        Specified by:
        iterator in interface java.util.Collection<K>
        Specified by:
        iterator in interface java.lang.Iterable<K>
        Specified by:
        iterator in interface java.util.Set<K>
        Specified by:
        iterator in class org.infinispan.commands.read.AbstractCloseableIteratorCollection<CacheEntry<K,​V>,​K,​V>
      • contains

        public boolean contains​(java.lang.Object o)
        Specified by:
        contains in interface java.util.Collection<K>
        Specified by:
        contains in interface java.util.Set<K>
        Specified by:
        contains in class org.infinispan.commands.read.AbstractCloseableIteratorCollection<CacheEntry<K,​V>,​K,​V>
      • remove

        public boolean remove​(java.lang.Object o)
        Specified by:
        remove in interface java.util.Collection<K>
        Specified by:
        remove in interface java.util.Set<K>
        Specified by:
        remove in class org.infinispan.commands.read.AbstractCloseableIteratorCollection<CacheEntry<K,​V>,​K,​V>