Uses of Enum Class
com.hazelcast.core.EntryEventType
Packages that use EntryEventType
Package
Description
Provides core API interfaces/classes.
Contains Hazelcast map module classes.
-
Uses of EntryEventType in com.hazelcast.core
Methods in com.hazelcast.core that return EntryEventTypeModifier and TypeMethodDescriptionstatic EntryEventTypeEntryEventType.getByType(int typeId) static EntryEventTypeReturns the enum constant of this class with the specified name.static EntryEventType[]EntryEventType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EntryEventType in com.hazelcast.map
Methods in com.hazelcast.map that return EntryEventTypeModifier and TypeMethodDescriptionAbstractIMapEvent.getEventType()Returns the event typeEntryEventType.EventLostEvent.getEventType()Intentionally returnsnull.IMapEvent.getEventType()Return the event typeEventJournalMapEvent.getType()Returns the event type.