| Package | Description | 
|---|---|
| com.hazelcast.cache.impl | 
 
     Hazelcast JSR-107 aka JCache implementation 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CacheEventDataImpl
Implementation of  
CacheEventData. | 
class  | 
CachePartitionEventData  | 
| Modifier and Type | Field and Description | 
|---|---|
protected Map<CacheEventType,Set<CacheEventData>> | 
AbstractCacheRecordStore.batchEvent  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<CacheEventData> | 
CacheEventSet.getEvents()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CacheEventSet.addEventData(CacheEventData cacheEventData)
Helper method for adding multiple CacheEventData into this Set 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CacheEventListenerAdaptor.handle(int type,
      Collection<CacheEventData> keys,
      int completionId)  | 
| Constructor and Description | 
|---|
CacheEventSet(CacheEventType eventType,
             Set<CacheEventData> events)  | 
CacheEventSet(CacheEventType eventType,
             Set<CacheEventData> events,
             int completionId)  | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.