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.cacheMethods in com.hazelcast.cache that return CacheEventTypeModifier and TypeMethodDescriptionstatic CacheEventTypeCacheEventType.getByType(int eventType) EventJournalCacheEvent.getType()Returns the event type.static CacheEventTypeReturns 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.EventTypeCacheEventType.convertToEventType(CacheEventType cacheEventType) Converts aCacheEventTypeintoEventType.