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.
|
Modifier and Type | Method and Description |
---|---|
static CacheEventType |
CacheEventType.getByType(int eventType) |
CacheEventType |
EventJournalCacheEvent.getType()
Returns the event type.
|
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 . |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.