Interface Event<T extends Enum<T>>
- Type Parameters:
T
- the type of event
- All Superinterfaces:
Event<T>
- All Known Subinterfaces:
EntryEvent<K,
,V> EntryProcessorEvent
An event dispatched by a
PartitionedCacheDispatcher
.- Since:
- Coherence 12.1.2
- Author:
- rhl/hr/gg 2012.09.21
-
Method Summary
Modifier and TypeMethodDescriptiondefault BackingMapContext
Return theBackingMapContext
this event was raised from.default String
Return the name of the cache this event was raised from.Return thePartitionedCacheDispatcher
this event was raised by.default BackingMapManagerContext
Return theBackingMapManagerContext
this event was raised from.default CacheService
Return theCacheService
this event was raised from.Methods inherited from interface com.tangosol.net.events.Event
getType, nextInterceptor
-
Method Details
-
getDispatcher
PartitionedCacheDispatcher getDispatcher()Return thePartitionedCacheDispatcher
this event was raised by.- Specified by:
getDispatcher
in interfaceEvent<T extends Enum<T>>
- Returns:
- the
PartitionedCacheDispatcher
this event was raised by
-
getCacheName
Return the name of the cache this event was raised from.- Returns:
- the name of the cache this event was raised from
-
getService
Return theCacheService
this event was raised from.- Returns:
- the
CacheService
this event was raised from
-
getManagerContext
Return theBackingMapManagerContext
this event was raised from.- Returns:
- the
BackingMapManagerContext
this event was raised from
-
getBackingMapContext
Return theBackingMapContext
this event was raised from.- Returns:
- the
BackingMapContext
this event was raised from
-