Package | Description |
---|---|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.map |
Contains Hazelcast map module classes.
|
Modifier and Type | Method and Description |
---|---|
static EntryEventType |
EntryEventType.getByType(int typeId) |
static EntryEventType |
EntryEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntryEventType[] |
EntryEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EntryEventType |
IMapEvent.getEventType()
Return the event type
|
EntryEventType |
EventLostEvent.getEventType()
Intentionally returns
null . |
EntryEventType |
AbstractIMapEvent.getEventType()
Returns the event type
EntryEventType . |
EntryEventType |
EventJournalMapEvent.getType()
Returns the event type.
|
Copyright © 2022 Hazelcast, Inc.. All rights reserved.