Class Operations.ExpireEvent<K,​V>

    • Constructor Detail

      • ExpireEvent

        public ExpireEvent()
    • Method Detail

      • examine

        public void examine​(K key,
                            Progress<K,​V,​Void> c,
                            ExaminationEntry<K,​V> e)
        Description copied from interface: Semantic
        Called with the entry containing the recent content. If this method finishes with Progress.wantMutation() it will be called again after the entry is locked for mutation to reevaluate the examination after concurrent operations on the same entry have completed.