Uses of Enum Class
com.hazelcast.core.ItemEventType
Packages that use ItemEventType
Package
Description
This package contains classes to support the collection API.
Provides core API interfaces/classes.
-
Uses of ItemEventType in com.hazelcast.collection
Methods in com.hazelcast.collection that return ItemEventTypeConstructors in com.hazelcast.collection with parameters of type ItemEventTypeModifierConstructorDescriptionItemEvent(String name, ItemEventType itemEventType, E item, Member member) -
Uses of ItemEventType in com.hazelcast.core
Methods in com.hazelcast.core that return ItemEventTypeModifier and TypeMethodDescriptionstatic ItemEventTypeItemEventType.getByType(int eventType) static ItemEventTypeReturns the enum constant of this class with the specified name.static ItemEventType[]ItemEventType.values()Returns an array containing the constants of this enum class, in the order they are declared.