Package | Description |
---|---|
com.hazelcast.cache.impl |
Hazelcast JSR-107 aka JCache implementation
|
com.hazelcast.client.impl.protocol.codec |
Client protocol custom codec implementations
|
com.hazelcast.client.impl.protocol.template |
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
|
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 CacheEventData |
CacheEventDataCodec.decode(ClientMessage clientMessage) |
Modifier and Type | Method and Description |
---|---|
static int |
CacheEventDataCodec.calculateDataSize(CacheEventData cacheEventData) |
static void |
CacheEventDataCodec.encode(CacheEventData cacheEventData,
ClientMessage clientMessage) |
Modifier and Type | Method and Description |
---|---|
void |
EventResponseTemplate.Cache(int type,
Set<CacheEventData> keys,
int completionId) |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.