Interface Event<T extends Enum<T>>

Type Parameters:
T - the type of event
All Superinterfaces:
Event<T>
All Known Subinterfaces:
EntryEvent<K,V>, EntryProcessorEvent

public interface Event<T extends Enum<T>> extends Event<T>
An event dispatched by a PartitionedCacheDispatcher.
Since:
Coherence 12.1.2
Author:
rhl/hr/gg 2012.09.21
  • Method Details

    • getDispatcher

      Return the PartitionedCacheDispatcher this event was raised by.
      Specified by:
      getDispatcher in interface Event<T extends Enum<T>>
      Returns:
      the PartitionedCacheDispatcher this event was raised by
    • getCacheName

      default String getCacheName()
      Return the name of the cache this event was raised from.
      Returns:
      the name of the cache this event was raised from
    • getService

      default CacheService getService()
      Return the CacheService this event was raised from.
      Returns:
      the CacheService this event was raised from
    • getManagerContext

      default BackingMapManagerContext getManagerContext()
      Return the BackingMapManagerContext this event was raised from.
      Returns:
      the BackingMapManagerContext this event was raised from
    • getBackingMapContext

      default BackingMapContext getBackingMapContext()
      Return the BackingMapContext this event was raised from.
      Returns:
      the BackingMapContext this event was raised from