Uses of Class
com.hazelcast.cache.impl.CacheEventType

Packages that use CacheEventType
com.hazelcast.cache.impl Hazelcast JSR-107 aka JCache implementation 
 

Uses of CacheEventType in com.hazelcast.cache.impl
 

Fields in com.hazelcast.cache.impl with type parameters of type CacheEventType
protected  Map<CacheEventType,Set<CacheEventData>> AbstractCacheRecordStore.batchEvent
           
 

Methods in com.hazelcast.cache.impl that return CacheEventType
static CacheEventType CacheEventType.getByType(int eventType)
           
 CacheEventType CacheEventData.getCacheEventType()
          Gets cache event type of this event data.
 CacheEventType CacheEventDataImpl.getCacheEventType()
           
 CacheEventType CacheEventSet.getEventType()
           
static CacheEventType CacheEventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CacheEventType[] CacheEventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.hazelcast.cache.impl with parameters of type CacheEventType
static javax.cache.event.EventType CacheEventType.convertToEventType(CacheEventType cacheEventType)
          Converts a CacheEventType into EventType.
protected  void AbstractCacheRecordStore.publishBatchedEvents(String cacheName, CacheEventType cacheEventType, int orderKey)
           
protected  void AbstractCacheRecordStore.publishEvent(CacheEventType eventType, Data dataKey, Data dataOldValue, Data dataValue, boolean isOldValueAvailable, int completionId)
           
 void AbstractCacheService.publishEvent(String cacheName, CacheEventType eventType, Data dataKey, Data dataValue, Data dataOldValue, boolean isOldValueAvailable, int orderKey, int completionId)
           
 void ICacheService.publishEvent(String cacheName, CacheEventType eventType, Data dataKey, Data dataValue, Data dataOldValue, boolean isOldValueAvailable, int orderKey, int completionId)
           
 

Constructors in com.hazelcast.cache.impl with parameters of type CacheEventType
CacheEventDataImpl(String name, CacheEventType eventType, Data dataKey, Data dataNewValue, Data dataOldValue, boolean isOldValueAvailable)
           
CacheEventSet(CacheEventType eventType, int completionId)
           
CacheEventSet(CacheEventType eventType, Set<CacheEventData> events)
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.