Uses of Enum Class
com.hazelcast.cache.CacheEventType
Packages that use CacheEventType
Package
Description
This package contains the public API extension for Hazelcast JCache,
the Hazelcast implementation of the JSR-107 commonly referred to as JCache.
-
Uses of CacheEventType in com.hazelcast.cache
Methods in com.hazelcast.cache that return CacheEventTypeModifier and TypeMethodDescriptionstatic CacheEventType
CacheEventType.getByType
(int eventType) EventJournalCacheEvent.getType()
Returns the event type.static CacheEventType
Returns the enum constant of this class with the specified name.static CacheEventType[]
CacheEventType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hazelcast.cache with parameters of type CacheEventTypeModifier and TypeMethodDescriptionstatic javax.cache.event.EventType
CacheEventType.convertToEventType
(CacheEventType cacheEventType) Converts aCacheEventType
intoEventType
.