Uses of Enum Class
com.hazelcast.cache.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
Modifier 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.Modifier and TypeMethodDescriptionstatic javax.cache.event.EventType
CacheEventType.convertToEventType
(CacheEventType cacheEventType) Converts aCacheEventType
intoEventType
.