| Package | Description |
|---|---|
| com.hazelcast.cache.impl |
Hazelcast JSR-107 aka JCache implementation
|
| com.hazelcast.client.impl.protocol.codec | |
| com.hazelcast.client.impl.protocol.codec.custom |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
static ClientMessage |
CacheAddEntryListenerCodec.encodeCacheEvent(int type,
Collection<CacheEventData> keys,
int completionId) |
abstract void |
CacheAddEntryListenerCodec.AbstractEventHandler.handleCacheEvent(int type,
Collection<CacheEventData> keys,
int completionId) |
| Modifier and Type | Method and Description |
|---|---|
static void |
CacheEventDataCodec.encode(ClientMessage clientMessage,
CacheEventData cacheEventData) |
Copyright © 2019 Hazelcast, Inc.. All rights reserved.