Package com.hazelcast.map
Interface IMapEvent
- All Known Implementing Classes:
AbstractIMapEvent
,EntryEvent
,EventLostEvent
,MapEvent
,MapPartitionLostEvent
public interface IMapEvent
Map events common contract.
-
Method Summary
Modifier and TypeMethodDescriptionReturn the event typeReturns the member that fired this event.getName()
Returns the name of the map for this event.
-
Method Details
-
getMember
Member getMember()Returns the member that fired this event.- Returns:
- the member that fired this event.
-
getEventType
EntryEventType getEventType()Return the event type- Returns:
- event type
-
getName
String getName()Returns the name of the map for this event.- Returns:
- name of the map for this event.
-