Package | Description |
---|---|
com.hazelcast.cache.impl |
Hazelcast JSR-107 aka JCache implementation
|
Modifier and Type | Class and Description |
---|---|
class |
CacheEventDataImpl
Implementation of
CacheEventData . |
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
|
Constructor and Description |
---|
CacheEventSet(CacheEventType eventType,
Set<CacheEventData> events) |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.