Interface PartitionedCacheDispatcher
- All Superinterfaces:
CacheLifecycleEventDispatcher,EventDispatcher
A PartitionedCacheDispatcher raises the following server-side
Events pertaining to backing-map operations:
- Since:
- Coherence 12.1.2
- Author:
- rhan, nsa, rhl, hr 2011.03.29
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.tangosol.net.events.EventDispatcher
EventDispatcher.InterceptorRegistrationEvent<E extends Event<? extends Enum>> -
Method Summary
Modifier and TypeMethodDescriptionReturn theBackingMapContextfor this dispatcher.default StringReturn the name of thecachethat this PartitionedCacheDispatcher is associated with.default StringReturn the optional scope name that this dispatcher is associated with.default StringReturn the name of theservicethat this PartitionedCacheDispatcher is associated with.Methods inherited from interface com.tangosol.net.events.EventDispatcher
addEventInterceptor, addEventInterceptor, addEventInterceptor, getSupportedTypes, removeEventInterceptor, removeEventInterceptor
-
Method Details
-
getBackingMapContext
BackingMapContext getBackingMapContext()Return theBackingMapContextfor this dispatcher.- Returns:
- the BackingMapContext for this dispatcher
-
getCacheName
Return the name of thecachethat this PartitionedCacheDispatcher is associated with.- Specified by:
getCacheNamein interfaceCacheLifecycleEventDispatcher- Returns:
- the cache name
-
getServiceName
Return the name of theservicethat this PartitionedCacheDispatcher is associated with.- Specified by:
getServiceNamein interfaceCacheLifecycleEventDispatcher- Returns:
- the service name
-
getScopeName
Description copied from interface:CacheLifecycleEventDispatcherReturn the optional scope name that this dispatcher is associated with.- Specified by:
getScopeNamein interfaceCacheLifecycleEventDispatcher- Returns:
- the scope name that this dispatcher is associated with or
nullif this dispatcher is not associated with a scope.
-