Class Listeners


  • public final class Listeners
    extends java.lang.Object
    Holder class for functional listener definitions.
    Since:
    8.0
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static interface  Listeners.ReadWriteListeners<K,​V>
      Read-write listeners enable users to register listeners for cache entry created, modified and removed events, and also register listeners for any cache entry write events.
      static interface  Listeners.WriteListeners<K,​V>
      Write listeners enable user to register listeners for any cache entry write events that happen in either a read-write or write-only functional map.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait