Package | Description |
---|---|
com.hazelcast.cache |
This package contains the public API extension for Hazelcast JCache,
the Hazelcast implementation of the JSR-107 commonly referred to as JCache.
|
com.hazelcast.cache.impl |
Hazelcast JSR-107 aka JCache implementation
|
com.hazelcast.cache.impl.event |
Event classes to define listenters for JCache other than EntryListener
|
com.hazelcast.cache.impl.journal | |
com.hazelcast.cache.journal |
Contains
EventJournal event interface for ICache. |
Modifier and Type | Method and Description |
---|---|
static CacheEventType |
CacheEventType.getByType(int eventType) |
static CacheEventType |
CacheEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheEventType[] |
CacheEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static javax.cache.event.EventType |
CacheEventType.convertToEventType(CacheEventType cacheEventType)
Converts a
CacheEventType into EventType . |
Modifier and Type | Field and Description |
---|---|
protected Map<CacheEventType,Set<CacheEventData>> |
AbstractCacheRecordStore.batchEvent |
Modifier and Type | Method and Description |
---|---|
CacheEventType |
CacheEventData.getCacheEventType()
Gets cache event type of this event data.
|
CacheEventType |
CacheEventDataImpl.getCacheEventType() |
CacheEventType |
CacheEventSet.getEventType() |
CacheEventType |
CacheEventContext.getEventType() |
Modifier and Type | Method and Description |
---|---|
static CacheEventContext |
CacheEventContextUtil.createBaseEventContext(CacheEventType eventType,
Data dataKey,
Data dataValue,
long expirationTime,
String origin,
int completionId) |
protected void |
AbstractCacheRecordStore.publishBatchedEvents(String cacheName,
CacheEventType cacheEventType,
int orderKey) |
CacheEventContext |
CacheEventContext.setEventType(CacheEventType eventType) |
Constructor and Description |
---|
CacheEventDataImpl(String name,
CacheEventType eventType,
Data dataKey,
Data dataNewValue,
Data dataOldValue,
boolean isOldValueAvailable) |
CacheEventSet(CacheEventType eventType,
int completionId) |
CacheEventSet(CacheEventType eventType,
Set<CacheEventData> events) |
CacheEventSet(CacheEventType eventType,
Set<CacheEventData> events,
int completionId) |
Modifier and Type | Method and Description |
---|---|
CacheEventType |
AbstractICacheEvent.getEventType()
Returns the event type
EntryEventType . |
CacheEventType |
ICacheEvent.getEventType()
Return the event type
|
Modifier and Type | Method and Description |
---|---|
CacheEventType |
DeserializingEventJournalCacheEvent.getType() |
Modifier and Type | Method and Description |
---|---|
CacheEventType |
EventJournalCacheEvent.getType()
Returns the event type.
|
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.