Uses of Interface
com.hazelcast.cache.impl.CacheEventData

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

Uses of CacheEventData in com.hazelcast.cache.impl
 

Classes in com.hazelcast.cache.impl that implement CacheEventData
 class CacheEventDataImpl
          Implementation of CacheEventData.
 

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

Methods in com.hazelcast.cache.impl that return types with arguments of type CacheEventData
 Set<CacheEventData> CacheEventSet.getEvents()
           
 

Methods in com.hazelcast.cache.impl with parameters of type CacheEventData
 void CacheEventSet.addEventData(CacheEventData cacheEventData)
          Helper method for adding multiple CacheEventData into this Set
 

Constructor parameters in com.hazelcast.cache.impl with type arguments of type CacheEventData
CacheEventSet(CacheEventType eventType, Set<CacheEventData> events)
           
 



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