Class OperatorGroupBy.GroupBySubscriber.EvictionAction<K>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.util.Queue<K> evictedKeys  
    • Constructor Summary

      Constructors 
      Constructor Description
      EvictionAction​(java.util.Queue<K> evictedKeys)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void call​(K key)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • evictedKeys

        final java.util.Queue<K> evictedKeys
    • Constructor Detail

      • EvictionAction

        EvictionAction​(java.util.Queue<K> evictedKeys)
    • Method Detail

      • call

        public void call​(K key)
        Specified by:
        call in interface Action1<K>