Interface EntryMergedListener<K,​V>

  • Type Parameters:
    K - the type of key.
    V - the type of value.
    All Superinterfaces:
    java.util.EventListener, MapListener
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface EntryMergedListener<K,​V>
    extends MapListener
    Invoked after WAN replicated entry is merged.
    Since:
    3.5
    • Method Detail

      • entryMerged

        void entryMerged​(EntryEvent<K,​V> event)
        Invoked after WAN replicated entry is merged.
        Parameters:
        event - the event invoked when an entry is merged