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 BackingMapContextReturn theBackingMapContextthis event was raised from.default StringReturn the name of the cache this event was raised from.Return thePartitionedCacheDispatcherthis event was raised by.default BackingMapManagerContextReturn theBackingMapManagerContextthis event was raised from.default CacheServiceReturn theCacheServicethis event was raised from.Methods inherited from interface com.tangosol.net.events.Event
getType, nextInterceptor
-
Method Details
-
getDispatcher
PartitionedCacheDispatcher getDispatcher()Return thePartitionedCacheDispatcherthis event was raised by.- Specified by:
getDispatcherin interfaceEvent<T extends Enum<T>>- Returns:
- the
PartitionedCacheDispatcherthis 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 theCacheServicethis event was raised from.- Returns:
- the
CacheServicethis event was raised from
-
getManagerContext
Return theBackingMapManagerContextthis event was raised from.- Returns:
- the
BackingMapManagerContextthis event was raised from
-
getBackingMapContext
Return theBackingMapContextthis event was raised from.- Returns:
- the
BackingMapContextthis event was raised from
-